
body {
    font-family: Roboto Condensed,sans-serif;

    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    overflow-x: hidden;
}

.logo {
    /* max-width: 250px; */
    height: 80px;
    margin-block: 5px;
}

.offer{
    margin-inline: auto !important;
    width: 100%;
}

/*DROPDOWN START*/

/*body {
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7a7a7a;
    font: 0.9rem/1.62 sans-serif;
}*/

main {
    max-width: 100%;
}

.toggle-el {
    padding: 10px;
    height: 180px;
    /*min-height: 150px;*/
    background: none;
    transition: all 0.2s ease;
    opacity: 1;
}

input[type="checkbox"].hide-input:checked + .toggle-el {
    /*min-height: 0;*/
    height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: all 0.2s ease;
}

input.hide-input {
    position: absolute;
    left: -999em;
}

.hiddenInfo {
    width: fit-content;
    display: none;
}

.InfoDesktop {
    width: fit-content;
}

label.toggle {
    text-align: center;
    display: none;
    cursor: pointer;
    padding: 0.5em 1em;
    font-size: 0.9rem;
    color: #fff;
    background: #4e4e4e;
    border-radius: 3px;
    user-select: none;
}

/*DROPDOWN END*/



.h1, h1 {
    color: #ffffff;
    font-size: 30px;
}

.h2, h2 {
    color: #ffffff;
    font-size: 18px;
}

.h3, h3 {
    color: #0dbaf0;
    font-family: Roboto ,sans-serif;
    font-size: 33px;
}

.h4, h4 {
    color: #ffffff;
    font-family: Roboto ,sans-serif;
    font-size: 34px;
}

.h5, h5 {
    color: #0dbaf0;
    font-family: Roboto ,sans-serif;
    font-size: 33px;
    text-shadow: 0px 0px 29.75px rgba(0, 0, 0, 1);
}

.btn-light {
    font-family: Roboto ,sans-serif;
    /* width: 100%; */
    min-width: 320px;
    height: 75px;
    border-radius: 0px;
    border-color: transparent;
    border-color: transparent;
    font-size: 30px;
    z-index: 1;
    position: relative;
    color: #ffffff;
    background: #0dbaf0;
}

    .btn-light:hover, .btn-light.active {
    color: #041c4f;
    background: #ffffff;
        border-color: transparent;
    }

.grow {
    transition: all 0.2s ease-in-out;
}

    .grow:hover {
        transform: scale(1.05);
    }

p {
    color: #ffffff;
    font-family: Roboto ,sans-serif;
    font-size: 25px;
    margin-bottom: 0;
    border: dashed 1px #25c8ee;
    background-color: #1a2b4590;
    max-width: 298px;
    margin: 0 auto;
    margin-top: 25px;
    border-radius: 5px;
}

ul li {
    color: #ffffff;
    font-size: 14px;
}

.prog {
    background: #1a2b4590;
    margin-top: -30px;
    border-radius: 10px;
    padding: 45px;
}

    .prog ul li {
        color: #ffffff;
        font-size: 18px;
    }

.jackpot-text {
    margin-top: -58px;
}

.jackpot-img {
    max-width: 320px;
    margin-top: 8px;
}

.termsBtn {
    padding-top: 15px;
}

.btn-primary {
    border-radius: 4px;
    color: #0dbaf0;
    padding: 6px 22px;
    font-size: 16px;
    border: 1.4px solid #0dbaf0;
    background-color: #212529;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:visited {
        color: #fff;
        background-color: #272727;
        border-color: transparent;
        box-shadow: none;
    }

.icons img {
    /*max-height: 33px;*/
    padding: 0 20px;
}

footer {
    background-color: #212529;
    border-top: 3px solid #25c8ee;
    padding: 20px 0 50px;
}

.card {
    background-color: transparent;
    border: transparent;
}

.pollSlider {
    position: fixed;
    width: 100%;
    background: #212529;
    bottom: -150px;
    height: 150px;
    z-index: 1;
}

