@import url('https://fonts.cdnfonts.com/css/poppins');

:root {
    --gradient: linear-gradient(60deg, #c639a2, #305ec2);
}

* {
    box-sizing: border-box;
}

button,
a {
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .faq-section {
        gap: 50px !important;
    }

    .faq-section section {
        margin-left: 0 !important;
        max-width: 100% !important;
    }

    .faq-section h2 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 768px) {

    .child.banner-mockup-redirect {
        width: 100% !important;
    }

    .parent-right {
        display: inline-flex;
        gap: 20px;
        flex-direction: row;
        justify-content: center;
    }
}

@media only screen and (max-width: 790px) {
    h5 b {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    h5 b::before {
        top: 5px !important;
        left: 5px !important;
    }

    .bento-row {
        flex-direction: column !important;
    }

    .bento-child {
        min-height: 64px;
    }

    .h10,
    .h20,
    .h30,
    .h59 {
        height: unset !important;
    }

    .bento-col {
        justify-content: center;
    }
}

:root {
    --main-bg-mockup-section: #161616;
    --white-color: #CFCFCF;
    --blue: #1567ff;
    --white: #E1E1E1;
    --background: #535353;
    --background2n: #5a5a5a;
    --dark-detail: #353535;
    --checked: rgb(78, 78, 78);
    --border: 0.1px solid #424242;
    --blue: #1567ff;
    --success: #356610;
    --warning: #664410;
}

::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: var(--white-color);
}

::-webkit-scrollbar-thumb {
    background-color: var(--white-color);
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--white-color);
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInTop {
    0% {
        transform: translateY(100%);
    }

    25% {
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInBot {
    0% {
        transform: translateY(-100%);
    }

    25% {
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

body,
html {
    color-scheme: dark;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
}

body {
    background-color: #0C0C0C;
    background-image: radial-gradient(circle, rgb(33 33 33) 2px, #fff0 2px);
    background-size: 2.5rem 2.5rem;
    background-position: center center;
    background-attachment: fixed;
}

.table-responsive {
    overflow-x: auto;
    width: 100%;
}

main {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 395px);
    overflow-x: hidden;
}

.main-mockup-section {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    align-self: center;

}

.right a {
    position: relative;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

img.active {
    opacity: 1;
    transition: 0.2s ease;

}

.cookies-alert .buttons button:first-child {
    background-color: var(--blue);
}

.cookies-alert .buttons button a {
    color: white;
    text-decoration: none;
}

.cookies-alert .buttons button {
    cursor: pointer;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
}

.cookies-alert .buttons {
    margin: 20px 0;
    display: inline-flex;
    width: 100%;
    gap: 10%;
    justify-content: center;
}

.cookies-alert .header-n-close {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;

}

.cookies-alert {
    display: none;
    gap: 10px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    max-width: 450px;
    border-radius: 10px;
    padding: 20px;
    background-color: var(--main-bg-mockup-section);
    background-image: radial-gradient(circle, rgb(33 33 33) 2px, #fff0 2px);
    background-size: 2.5rem 2.5rem;
    background-position: center center;
    color: var(--white);
    flex-direction: column;
}

.cookies-alert.active {
    z-index: 455;
    display: inline-flex;
}


#close-cookies-policy {
    position: fixed;
    top: 20px;
    right: 20px;
}

.close-cookies {
    cursor: pointer;
}

.img {
    position: absolute;
    opacity: 0;
    transition: 0.2s ease;
}

.child.banner-mockup-redirect {
    width: 100%;
    max-width: 1480px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 20px 50px;
    gap: 20px;
}

.child.banner-mockup-redirect span {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
}


.child.banner-mockup-redirect span.left .scroll-conent-left {
    color: var(--white-color);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.scroll-conent-left h1 {
    color: white;
    text-align: center;
    width: 75%;
    font-size: clamp(10px, 1vw, 15px);
    font-weight: 400;
    padding: 0 20px;
}

.scroll-conent-left b {
    background-image: var(--gradient);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: clamp(30px, 1vw, 80px);
    padding: 0 20px;
    display: block;
}

.child.banner-mockup-redirect span.left h2 {
    font-weight: 200;
    font-size: 18px;
}

.child.banner-mockup-redirect span.right {
    height: 100vh;
    align-items: flex-end;
}

.logo-container {
    display: flex;
    row-gap: 5px;
    flex-wrap: nowrap;
    align-items: center;
}

.logo-container img {
    width: 100px;
}

.logo-container span {
    color: #fff;
    text-wrap: nowrap;
    font-size: 47px;
    margin-left: -20px;
    background: linear-gradient(120deg, rgb(227 187 255), rgb(133 120 239 / 70%), rgb(73 153 213));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.2));
    font-weight: 600;
}

.um a.um-button,
.um a.um-button.um-disabled:active,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:hover,
.um input[type=submit].um-button,
.um input[type=submit].um-button:focus {
    background-color: var(--blue) !important;
    border-radius: 50px !important;
}

.alert-not-logged .logged-rp {
    width: 100%;
    max-width: 50%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}


.dialog {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.dialog-content {
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    max-width: 500px;
    background: var(--background);
    color: var(--white);
}

.dialog-content button:last-child {
    cursor: pointer;
    opacity: 1;
    color: var(--white);
    background-color: #1567ff;
    border-radius: 50px !important;
}

.dialog-content button:first-child:hover {
    opacity: 0.5;
}

.dialog-content button {
    transition: 0.1s;
    border: none;
    border-radius: 5px;
    padding: 8px 25px;
    opacity: 0.3;
}


.dialog.active {
    display: flex !important;
}

.wipe-or-dont {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 20px;
}

.sectopn {
    display: inline-flex;
    flex-direction: column;
    padding: 20px 0;
    align-items: center;
}

.reg-log-section.active,
.sectopn .logged-rp.active {
    display: inline-flex !important;
}

.reg-log-section,
.sectopn .logged-rp {
    width: 100%;
    display: none;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}

.reg-log-section button,
.sectopn .logged-rp button {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    border: none;
    padding: 8px;
}

header {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    padding: 12px 20px 12px;
    top: 0;
    left: 0;
    align-items: center;
    position: fixed;
    z-index: 7;
    background-color: hsl(0deg 0% 5% / 75%);
    backdrop-filter: blur(12px);
    box-shadow: 0px 6px 12px 0px #ffffff26;
}

header #title {
    display: flex;
    width: 100%;
    justify-content: center;
    max-width: 1480px;
    align-items: center;
    margin-bottom: 5px;
}

header #title {
    position: relative;
}

header #title a {
    margin: 0;
    position: absolute;
    top: -16px;
}

.header-links {
    display: flex;
    gap: 15px;
    font-size: 13px;
    width: 100%;
    justify-content: end;
    max-width: 1480px;
    padding: 0 20px;
    font-weight: 300;
}

.header-links svg {
    margin-bottom: -4px;
}

#cookies-policy.active {
    display: inline-flex;
    z-index: 342;
}

#cookies-policy {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: var(--main-bg-mockup-section);
}

#cookies-policy .container {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
}

