﻿@media only screen and (max-width: 1340px) {

    .sponsors-container img {
        width: 68px;
    }

    .promo-details h2 {
        font-size: 26px;
    }

    .steps-container div {
        height: 110px;
    }

    .steps-container h2 {
        font-size: 22px;
    }

    .steps-container p {
        font-size: 12px;
    }

    .sponsors-container {
        height: 80px;
        background-size: cover;
    }

    .bottom-wrapper {
        max-width: 1024px;
    }

    iframe {
        width: 1024px;
    }
}

@media only screen and (max-width: 1024px) {

    main {
        background-image: url(../image/bg-tablet.jpg);
	background-color: #390000;
        background-repeat: no-repeat;
        background-position: center -95px;
    }

    .promo-details-title {
        margin-top: 300px;
    }

    .sponsors-container img {
        width: 50px;
    }

    iframe {
        height: 105px;
    }

    .odds-box {
        height: 105px;
    }

    .red-arrow {
        transform: rotate(90deg);
    }

    .steps-container div {
        height: 145px;
        width: 450px;
    }

    .steps-container h2 {
        font-size: 25px;
    }

    .promo-details h2 hr {
        width: 22%;
    }

    .promo-details h2 {
        font-size: 21px;
    }

    .steps-container p {
        font-size: 16px;
    }

    .payments-logo {
        height: 80px;
    }

    .steps-container {
        flex-direction: column;
    }

    .sponsors-container {
        height: 60px;
    }

    .bottom-wrapper {
        max-width: 768px;
    }

    iframe {
        width: 768px;
    }

}

@media only screen and (max-width: 768px) {

    main {
        /* background-image: url(../img/bg-768.20240905.jpg); */
        background-repeat: no-repeat;
        background-position: center -95px;
    }

    .tnc-container {
        width: 100%;
    }

    .sponsors-container img {
        width: 40px;
    }

    .steps-container div {
        height: 135px;
        width: 420px;
    }

    .how-it-works-list li {
        color: #efd004;
        font-size: 16px;
        margin: 10px 0px;
    }

    .payments-logo {
        height: 65px;
    }

    .how-it-works-list li p {
        color: #fff;
        font-size: 14px;
    }

    .sponsors-container {
        height: 50px;
    }

    .bottom-wrapper {
        max-width: 650px;
    }

    iframe {
        width: 650px;
    }

}


@media only screen and (max-width: 600px) {

    main {
        /* background-image: url(../img/bg-600.20240905.jpg); */
        background-repeat: no-repeat;
        background-position: center -115px;
    }

    .collapse {
        padding: 25px 35px;
    }

    .promo-details-title {
        font-size: 20px;
    }

    .promo-details {
        font-size: 14px;
    }

    .rf-main-wrapper .action-container>.terms-and-conds {
        font-size: 11px!important;
        padding: 0px!important;
    }

    .rf-main-wrapper button.rf-submit-button {
        font-size: 20px !important;
    }

    .registration-form {
        padding: 15px!important;
    }

    .promo-details h2 hr {
        width: 18%;
    }

    .promo-details h2 {
        font-size: 20px;
    }

    .how-it-works-list {
        width: 90%;
    }

    .steps-container div {
        height: 130px;
        width: 400px;
    }

    .payments-logo {
        height: 50px;
    }

    .rf-main-wrapper {
        max-width: 475px !important;
    }

    .sponsors-container img {
        width: 32px;
    }

    .sponsors-container {
        height: 40px;
    }

    .bottom-wrapper {
        max-width: 480px;
    }

    iframe {
        width: 480px;
    }

}

@media only screen and (max-width: 480px) {

    main {
        background-image: url(../image/bg-mobile.jpg);
        background-repeat: no-repeat;
        background-position: center -10px;
    }

    .sponsors-inner-container {
        flex-wrap: wrap;
    }

    .rf-main-wrapper {
        max-width: 95% !important;
    }

    .promo-details-title {
        font-size: 15px;
        margin-top: 240px;
    }

    .promo-details {
        font-size: 12px;
    }

    .steps-container div {
        height: 105px;
        width: 320px;
    }

    .steps-container h2 {
        font-size: 20px;
    }

    .steps-container p {
        font-size: 13px;
    }

    .promo-details h2 hr {
        width: 13%;
    }

    .promo-details h2 {
        font-size: 15px;
    }

    .how-it-works-list li {
        font-size: 15px;
    }

    .payments-logo {
        height: 35px;
    }

    .tpl-contacts span.tpl-social-media {
        display: inline-block!important;
        margin-top: 0px!important;
    }

    .how-it-works-list li p {
        font-size: 13px;
    }

    .sponsors-container img {
        width: 60px;
        height: 60px;
    }

    .sponsors-container {
        height: auto;
    }

    .bottom-wrapper {
        max-width: 335px;
    }

    iframe {
        width: 335px;
    }

}
