body,
html {
    background-color: #161616;
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: 100%
}

* {
    font-family: Jaldi, sans-serif
}

div.landingpage {
    display: none
}

body.standalone {
    background-size: cover;
    display: block
}

body.standalone div.landingpage {
    display: none
}

body.standalone div.standalone div.logo {
    background: #181717;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 64px
}

body.standalone div.standalone div.logo img {
    height: 40px;
    padding: 10px 20px
}

body.landingpage {
    background-size: cover
}

body.landingpage div.standalone {
    display: block
}

body.landingpage div.landingpage {
    display: block;
    background: #f9f9f9
}

body.landingpage div.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    width: 100%;
    padding: 1rem;
    z-index: 1000;
    background: #f9f9f9;
    display: flex;
    z-index: 999999;
    align-items: center;
    justify-content: center
}

body.landingpage div.header img {
    position: unset;
    top: 10px;
    left: 10px;
    height: 80px;
    width: auto;
    right: auto
}

body.landingpage.desktop div.header {
    height: 70px
}

body.landingpage.desktop div.header img {
    top: 15px;
    left: 15px;
    height: 80px;
    position: unset
}

body.standalone-loading #footer,
body.standalone-loading #mobile,
body.standalone-loading .header {
    display: none
}

body.standalone-loading .landingpage {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1a1a1a
}

body.standalone-loading div.landingpage-loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/mobile_splash-animation.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

#desktop {
    display: none;
    position: relative;
    width: 100vw;
    /*height: 100vh;
    min-height: 800px;
    margin-top: 7rem*/
}

#desktop .qrcode {
    position: unset;
    top: 50%;
    margin-top: 1rem;
    left: 50%;
    margin-left: 0;
    margin-inline: auto;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    
    background-size: contain;
    border: 15px solid #322e2f;
    border-radius: 30px;
    z-index: 20
}

#desktop .title {
    position: absolute;
    top: 50%;
    margin-top: 220px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    z-index: 20
}

body.desktop #mobile {
    display: none
}

body.desktop #desktop {
    display: block
}

#mobile {
    /*height: 100vh;*/
    max-height: -webkit-fill-available;
    /*min-height: 550px;*/
    position: relative;
    overflow: hidden
}

@keyframes exit-to-left {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    30% {
        opacity: 0
    }

    100% {
        transform: translateX(-150%)
    }
}

@keyframes exit-to-right {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    30% {
        opacity: 0
    }

    100% {
        transform: translateX(150%)
    }
}

@keyframes enter-to-left {
    0% {
        transform: translateX(150%);
        opacity: 0
    }

    70% {
        opacity: 1
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes enter-to-right {
    0% {
        transform: translateX(-150%);
        opacity: 0
    }

    70% {
        opacity: 1
    }

    100% {
        transform: translateX(0)
    }
}

#footer {
    background: #d8d8d8;
    padding: 20px 20px 10px;
    font-size: 17px;
    text-shadow: none;
    color: #000;
    position: relative
}

#footer p {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

#footer div {
    text-align: center
}

#footer div a {
    margin: 0 3px
}

#footer div a img {
    height: 32px;
    width: auto
}

:root {
    --buttontxt: #ffffff;
    --stars: #ff004b;
    --highlight: #faf020;
    --borderradius: 10px;
    --element: #ffffff;
    --text: #363131;
    --background: #f3f3f3;
    --bgtransparent: rgba(243, 243, 243, 0);
    --secondary: #f8f8f8;
    --track: rgba(122, 122, 122, 0.28);
    --border: #eaeaea;
    --accent: #ffffff;
    --button: #030303;
    --boxshadow: 0 2px 8px rgba(15, 41, 14, 0.08), 0 3px 35px rgba(7, 21, 41, 0.2)
}

@media (prefers-color-scheme:dark) {
    :root {
        --buttontxt: #ffffff;
        --stars: #ff004b;
        --highlight: #faf020;
        --borderradius: 10px;
        --element: #ffffff;
        --text: #363131;
        --background: #f3f3f3;
        --bgtransparent: rgba(243, 243, 243, 0);
        --secondary: #f8f8f8;
        --track: rgba(122, 122, 122, 0.28);
        --border: #eaeaea;
        --accent: #ffffff;
        --button: #030303;
        --boxshadow: 0 2px 8px rgba(15, 41, 14, 0.08), 0 3px 35px rgba(7, 21, 41, 0.2)
    }
}

html,
html * {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Ubuntu, sans-serif
}

html :focus-visible {
    outline: 0 !important
}

