﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: black;
    font-family: 'Roboto', sans-serif;
}

#aviator-pg {
    margin: auto;
    color: #FFFFFF;
}

    #aviator-pg .logo-link {
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-bottom: 4px;
    }

    #aviator-pg .easy-logo {
        width: 78px;
    }

    #aviator-pg button {
        border: none;
        cursor: pointer;
    }

    #aviator-pg .top-section {
        background-image: url(/images/activity/sports_prize_512/steps-top-bg.png);
        height: 240px;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        padding: 15px;
    }

        #aviator-pg .top-section .win-deets {
            display: flex;
            justify-content: end;
            gap: 37px;
            padding-right: 15px;
        }

        #aviator-pg .top-section .header_h1 {
            color: #F7FF2F;
            text-shadow: -1px 0 #F51919, 0 1px #F51919, 1px 0 #F51919, 0 -1px #F51919;
            font-size: 30px;
            width: 173px;
            text-align: center;
        }

        #aviator-pg .top-section .pill {
            color: black;
            text-shadow: -1px 0 #F51919, 0 1px #F51919, 1px 0 #F51919, 0 -1px #F51919;
            font-size: 40px;
            background: #F7FF2F80;
            width: 183px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 22px;
        }

        #aviator-pg .top-section .testimonial {
            color: #F7FF2F;
            width: 340px;
            position: absolute;
            bottom: 5px;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
            font-size: 12px;
            line-height: 150%;
            font-weight: 500;
        }

        #aviator-pg .top-section .chat {
            width: 125px;
            height: 125px;
        }

    #aviator-pg .your-turn {
        background: linear-gradient(90deg, #174506 0%, #39AB0F 100%);
        text-align: center;
        /* height: 54px; */
        padding: 20px 10px;
    }

    #aviator-pg .step-main {
        padding: 40px 20px;
        background-color: black;
    }


    #aviator-pg .steps-header {
        background: linear-gradient(90deg, #F7FF2F 0%, #FC5B3B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
        margin-bottom: 25px;
        font-weight: 700;
        font-size: 30px;
        letter-spacing: 0px;
    }

    #aviator-pg .steps-section {
        margin-bottom: 30px;
    }

    #aviator-pg .step {
        border: 2px solid #16BB50;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 10px 12px 10px;
        margin-bottom: 20px;
        font-weight: 500;
    }

    #aviator-pg .step-content {
        display: flex;
        flex-direction: column;
        gap: 7px;
        width: 208px;
    }

    #aviator-pg .step-tag {
        background-color: #F7FF2F;
        border-radius: 0 0 4px 4px;
        padding: 2px 8px;
        color: #000000;
        width: fit-content;
        font-size: 18px;
    }

    #aviator-pg .step-sm-h {
        color: #16BB50;
        font-size: 18px;
    }

    #aviator-pg .step-btn {
        background-color: #F7FF2F;
        border-radius: 8px;
        color: #000000;
        padding: 7px 11px;
        font-size: 18px;
        width: 95px;
        text-align:center;
    }

    #aviator-pg .step-p {
        font-size: 12px;
        line-height: 100%;
        font-weight: 400;
    }

        #aviator-pg .step-p span {
            color: #F7FF2F;
        }

    #aviator-pg .questions-section {
        border: 2px solid #1F1F1F;
        border-radius: 16px;
        padding: 15px 15px 5px 15px;
    }

        #aviator-pg .questions-section .gray-cont {
            background-color: #1A1A1A;
            border-radius: 14px;
            padding: 10px;
            margin-bottom: 15px;
        }

        #aviator-pg .questions-section .question-h h4 {
            background: linear-gradient(90deg, #F7FF2F 0%, #FC5B3B 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
            font-weight: 600;
            font-size: 20px;
            letter-spacing: 0px;
        }

        #aviator-pg .questions-section .answer {
            background-color: #1A1A1A;
            border-radius: 14px;
            padding: 0px;
            margin-bottom: 15px;
            overflow: hidden;
        }

        #aviator-pg .questions-section .answer-top {
            color: #F7FF2F;
            font-weight: 600;
            font-size: 15px;
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 7px;
            border-bottom: 2px solid #262626;
            padding: 8px;
        }

            #aviator-pg .questions-section .answer-top img {
                width: 40px;
                height: 40px;
            }

        #aviator-pg .questions-section .answer-p {
            font-size: 14px;
            max-width: 298px;
            padding: 8px;
            line-height: 150%;
        }

            #aviator-pg .questions-section .answer-p span {
                color: #16BB50;
            }

        #aviator-pg .questions-section .claim-avi {
            display: block;
            margin-left: auto;
            background-color: #F7FF2F;
            border-radius: 12px 0 0 0;
            width: 94px;
            height: 31px;
            font-weight: 500;
            line-height: 31px;
            text-align:center;
        }


@media(max-width: 640px) {
    #aviator-pg {
        width: 100%;
    }

    #aviator br {
    }

    #aviator-pg .top-section .win-deets {
        gap: 8px;
        padding-right: 5px;
    }

    #aviator-pg .top-section .header_h1 {
        font-size: 20px;
        width: 141px;
        text-align: center;
    }

    #aviator-pg .top-section .pill {
        width: 133px;
        height: 44px;
        font-size: 30px;
    }
}
#aviator-pg .offer {
    display: flex;
    align-items: center;
    color: #F7FF2F;
    background-color: #F7FF2F33;
    font-size: 12px;
    font-weight: 600;
    border-radius: 7.3px;
    margin-bottom: 20px;
    padding: 5px 8px;
    gap: 8px;
    text-decoration: none;
}
#aviator-pg .offer .claim {
    margin-left: auto;
}

#aviator-pg .offer .claim i {
    font-size: 10px;
}