header a,
header p,
header .regulamin button {
    margin: 0;
    padding: 0;
    text-decoration: none;
    white-space: nowrap;
    color: white;
}

header .regulamin button {
    border: none;
    font-size: 16px;
}

header .width-90 {
    display: flex;
    width: 100%;
	max-width: 1440px;
    justify-content: space-between;
}

header .parent {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    align-items: center;

}

.header #title {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    padding: 5px;
    border: 1px solid #0C0C0C;
    backdrop-filter: invert(.01);
}

.menu-link {
    text-decoration: none;
    border: none;
    font-size: 16px;
}

.menu-btn {
    padding: 8px 24px;
    background: #d9d9d9;
    text-decoration: none;
    border: none;
    font-size: 16px;
    border-radius: 99px;
    color: #000;
    font-weight: 600;
}

.parent-right {
    display: inline-flex;
    gap: 20px;
    align-items: center;
}

.sectopn button {
    border-radius: 5px;
    max-width: 50%;
}

.reg-log-section .log-but,
.sectopn .logged-rp .start {
    background-color: var(--blue);
}

.select2-container .select2-choice,
.select2-container-multi .select2-choices,
.um .um-form input[type=number],
.um .um-form input[type=password],
.um .um-form input[type=search],
.um .um-form input[type=tel],
.um .um-form input[type=text],
.um .um-form textarea {
    background-color: #232323 !important;
    border-radius: 10px;
    color: #ddd !important;
}

.form .um .um-field-label {
    color: #dddddd;
}

.register-shortcode:has(.um-postmessage) h1.registerh1,
.register-shortcode:has(.um-postmessage) .already-have-an-account {
    display: none;
}

.register-shortcode .after-registerh1 {
    display: none;
    font-size: 2em;
    margin: 0;
    font-weight: bold;
}

.register-shortcode:has(.um-postmessage) .after-registerh1 {
    display: inline-block;
}

.modal-box .um-form form,
.modal-box .separator-decorated,
.modal-box .bottom-container {
    width: 100%;
    max-width: 400px;
}

