@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Rubik:wght@400;500;700&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;
    color: #FFF;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body.off {
    overflow: hidden;
}

.betboom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    position: relative;
    background: rgb(12, 12, 12);

}

.betboom-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background: url(accets/img/bg.png) rgb(12, 12, 12) center / cover no-repeat;
    height: 100vh;
    max-width: 400px;
}

.betboom-sum {
    color: #F8E800;
    text-align: center;
    font-size: 90px;
    font-weight: 700;
    letter-spacing: -2.7px;
    line-height: 90%;
    text-transform: uppercase;
    margin-top: 10px;
}

.betboom-box {
    position: relative;
}

.betboom-info {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    padding: 0;
}

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

.betboom-info-wrap {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(10px);
    padding: 20px 10px 10px 10px;
    margin: 20px 10px 0 10px;
}

.betboom-subtitle {
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.betboom-content {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    padding: 6px 12px;
    text-transform: uppercase;
    border-radius: 100px;
    background: #BDEE00;
    text-align: center;
}

.betboom-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 10px 0;
}

.betboom-info-text {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.betboom-info-text span {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.betboom-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -1.944px;
    text-transform: uppercase;
    max-width: 182px;
    width: 100%;
    border-radius: 9px;
    background: #F8E800;
    padding: 13px 30px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

.calc__continer {
    display: flex;
    flex-direction: column;
}