﻿
.Referral .goldhoverfill {
    background-image: linear-gradient(to right, #B88916, #F6C451, #B88916, #F6C451, #AA771C);
    padding: 15px 45px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: block;
    max-width: 200px;
    border: none;
    text-decoration: none;
}

    .Referral .goldhoverfill:hover {
        background-position: right center;
        text-decoration: none;
    }

h1 {
    font-size: 2.5em !important;
}

h2 {
    font-size: 2em !important;
    color: #878585 !important;
}

h3 {
    font-size: 1em !important;
}

section.section-top {
    background-image: linear-gradient(180deg,#00010c 3%,rgba(0,1,12,0.64) 14%),url(/Shared/Images/EarnCredits/stadium_bg_1.jpg);
    background-position: center bottom 33%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}

    section.section-top > div {
        color: #626273;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
    }

        section.section-top > div div {
            font-weight: 700;
            text-transform: uppercase;
            color: #ffffff !important;
            text-align: center;
        }

            section.section-top > div div + div {
                text-transform: uppercase;
                color: #FFFFFF !important;
            }

.section-top > .get-action-ways > div {
    font-family: Inter;
    font-weight: 400;
    color: #fff;
    line-height: 150%;
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
    margin: 7vw;
}

    .section-top > .get-action-ways > div .get-action-way {
        width: 33%;
        box-sizing: border-box;
        max-width: 520px;
        text-align: center;
        background: white;
        box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.77);
    }

        .section-top > .get-action-ways > div .get-action-way div {
            padding: 20px;
        }

            .section-top > .get-action-ways > div .get-action-way div p:nth-child(1) {
                font-size: 20px;
                font-weight: 700;
                text-transform: uppercase
            }

            .section-top > .get-action-ways > div .get-action-way div p:nth-child(2) {
                margin: 12px 0 12px 0;
                font-size: 18px;
                font-weight: 700
            }

        .section-top > .get-action-ways > div .get-action-way:hover {
            transform: scale(1.1);
            transition-delay: .05s;
            transition: transform .5s cubic-bezier(.25,.1,.25,1);
        }

    .section-top > .get-action-ways > div img {
        width: 100%;
        transition: transform .5s cubic-bezier(.25,.1,.25,1)
    }

    .section-top > .get-action-ways > div p {
        margin: 0;
        color: #001935;
    }


section.section-bottom {
    background-image: linear-gradient(180deg,#00010c 3%,rgba(0,1,12,0.64) 14%),url(/Shared/Images/EarnCredits/fireworks_bg.jpg);
    background-position: center bottom 33%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}

    section.section-bottom > div {
        color: #626273;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
        gap: 40px;
        display: flex;
        flex-direction: column;
    }

        section.section-bottom > div div {
            font-weight: 700;
            text-transform: uppercase;
            color: #FFFFFF !important;
            line-height: 1.3em;
            text-align: center;
        }

            section.section-bottom > div div + div {
                text-transform: none;
                font-size: 22px;
                color: #FFFFFF !important;
            }

                section.section-bottom > div div + div a {
                    color: #fcac16;
                    text-decoration: none;
                }

.section-bottom > .get-action-ways > div {
    font-family: Inter;
    font-weight: 400;
    color: #fff;
    line-height: 150%;
    display: flex;
    justify-content: center;
    column-gap: 50px;
    margin: 7vw;
}


    .section-bottom > .get-action-ways > div img {
        width: 100%;
        transition: transform .5s cubic-bezier(.25,.1,.25,1)
    }

    .section-bottom > .get-action-ways > div p {
        margin: 0;
        color: #001935;
    }


section.section-second {
    padding-top: 90px;
    padding-bottom: 80px;
    background-color: #000000;
}

    section.section-second > div {
        color: #626273;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
    }

        section.section-second > div div {
            font-weight: 700;
            line-height: 1.3em;
            text-align: center;
        }

            section.section-second > div div + div {
                font-size: 30px;
                color: #FFFFFF;
            }

.section-second > .action-cards > div {
    font-family: Inter;
    font-weight: 400;
    color: #fff;
    line-height: 150%;
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
    margin: 0 7vw;
}

    .section-second > .action-cards > div .card-mid {
        border: 0 solid #333;
        border-right-width: 1px;
        border-left-width: 1px;
        border-right-color: rgba(255, 255, 255, 0.16);
        border-left-color: rgba(255, 255, 255, 0.16);
    }

    .section-second > .action-cards > div .action-card {
        width: 33%;
        box-sizing: border-box;
        max-width: 520px;
        text-align: center;
        border-radius: 8px;
        box-shadow: 0 0 1px 0 rgba(0,0,0,.06),0 2px 6px 0 rgba(0,0,0,.06),0 10px 20px 0 rgba(0,0,0,.06)
    }


        .section-second > .action-cards > div .action-card a {
            text-decoration: none;
        }

        .section-second > .action-cards > div .action-card div {
            padding: 0 6% !important
        }

            .section-second > .action-cards > div .action-card div p:nth-child(1) {
                font-size: 30px;
                font-weight: 700;
                text-transform: uppercase
            }

            .section-second > .action-cards > div .action-card div p:nth-child(2) {
                margin: 12px 0 12px 0;
                font-size: 18px;
                color: white !important;
                line-height: 1.8em;
                font-weight: 700
            }

        .section-second > .action-cards > div .action-card:hover {
            color: #fcac16 !important
        }

    .section-second > .action-cards > div img {
        display: inline-block;
        margin-bottom: 30px;
        max-width: 100%;
        border-radius: 200px 200px 200px 200px;
        overflow: hidden;
        width: 200px;
        height: 200px;
    }

    .section-second > .action-cards > div p {
        margin: 0;
    }


#Content {
    background-color: #0d160d
}



section.section-third {
    padding: 80px 0;
    background-color: white;
}

.section-image-description {
    display: flex;
    justify-content: space-evenly;
    margin: 0 7vw;
    gap: 64px;
}

    .section-image-description .alert {
        padding: 10px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        width: 235px;
        border: 1px solid rgba(255, 255, 255, 0.4);
    }

        .section-image-description .alert .small-title {
            color: #F0C565;
        }

    .section-image-description .left-item {
        width: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 32px;
    }

    .section-image-description .right-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-image-description .big-title {
        font-weight: 700;
        text-transform: uppercase;
        display: flex;
        color: black;
        line-height: 96% !important;
    }

    .section-image-description .small-title {
        font-size: 22px;
        line-height: 1.6em;
        color: black;
        font-family: Inter;
        font-weight: 400;
        line-height: 150%;
        max-width: 580px;
    }

    .section-image-description .buttons {
        display: flex;
        width: 100%;
        align-items: flex-start;
        gap: 16px;
    }

    .section-image-description .cards-left {
        position: absolute;
        top: 0;
        left: -34px;
    }

    .section-image-description .cards-right {
        position: absolute;
        bottom: 0;
        right: -30px;
    }

    .section-image-description .cards-center {
        width: 100%;
    }

    .section-image-description .right-item {
        width: 50%;
        height: 100%;
        background-size: cover;
        border-radius: 20px;
    }

    .section-image-description .flexstand {
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 32px;
    }


@media screen and (max-width: 960px) {
    .flexstand.mb.reverse {
        flex-direction: column-reverse !important
    }

    section > div.section-top, section > div.section-bottom, section > div.section-second {
        padding-top: 65px !important;
        padding-bottom: 10vw !important;
        justify-content: space-between !important
    }

    .section-top .right-item {
        justify-content: center !important
    }

    .left {
        order: 2
    }

    .right {
        order: 1
    }

    section > div {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    section .right-item > img {
        /*width: 75% !important*/
    }

    .section-top .cards-left {
        left: -7%;
        width: 20% !important
    }

    .section-top .cards-right {
        right: 3%;
        width: 10% !important
    }

    .section-top .big-title {
        font-size: min(58px,6.5vw);
        padding-right: 12vw;
        line-height: 1.2
    }

    .section-top .small-title {
        font-size: min(40px,4vw);
        line-height: 1.2
    }

        .section-top .small-title .smaller {
            font-size: 23px
        }

    .section-image-description .big-title {
        font-size: 36px;
    }

    section > div.section-image-description {
        padding-top: 25% !important;
        justify-content: space-between !important;
    }

    .section-image-description .right-item {
        justify-content: center !important;
    }

    section.section-top > div {
        font-size: 18px;
        /*margin: 0 30px;*/
        padding: 0 !important
    }

        section.section-top > div div {
            font-size: 30px;
        }

            section.section-top > div div + div {
                font-size: 25px;
            }

    .section-top > .get-action-ways > div {
        flex-direction: column;
        align-items: center;
        row-gap: 50px;
        margin: 50px 7vw 0 7vw
    }

        .section-top > .get-action-ways > div .get-action-way {
            width: 100%;
            max-width: unset
        }

    section.section-bottom > div {
        font-size: 18px;
        margin: 0 30px;
        padding: 0 !important
    }

    .section-bottom > .get-action-ways > div {
        flex-direction: column;
        align-items: center;
        row-gap: 50px;
        margin: 50px 7vw 0 7vw
    }


    section.section-second > div {
        font-size: 18px;
        /*margin: 0 30px;*/
        padding: 0 !important
    }

    .section-second > .action-cards > div {
        flex-direction: column;
        align-items: center;
        row-gap: 50px;
        margin: 50px 7vw 0 7vw
    }

        .section-second > .action-cards > div .action-card {
            width: 100%;
            max-width: unset
        }
}

@media screen and (max-width: 1200px) {
    .section-top > .get-action-ways, .section-bottom > .get-action-ways {
        column-gap: 20px;
        margin-bottom: 40px
    }

        .section-top > .get-action-ways .get-action-way, .section-bottom > .get-action-ways div {
            /*padding: 0 2vw 30px 2vw !important*/
        }

    .section-second > .action-cards {
        column-gap: 20px;
        margin-bottom: 40px
    }

        .section-second > .action-cards .action-card {
            padding: 0 2vw 30px 2vw !important
        }
}

@media screen and (max-width: 960px) {
    .flexstand.mb > .align-left {
        align-items: start !important;
        justify-content: start !important;
    }

    .flexstand.mb.reverse {
        flex-direction: column-reverse !important;
    }

    .flexstand.mb > * {
        width: 100% !important;
        align-items: center !important;
        justify-content: center !important;
        display: flex !important;
    }
}