:root {
    --hover: rgba(0, 0, 0, 0.03);
    --gradientcolor: #000
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent !important;
    background-color: var(--element) !important
}

::-webkit-scrollbar {
    width: 10px !important;
    background-color: var(--element) !important
}

::-webkit-scrollbar-thumb {
    background-color: var(--track) !important;
    border-radius: 15px !important
}

body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    color: var(--text);
    background: var(--element)
}

main {
    width: 100%;
    height: max-content;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    overflow-x: hidden;
    margin-top: 3rem;
    overflow-y: auto
}

h1 {
    font-size: 28px;
    margin: 0;
    margin-top: -15px;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    word-break: break-word;
    overflow: hidden;
    max-height: 170px;
    width: 90%
}

h3 {
    margin: 0
}

h3~p {
    margin-bottom: 0
}

.container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
    flex: none
}

.content {
    max-width: 800px;
    border-radius: 5px;
    padding-bottom: 0;
    position: relative;
    z-index: 22;
    margin-top: 3rem
}

#availability,
#what-is-this-app {
    padding: 30px 0;
    margin: 20px 0
}

#availability,
#intro,
#what-is-this-app {
    border-radius: 10px
}

#intro {
    display: block;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    height: 351px;
    width: 100%;
    margin-bottom: 2rem;
    background: var(--element);
    padding-top: 50px;
    flex: none
}

.intro-app,
.intro-details button {
    z-index: 99999
}

#intro .icon {
    border-radius: 15px;
    width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
    flex: none;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 2px 9px 0 rgba(82, 79, 79, .15);
    -webkit-box-shadow: 0 2px 9px 0 rgba(82, 79, 79, .15)
}

#intro .icon img {
    width: 100%;
    height: 100%;
    flex: none;
    object-fit: cover;
    object-position: center;
    background: var(--accent)
}

#intro .txt {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 30px;
    flex-direction: column
}

#intro .domain {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
    overflow: hidden;
    max-height: 170px;
    width: 90%;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: -7px;
    filter: brightness(.8)
}

#intro .intro-app {
    display: flex;
    align-items: center;
    width: 100%
}

#intro .intro-details {
    width: 100%;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2
}

body[data-btn-color="#000000"] #intro:before {
    opacity: .03
}

body[data-btn-color="#000000"] #intro:after {
    opacity: .03
}

body[data-btn-color="#000000"] .intro-app:before {
    opacity: .03
}

.buttons {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
    position: relative
}

button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    padding: 15px 30px;
    border-radius: 30px;
    border: 0;
    font-size: 16px;
    outline: 0;
    width: 100%;
    margin: 10px 0;
    color: var(--element);
    font-weight: 500;
    height: 60px;
    white-space: nowrap
}

button.loading>* {
    display: none
}

button>span {
    padding: 0 15px
}

button.loading {
    opacity: .7;
    pointer-events: none
}

button.loading:after {
    background-image: url(https://progressier.com/assets/img/loading-spinner.gif?v=2);
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 33;
    object-fit: contain;
    background-position: center;
    background-size: 100%;
    filter: brightness(115);
    height: 100%;
    top: 0;
    display: flex;
    flex: none;
    background-repeat: no-repeat
}

a {
    text-decoration: none;
    color: var(--text)
}

button svg {
    width: 22px;
    flex: none
}

#install-btn-s {
    background: var(--button);
    color: var(--buttontxt);
    position: relative;
    border-radius: 50px;
    display: flex;
    margin: 0;
    overflow: hidden;
    box-shadow: 0 0 100px 100px rgba(255, 255, 255, .05);
    -webkit-box-shadow: 0 0 100px 100px rgba(255, 255, 255, .05)
}

#install-btn-s:not(.loading):before {
    opacity: .1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
    transform: translateX(-100%);
    transition: .1s linear all
}

#install-btn-s:not(.loading):hover:before {
    transform: translateX(100%)
}

.buttons:before {
    content: "";
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    background: radial-gradient(var(--button), transparent);
    left: -6px;
    margin-top: -6px;
    position: absolute;
    border-radius: 50px;
    opacity: 0;
    transition: .3s linear opacity
}

.buttons:hover:before {
    opacity: .3
}

#install-btn-s>div {
    align-items: center
}

#screenshots:empty {
    display: none
}

#screenshots {
    display: flex;
    overflow: auto;
    padding: 0;
    margin: 20px 0;
    background: 0 0;
    overflow-y: hidden;
    align-items: center;
    scroll-behavior: smooth;
    scrollbar-width: none;
    margin-top: -150px
}

#screenshots>div {
    height: 23vmax;
    position: relative;
    margin: 0 10px
}

