@font-face {
    font-family: 'Athletics';
    src: url('fonts/Athletics-Regular.eot');
    src: local('fonts/Athletics Regular'), local('Athletics-Regular'),
        url('fonts/Athletics-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Athletics-Regular.woff2') format('woff2'),
        url('fonts/Athletics-Regular.woff') format('woff'),
        url('fonts/Athletics-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Athletics';
    src: url('fonts/Athletics-LightItalic.eot');
    src: local('fonts/Athletics Light Italic'), local('Athletics-LightItalic'),
        url('fonts/Athletics-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Athletics-LightItalic.woff2') format('woff2'),
        url('fonts/Athletics-LightItalic.woff') format('woff'),
        url('fonts/Athletics-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Athletics';
    src: url('fonts/Athletics-ExtraBold.eot');
    src: local('fonts/Athletics ExtraBold'), local('Athletics-ExtraBold'),
        url('fonts/Athletics-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Athletics-ExtraBold.woff2') format('woff2'),
        url('fonts/Athletics-ExtraBold.woff') format('woff'),
        url('fonts/Athletics-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Athletics';
    src: url('fonts/Athletics-BoldItalic.eot');
    src: local('fonts/Athletics Bold Italic'), local('Athletics-BoldItalic'),
        url('fonts/Athletics-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Athletics-BoldItalic.woff2') format('woff2'),
        url('fonts/Athletics-BoldItalic.woff') format('woff'),
        url('fonts/Athletics-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Athletics';
    src: url('fonts/Athletics-Bold.eot');
    src: local('fonts/Athletics Bold'), local('Athletics-Bold'),
        url('fonts/Athletics-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Athletics-Bold.woff2') format('woff2'),
        url('fonts/Athletics-Bold.woff') format('woff'),
        url('fonts/Athletics-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Athletics';
    src: url('fonts/Athletics-Medium.eot');
    src: local('fonts/Athletics Medium'), local('Athletics-Medium'),
        url('fonts/Athletics-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Athletics-Medium.woff2') format('woff2'),
        url('fonts/Athletics-Medium.woff') format('woff'),
        url('fonts/Athletics-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Athletics';
    src: url('fonts/Athletics-Black.eot');
    src: local('fonts/Athletics Black'), local('Athletics-Black'),
        url('fonts/Athletics-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Athletics-Black.woff2') format('woff2'),
        url('fonts/Athletics-Black.woff') format('woff'),
        url('fonts/Athletics-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Athletics';
    src: url('fonts/Athletics-Light.eot');
    src: local('fonts/Athletics Light'), local('Athletics-Light'),
        url('fonts/Athletics-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Athletics-Light.woff2') format('woff2'),
        url('fonts/Athletics-Light.woff') format('woff'),
        url('fonts/Athletics-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Athletics';
    src: url('fonts/Athletics-MediumItalic.eot');
    src: local('fonts/Athletics Medium Italic'), local('Athletics-MediumItalic'),
        url('fonts/Athletics-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Athletics-MediumItalic.woff2') format('woff2'),
        url('fonts/Athletics-MediumItalic.woff') format('woff'),
        url('fonts/Athletics-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Athletics';
    src: url('fonts/Athletics-Italic.eot');
    src: local('fonts/Athletics Italic'), local('Athletics-Italic'),
        url('fonts/Athletics-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Athletics-Italic.woff2') format('woff2'),
        url('fonts/Athletics-Italic.woff') format('woff'),
        url('fonts/Athletics-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Athletics';
    src: url('fonts/Athletics-ExtraBoldItalic.eot');
    src: local('fonts/Athletics ExtraBold Italic'), local('Athletics-ExtraBoldItalic'),
        url('fonts/Athletics-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Athletics-ExtraBoldItalic.woff2') format('woff2'),
        url('fonts/Athletics-ExtraBoldItalic.woff') format('woff'),
        url('fonts/Athletics-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Athletics';
    src: url('fonts/Athletics-BlackItalic.eot');
    src: local('fonts/Athletics Black Italic'), local('Athletics-BlackItalic'),
        url('fonts/Athletics-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Athletics-BlackItalic.woff2') format('woff2'),
        url('fonts/Athletics-BlackItalic.woff') format('woff'),
        url('fonts/Athletics-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}



* {
    box-sizing: border-box;
    font-family: 'Athletics', Verdana, sans-serif;
}

.your-style {
    font-family: 'Athletics';
    font-weight: 900;
    font-style: normal;
}

body {
    margin: 0;
    height: 100vh;
}

.container {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.column {
    width: 50%;
    height: 100vh;
    padding: 60px;
}

/* LEWA */
.left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    animation: slideLeft 1s ease forwards;
    background:
        /* url('svg/rise.svg') left bottom no-repeat,  obrazek SVG */
        #BCA8FF;
    background-size: 220px;
    transform: skewX(10deg);
}

.left h1 {
    font-size: 7em;
    margin-bottom: 20px;
}

.left p {
    max-width: 480px;
    margin-left: auto;
    line-height: 1.6;
}

/* PRAWA */
.right {
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: slideRight 1s ease forwards;
    overflow-y: auto;
    background:
        url('svg/exclamation.svg') right 30px no-repeat,
        /*obrazek SVG */
        #16161E;
}

.form-wrapper {
    width: 100%;
    max-width: 50%;

}

/* TOGGLE */
.tabs {
    display: flex;
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
}

.tab {
    flex: 1;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    background: #2a2a38;
    transition: background 0.3s;
}

.tab.active {
    background: #BCA8FF;
    color: #000;
    font-weight: bold;
}

form {
    display: none;
    animation: fadeIn 0.4s ease;
}

form.active {
    display: block;
}

.field {
    margin-bottom: 16px;
}

label {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

input {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: none;
    outline: none;
}

.checkbox {
    display: flex;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 12px;
}

.error {
    color: #ff7a7a;
    font-size: 12px;
    margin-top: 4px;
}

.tooltip a {
    color: #BCA8FF;
}

button {
    width: 100%;
    padding: 14px;
    background: #BCA8FF;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 12px;
    font-size: 20px;
}

.forgot {
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 18px;
    color: #BCA8FF;
    text-align: center;
    text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .container {
        flex-direction: column;
    }

    .column {
        width: 100%;
        padding: 40px 24px;
        text-align: center;
    }

    .left {
        text-align: center;
    }

    .left p {
        margin: 0 auto;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideLeft {
    from {
        transform: translateX(-40px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideRight {
    from {
        transform: translateX(40px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.klauzula {
    font-family: Verdana;
    font-size: 11px
}

.logo {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 130px;
}

.logo svg {
    width: 100%;
    height: auto;
}

/* mobile */
@media (max-width: 900px) {
    .logo {
        width: 90px;
        top: 20px;
        left: 20px;
    }
}

.tooltip {
    position: relative;
    display: inline-block;
    color: #BCA8FF;
    cursor: pointer;
    text-decoration: none;
}

.tooltip .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 420px;
    max-width: 90vw;
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 12px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.4;

    position: absolute;
    z-index: 1000;
    bottom: 125%;
    left: 132%;
    transform: translateX(-50%);

    transition: opacity 0.3s;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.prime {
    width: 30vw
}

.right-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #2a2a38;
    color: #fff;

    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;

    z-index: 10;
    justify-content: space-between;

    color: #fff;
}

.footer-col a {
    color: #fff;
    text-decoration: none;
}

.w-100 {
    width: 100%;
}