.modal-box .bottom-container {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.close-moda svg {
    pointer-events: none;
}

.um_request_name,
.um-field-checkbox {
    display: none !important;
}

.form {
    display: none;
}

.register-shortcode {
    overflow-y: auto;
    max-height: 80vh;
}

.um-left,
.um-right {
    float: unset;
}

.um-half {
    width: 100% !important;
}

.um-right>.um-button.um-alt {
    display: none !important;
    background-color: #3a404b !important;
}

.um-col-alt {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
}

#close-modal {
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.modal-box>div {
    width: 100% !important;
}



/* 
.register-shortcode.form.active>*:not(h1) {
    text-align: center;
} */

.modal-box>.form>span,
.modal-box .dont-have-an-account {
    color: #888 !important;
    text-align: center;
    cursor: pointer;
}

.um.um-login.um-16 {
    max-width: 450px;
}

.modal-box>.form>span:hover,
.modal-box .dont-have-an-account:hover {
    text-decoration: underline;
}

.modal-box>.form>h1 {
    margin: 0 17.5%;
}

.nsl-container-buttons a {
    text-decoration: none;
}

.bottom-container .nsl-container-block {
    width: 100%;
}

.nsl-button-google {
    display: flex;
    justify-content: center;
    background-color: #fff;
    font-size: 15px;
    border-radius: 99px;
    padding: 12px 20px;
    gap: 5px;
    color: #000;
}

.nsl-button-svg-container {
    display: flex;
}

.separator-decorated {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 250px;
}

.separator-decorated::before {
    content: "";
    height: 1px;
    left: 0px;
    position: absolute;
    top: 50%;
    width: 100%;
    background: #373737;
}

.separator-decorated > .text {
    font-size: 15px;
    position: relative;
    z-index: 1;
    background: #1e1e1e;
    padding: 0px 20px;
    color: #888;
}

#already-registered {
    text-align: center;
}

.hide {
    display: none !important;
}

.modal-box {
    max-width: 700px;
    position: relative;
    width: 100%;
    display: inline-flex;
    background: #1e1e1e;
    border-radius: 10px;
    padding: 20px 10px;
    gap: 10px;
}

.um .um-button.um-alt,
.um input[type=submit].um-button.um-alt {
    color: white !important;
}

.oldButton {
    font-size: 12px;
}

.alert-not-logged {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 453;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.alert-not-logged.active {
    display: inline-flex !important;
}

.form.active {
    display: inline-flex !important;
    flex-direction: column;
}

.um:not(.um-admin) {
    opacity: 1 !important;
}

.oldButton.start,
.log-but {
    background: none;
    color: white;
    border: none;
    font-weight: 600;
}

.start-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.start-button button,
.start-button a {
    border-radius: 20px;
    font-size: 13px;
    border: none;
    color: black;
    background: white;
    padding: 7px 20px;
    color: var(--main-bg-mockup-section);
    font-weight: 600;
}


.bento-box {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    gap: 10px;
    padding-top: 130px;
    aspect-ratio: 16/9;
    max-height: 700px;
}

.bento-col {
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
}

.bento-child {
    background: linear-gradient(140.06451559643327deg, #1a1a1a 0%, rgb(13, 13, 13) 100%);
    border-radius: 8px;
    border: 1px solid rgb(38, 38, 38);
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    transition: 0.2s ease-in-out;
}

.bento-row {
    display: inline-flex;
    gap: 10px;
    flex-direction: row;
    /*overflow: hidden;*/
    transition: 0.2s ease-in-out;
}

.bento-col.w30 {
    width: 30%;
}

.bento-col.w40 {
    width: 70%;
}

.h10 {
    height: 22.5%;
}

.h59 {
    height: 59%;
}

.h20 {
    height: 32.5%;
}

.h30 {
    height: 35%;
}

.h40 {
    height: 45%;
}

.bento-child.h40 {
    transition: 0.2s ease-in-out;
    overflow: hidden;
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(../../app/assets/img/laptop-mockup.webp);
}

.bento-box a {
    color: white;
}


.bento-child h3 u {
    font-weight: 500;
}

.bento-child h3 {
    z-index: 3;
    max-width: 75%;
    font-weight: 300;
    color: white;
    font-size: clamp(16px, 1vw, 15px);
}

.bento-child.h40:hover h4 {
    transform: translateY(0px);
}

#bento6 .card-bottom,
#bento6 .card-top {
    position: absolute;
    backdrop-filter: blur(5px);
    width: 100%;
    z-index: 2;
    background: rgb(49 49 49 / 45%);
}

#bento6 .card-top {
    top: 0;
    padding: 13px 0 10px;
}

#bento6 .card-bottom {
    bottom: 0;
    padding: 10px 0 13px;
}

#bento6 .card-top p {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
}

#bento6 .card-bottom p {
    margin: 0;
    color: #9d9d9d;
    font-style: italic;
    font-weight: 500;
    font-size: 26px;
}

.bento-col:has(#bento8) {
    min-width: 415px;
}

#bento8 {
    height: 100%;
    overflow: auto;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-width: 415px;
}

#bento8 .first-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 40px 0;
    width: 100%;
}