#pollSlider-button {
    position: fixed;
    bottom: 0px;
    left: calc(50% - 100px);
}

.bg-transparent {
    background-color: #000e169c !important;
}

.stars {
    color: #ffd914;
}

.carousel-control-next, .carousel-control-prev {
    width: 5% !important;
}

@media (max-width: 767px) {

    .bg-transparent {
        background-color: #00000000 !important;
    }


    label.toggle {
        display: inline-block !important;
        text-align: center;
        cursor: pointer;
        padding: 0.5em 1em;
        font-size: 0.9rem;
        color: #fff;
        background: #4e4e4e;
        border-radius: 3px;
        user-select: none;
    }

    .toggle-el {
        /*min-height: 0;*/
        height: 0;
        opacity: 0;
        padding-top: 0;
        padding-bottom: 0;
        transition: all 0.2s ease;
    }

    input[type="checkbox"].hide-input:checked + .toggle-el {
        padding: 10px;
        height: 180px;
        /*min-height: 150px;*/
        background: none;
        transition: all 0.2s ease;
        opacity: 1;
    }



    .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }

    .h1, h1 {
        font-size: 13px;
    }

    .btn-light {
        height: 66px;
        font-size: 24px;
    }

    p {
        font-size: 24px;
    }

    .h2, h2 {
        font-size: 12px;
    }

    .h3, h3 {
        font-size: 18px;
    }

    .h4, h4 {
        font-size: 27px;
    }

    .h5, h5 {
        font-size: 30px;
    }

    .img-right {
        left: 210px;
        position: absolute;
        width: 75%;
    }

    .prog {
        margin-top: 20px;
        padding: 28px;
    }

        .prog ul li {
            font-size: 14px;
        }

    .jackpot-text {
        margin-top: -49px;
    }

    .jackpot-img{
        max-width: 251px;
        margin-top: -20px;
    }

    .container {
        padding-right: 0;
        padding-left: 0;
    }



}

@media (max-width: 920px) and (orientation: landscape) {
    .h1, h1 {
        color: #ffffff;
        font-size: 16px;
    }

    .h2, h2 {
        font-size: 12px;
    }

    .h3, h3 {
        font-size: 14px;
    }

    .h4, h4 {
        font-size: 40px;
    }

    .h5, h5 {
        font-size: 24px;
    }

    .prog ul li {
        color: #ffffff;
        font-size: 12px;
        margin-top: 15px;
    }

    .jackpot-text {
        margin-top: -63px;
    }

    .btn-light {
        height: 50px;
        font-size: 22px;
    }

    p {
        font-size: 22px;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

@media (min-width: 1500px) {
    .container {
        max-width: 1500px;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .h1, h1 {
        font-size: 26px;
    }

        h1.mt-5 {
            margin-top: 1rem !important;
        }

    .h2, h2 {
        font-size: 16px;
    }

    .h3, h3 {
        font-size: 24px;
    }

    .prog {
        padding: 45px 0 45px;
        margin-top: 0;
    }

        .prog ul li {
            font-size: 14px;
        }
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .h1, h1 {
        font-size: 20px;
    }

    .h2, h2 {
        font-size: 16px;
    }

    .h3, h3 {
        font-size: 24px;
    }

    .prog ul li {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {

    

    .h1, h1 {
        font-size: 18px;
    }

        h1.mt-5 {
            margin-top: 1rem !important;
        }

    .h2, h2 {
        font-size: 12px;
    }

    .h3, h3 {
        font-size: 16px;
    }

    /*.h4, h4 {
        font-size: 40px;
    }*/

    .h5, h5 {
        font-size: 24px;
    }

    .btn-light {
        height: 50px;
        font-size: 26px;
    }

    p {
        font-size: 18px;
    }

    .prog {
        padding: 45px 0 45px;
        margin-top: 15px;
    }

        .prog ul li {
            font-size: 14px;
        }

}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {




    h1.mt-5 {
        margin-top: 1rem !important;
    }

    .prog {
        padding: 45px 0 45px;
        margin-top: 0;
    }

}




