html, body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    overflow: hidden;
    height: 100%;
    margin: 0;
}

body {
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
}

.logo-font {
    font-family: "Poiret One", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1.42;
    cursor: pointer;
}

.top-bar {
    padding: 0 30px;
    backdrop-filter: blur(12px); /* Aplica el desenfoque */
    -webkit-backdrop-filter: blur(12px); /* Compatibilidad con navegadores WebKit */
    background: rgb(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
}

.top-bar-right-desktop {
    height: 45px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.top-bar-right-mobile {
    display: none;
}

.top-bar-left {
    height: 45px;
    display: flex;
    align-items: center;
}

.top-bar-item {
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.top-bar-item-active {
    padding-bottom: 1px !important;
    border-bottom: 1px solid white;
}

.mobile-sidebar {
    width: 0;
    position: fixed;
    z-index: 100;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #000000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 36px;
}

/* css for access form card start */

.access-form-card {
    z-index: 10;
    width: 568px;
    height: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgb(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 60px;
    box-sizing: border-box;
}

.access-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.access-form-header{
    display: none;
}

.access-form label {
    font-family: "Poiret One", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}

.access-form input {
    outline: none;
    border: 1px solid white;
    height: 42px;
    caret-color: white;
    margin-top: 8px;
    background: transparent;
    width: 100%;
    font-size: 14px;
    color: white;
    box-sizing: border-box;
    letter-spacing: 0.05em;
}

.access-form .access-form-description {
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.05em;
    margin-top: 12px;
}

.access-form .access-button {
    height: 42px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    background: transparent;
    color: white;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    font-family: "Poiret One", sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
}

/* css for access form card end */

.footer {
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    letter-spacing: 0.05em;
    padding-left: 30px;
    padding-bottom: 16px;
    font-size: 12px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .top-bar-right-desktop {
        display: none;
    }

    .top-bar-right-mobile {
        cursor: pointer;
        font-family: "Avenir Next Condensed", sans-serif;
        font-size: 18px;
        padding-top: 2px;
        padding-bottom: 2px;
        display: flex;
        align-items: center;
    }

    .mobile-sidebar .top-bar-item {
        margin: 8px 32px;
        text-decoration: none;
        color: #ffffff;
        display: block;
        transition: 0.3s;
        width: fit-content
    }

    .mobile-sidebar .closeNavBtn {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 18px;
        font-family: "Avenir Next Condensed", sans-serif;
    }

    .footer {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .logo-font {
        font-size: 24px!important;
    }

    .top-bar {
        padding: 8px 20px;
    }

    .footer {
        font-size: 12px;
    }

    .access-form-card{
        width: 100%;
        height: 100%;
        border: none;
        padding: 8px 20px;
        background: #000000;
    }

    .access-form-header {
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 56px;
    }

    .access-form label {
        font-size: 18px;
    }

    .access-form .access-form-description {
        font-size: 14px;
        margin-top: 16px;
    }

    .header-1 {
        font-size: 20px;
    }

    .backBtn {
        font-size: 18px;
        cursor: pointer;
        font-family: "Avenir Next Condensed", sans-serif;
        padding-top: 2px;
        padding-bottom: 2px;
        display: flex;
        align-items: center;
    }
}

.d-none {
    display: none!important;
}

input {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-indent: 12px;
    -webkit-background-clip: text !important;
    color: white;
}

input::placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: white;
    font-weight: 300;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-text-fill-color: white !important;
}

/*input::-webkit-contacts-auto-fill-button,*/
/*input::-webkit-credentials-auto-fill-button {*/
/*    visibility: hidden;*/
/*    position: absolute;*/
/*    top: -50px;*/
/*}*/

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

/* css for loader */
#loader {
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 101;
}

#three_dots {
    min-width: 10px;
}


