html {
    overflow-x: hidden;
}

.auth-bg {
    background-color: #f3f4f6;
}

.container {
    max-width: 1024px!important;
    /* font-weight: 300; */
}

.btn {
    border-radius: 11px;
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none!important;
    box-shadow: none!important;
    font-weight: 400!important;
}

.nav-link {
    font-size: 0.85em;
    /* font-weight: 300!important; */
    color: #18181b;
    border-radius: 10px;
    padding-left: 10px!important;
    padding-right: 10px!important;
    margin-left: 10px;
}

.nav-link:hover {
    color: #18181b;
    background: #f2f2f2;
    border-radius: 10px;
}

.navbar {
    height: 64px;
    border-bottom: 1px solid #e5e7eb;
    background: white;
}



.blur-navbar {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

input[type=checkbox]:checked{
    background-color: #18181b !important;
    border-color: #232323!important;
}

.checkbox_mark {
    border-color: #232323!important;
    height: 21px!important;
}

.navbar-brand,
.navbar-brand:hover {
    font-size: 1.1em;
    font-weight: 700;
    color: #18181b;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus {
    background: #18181b;
    border: 1px solid #18181b;
}

.btn-primary:hover {
    background: #343438;
    border: 1px solid #343438;
}

.btn-transparent:hover {
    background: #f2f2f2;
}

.front-toggler-holder {
    top: -3px;
}

h1 {
    font-size: 3.5em;
    font-weight: 500;
}

.hero-holder {
    margin: 20px;
    max-width: 1300px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    transform: rotateX(5deg) rotateY(2deg) translateZ(0px) skew(20deg, -8deg);

    z-index: 1;
    padding: 5px;
    padding-left: 6px;
    padding-right: 6px;
}

.hero-wrapper {
    max-width: 1300px;
    max-height: 1200px;
    /* overflow: hidden;  */
    padding-top: 90px;
    margin-top: -90px;
    perspective: 1000px;

}

.trust-payment {
    border: 1px solid #e5e7eb;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 13px;
    font-weight: 500;
}

.hero-backdrop {
    left: 0;
    height: 430px;
    background: white;
    width: 100vw;
    margin-top: -315px;
    position: absolute;
    z-index: 99!important;
    background: #ffffff;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.hero-img {
    border-radius: 11px;
    width: 100%;
    border: 1px solid #e5e7eb;
    /* opacity: 0; */
    /* transform: translateY(-70px) translateX(70px);
    filter: blur(10px);
    animation: fadeDrop 0.7s ease-out forwards; */
}

/* @keyframes fadeDrop {
    to {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0) translateX(0);
    }
} */

.left-cell {
    border-top: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.right-cell {
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.phone-mockup-img {
    border-radius: 20px;
    border: 1px solid #e5e7eb;
}

.phone-mockup-wrapper {
    width: 70%;
    padding: 5px;
    border-radius: 23px;
    border: 1px solid #e5e7eb;
}

.radius-8 {
    border-radius: 8px;
}

.radius-13 {
    border-radius: 13px;
}

.radius-16 {
    border-radius: 16px;
}

.radius-30 {
    border-radius: 30px;
}

.accordion-item {
    border-top: none;
    border-left: none;
    border-right: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: inherit;
}

.accordion-button {
    font-weight: 600;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-body {
    color: #4c4c4d;
}

.step-bullet {
    border: 1px dashed #727273;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: white;
    z-index: 1;
}

.line-vertical {
    width: 1px;
    border-left: 1px dashed #727273;
    position: absolute;
    margin-left: 37px;
    height: 95%;
    z-index: -1;
}

.outside-bullet {
    background-color: white;
    border: 10px solid white;
    margin-top: -20px;
    margin-left: -10px;
}

.most-effective {
    transform:scale(1.07);
}

.register-mockup-wrapper {
    border-radius: 23px;
    border: 1px solid #e5e7eb;
    padding: 5px;
}

.register-mockup-img {
    border-radius: 20px;
    border: 1px solid #e5e7eb;
}

.step-badge {
    background-color: #18181b;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    color: #f2f2f2;
    border-radius: 9px;
}

.floating-badge {
    font-size: 0.7em;
    background-color: #1f2937;
    color: white;
    position: absolute;
    border-radius: 13px;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 10px;
    padding-bottom: 5px;
    right: -10px;
    top: -10px;
}

.footer-link,
.footer-link:active,
.footer-link:hover,
.footer-link:visited {
    color: inherit;
    text-decoration: none;
    /* font-weight: 300!important; */
}

.action-button {
    background-color: transparent;
    border: none;
    text-align: start;
    padding-bottom: 10px;
    color: #727273;
}

.action-button:hover {
    color: #18181b;
}

.button-marker {
    width: 5px;
    height: 23px;
    background-color: #e5e7eb;
    align-items: center;
    margin-right: 10px;
    border-radius: 3px;
    transition: all 0.3s;
}

.action-button.active {
    color: #18181b;
}

.action-button.active > .button-marker {
    background-color: #18181b;
}

#main-image {
    border-radius: 20px;
    border: 1px solid #e5e7eb;
}

.img-outer-border {
    border-radius: 23px;
    border: 1px solid #e5e7eb;
    display: block;
    padding: 5px;
    width: 82%;
    height: fit-content;
}

.horizontal-divider {
    width: 100%;
    height: 1px;
    border-top: 1px solid #e5e7eb;
    margin-top: 80px;
    margin-bottom: 10px;
}

.action-link {
    color: inherit!important;
    font-weight: 500!important;
    text-decoration: none!important;
}

.qr-code {
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    position: absolute;
    padding: 3px;
    height: 115px;
    width: 115px;
    background-color: white;
    margin-left: 270px;
    margin-top: -10px;
}

.qr-code > img {
    border-radius: 13px;
    border: 1px solid #e5e7eb;
}

.text-holder {
    border: 1px solid #e5e7eb;
    padding: 15px;
    border-radius: 13px;
}

.header-text {
    font-size: 1.3em;
    font-weight: 400;
}

.text-light {
    color: inherit!important;
}


@media (max-width: 768px) {
    h1 {
        font-size: 2.3em;
        font-weight: 700;
    }

    .hamburger-lines {
        color: #0f1011!important;
    }

    .no-btn-sm {
        font-size: 1.1em !important;
        /* padding: 0.375rem 0.75rem !important; */
    }

    .navbar .container-fluid {
        background-color: inherit;
        backdrop-filter: blur(25px)!important;
        -webkit-backdrop-filter: blur(25px)!important;
        border-bottom: 1px solid #e5e7eb;
        padding-bottom: 10px;
        margin-top: -10px;
        padding-top: 10px;
    }

    .navbar-toggler {
        border: none!important;
        box-shadow: none!important;
        outline: none!important;
        color: white!important;
    }

    .nav-link {
        font-size: 1.1em!important;
    }

    #navbarSupportedContent {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .left-cell {
        border-right: none!important;
    }

    .nav-link {
        font-weight: 400!important;
    }

    .footer-link {
        font-weight: 400!important;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 400;
    }

    .header-text {
        font-size: 1.1em;
        font-weight: 600;
    }

    .hero-backdrop {
        height: 200px;
        margin-top: -140px;
    }

    .hero-img {
        transform: translateY(0px) translateX(0px);
    }

    .hero-wrapper {
        overflow: hidden;
    }

    .hero-holder {
        width: 800px;
        transform: skew(20deg, -8deg);
        margin-left: 90px;
    }

    .horizontal-divider {
        margin-top: 10px;
    }

    .most-effective {
        transform:scale(1);
    }

    .qr-code {
        display: none;
    }

    .dark-mode-mobile-front {
        position: absolute!important;
        right: 80px;
        top: 15px;
    }

}


.dark-mode {
    * {
        border-color: #232323 !important;
    }

    html,
    label,
    .text-primary,
    .text-primary:hover {
        color: #b5b6b6!important;
    }

    body,
    .auth-bg {
        background-color: #08090a!important;
        color: #b5b6b6!important;
    }

    h1, h2, h3, h4, h5 {
        color: #f7f8f8!important;
    }

    .text-light {
        color: #f7f8f8!important;
    }

    .hero-backdrop {
        background: #08090a;
        background: linear-gradient(180deg,rgba(8, 9, 10, 0) 0%, rgba(8, 9, 10, 1) 50%, rgba(8, 9, 10, 1) 100%);
    }

    .card {
        background: #0f1011!important;
        color: #b5b6b6!important;
        border-color: #232323!important;
    }

    .navbar {
        background: #08090a!important;
        color: #b5b6b6!important;
    }

    .navbar-brand {
        color: #b5b6b6!important;
    }

    .nav-link {
        color: #b5b6b6!important;
    }

    .outside-bullet {
        background-color: #08090a!important;
        border-color: #08090a!important;
    }

    .step-bullet {
        background-color: #08090a!important;
        border-color: #6c757d!important;
    }

    .line-vertical {
        border-color: #6c757d!important;
    }

    .btn-transparent {
        color: #b5b6b6!important;
    }

    .text-muted, p {
        color: #8a8f98!important;
    }

    .accordion-button {
        background-color: #08090a!important;
    }

    .accordion-button.collapsed {
        color: #b5b6b6!important;
    }

    .accordion-body {
        color: #b5b6b6!important;
        background-color: #08090a!important;
    }

    img[alt="logo"] {
        filter: invert(0.05);
    }

    .navbar a {
        color: inherit!important;
    }

    .blur-navbar {
        background-color: rgba(8, 9, 10, 0.80)!important;
        backdrop-filter: blur(15px)!important;
        -webkit-backdrop-filter: blur(15px)!important;
    }

    a {
        color: #b5b6b6!important;
        font-weight: 600;
        text-decoration: none;
        /* color: #66c756!important; */
    }

    .qr-code {
        background: #08090a!important;
    }

    .action-button:hover{
        color: #b5b6b6!important;
    }

    .action-button.active {
        color: #f7f8f8!important;
    }

    .button-marker {
        background-color: #565657!important;
    }

    .action-button.active > .button-marker {
        background-color: #f7f8f8!important;
    }

    .btn {
        font-weight: 400!important;
    }

    .btn-primary {
        background-color: #e6e6e6!important;
        color: #08090a!important;
        border-color: #e6e6e6!important;
    }

    .btn-transparent {
        border-color: transparent!important;
    }

    .btn-transparent:hover {
        background-color: #232323!important;
    }

    .hamburger-lines {
        color: white!important;
    }

    .navbar a.btn-primary {
        color: #08090a!important;
    }

    .navbar-brand:hover {
        font-weight: 600!important;
    }

    .navbar .navbar-nav a:hover {
        color: white!important;
        background-color: #232323!important;
    }

    .step-badge {
        background-color: #232323!important;
        color: white;
    }

    .floating-badge {
        background-color: #e6e6e6!important;
        color: #0f1011!important;
    }

    .secondary-buy-btn {
        border-color: #232323!important;
    }

    .navbar .btn-transparent:hover {
        color: white!important;
    }

    .btn-primary:hover {
        background-color: white!important;
        border-color: white!important;
    }

    .footer-link:hover {
        color: white!important;
        transition: 0.3s all ease!important;
    }

    .navbar .btn-primary:hover {
        background-color: white!important;
        color: #08090a!important;
        border-color: white!important;
    }

    input,
    select,
    textarea {
        background-color: #28282c!important;
        color: #f7f8f8!important;
        border-color: #3e3e44!important;
    }

    input[type=checkbox]:checked{
        background-color: #343438 !important;
        border-color: #343438!important;
    }

    .checkbox_mark {
        border-color: #18181b!important;
        height: 21px!important;
    }
}
