* { 
    margin: 0; 
    padding: 0;
}

/* ---------- FONTS */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap');

@font-face {
    font-family: 'Poppins-Regular';
    src: url('https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGlzZ1xlFQ.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DSEG7Classic';
    src: url('../fonts/DSEG7Classic-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* ---------- GENERAL */

a { text-decoration: none; outline: none; transition: all 0.3s; color: #FFF; }
a:hover, a:active { color: #FAFF00; }

body {
    color: #FFF;
    font-size: 1.6dvh;
    line-height: 120%;
    width: 100%;
    font-family: 'Poppins-Regular', Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    min-height: 100dvh;
    position: relative;
    background: linear-gradient(90deg, #0243F3, #13A1FF);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1 {
    font-family: 'Poppins-Bold', Helvetica, Arial, sans-serif;
    font-weight: 700;
}
h1 {
    font-size: 360%;
    margin-bottom: 2.8dvh;
    font-weight: 600;
    line-height: 100%;
}
h1 .h1sub {
    font-size: 36%;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
}
h3 {
    font-family: 'Poppins-Regular', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 120%;
    line-height: 120%;
}

/* ---------- BUTTON */

.btn-wrap {
    margin-top: 0dvh;
}
.btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FAFF00;
    padding: 1.4dvh 0;
    color: #1E1E1E;
    font-family: 'Poppins-Bold', Helvetica, Arial, sans-serif;
    font-size: 180%;
    line-height: 120%;
    font-weight: 800;
    text-align: center;
    border: none;
    border-radius: 1.6dvh;
    cursor: pointer;
    text-decoration: none !important;
    flex: 1 1 auto;
    margin: 0 auto;
}
.btn:hover, .btn:active {
    color: #1E1E1E;
    background: #FFF;
}

/* ---------- OTHER */

.yellow { color: #FAFF00; }
.green { color: #2EFF2E; }

.regular { 
    font-family: 'Poppins-Regular', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

/* ---------- flex */

.flex { 
    display: flex; 
    justify-content: space-between; 
}
.flex.column {
    flex-direction: column;
}
.flex.center {
    align-items: center;
    justify-content: center;
}

/* ---------- SECTIONS */

.sections {
    position: relative;
    display: flex;    
    gap: 0;
    justify-content: flex-start;
    min-height: auto;
    width: 136dvh;
    z-index: 20;
    padding: 0;
    margin: 0;
    margin-top: -2dvh;
    min-height: 70.7dvh;
}
body::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../img/bg.svg') center center no-repeat;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}
body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/hero.webp?v=2') center center no-repeat;
    background-size: cover;
    z-index: 50;
    pointer-events: none;
}
.section {
    position: relative;
    padding: 0 !important;
    flex: 0 0 auto;
}

/* ------------------------------- CONTENT */

.logo-wrap {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 3dvh;
}
.logo-wrap a {
    display: block;
    height: 5.6dvh;
}
.logo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}
.betlike .inner{
    display: inline-block;
    font-family: 'Poppins-Regular', Helvetica, Arial, sans-serif;
    font-size: 190%;
    white-space: nowrap;
    padding: 1.8dvh 0dvh;
    color: #FAFF00;
    position: relative;
    margin-bottom: 1dvh;
}
h1 {
    text-transform: uppercase;
}
h1 .large {
    font-size: 168%;
    line-height: 104%;
}
h1 .large .upto {
    font-size: 42%;
    line-height: 100%;
    display: inline-block;
    text-align: center;
    padding-right: 1dvh;
}

/* ------------------------------- FORM */

.section.form {
    width: 64dvh;
    gap: 1.2dvh;
    justify-content: flex-end;
    margin-bottom: -3dvh !important;
    scale: 1;
}

.section.form .passtoggle {
	background: url('../img/eye-off.svg') no-repeat center center;
	background-size: contain;
	background-size: 3dvh 3dvh;
}

.section.form .passtoggle.off {
	background: url('../img/eye.svg') no-repeat center center;
	background-size: 3dvh 3dvh;
}

.section.form .input-wrap,
.section.form .btn-wrap,
.section.form .already-confirm {
    width: 100%;
}
.section.form .btn-wrap {
    padding-top: 0;
}
.section.form .already-confirm {
	color: #A4B4F7;
    font-size: 100%;
}
.section.form .btn {
    font-size: 125%;
    line-height: 120%;
    border-radius: 1dvh;
    padding: 0 2dvh;
    height: 5.4dvh;
    background: #FAFF00;
}
.section.form input[type=password],
.section.form input[type=text] {
    border-radius: 1.2dvh;
    padding: 0 2dvh;
    color: #fff;
    font-size: 100%;
    height: 5.4dvh;
    border-radius: 1dvh;
}
.section.form .drop-select {
    min-width: 35%;
}
.section.form input[type=tel],
.section.form .selected-option {
    padding: 0 2dvh;
    color: #fff;
    font-size: 100%;
    width: 100%;
    height: 5.4dvh;
    border-radius: 1dvh;
}
.section.form .country-code .selected-option {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.section.form input[type=tel] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.section.form .selector.input-wrap {
    border-radius: 1.2dvh;
}
.section.form select::placeholder,
.section.form input::placeholder {
	color: #fff;
    font-size: 100%;
}
.section.form .selected-option {
    padding-left: 7dvh;
    width: auto;
}
.section.form .drop-select img {
    position: absolute;
    left: 2dvh;
    height: 3dvh !important;
    width: 3dvh !important;
    flex: 0 0 3dvh !important;
    border: 0.3dvh solid #fff;
    margin-right: 1.6dvh;
    margin-bottom: -0.5dvh;
    margin-top: -0.5dvh;
    object-fit: cover; 
}
.err-msg {
    font-size: 80%;
    color: orangered;
    display: none;
    bottom: -2dvh;
    left: 0dvh;
    margin-bottom: 0dvh;
    position: absolute;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    pointer-events: none;
}
.err-summary-label {
    color: orangered;
    font-size: 100%;
    text-align: center;
    margin-top: -2.5dvh;
    margin-bottom: 2.5dvh;
    width: 47dvh;
    position: absolute;
    top: -7dvh;
    width: 100%;
    opacity: 0;
    transition-duration: 0.5s;
    display: flex !important;
    pointer-events: none;
}
.err-summary .err-summary-label {
    color: orangered;
    font-size: 100%;
    text-align: center;
    margin-top: -2.5dvh;
    margin-bottom: 2.5dvh;
    width: 47dvh;
    position: absolute;
    top: -7dvh;
    width: 100%;
    opacity: 1;
    transition-duration: 0.5s;
    display: flex !important;
    pointer-events: none;
}

.formwrap {
    background: #081D39;
    border: 0.3dvh solid #FAFF00;
    border-radius: 3dvh;
    padding: 2dvh;
    gap: 2dvh;
    width: 36dvh;
    margin-top: -1dvh;
}
.err-summary .formwrap {
    padding-top: 4.5dvh;
}


/* ----------------------------------- TIMER */

.timer {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 16.6dvh;
    height: 6.6dvh;
    margin-left: 11.5dvh;
    margin-top: 2dvh;
    border: 0.6dvh solid #FAFF00;
    font-family: 'DSEG7Classic', sans-serif;
    color: #FAFF00;
    font-size: 3.6vh;
    background: #081D39;
    border-radius: 1.5vh;
    z-index: 10000;
}

/* ----------------------------------- RESP */

@media (max-aspect-ratio: 74/50) {
    .sections {
        width: 115dvh;
        z-index: 100;
        margin-top: -7dvh;
        margin-left: -6dvh;
        scale: 0.9;
    }
}
@media (max-aspect-ratio: 61/50) {
    body {
        align-items: flex-start;
        justify-content: flex-start;
        font-size: 1.8dvh;
    }
    .sections {
        flex-direction: column;
        height: auto;
        min-height: auto;
        width: 100%;
        padding-left: 0;
        margin-top: 0;
        margin-left: 0;
        min-height: auto;
        gap: 0;
    }
    body::after {
        top: auto;
        left: auto;
        right: 0dvw;
        bottom: 0dvw;
        width: 100%;
        height: 100%;
        background: url('../img/herom.webp') bottom center no-repeat;
        background-position-y: 50%;
        background-size: 90dvh;
    }
    .timer {
        margin-left: 0;
    }
    .section.form {
        width: 100%;
        gap: 0.4dvh;
        justify-content: flex-end;
        margin-top: -8dvh !important;
        scale: 0.8;
        align-items: center;
        text-align: center;
    }
    .section.form h1 {
        font-size: 260%;
    }
    .section.form .formwrap {
        margin-top: 0dvh;
    }
    .err-summary .formwrap {
        padding-top: 4.5dvh;
    }
    .logo-wrap a {
        height: 5dvh;
    }
    .logo-wrap img {
        object-position: center;
    }
}
@media (max-aspect-ratio: 4/5) {
    body {
        background: linear-gradient(0deg, #0243F3, #13A1FF);
        min-height: 112.5dvh;
    }
    body::after {
        background-position-y: bottom;
        background-size: 76dvh;
    }
    .section.form {
        margin-top: -1dvh !important;
        scale: 1;
        gap: 0;
    }
    .section.form .formwrap {
        width: min(50dvh, 90dvw);
    }
    .section.form .betlike {
        font-size: 80%;
        margin-top: -2dvh;
    }
    .logo-wrap a {
        margin-bottom: 0;
    }
    .section.form h1 {
        font-size: 240%;
    }
    .timer {
        scale: 1;
        margin-top: 2dvh;
    }
    .section.form input[type=password],
    .section.form input[type=text],
    .section.form input[type=tel],
    .section.form .selected-option,
    .section.form .btn {
        height: 6.4dvh;
    }
}