@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

html, body {
    max-width: 430px;
    background: url("./assets/Background Level Journey.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    font-family: "Inter", sans-serif;
    text-align: center;
}

.header {
    padding: 15px 0 0 !important;
}


.logo-container {
    z-index: 2;
    position: relative;

    /* &::before {
        content: "";
        width: 120px;
        height: 120px;
        background: radial-gradient(circle, rgba(255, 179, 0, 1) 33%, rgba(255, 100, 0, 0) 100%);
        filter: blur(12px);
        position: absolute;
        top: 0;
        left: 35%;
        translate: translatey(-25%);
        filter: blur(50px);
        z-index: -1;
    } */
}

.logo-container img {
    width: 250px;
}

.profile {
    padding-top: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 12px;

}

.vip-class, .boost-container > p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    letter-spacing: .5;
}

.vip-level {
    padding: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 11.5px;
    line-height: 1;
    color: #FFDEA6;
    width: 56px;
    height: 18px;
    background: url("./assets/level-frame.png");
    background-size: contain;
    background-position: center;

}

.divider {
    background-image: url("./assets/Rectangle\ 15668.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 28px 0 30px 0;
    padding: 8px 0 16px 0;
}

.divider-text {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 2;
    text-align: center;
    text-transform: capitalize;
    color: #FFDEA6;
}

.boost-data-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: start;
    margin-top: 20px;
}

.boost-data {
    width: 159px;
}

.boost-data-container .boost-data:nth-child(3) .data, .boost-data-container .boost-data:nth-child(4) .data {
    margin-top: 10px;
}


.data {
    box-sizing: border-box;
    padding: 19px 25px;
    gap: 8px;
    width: 150px;
    height: 96px;
    margin-bottom: 10px;
    background: linear-gradient(52.98deg, #212121 39.36%, #FF994B 231.03%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.data > span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #EED997;
    text-shadow: 0px 0px 5.2px rgba(238, 217, 151, 0.25);
}

p span {
    font-weight: 400;
    font-size: 12px;
    line-height: 121%;
    /* or 15px */
    text-align: center;
    color: #FFFFFF;
    opacity: 0.5;
}

.perks1, .perks2 {
    box-sizing: border-box;
    /*width: 95vw;*/
    max-width: 378px;
    width: 100%;
    background: rgba(33, 33, 37, 0.75);
    border: 1px solid #393939;
    border-radius: 7px;
    margin: auto;
}

.perks1 {
    margin-top: 31px;
    padding: 0 10px 10px !important;
}

.perks2 {
    background: none;
    border: none;
    margin-top: 40px;
    padding: 0 10px 179px !important;
}

.perks2 > .perks-title span {
    opacity: 1;
}

.perks-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
}

.perks {
    background: url("./assets/Perks\ bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 152px;
    height: 178px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.perks p {
    color: #EED997;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 13.2px */
    width: 131px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.title-perks {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #EED997;
    padding-top: 24px;
    padding-bottom: 24px;
}

.title-perks > p {
    background-image: url("./assets/Group\ 585.png");
    background-repeat: no-repeat;
    background-position: center;
}


.perks-title > p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.perks-title > p > span {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #EED997;


}
.perks>p{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 110%;
text-align: center;
color: #EED997;
margin-top:15px ;

}