#bento8 .second-parent {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 40px 20px;
}

.svg-icon-play {
    padding: 20px;
}

.svg-icon-play h3 {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    color: WHITE;
    FONT-WEIGHT: 300;
    font-size: 12px;
    bottom: 0px;
}

.hidden {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100%);
    transition: all 1s;
}

.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

.faq-section,
.more-questions {
    display: inline-flex;
    flex-direction: column;
    max-width: 1480px;
    padding: 20px;
    width: 100%;
    gap: 150px;
}


.faq-section h2 {
    font-weight: 400;
    color: #cdcdcd;
}

.faq-section section {
    margin-left: 50px;
    max-width: calc(100% - 50px);
}

h5 b {
    position: relative;
}

h5 b::before {
    height: 50%;
    width: 99.54%;
    content: '';
    background: var(--gradient);
    z-index: -1;
    display: block;
    position: absolute;
    top: 20px;
    transform: translatey(50%);
    left: 15px;
}

.bento-child.h20.cart:hover:before,
.bento-child.h10.update:hover::before {
    width: 100%;

}

.bento-child.h10.update {
    position: relative;
    overflow: hidden;
}

.bento-child.h10.update::before {
    bottom: 0;
}

.bento-child.h20.cart::before {
    bottom: 0;
}

.bento-child.h20.cart::before,
.bento-child.h10.update::before {
    width: 0;
    transition: 0.2s ease-in-out;
    content: '';
    background: var(--gradient);
    height: 5px;
    position: absolute;
    z-index: 1;
}


#bento6 {
    z-index: 1;
    position: relative;
    height: 100%;
    text-decoration: none;
    background-size: contain;
}

#bento6::after,
#bento6::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 200px;
    background: #161616;
    z-index: 1;
}

#bento6::after {
    left: 0;
    background: linear-gradient(270deg,rgba(18, 18, 18, 0) 0%, rgba(22, 22, 22, 1) 50%);
}

#bento6::before {
    right: 0;
    background: linear-gradient(90deg,rgba(18, 18, 18, 0) 0%, rgba(22, 22, 22, 1) 50%);
}

#bento6 > p {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.about-app {
    background: linear-gradient(140.06451559643327deg, #1a1a1a 0%, rgb(13, 13, 13) 100%);
    border-radius: 8px;
    border: 1px solid rgb(38, 38, 38);
    max-width: 1440px;
    width: clamp(400px, calc(100% - 40px), 1440px);
    padding: 40px 40px;
}

.about-app h2 {
    font-size: 40px;
    margin: 0;
    line-height: 3.3rem;
    text-align: center;
    margin-bottom: 26px;
}

.about-app h2 span {
    font-size: 54px;
    letter-spacing: -2px;
    padding-right: 10px;
}

.about-app .text-content {
    font-size: 18px;
    color: #cfcfcf;
    text-align: center;
}

.about-app .text-content p:first-child {
    margin-bottom: 0;
}

.about-app .text-content p:last-child {
    margin-bottom: 0;
    margin-top: 6px;
}

.app-showcase {
    margin-top: 50px;
    background-image: url(../../assets/img/app-showcase.webp);
    background-size: cover; 
    width: clamp(400px, calc(100% - 40px), 1440px);
    min-height: 580px;
    border-radius: 8px;
    border: 1px solid rgb(38, 38, 38);
    max-width: 1440px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.app-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 250px);
    height: 100%;
    background-image: linear-gradient(218deg, #1a1a1a00 0%, rgb(13 13 13 / 97%) 75%);
    background-size: cover;
    transform: translateX(-250px);
    transition: transform 1s;
}

.app-showcase:hover::before {
    transform: translateX(0);
}

.app-showcase .content {
    padding: 69px 64px;
    max-width: 1480px;
    margin-top: auto;
    position: relative;
}

.app-showcase h2 {
    margin-bottom: 27px;
    font-size: 50px;
    line-height: 4rem;
}

.app-features {
    max-width: 1440px;
    margin-top: 50px;
    width: clamp(400px, calc(100% - 40px), 1440px);
}

.app-features .decoration-shadow {
    width: 0;
}

.banner-mockup-redirect.decoration-shadow::before {
    animation: pulse-box-shadow infinite alternate-reverse 20s 4s;
}

.app-features .decoration-shadow::before {
    animation: pulse-box-shadow infinite alternate 20s;
}

.app-features .content {
    padding: 40px;
    border-left: 3px solid rgb(38, 38, 38);
}

.app-features .headline {
    display: flex;
}

.app-features h2 {
    font-size: 50px;
    position: relative;
    margin-top: 0;
}

.app-features h2::after {
    content: '';
    position: absolute;
    top: 31px;
    left: calc(100% + 22px);
    width: 15px;
    height: 15px;
    background-image: var(--gradient);
    border-radius: 99px;
}

