@font-face {
    font-family: 'Poppins';
    src: url('../assets/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../assets/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Bangers';
    src: url('../assets/fonts/Bangers/Bangers-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BadaBoom BB';
    src: url('../assets/fonts/badaboom_bb/BADABB__.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html,
body {
    height: 100%;
    min-height: 100vh;
    background: linear-gradient(180.03deg, #01AAE6 0.02%, #006AB6 99.98%) !important;
    position: relative;
    overflow-x: hidden;
    touch-action: manipulation;
    margin: 0px !important;
}

.header-title {
    font-family: 'Bangers';
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
}

h2 {
    font-family: 'Bangers';
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.02em;
    vertical-align: middle;
    color: #fff;
}

h3 {
    font-family: 'Bangers';
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.02em;
    vertical-align: middle;
    color: #fff;
}
.mt-20{
    margin-top: 20px;
}
ol,
ul,
li,
li {
    color: #fff !important;
    font-family: 'Poppins' !important;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
}

.content-text {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.02em;
    vertical-align: middle;
    color: #fff;
}
.content-text2{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.02em;
    vertical-align: middle;
    color: #fff;
    margin-top: 20px;    
    padding-bottom: 50px;
}
.first-page-logo {
    margin-top: 10px;
    margin-left: 10px;
    width: 150px;
    height: auto;
    z-index: 100;
}

.pop-lang {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 20px;
    right: 0px;
    z-index: 100;
}
.terms-continer{
    padding: 20px;
    height: 100%;
}

.modal-title {
    font-family: 'Bangers';
    font-weight: 400;
    font-size: 24.6px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #FFFFFF;
}
.section{
    margin-top: 20px;
}

.lang-modal {
    background: #01AAE6;
}
.modal-footer,
.modal-header {
    border: none;
}
.lang-title {
    margin-top: 10px;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Bangers';
    font-size: 24.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.492px;
}

.language-selection {
    top: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 16px;
    background: #0170BB !important;
}

.continue {
    position: absolute;
    top: 550px;
    width: 100%;
    display: flex;
    height: 70px;
    padding: 15px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.25), -5px -5px 7.5px 0px #FFF inset, 0px 5px 8px 0px rgba(0, 0, 0, 0.25);
    color: #0060A1;
    text-align: center;
    font-family: Bangers;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
}
.language-grid {
    display: grid;
    grid-template-columns: 30px auto;
    grid-template-rows: repeat(8, 40px);
    gap: 10px;
    max-width: 300px;
    margin: 20px 30px;
    padding-right: 40px;
}
.language-grid div {
    display: flex;
    align-items: center;
}
.language-label {
    color: var(--White, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
input[type="radio"] {
    transform: scale(2.7);
    cursor: pointer;
}
.mat-button {
    background-color: #FFFFFF;
    color: #0060A1;
    font-size: 16px;
    font-weight: 500;
    border-radius: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    width: 100%;
    height: 70px;
}
.btn-text {
    font-family: 'Bangers';
    font-weight: 400;
    font-size: 28px;
    line-height: 29.79px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #0060A1;

}