#screenshots>div img {
    height: 100%;
    cursor: zoom-in;
    border-radius: 10px;
    background: 0 0
}

.screenshot-nav {
    position: absolute !important;
    background: var(--element);
    height: 50px !important;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 9px 0 rgba(82, 79, 79, .15);
    -webkit-box-shadow: 0 2px 9px 0 rgba(82, 79, 79, .15);
    cursor: pointer;
    z-index: 999
}

.screenshot-nav.hidden {
    display: none !important
}

@supports (padding-bottom:env(safe-area-inset-bottom)) {
    .ios-install-popup {
        padding-bottom: env(safe-area-inset-bottom)
    }
}

.screenshot.nav:hover {
    filter: brightness(.9)
}

.screenshot-nav.next {
    right: -35px
}

.screenshot-nav.prev {
    left: -25px;
    transform: rotate(180deg)
}

[dir=rtl] .screenshot-nav.next {
    left: -35px;
    right: unset
}

[dir=rtl] .screenshot-nav.prev {
    right: -25px;
    left: unset
}

.install-icon-desktop,
.install-icon-mobile {
    width: 24px;
    height: 24px
}

p {
    line-height: 25px
}

@media (min-width:992px) {
    #screenshots {
        padding: 40px 0;
        border-radius: 10px
    }

    #screenshots::-webkit-scrollbar-track {
        background-color: var(--background) !important
    }

    #screenshots::-webkit-scrollbar {
        background-color: var(--background) !important;
        height: 0 !important
    }

    .install-icon-desktop {
        display: flex
    }

    .install-icon-mobile {
        display: none
    }

    #intro div.intro-details {
        flex-direction: row
    }

    #screenshots>div:last-child {
        margin-inline-end: 0
    }

    .buttons {
        width: 60%;
        flex-direction: row-reverse !important;
        margin-top: 0 !important
    }

    .buttons button {
        border-radius: 10px;
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    * {
        scrollbar-width: thin
    }

    #intro .intro-details {
        max-width: 800px
    }
}

@media (max-width:991px) {
    ::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important
    }

    body {
        background: var(--element) !important
    }

    main {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center
    }

    .container {
        background: var(--element)
    }

    h1 {
        font-size: 25px;
        max-height: 100px;
        max-width: 70vw
    }

    .header {
        display: none
    }

    .content {
        max-width: 100%;
        width: 100%;
        padding: 0;
        padding-bottom: 130px
    }

    #availability,
    #what-is-this-app {
        padding: 10px 20px
    }

    #intro {
        flex-direction: column-reverse;
        z-index: 1;
        margin-top: 2rem;
        padding: 20px;
        height: unset;
        align-items: center;
        justify-content: flex-start
    }

    #intro .icon {
        width: 55px;
        height: 55px
    }

    #intro .txt {
        margin: 0 20px
    }

    .buttons>button {
        width: 100%
    }

    #screenshots {
        padding: 0 10px 10px 10px;
        margin-top: 20px
    }

    .screenshot-nav {
        display: none !important
    }

    #intro .intro-details {
        width: calc(100% - 40px)
    }

    #screenshots>div img {
        max-width: 90vw;
        object-fit: cover
    }

    .install-icon-desktop {
        display: none
    }

    .install-icon-mobile {
        display: flex
    }

    #screenshots>div:last-child {
        margin-inline-end: 40px
    }

    * {
        scrollbar-width: none
    }

    button {
        height: 55px
    }

    #intro .intro-app {
        margin-top: 20px
    }

    #intro:before {
        height: 135%
    }
}

@media (max-width:991px) and (min-width:600px) {
    .container {
        max-width: 600px;
        padding-top: calc((100vw - 600px)/ 2.5)
    }
}

.qrcode-container {
    display: block;
    align-items: center;
    text-align: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 2rem;
    justify-content: center
}

.text-center {
    text-align: center
}

.header-logo {
    max-width: 200px;
    height: auto
}

@media (max-width:768px) {
    .header-logo {
        max-width: 200px;
        height: auto !important
    }
}

#pwa-balloon {
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 9999;
    background-color: #fff;
    color: #333;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    padding: 12px 16px;
    width: 250px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.4;
    display: none
}

#pwa-balloon .balloon-arrow {
    position: absolute;
    top: -10px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff
}

#pwa-balloon .close-btn {
    position: absolute;
    top: 4px;
    right: 8px;
    font-size: 16px;
    cursor: pointer;
    color: #999
}

#pwa-balloon .close-btn:hover {
    color: #333
}

.test {
 
  color:red;
  
}