.app-features h2::before {
    content: '';
    position: absolute;
    top: 23px;
    left: calc(100% + 14px);
    width: 25px;
    height: 25px;

    border-radius: 30px;
    animation: pulsate 2s ease-out;
    animation-iteration-count: infinite; 
    opacity: 0.0;

    background: var(--gradient);
    background-clip: padding-box;
    border: solid 3px transparent;
}

@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1); 
        opacity: 0.0;
    }
    25% {
        opacity: 1.0;
    }
    70% {
        transform: scale(1.2, 1.2); 
        opacity: 0.0;
    }
    100% {
        opacity: 0;
    }
}

.app-features .card-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5,1fr);
}

.app-features .card-container.bottom {
    margin-top: 20px;
}

.app-features .card-aos-container {
    grid-column: span 2;
}

.app-features .card {
    background: linear-gradient(140.06451559643327deg, #1a1a1a 0%, rgb(13, 13, 13) 100%);
    border-radius: 8px;
    border: 1px solid rgb(38, 38, 38);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 100%;
}

.app-features .card .icon-box {
    box-sizing: content-box;
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 99px;
    background: linear-gradient(60deg, #c639a340, #305ec23d);
    background-clip: padding-box;
    border: solid 3px #511f4b;
    color: #e3c1df;
}

.app-features .card h3,
.app-features .card p {
    margin: 0;
}

.app-features .card h3 {
    font-size: 20px;
}

.app-features .card p {
    color: #ddd;
}

.app-faq {
    max-width: 1440px;
    margin: auto;
    width: clamp(400px, calc(100% - 40px), 1440px);
    padding: 40px;
    position: relative;
}

.app-faq .bg-text {
    position: absolute;
    top: 145px;
    right: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 166px;
    font-weight: 900;
    letter-spacing: -84px;
    color: #0c0c0c00;
    -webkit-text-stroke: 5px #511f4b;
    cursor: default;
    user-select: none;
    z-index: -1;
}

.app-faq h2,
.app-faq h1 {
    font-size: 50px;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    max-width: 1000px;
}

.accordion::before {
    content: '';
    position: absolute;
    width: 748px;
    border-radius: 100%;
    z-index: -1;
    box-shadow: 20px 20px 400px 94px #305ec294;
    top: 196px;
    transform: rotate(36deg);
}

.accordion-item {
    border-radius: 8px;
    border: 1px solid #152329;
    backdrop-filter: blur(5px);
    background: #305ec212;
}

.accordion-header {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 25px;
    width: 100%;
    padding: 0;
    font-size: 22px;
}

.accordion-index {
    padding-left: 40px;
    font-weight: 600;
}

.accordion-header h3,
.accordion-header h2 {
    flex: 1;
    display: block;
    margin: 0;
    text-align: left;
    cursor: pointer;
    padding: 20px 0;
    font-size: 22px;
}

.accordion-icon {
    background: #305ec270;
    width: 80px;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 8px 8px 0;
    filter: grayscale(.75);
}

.accordion-header.active .accordion-icon,
.accordion-header:hover .accordion-icon{
    filter: grayscale(0);
}

.accordion-icon,
.accordion-content {
    transition: all 0.3s;
}

.accordion-content {
    padding-left: 85px;
    max-height: 0;
    overflow: hidden;
    font-size: 18px;
    font-weight: 300;
}

.accordion-content.active {
    padding: 14px;
    padding-left: 85px;
    max-height: 200px;
}

.accordion > a {
    width: max-content;
}

.app-description {
    max-width: 1440px;
    margin: auto;
    width: 100%;
    display: flex;
    margin-top: 50px;
    width: clamp(400px, calc(100% - 40px), 1440px);
}

.app-description .content {
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;

    padding: 40px;
    background: linear-gradient(140.06451559643327deg, #1a1a1a 0%, rgb(13, 13, 13) 100%);
    border-radius: 8px;
    border: 1px solid rgb(38, 38, 38);
}

.app-description .img-container {
    width: 35%;
    position: relative;
    padding-left: 50px;
}

.app-description .img-container img {
    display: block;
    width: 100%;
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
    border: 1px solid rgb(38, 38, 38);
}

.decoration-shadow {
    position: relative;
}

.decoration-shadow::before {
    content: '';
    position: absolute;
    height: 100%;
    border-radius: 100%;
    left: 50%;
    z-index: -1;
    box-shadow: 20px 20px 400px 94px #c639a3b4;
    top: 0;
}

.app-description .decoration-shadow::before {
    animation: pulse-box-shadow infinite alternate 16s;
}

@keyframes pulse-box-shadow {
    from {
        box-shadow: 20px 20px 400px 94px #305ec294;
    }

    to {
        box-shadow: 20px 20px 400px 94px #c639a398;
    }
}

.app-description .img-container img {
    display: block;
    width: 100%;
}

.app-description .content p,
.app-description .content h2 {
    margin: 0;
    padding: 0;
}

.app-description .content h2 {
    font-size: 50px;
    line-height: 1;
}

.app-description .content h2 small {
    font-size: 35px;
}

.app-description .content p {
    font-size: 20px;
}

.app-description .content a {
    margin-top: 16px;
}

.btn-rainbow {
    background-image: linear-gradient(60deg, #c639a3b4, #305ec2a9);
    backdrop-filter: blur(5px);
    padding: 12px 24px 12px 36px;
    text-decoration: none;
    border-radius: 99px;
    color: #d9d9d9;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    transition: box-shadow .3s, transform .3s, color .3s;
}

.btn-rainbow:hover {
    color: #fff;
}

.btn-secondary {
    background: #d9d9d9;
    padding: 12px 24px 12px 36px;
    text-decoration: none;
    border-radius: 99px;
    color: #000;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    transition: box-shadow .3s, transform .3s, color .3s;
}


.go-top {
	height: 42px;
    transition: 0.2s;
    width: 42px;
    border-radius: 50%;
    background-color: white;
    color: white;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

.go-top:hover p {
    padding-left: 10px;
    transition: 0.4s;
    width: min-content;
    padding-right: 40px;
    opacity: 1;
}

.go-top p {
	right: 8px;
    position: absolute;
    word-wrap: break-word;
    z-index: 0;
    top: 0;
    white-space: nowrap;
    transition: 0.2s;
    background-color: white;
    margin: 0;
    height: 100%;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    padding-right: 31px;
    color: black;
    overflow: hidden;
	cursor: pointer;
    opacity: 0;
}

.go-top svg {
	width: 18px;
    height: 18px;
    transform: rotate(-180deg);
    z-index: 2;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    cursor: default;
}

nav.mobile {
    display: none;
    width: 100%;
    position: fixed;
    background: #0c0c0c;
    z-index: 5;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(38, 38, 38);
}

nav.mobile a {
    text-decoration: none;
    color: white;
    margin-left: 15px;
}

.mobile-logo {
    margin-left: 46px;
}

.mobile-logo img {
    object-fit: cover;
    width: 50px;
}

.hamburger-icon {
    display: inline-flex;
    flex-direction: column;
    cursor: pointer;
}

.hamburger-icon svg {
    width: 48px;
    padding: 10px;
}

.close-mobile-header svg {
    width: 24px;
    height: 24px;
}

.close-mobile-header {
    cursor: pointer;
    padding: 24px;
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
}

.parent-log {
    font-weight: 500;
    text-decoration: none;
    display: none;
}

footer .col {
    display: inline-flex;
    flex-direction: column;
}

footer a {
    text-decoration: none;
    color: white;
}

footer b {
    font-size: 32px;
}

footer h6 {
    margin: 0;
}

.second-parent h2 {
    font-size: 24px !important;
    font-weight: 500 !important;
    margin: 0;
    width: 26px;
    text-align: center;
}

.second-parent .child {
    border-top: 2px solid #333;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.second-parent .child p {
    margin: 12px 0;
    font-size: 21px;
    color: gray;
    font-weight: 500;
}

.logout-but {
    display: none;
}

body.logged-in .logout-but {
    display: inline-flex !important;
}

body.logged-in .log-but,
body.logged-in .reg-but {
    display: none !important;
}

.available-soon {
    position: relative;
}

.available-soon h3 {
	filter: blur(2px);
	user-select: none;
}

.available-soon::after {
    content: "Dostępne wkrótce";
    position: absolute;
    transform: rotate(25deg);
    top: 28px;
    right: -40px;
    padding: 8px 85px;
    background-image: var(--gradient);
    color: #fff;
    font-size: 14px;
	background-size: 200% 200%;
	animation: gradientMove 6s linear infinite;
	transition: scale .3s .2s;
    text-wrap: nowrap;
}

.available-soon:hover::after {
	scale: 1.07;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
	100% {
        background-position: 0% 50%;
    }
}

.animation-delay::after {
	animation-delay: 2s;
	animation-duration: 8s;
}

.card-hover-animation {
	transition: box-shadow .3s, transform .3s;
}

.card-hover-animation:hover {
	transform: translate(0, -7px);
	box-shadow: 0px 7px 5px #c639a365;
}

.rainbow-underline,
.white-underline {
  display: inline;
  background-clip: text;
  --webkit-background-clip: text;
  width: fit-content;
  position: relative;
  cursor: pointer;
}

.rainbow-underline::after,
.white-underline::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: red;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform .3s ease;
}

.rainbow-underline:hover::after,
.white-underline:hover::after,
.rainbow-underline.active::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.rainbow-underline,
.rainbow-underline::after {
    background-image: var(--gradient);
}

.white-underline,
.white-underline::after {
    background-image: linear-gradient(60deg, #fff, #fff);
}

.read-more-faq {
	border-radius: 20px;
    border: none;
    background: white;
    padding: 7px 20px;
    color: var(--main-bg-mockup-section);
    font-weight: 600;
}

.more-questions {
	position: relative;
}

.hide-more-faq {
	position: fixed;
	bottom: 50px;
	left: 50%;
	
	border-radius: 20px;
    font-size: 13px;
    border: none;
    color: black;
    background: white;
    padding: 10px 30px;
    color: var(--main-bg-mockup-section);
    font-weight: 600;
	z-index: 1;
}

.button-animation {
	cursor: pointer;
	transition: box-shadow .3s, transform .3s;
}

.button-animation:hover {
	box-shadow: 0px 7px 5px #202020;
	transform: translate(0, -5px);
}

.d-none {
	display: none;
}

.d-flex {
    display: flex;
}

.social-container {
	margin-left: -10px;
	margin-top: -5px;
    display: flex;
}

.social-icon {
	padding: 10px;
    display: inline-flex;
    width: min-content;
    align-items: center;
}

footer {
	display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 200px;
}

.footer-content {
    padding: 0 20px;
	color: white;
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    background: #212121;
    align-items: center;
}

.footer-container {
    display: inline-flex;
    justify-content: center;
    padding-bottom: 10px;
    flex-direction: column;
    align-items: center;
	max-width: 1440px;
	width: 100%;
    gap: 30px;
    justify-content: space-around;
}

.footer-row {
	display: inline-flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.footer-svg-transition {
    background: #212121;
    mix-blend-mode: lighten;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
}

.footer-logo {
    margin-left: -5px;
    margin-bottom: -5px;
    width: 240px;
}

.footer-content a h6 {
    cursor: pointer;
    font-size: 14px;
}

.footer-row .col > p {
    margin-top: 0;
}

.rainbow-text {
    background-image: var(--gradient);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.desktop-toolbar {
    position: absolute;
    right: 0px;
    top: 2px;
}

.page-container {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    max-width: 1480px;
    padding: 90px 20px 0;
    margin: auto;
}

.um-form {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.um-misc-with-img {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

ul.um-misc-ul {
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
}

::marker {
    display: none;
    content: '';
}

ul.um-misc-ul a {
    text-decoration: none;
    color: white;
}

.form.active {
    align-items: center;
}

/* ======= START 404 page ======= */
.error-404-page .page-container {
    height: auto;
}
.error-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.error-404 h1 {
    font-size: 96px;
    margin: 23px 0;
}

.error-404 a {
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 99px;
    font-weight: 600;
}
/* ======== END 404 page ======== */

/* ======= START faq page ======= */
.faq-page {
    margin-top: 80px;
    display: flex;
}

.faq-page .bg-text {
    position: sticky;
    top: 200px;
    right: 190px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 211px;
    font-weight: 900;
    letter-spacing: -84px;
    color: #0c0c0c00;
    -webkit-text-stroke: 5px #511f4b;
    cursor: default;
    user-select: none;
    height: min-content;
    width: 0;
    z-index: -1;
}

.faq-page .accordion::before {
    width: 900px;
    top: 500px;
    transform: rotate(55deg);
}

.faq-page .link {
    color: #8b5cf6;
    text-decoration: none;
}

.faq-page .link:hover {
    text-decoration: underline;
}
/* ======== END faq page ======== */

.um:not(.um-admin),
.um-row._um_row_1 {
    margin-bottom: 5px !important;
}

.select2-container .select2-choice,
.select2-container-multi .select2-choices,
.select2-drop,
.select2-drop-active,
.select2-drop.select2-drop-above,
.um .um-form input[type=number],
.um .um-form input[type=password],
.um .um-form input[type=search],
.um .um-form input[type=tel],
.um .um-form input[type=text],
.um .um-form textarea,
.um .upload-progress {
    border: 1px solid #373737 !important;
}

@media screen and (max-width: 1200px) {
    #bento6 {
        background-size: cover;
    }

    #bento6::after, #bento6::before {
        background: none;
    }
}

@media screen and (max-width: 1040px) {
    .bento-box {
        padding-top: 83px;
        flex-direction: column;
        max-height: unset;
        row-gap: 25px;
    }

    .bento-col.w40,
    .bento-col.w30 {
        width: unset;
        min-width: unset;
    }

    #bento6 {
        height: clamp(300px, calc(100dvh - 100px), 600px);
    }

    #bento8 {
        flex-direction: row;
        padding: 20px;
    }

    #bento8 .first-parent {
        align-self: start;
    }

    #bento8 .first-parent,
    #bento8 .second-parent {
        padding: unset;
    }

    nav.mobile {
        display: inline-flex !important;
    }

    .close-mobile-header {
        display: inline-flex !important;
    }

    header {
        height: 100vh;
        display: none;
        flex-direction: column-reverse;
    }

    header.active {
        display: flex;
    }

    .header-links {
        margin-bottom: 0;
    }

    header .width-90 {

        justify-content: center !important;
        flex-direction: column !important;
        align-items: center !important;
        height: 100% !important;
        gap: 50px !important;
    }

    header .parent {
        display: inline-flex !important;
        flex-direction: column !important;
    }
}

@media screen and (max-width: 790px) {
    .available-soon::after {
        top: 12px;
        right: -70px;
        transform: rotate(19deg);
    }

    .svg-icon-play {
        padding: 10px;
    }

    .svg-icon-play h3 {
        position: static;
        margin: 0;
        transform: translateX(0);
    }

    .bento-child {
        height: unset;
    }

    .footer-row {
        flex-wrap: wrap;
        justify-content: start;
        column-gap: 40px;
        row-gap: 20px;
        margin-bottom: 30px;
    }

    .footer-row .col:first-child {
        width: 100%;
    }

    #bento6 .card-top p {
        font-size: 26px;
    }

    #bento6 .card-bottom p {
        font-size: 16px;
    }

    .child.banner-mockup-redirect {
        padding: 0 0 25px;
    }

    #bento8 {
        padding: 16px;
        flex-direction: column;
        gap: 32px;
    }

    /* ABOUT */

    .about-app {
        width: 100%;
        padding: 40px 16px;
    }

    .about-app h2 {
        font-size: 24px;
        line-height: 2rem;
        margin-bottom: 10px;
    }

    .about-app h2 span {
        font-size: 33px;
    }

    .about-app .text-content {
        font-size: 16px;
    }

    /* SHOWCASE */

    .app-showcase {
        width: 100%;
    }

    .app-showcase .content {
        padding: 40px 16px;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .app-showcase h2 {
        font-size: 33px;
        line-height: 2.5rem;
    }

    .app-showcase h2 br {
        display: none;
    }

    .app-showcase .content a {
        align-self: stretch;
        justify-content: center;
    }

    /* FEATURES */

    .app-features {
        width: 100%;
    }

    .app-features h2 {
        font-size: 33px;
        text-align: center;
        display: flex;
        flex-direction: column;
        margin: 0 auto 25px;
        padding: 0 16px;
    }

    .app-features h2::before {
        top: calc(100% - 8px);
        left: calc(50% - 8px);
    }

    .app-features h2::after {
        top: 100%;
        left: 50%;
    }

    .app-features .content {
        border-left: none;
        border-top: 3px solid rgb(38, 38, 38);
        padding: 40px 0; 
    }

    .app-features .card-container {
        display: flex;
        flex-direction: column;
    }

    .app-features .card-container.bottom {
        margin-top: 0;
    }

    .app-features .card {
        flex-direction: row;
        gap: 12px;
    }

    /* FAQ */
    .app-faq {
        width: 100%;
        padding: 0;
    }

    .app-faq > h2 {
        font-size: 33px;
        padding: 0 16px;
    }

    .app-faq .accordion {
        gap: 10px;
    }

    .app-faq .accordion-header {
        gap: 16px;
    }

    .app-faq .accordion-index {
        padding-left: 16px;
        font-size: 16px;
    }

    .app-faq .accordion-header h3 {
        font-size: 16px;
        padding: 16px 0;
    }

    .app-faq .accordion-icon {
        width: 50px;
    }

    .accordion-content {
        padding-left: 46px;
        font-size: 15px;
    }

    .app-faq .accordion-content.active {
        padding: 8px;
        padding-left: 46px;
    }

    .app-faq .accordion > a {
        align-self: center;
        margin: 21px 16px 0;
        width: calc(100% - 32px);
        justify-content: center;
    }

    .app-faq .bg-text {
        top: 94px;
        right: unset;
        left: calc(50% - 125px);
    }

    /* DESCRIPTION */
    .app-description {
        flex-direction: column-reverse;
        width: 100%;
    }

    .app-description .content {
        width: 100%;
        padding: 40px 16px;
        text-align: center;
        align-items: center;
    }

    .app-description .content h2 {
        font-size: 28px;
    }

    .app-description .content h2 small {
        font-size: 22px;
    }

    .app-description .content a {
        width: 100%;
        justify-content: center;
    }

    .app-description .img-container {
        width: 100%;
        padding: 0 0 20px;
    }

    .app-description .img-container img {
        max-height: 400px;
    }

    /* SCROLL-UP */
    .go-top {
        display: none;
    }
}

