body {
    font-family: Open Sans;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: center 32%;
    background-attachment: fixed;
}

/*DROPDOWN START*/


main {
    max-width: 100%;
}

.logoAff{
    max-width:600px;
}

.ngTag {
    position: relative;
    top: 0;
    left: 0;
    max-width: 145px;
    margin-bottom: -65px;
}

    .ngTag img {
        width: 100%;
    }

.swLogo{
    max-width:235px;
}

.offer{
    background: #0b121dc2 ;
    border-radius: 20px;
    padding-top: 0px ;
    padding-inline: 0px;
    /* padding-block: 65px; */
    margin-block: 45px;
}

.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: 15px;
}

.h3, h3 {
    color: #d5b160;
    font-family: Open Sans;
    font-size: 33px;
}

.h4, h4 {
    color: #ffffff;
    font-family: Open Sans;
    font-size: 34px;
}

.h5, h5 {
    color: #d5b160;
    font-family: Open Sans;
    font-size: 33px;
    text-shadow: 0px 0px 29.75px rgba(0, 0, 0, 1);
}

.btn-light {
    font-family: Open Sans;
    width: 100%;
    max-width: 370px;
    height: fit-content;
    padding-block: 15px;
    border-radius: 5px;
    border-color: transparent;
    background-color: #b30140;
    border-color: transparent;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    z-index: 1;
    position: relative;
}

    .btn-light:hover, .btn-light.active {
        background-color: #D5B160;
        color: #1A2B45;
        border-color: transparent;
    }

.grow {
    transition: all 0.2s ease-in-out;
}

    .grow:hover {
        transform: scale(1.05);
    }

p {
    color: #ffffff;
    font-family: Open Sans;
    font-size: 22px;
    margin-bottom: 0;
    border: dashed 1px #d7b367;
    background-color: #3b111bb8;
    max-width: 368px;
    margin: 0 auto;
    margin-top: 12px;
    border-radius: 5px;
    padding-block:10px;
}

ul li {
    color: #ffffff;
    font-size: 14px;
}

.prog {
    background: #0b121dc2;
    /* 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: 300px;
    margin-top: 35px;
}

.termsBtn {
    padding-top: 15px;
}

.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;
    }

.icons img {
    max-height: fit-content;
    padding: 0px 20px 20px;
}

footer {
    background-color: #131414;
    border-top: 3px solid #b30140;
    padding: 20px 0 50px;
}

.card {
    background-color: transparent;
    border: transparent;
}

.pollSlider {
    position: fixed;
    width: 100%;
    background: #b30140;
    bottom: -150px;
    height: 150px;
    z-index: 1;
}

#pollSlider-button {
    position: fixed;
    bottom: 0px;
    left: calc(50% - 100px);
    z-index: 999;
}

@media (max-width: 767px) {

    .ngTag{
        position: absolute;
        max-width: 100px;
    }

    .offer{
        background: none;
        padding: 0px 28px;
        margin-block: 20px 0px;
    }

    .logoAff{
        width:100vw;
    }

    .eyeCandy{
        margin-top: 10px;
    }

    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: fit-content;
        font-size: 24px;
        padding-block: 15px;
    }

    p {
        font-size: 24px;
    }

    .h2, h2 {
        font-size: 16px;
    }

    .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: -45px;
    }

    .jackpot-img{
        max-width:230px;
        margin-top:10px;
    }

    .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: 16px;
    }
}

.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%);
    }

    .eyeCandy{
        margin-top:20px;
    }

    .eyeCandy img{
        width: 515px;
        margin-bottom: -20px;
        
    }

    .icons{
        max-width: 400px;
        display: block;
        margin: 0 auto;
    }
    
}





.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

@media (min-width: 1500px) {
    .container {
        max-width: 1500px;
    }

    .swLogo {
        max-width: 270px;
    }

    .h2, h2 {
        color: #ffffff;
        font-size: 18px;
    }

    .eyeCandy{
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@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: 13px;
    }

    .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;
    }

}




