*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Inter", sans-serif;
    display: flex;
    justify-content: center;
    color: #ffffff;
    background: #00B956;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 430px;
    background: #00B956;
    border-radius: 8px;
    padding: 32px 20px 40px;
    overflow: hidden;
    text-align: center;
}

.badge18 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
}

.coin {
    position: absolute;
    width: 41px;
    height: 41px;
    top: 38%;
    left: 5%;
    transform: scaleX(-1);
}


.logo img {
    height: 35px;
    margin-bottom: 20px;
}

.title {
    margin-bottom: 20px;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.btn {
    display: inline-block;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

.btn--primary {
    width: 90%;
    padding: 18px 24px;
    font-size: 20px;
    color: #ffffff;
    border: none;
    background: linear-gradient(90deg, #761B86 0%, #B22AC9 100%);
}

.btn--ghost {
    height: 38px;
    padding: 5px 20px;
    align-items: center;
    color: #FFF;
    border-radius: 100px;
    border: 1px solid #FFF;
    opacity: 0.6;
    background: transparent;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn--ghost:hover {
    background: rgba(255, 255, 255, 0.12);
}

.note {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: block;
    margin: 10px 0 ;
    opacity: 0.8;
}

.back {
    margin-bottom: 10px;
}

.image-container {
    position: relative;
    margin-top: 12px;
    display: flex;
    justify-content: center;
}

.pad {
    margin-left: -15px;
    width: 430px;
    height: 413px;
    flex-shrink: 0;
}

.imgs {
    position: absolute;
}

.steam {
    width: 257px;
    height: 151px;
    top: 10%;
    right: -40%;
}
.headphone {
    width: 205px;
    height: 205px;
    top: 40%;
    left: -15%;
}

.footer {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer a {
    color: inherit;
    text-decoration: underline;
}

@media (max-width: 415px) {
    .image-container{
        margin-left: -20px;
    }
    .pad {
        margin: 0;
    }
    .steam{
        right: -35%;
        top: 15%;
    }
    .note {
        margin-bottom: 10px;
    }
    .footer {
        margin-top: 10px;
    }
}

@media (max-width: 400px) {
    .wrapper {
        padding: 20px 16px 36px;
    }
    .logo img {
        height: 25px;
        margin-bottom: 10px;
    }

    .badge18 {
        width: 28px;
        height: 28px;
    }

    .title {
        color: #FFF;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 10px;
    }

    .btn--primary {
        font-size: 20px;
        padding: 16px 20px;
        margin-bottom: 10px;
    }
    .back{
        margin-bottom: 30px;
    }

    .btn--ghost {
        font-size: 18px;
        padding: 8px 28px;
    }
    .image-container{
        margin-top: 0;
        margin-left: -15px;

    }
    .pad {
        width: 100%;
        height: 100%;
    }

    .steam {
        width: 128px;
        height: 75px;
        top: 15%;
        right: -5%;
    }
    .headphone {
        width: 102px;
        height: 102px;
        top: 40%;
        left: 0;
    }

    .coin{
        top: 40%;
        left: 5%;
    }
    .footer {
        margin-top: 10px;
    }
}
@media (max-width: 375px) {
    .coin{
        top: 44%;
    }
    .back{
        margin-bottom: 20px;
    }
    .pad {
        width: 75%;
        height: 75%;
    }
}

@media (min-height: 700px) {
    .wrapper {
        padding: 10px 20px !important;
    }
    .logo img {
        height: 25px;
        margin-bottom: 15px;
    }
    .image-container {
        margin-bottom: 20px;
    }
    .pad {
        width: 80%;
        height: 80%;
    }
    .steam {
        width: 128px;
        height: 75px;
        top: 15%;
        right: -5%;
    }
    .headphone {
        width: 102px;
        height: 102px;
        top: 40%;
        left: 0;
    }
    .title {
        margin-bottom: 20px !important;
    }
    .note{
        margin: 10px 0 !important;
    }
    .back{
        margin-bottom: 10px !important;
    }
}

@media (min-height: 740px) {
    .logo img {
        height: 35px;
        margin-bottom: 30px;
    }
    .title {
        margin-bottom: 35px !important;
    }
    .coin{
        top: 50%;
    }
    .note{
        margin: 20px 0 !important;
    }
    .back{
        margin-bottom: 20px !important;
    }
}

@media (min-height: 840px) {
    .coin{
        top:40%;

        @media (max-width: 415px) {
            top:45%
        }
    }
    .pad{
        width: 100%;
        height: 100%;
    }
    .steam {
        width: 257px;
        height: 151px;
        top: 10%;
        right: -40%;
    }
    .headphone {
        width: 205px;
        height: 205px;
        top: 40%;
        left: -15%;
    }
    .title {
        margin-bottom: 35px !important;
    }
    .image-container {
        margin-bottom: 30px;
    }
    .back{
        margin-bottom: 30px !important;
    }
}
@media (min-height: 880px) {
    .image-container {
        margin-bottom: 30px;
    }
    .note{
        margin: 20px 0 !important;
    }
    .back{
        margin-bottom: 20px !important;
    }
}
@media (min-height: 910px) {
    .wrapper {
        padding: 30px 20px !important;
    }
    .coin{
        top: 40%;
    }
    .title {
        margin-bottom: 30px !important;
    }
    .back{
        margin-bottom: 30px !important;
    }
}