@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    margin: 0;
    padding: 0;
    line-height: 1;
    border: 0;
    font-weight: normal;
    outline: none;
    border-collapse: collapse;
    text-decoration: none;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Oswald", sans-serif;
    width: 100%;
    font-size: 18px;
    min-height: 100vh;
    background: linear-gradient(180deg, #00C7B1 0%, #161616 75%);
    color: #FFF;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body.off {
    overflow: hidden;
}

.piri {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
    position: relative;

}

.piri-container {
    display: flex;
    flex-direction: column;
    margin: 30px 20px 0 20px;
    max-width: 320px;
    width: 100%;
}

.piri-sum {
    color: #BDEE00;
    text-align: center;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -6px;
    text-transform: uppercase;
    margin: 14px 0;
}

.piri-box {
    position: relative;
    margin: 10px 0 20px 0;
}

.piri-img-container {}

.piri-info {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.piri-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.piri-info-wrap {
    display: flex;
    margin-top: 10px;
}

.piri-number {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #00C7B1;
    width: 22px;
    height: 22px;
    margin-right: 9px;
}

.piri-number-color {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
}

.piri-text {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.piri-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #161616;
    ;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    max-width: 320px;
    height: 60px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    background: url(accets/img/button.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.piri-bg {
    margin: 0 auto;
}

.piri-bg img {
    width: 100%;
    max-width: 400px;
    height: 100%;
    object-fit: contain;
}