@media only screen and (max-width: 1024px) {
    .hide-on-mobile {
        display: none;
    }
}
.event-wrapper {
    width: 100%;
    height: auto;
    background-color: var(--p-color-od);
}

.the-hottest-news {
    background-color: var(--p-color);
    height: 120px;
    border-radius: 20px;
    margin-inline-end: var(--gap) !important;
    color: #fff;
}

    .the-hottest-news img {
        background-repeat: no-repeat;
        width: 100%;
    }

[color-scheme='dark'] .the-hottest-news {
    background-color: var(--footer-color);
}

.width {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    top: -1%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.parent-Magazine {
    width: 25%;
    align-items: center;
}

.width div:first-child {
    display: flex;
    align-items: center;
}

.parent-p {
    display: flex;
    width: 55%;
    flex-direction: column;
}

.width p:first-child {
    color: #fff !important;
    font-size: var(--fs-important);
    font-weight: bold;
    margin: 0;
}

.landing-url {
    transition: all 0.5s;
}

    .landing-url:hover {
        transition: all 0.5s;
        color: #3d72fe;
    }

.width p:last-child {
    word-spacing: 0.1em;
    color: #fff !important;
    font-size: var(--fs-small);
    margin: 0;
}

.parent-img-news {
    width: 14%;
}

    .parent-img-news img {
        width: 100%;
    }

.parent-hide a {
    font-weight: 700;
    color: var(--p-color);
    opacity: 1 !important;
    transition: transform .3s ease-in;
}

.parent-hide {
    transition: all .3s ease-out;
    max-height: 0;
    overflow: hidden;
}

.unhide {
    max-height: 4000px;
}

.show {
    cursor: pointer;
    color: var(--p-color);
}

.img-Arrow {
    transition: transform .3s ease-in;
    margin: 0 0.5rem -0.2rem 0 !important;
}

.anniversary {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-block-start: 70px;
    margin-block-end: -125px;
    color: var(--t-color-light);
    position: relative;
    gap: 15px;
    -moz-font-feature-settings: 'ss02';
    -webkit-font-feature-settings: 'ss02';
    font-feature-settings: 'ss02';
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

[color-scheme='dark'] .image-src1 {
    display: none;
}

[color-scheme='dark'] .image-src2 {
    display: block;
}

[color-scheme='light'] .image-src2 {
    display: none;
}

.header-news-title {
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--br);
    position: relative;
}

    .header-news-title svg {
        position: absolute;
        width: 22px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1) rotate(0);
        animation: news-icon 1s ease infinite;
    }

@keyframes news-icon {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1) rotate(0);
        filter: drop-shadow(0 0 0 var(--p-color));
    }

    25% {
        transform: translate(-50%, -50%) scale(2) rotate(0);
        filter: drop-shadow(0 12px 23px var(--p-color));
    }

    32% {
        transform: translate(-50%, -50%) scale(2) rotate(10deg);
        filter: drop-shadow(0 12px 23px var(--p-color));
    }

    40% {
        transform: translate(-50%, -50%) scale(2) rotate(-10deg);
        filter: drop-shadow(0 12px 23px var(--p-color));
    }

    50% {
        transform: translate(-50%, -50%) scale(2) rotate(10deg);
        filter: drop-shadow(0 12px 23px var(--p-color));
    }

    57% {
        transform: translate(-50%, -50%) scale(2) rotate(-10deg);
        filter: drop-shadow(0 12px 23px var(--p-color));
    }

    65% {
        transform: translate(-50%, -50%) scale(2) rotate(10deg);
        filter: drop-shadow(0 12px 23px var(--p-color));
    }

    75% {
        transform: translate(-50%, -50%) scale(2) rotate(0);
        filter: drop-shadow(0 12px 23px var(--p-color));
    }
}

.header-news-title svg path {
    fill: var(--p-color);
}

ul.header-news-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    height: 100%;
    width: 100%;
}

    ul.header-news-list li {
        position: relative;
        padding-inline-start: 45px;
        padding-inline-end: 25px;
        height: 100%;
        line-height: 40px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
        font-size: var(--fs-normal);
    }

        ul.header-news-list li::before {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            border-radius: 10px;
            box-shadow: 0 6px 17px var(--f-color);
            inset-inline-start: 20px;
            top: 50%;
            transform: translateY(-50%);
            background-color: var(--f-color);
        }

.confetti {
    position: absolute;
    width: 100%;
    height: 100%;
    inset-inline-start: 0;
    top: 0;
    background: url(../img/confetti.png) repeat;
    background-size: 220px;
    animation: confetti 10s ease-in-out infinite;
    pointer-events: none;
    opacity: 0.5;
    display: none;
}

@keyframes confetti {
    0%, 100% {
        background-position-y: 75%;
    }

    50% {
        background-position-y: 20%;
    }
}

@media screen and (max-width: 1300px) {
    .anniversary {
        margin-block-end: -70px;
    }
}

@media screen and (max-width: 1500px) {
    .anniversary {
        margin-block-end: -70px;
    }
}

@media screen and (max-width: 800px) {
    .header-news-title {
        background-color: transparent;
        position: absolute;
        top: 50px;
        inset-inline-end: 0;
        opacity: 0.07;
    }

    ul.header-news-list {
        gap: 0;
    }

        ul.header-news-list li {
            width: 100%;
            padding-inline-start: 30px;
            padding-inline-end: 0;
        }

            ul.header-news-list li::before {
                inset-inline-start: 10px;
            }
}

@media screen and (max-width: 450px) {
    .anniversary {
        font-size: 14px;
        margin-block-start: 80px;
    }

    .market-info-action {
        padding: 0 10px !important;
        height: 35px !important;
    }
}

.ctype-icon {
    display: inline-block;
    width: 50px;
    max-width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    transform: scale(0.85);
}

    .ctype-icon span {
        display: inline-block;
        width: 59px;
        height: 4006px;
        background: url('../../img/icc.svg?v=5.2') scroll no-repeat 0 0;
        position: absolute;
        background-size: cover;
        inset-inline-start: 0;
        top: 0;
    }

.request .ctype-icon {
    margin: -8px 0;
}

.account-container .ctype-icon {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
}

.order .types .type .icon .ctype-icon {
    margin-inline: 2px 0;
    margin-block: 3px -2px;
}

section.screen {
    padding: 150px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    
}

.screen-info {
    /*margin-inline-end: 50px;
    position: relative;
    flex-basis: 50%;*/
}

.screen-flex {
    display: flex;
    flex-basis: 50%;
    box-sizing: border-box;
    flex-direction: column;
    gap: 10px;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
    column-gap: 20px;
    row-gap: 20px;
}

.grid-item {
    border: 1px dashed var(--p-color);
    border-radius: 30px;
    font-size: 30px;
    text-align: center;
    width: fit-content;
    position: relative;
    width: 270px;
    height: 203px;
}

    .grid-item a {
        position: absolute;
        right: 34%;
        margin: 0 auto;
        bottom: 15%;
        font-size: 15px;
        font-weight: 600;
        color: var(--p-color);
        cursor: pointer;
    }

h1 {
    font-size: var(--fs-title-h1);
    color: var(--p-color);
}

.starpoints-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.starpoint {
    position: relative;
    display: flex;
    margin-top: 25px;
    flex-basis: 49%;
    flex-shrink: 0;
}

    .starpoint h2 {
        color: var(--t-color-light);
        font-size: var(--fs-text);
        margin-bottom: 5px;
        margin-top: 0;
        -moz-font-feature-settings: 'ss02';
        -webkit-font-feature-settings: 'ss02';
        font-feature-settings: 'ss02';
    }

.starpoint-icon {
    min-width: 60px;
    height: 60px;
    border-radius: var(--br);
    background-color: var(--p-color-od);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 10px;
    position: relative;
}

.paya .starpoint-icon {
    background-color: #2bba4315;
}

.starpoint-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-27deg);
    font-size: 2.2em;
    font-weight: bold;
    color: #2bba43;
    text-shadow: -4px 9px 5px #2bba4355;
    direction: ltr;
}

.starpoint-icon svg {
    width: 30px;
}

.starpoint-icon path:first-child {
    fill: var(--p-color);
    opacity: 0.5;
}

.starpoint-icon path:last-child {
    fill: var(--p-color);
}

.starpoint p {
    font-size: var(--fs-small);
    margin-top: 0;
    color: var(--c1-color);
}

.screen .description {
    font-size: 19px;
    color: var(--t-color-light);
    line-height: 33px;
}

.screen-signup {
    display: block;
    padding: 0 15px;
    cursor: pointer;
    height: 60px;
    background-color: var(--p-color);
    color: #fff;
    border-radius: var(--br);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 15px;
    box-sizing: border-box;
    white-space: nowrap;
    flex-basis: 15%;
    flex-shrink: 0;
    font-weight: 700;
}

.signup-Magazine {
    display: block;
    padding: 0 15px;
    cursor: pointer;
    height: 60px;
    background-color: #fff;
    color: var(--p-color);
    border-radius: var(--br);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 15px;
    box-sizing: border-box;
    white-space: nowrap;
    flex-basis: 33%;
    flex-shrink: 0;
    font-weight: 700;
}

[color-scheme='dark'] .screen-signup {
    background-color: var(--p-color);
    color: #fff;
}

[color-scheme='dark'] .signup-Magazine {
    background-color: var(--p-color);
    color: #fff;
}

.screen-demo {
    white-space: nowrap;
    background: transparent;
    border: 2px solid var(--p-color);
    border-radius: var(--br);
    height: 60px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    color: var(--p-color);
    font-size: var(--fs-important);
    position: relative;
    overflow: hidden;
    text-shadow: 0 0 5px var(--t-color-dark);
    flex-basis: 33%;
    font-weight: 700;
}

    .screen-demo > span {
        position: absolute;
        inset-block-end: 0;
        left: var(--l);
        height: var(--h);
        width: 4px;
        border-top-left-radius: 1px;
        border-top-right-radius: 1px;
        background-image: linear-gradient(to top, transparent, var(--s-color));
        opacity: 0.3;
        transition: height ease 0.3s;
    }

    .screen-demo:hover > span {
        height: var(--hh);
    }

a.apps-button.android {
    margin-inline-end: 5px;
    box-sizing: border-box;
}

a.apps-button.ios {
    margin-inline-start: 5px;
    box-sizing: border-box;
}

[color-scheme='dark'] img.ios-store-icon {
    filter: invert(1);
}

footer a.apps-button.android,
footer a.apps-button.ios {
    margin-inline: 0;
}

#market-loading {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 100px;
    inset-inline-end: 0;
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

    #market-loading.hide {
        opacity: 0;
    }

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: var(--p-color);
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
        box-shadow: 0 7px 9px var(--p-color-od);
        border: 1px solid #fff3;
        box-sizing: border-box;
    }

        .lds-ellipsis div:nth-child(1) {
            left: 16px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 16px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 52px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 88px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(36px, 0);
    }
}

.market-info {
    padding: 0;
    position: relative;
}

.tab {
    display: flex;
    justify-content: space-between
}

.button-box {
    display: flex;
}

.search-box {
    height: 40px;
    width: 320px;
    border-radius: var(--br);
    border: 1px dashed var(--p-color);
    display: flex;
    position: relative;
}

    .search-box input {
        all: initial;
        box-sizing: border-box;
        padding-inline: 20px;
        font-size: var(--fs-important);
        flex-basis: 100%;
        height: 100%;
        width: 100%;
        border: 0;
        font-family: IRANSansX;
        padding-inline-end: 50px;
        color: var(--t-color-light);
    }

    .search-box img {
        height: 80%;
        width: 28px;
        margin-top: 1.5%;
        margin-inline-start: 25%;
        position: absolute;
        left: 8px;
        cursor: pointer;
    }

.tab .button-box button {
    background-color: var(--p-color-od);
    border: none;
    outline: none;
    cursor: pointer;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    font-family: inherit;
    font-weight: bold;
    font-size: var(--fs-text);
    position: relative;
    color: var(--t-color-light);
    border-radius: 15px 15px 0 0;
}

    .tab .button-box button.active {
        color: var(--p-color);
        border-top: 5px solid var(--p-color);
        border-radius: 15px 15px 0 0;
        background-color: inherit;
        box-shadow: 7px -7px 10px -4px rgb(31 73 125 / 20%);
    }

    .tab .button-box button:hover {
        color: var(--p-color);
        border-radius: 15px 15px 0 0;
    }

.tabcontent {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 0 0 15px 15px;
    display: none;
    height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 6px 6px 6px 6px;
}

.tabcontent-after::after {
    content: '';
    border-radius: 100% 100% 0 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 250px;
    background: linear-gradient(180deg, rgba(25, 0, 36, 0) 50%, var(--bg-color) 100%);
    border: none;
    pointer-events: none;
    content: '';
    border-radius: 100% 100% 15px 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 250px;
    background: linear-gradient(180deg, rgba(25, 0, 36, 0) 50%, var(--bg-color) 100%);
    border: none;
    pointer-events: none;
    margin-inline: 1%;
}

.tabcontent::-webkit-scrollbar {
    width: 7px;
    z-index: 10000;
}

.tabcontent::-webkit-scrollbar-track {
    background: var(--p-color-od);
    border: none;
    z-index: 10000;
}

.tabcontent::-webkit-scrollbar-thumb {
    background-color: #648dff;
    border-radius: 28px;
    z-index: 10000;
}

.tabcontent {
    scrollbar-width: thin;
    scrollbar-color: #648dff var(--p-color-od);
}

.arrows {
    width: 60px;
    height: 74px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -5px;
    z-index: 4;
    transform: scale(.55);
    transition: .5s;
}

    .arrows path {
        stroke: #648dff;
        fill: transparent;
        stroke-width: 7px;
        animation: arrow 2s infinite;
        -webkit-animation: arrow 2s infinite;
    }

@keyframes arrow {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.hideArrows {
    opacity: 0;
}

@media (prefers-color-scheme: dark) {
    .invert-color {
        filter: invert(1)
    }
}

[color-scheme='dark'] .invert-color {
    filter: invert(1)
}

[color-scheme='light'] .invert-color {
    filter: invert(0)
}

.market-info-wrapper {
    position: relative;
}

.category-wrapper {
    width: 98%;
    height: 78px;
    margin: 1rem;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.show-active {
    background-color: var(--p-color-od);
    border: none;
    color: var(--p-color);
    border-radius: 10px;
}

.category-wrapper div:last-child {
    position: relative;
    overflow: scroll;
    white-space: nowrap;
    transition: all 0.2s;
    will-change: transform;
    user-select: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .category-wrapper div:last-child::-webkit-scrollbar {
        display: none;
    }

.category-item {
    padding: 1rem;
    margin: 0 1rem;
    text-align: center;
    transition: all 0.3s ease;
}

.arrow-svg {
    display: none;
}

.market-info-row {
    box-sizing: border-box;
    margin: 0 auto;
    width: 98%;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    height: 78px;
}

.market-info-row-title {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    height: 78px;
    padding-left: 24px;
    padding-right: 12px;
}

.category-item:hover {
    transform: scale(1.01, 1.01);
    border-radius: 10px;
    background-color: var(--p-color-od);
}

.market-info-row:hover {
    transform: scale(1.01, 1.01);
    border-radius: 10px;
    background-color: var(--p-color-od);
}

.market-info-row:first-child {
    background: var(--bg-color);
    top: -12px;
    z-index: 3;
    position: sticky;
}

.market-info-row > * {
    display: flex;
    height: 50px;
    align-items: center;
    font-size: var(--fs-text);
    padding: 0 10px;
    flex-grow: 1;
    justify-content: space-between;
    font-weight: bold;
    opacity: 0.5;
}

.market-info-row.data > * {
    font-size: var(--fs-important);
    opacity: 1;
}

.market-info-name {
    display: flex;
    flex-basis: 55%;
    padding-inline-end: 15%;
}

.coming-soon {
    position: relative;
}

    .coming-soon::after {
        content: "به زودی";
        position: absolute;
        left: 37%;
        color: var(--p-color);
        font-weight: bold;
        font-size: var(--fs-important);
    }

.background-blur {
    pointer-events: none;
    filter: blur(3px);
}

.market-name {
    flex-basis: 31%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.market-info-chart {
    visibility: hidden
}

.market-info-price,
.market-info-changes,
.market-info-chart,
.market-info-trade {
    flex-basis: 17%;
}

.market-info-coin-unit,
.market-info-coin-abbr {
    opacity: 0.5;
}

.market-info-coin-txt {
    display: flex;
    align-items: center;
}

    .market-info-coin-txt img {
        width: 35px;
        height: auto;
        margin-inline-end: 10px;
    }

.market-info-action {
    padding: 0 35px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--br);
    position: relative;
    background-color: var(--bg-color);
    font-size: var(--fs-normal);
}

    .market-info-action::before {
        content: '';
        position: absolute;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: linear-gradient(to right, var(--f-color), var(--p-color));
        border-radius: 12px;
        z-index: -1;
    }

    .market-info-action span {
        opacity: 0.5;
    }

span.market-info-action-buy {
    color: var(--p-color);
    opacity: 1;
}

span.market-info-action-sell {
    color: var(--f-color);
    opacity: 1;
}

.market-info-changes {
    justify-content: initial;
}

    .market-info-changes > span {
        height: 22px
    }

    .market-info-changes svg {
        width: 10px;
        margin-inline-start: 5px;
    }

h2 {
    font-size: var(--fs-title-h2);
    color: var(--p-color);
}

.h2-description {
    font-size: var(--fs-important);
    opacity: 0.5;
    width: 50%;
    font-weight: bold;
    line-height: 2em;
    -moz-font-feature-settings: 'ss02';
    -webkit-font-feature-settings: 'ss02';
    font-feature-settings: 'ss02';
}

.paya-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 var(--gap);
}

.paya-form {
    flex-basis: 50%;
    justify-content: center;
    padding: 50px 0;
}

.paya-img img {
    width: 567px;
    height: auto;
}

.paya-tab {
    overflow: hidden;
    display: flex;
}

    .paya-tab button {
        background-color: inherit;
        border: none;
        outline: none;
        cursor: pointer;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 70px;
        font-family: inherit;
        font-weight: bold;
        font-size: var(--fs-text);
        position: relative;
        color: var(--t-color-light);
        margin-inline-end: 10px;
        border-radius: var(--br);
        background-color: var(--p-color-od);
    }

        .paya-tab button.red {
            background-color: var(--f-color-od);
        }

        .paya-tab button.active,
        .paya-tab button:hover {
            color: var(--t-color-dark);
            background-color: var(--p-color);
        }

        .paya-tab button.red.active,
        .paya-tab button.red:hover {
            background-color: var(--f-color);
        }

.paya-market .paya-tab button.active::before {
    content: none;
}

.paya-tab button.active::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 8px;
    border-radius: 7px 7px 0 0;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--p-color);
}

.paya-form-wrapper {
    width: 363px;
    margin-top: 30px;
}

.lcslt {
    border: 1px solid #aaa;
    background: #fafafa;
    border-radius: 2px;
    transition: all .25s ease;
}

    .lcslt:not(.lcslt-disabled):hover,
    .lcslt.lcslt_dd-open,
    #lc-select-dd {
        border-color: #8f8f8f;
        background: #fefefe;
    }

    .lcslt.lcslt_dd-open {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.lcslt-opt {
    background: #bbb;
    border-radius: 3px;
}

.lcslt:not(.lcslt-multiple):after {
    border-top-color: #888 !important;
}

.lcslt:not(.lcslt-multiple):hover:after,
.lcslt.lcslt_dd-open:not(.lcslt-multiple):after {
    border-top-color: #666 !important;
}

.lcslt:not(.lcslt-multiple) > span {
    padding: 2px 0;
}

.lcslt.lcslt-multiple > span:not(.lcslt-multi-callout) {
    padding: 3px 0 6px;
}

.lcslt:not(.lcslt-multiple) > span:not(.lcslt-placeholder) {
    font-size: 90%;
}

.lcslt > span:not(.lcslt-placeholder):not(.lcslt-multi-callout),
#lc-select-dd li {
    color: #484848;
}

.lcslt.lcslt-disabled {
    background: #f4f4f4;
}

    .lcslt.lcslt-disabled:not(.lcslt-multiple):after {
        border-top-color: #aaa !important;
    }

    .lcslt.lcslt-disabled:not(.lcslt-multiple) > span {
        color: #848484;
    }

    .lcslt.lcslt-disabled .lcslt-multi-selected {
        color: #666;
        padding-inline-end: 9px;
    }

        .lcslt.lcslt-disabled .lcslt-multi-selected:before {
            display: none;
        }

#lc-select-dd {
    border-radius: 0 0 4px 4px;
    border-width: 0 1px 1px;
    border-style: solid;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    font-size: 13px;
}

    #lc-select-dd li {
        border: none;
        border-top: 1px solid #ddd;
    }

.lcslt-search-li {
    border-bottom: 2px dotted #bababa !important;
    box-shadow: 0 1px 0 #fff;
}

    .lcslt-search-li input {
        font-size: inherit;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-inline-end: 8px;
        font-size: 0.8rem;
        color: #888;
        background: #fefefe;
    }

        .lcslt-search-li input:hover,
        .lcslt-search-li input:active,
        .lcslt-search-li input:focus,
        .lcslt-is-searching .lcslt-search-li input {
            color: inherit;
        }

    .lcslt-search-li:before {
        background: #666;
    }

#lc-select-dd li span {
    padding: 7px 12px;
    font-size: 0.8rem;
}

#lc-select-dd li img {
    padding-inline-start: 7px;
}

.lcslt-group-name {
    font-weight: bold;
}

.lcslt-group-opts > li {
    padding-inline-end: 12px;
}

.lcslt-dd-opt {
    transition: all .15s ease;
    color: #6f6f6f;
}

#lc-select-dd li.lcslt-dd-opt:not(.lcslt-disabled):not(.lcslt-selected):hover,
#lc-select-dd .lcslt-dd-opt-hlight {
    color: #333;
    background: var(--p-color-od);
}

#lc-select-dd li.lcslt-dd-opt.lcslt-disabled {
    background: #ededed;
    color: #777;
}

#lc-select-dd li.lcslt-selected {
    color: #fff;
    background: #0078d7;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}

.lcslt-is-searching li.lcslt-group,
.lcslt-no-results {
    border: none !important;
}

.lcslt-no-results {
    color: #777;
    text-align: center;
    padding: 12px;
}

.lcslt-img {
    display: inline-block;
    height: 17px;
    width: 20px;
    margin-inline-start: 7px;
}

.lcslt-wrap,
.lcslt-wrap *,
#lc-select-dd,
#lc-select-dd * {
    width: 100%;
    font-family: 'IRANSansX';
}

.lcslt span:not(.lcslt-placeholder):not(.lcslt-multi-callout) {
    line-height: 1.1em;
    font-size: 0.95em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-weight: bold;
    color: var(--t-color-light);
}

.lcslt-img {
    display: inline-block;
    height: 30px;
    width: 30px !important;
    margin-inline-end: 7px;
}

#lc-select-dd ul {
    margin: 0;
    list-style: none;
    width: 100%;
    padding: 0;
}

#lc-select-dd li span {
    display: flex !important;
    line-height: normal;
    align-items: center;
    font-family: inherit;
    color: var(--t-color-light);
}

#lc-select-dd ::placeholder {
    color: var(--t-color-light);
    opacity: 1;
}

#lc-select-dd :-ms-input-placeholder {
    color: var(--t-color-light);
}

#lc-select-dd ::-ms-input-placeholder {
    color: var(--t-color-light);
}

.paya-form-wrapper .lcslt:not(.lcslt-multiple):after {
    inset-inline-start: auto;
    inset-inline-end: 10%;
    border-top-color: var(--t-color-light) !important;
}

.paya-form-wrapper .lcslt {
    padding-inline: 5px 30px;
    padding-block: 5px;
}

.paya-form-wrapper .lcslt {
    border: 2px solid var(--p-color);
    background: var(--bg-color);
    border-radius: var(--br);
    transition: background-color 0.2s ease;
    box-shadow: 0 0 2px var(--p-color), inset 0 0 2px var(--p-color);
}

.paya-form-wrapper.red .lcslt {
    border: 2px solid var(--f-color);
    box-shadow: 0 0 2px var(--f-color), inset 0 0 2px var(--f-color);
}

    .paya-form-wrapper.red .lcslt:not(.lcslt-disabled):hover,
    .red .lcslt.lcslt_dd-open,
    .red #lc-select-dd {
        border-color: var(--f-color);
    }

.paya-form-wrapper .lcslt:not(.lcslt-disabled):hover,
.lcslt.lcslt_dd-open,
#lc-select-dd {
    border-color: var(--p-color);
    background: var(--bg-color);
}

#lc-select-dd {
    border-radius: 0 0 var(--br) var(--br);
    border-width: 0 2px 2px;
    border-style: solid;
    box-shadow: 0 0 2px var(--p-color), inset 0 0 2px var(--p-color);
    font-size: 13px;
    margin-top: -5px;
}

.red #lc-select-dd {
    box-shadow: 0 0 2px var(--f-color), inset 0 0 2px var(--f-color);
}

.lcslt-search-li input {
    font-size: inherit;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-inline-end: 8px;
    font-size: 0.8rem;
    color: var(--t-color-light);
    background: var(--bg-color);
}

.lcslt-search-li {
    border-bottom: none !important;
    box-shadow: none;
}

.paya-form-label {
    position: relative;
    margin-top: 25px;
}

    .paya-form-label > span {
        position: absolute;
        background-color: var(--bg-color);
        font-weight: bold;
        font-size: var(--fs-text);
        padding: 0 10px;
        top: -10px;
        inset-inline-start: 10px;
        z-index: 2;
        border-radius: 20px;
        transition: background-color 0.2s ease;
    }

.paya-amount {
    width: 100%;
    height: 65px;
    box-sizing: border-box;
    line-height: 65px;
    text-align: center;
    font-family: inherit;
    font-weight: bold;
    font-size: var(--fs-text);
    color: var(--t-color-light);
    border: 2px solid var(--p-color);
    background: var(--bg-color);
    border-radius: var(--br);
    transition: background-color 0.2s ease;
    box-shadow: 0 0 2px var(--p-color), inset 0 0 2px var(--p-color);
    -moz-font-feature-settings: 'ss02';
    -webkit-font-feature-settings: 'ss02';
    font-feature-settings: 'ss02';
    outline: none;
}

.red .paya-amount {
    border: 2px solid var(--f-color);
    box-shadow: 0 0 2px var(--f-color), inset 0 0 2px var(--f-color);
}

a.paya-link {
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-radius: var(--br);
    background-color: var(--p-color);
    text-align: center;
    margin-top: 25px;
    font-size: var(--fs-text);
    font-weight: bold;
    color: var(--t-color-dark);
}

.red a.paya-link {
    background-color: var(--f-color);
}

section.features {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    section.features .h2-description {
        text-align: center;
    }

.features-wrapper {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-top: var(--gap);
}

.feature-box {
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .feature-box img {
        height: 50px;
        width: auto;
        object-fit: contain;
        margin-bottom: 15px;
    }

    .feature-box h3 {
        font-size: var(--fs-title-h2);
        color: var(--t-color-light);
    }

    .feature-box p {
        font-size: var(--fs-important);
        color: var(--t-color-light);
        opacity: 0.5;
        text-align: center;
        font-weight: bold;
    }

    .feature-box > a {
        color: var(--p-color);
        font-weight: bold;
        font-size: var(--fs-text);
        display: none;
    }

.arzpaya-market-detail {
    margin: 10rem 0 7rem 0;
    width: 100%;
    height: auto;
    padding: calc(var(--gap) / 2) 0;
    background-color: var(--p-color);
    background-image: linear-gradient(to bottom right, #3d72fe, #09309b);
}

.amd-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.amd-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    -moz-font-feature-settings: 'ss02';
    -webkit-font-feature-settings: 'ss02';
    font-feature-settings: 'ss02';
}

    .amd-box h4 {
        font-size: var(--fs-title-h2);
    }

.amd-count {
    font-size: 3em;
}

.amd-period {
    font-size: var(--fs-important);
    opacity: 0.5;
}

.features-acc-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.acc-wrapper {
    width: 420px;
}

.acc-wrapper-index {
    width: 70%;
    margin: 0 auto var(--gap);
}

    .acc-wrapper-index h2 {
        font-size: var(--fs-title-h2);
        color: var(--p-color);
        text-align: center;
        margin: 20px auto;
    }

.accordion {
    background-color: var(--p-color-od);
    color: var(--t-color-light);
    cursor: pointer;
    padding: 0 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: var(--fs-text);
    transition: 0.4s;
    font-family: inherit;
    height: 65px;
    margin-top: 15px;
    border-radius: var(--br);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .accordion.active,
    .accordion:hover {
        filter: contrast(5);
    }

    .accordion img.trg {
        transition: transform 0.3s ease;
    }

    .accordion.active img.trg {
        transform: rotate(-90deg);
    }

.panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.mobile-app-img {
    width: 50%;
    height: 700px;
    position: relative;
}

img.mobile-app {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    img.mobile-app.l {
        inset-inline-end: 25%;
        filter: blur(1px);
    }

    img.mobile-app.r {
        inset-inline-end: 75%;
        filter: blur(1px);
    }

    img.mobile-app.m {
        z-index: 1;
        filter: drop-shadow(0 5px 35px #000a);
    }

.position-styki img {
    position: -webkit-sticky;
    position: sticky;
    top: 15%;
}

section.paya-blog {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-inline-end: var(--gap);
    box-sizing: border-box;
}

.paya-blog-img {
    width: 570px;
}

section.paya-blog p {
    font-size: var(--fs-important);
    color: rgb(145 149 154);
    font-weight: bold;
    line-height: 2em;
    margin-inline-end: var(--gap);
}

section.paya-blog ul li {
    font-size: var(--fs-important);
    color: rgb(145 149 154);
    font-weight: bold;
    line-height: 2em;
    margin-inline-end: var(--gap);
}

.rating-stars svg {
    width: 30px;
}

fieldset.rating {
    all: initial;
}

.star-rating-scope {
    text-align: center;
    position: relative;
}

form.rate-form {
    margin: 0;
}

.rating-stars svg path {
    fill: #0005;
}

.rating-stars svg.filled path {
    fill: #f3ba09;
}

.rating-stars svg.filled {
    filter: drop-shadow(0 5px 6px #f3ba0977) drop-shadow(0 0 1px #fff5);
}

.star-rating-info-wrapper {
    font-size: var(--fs-normal);
    color: var(--c1-color);
    -moz-font-feature-settings: 'ss02';
    -webkit-font-feature-settings: 'ss02';
    font-feature-settings: 'ss02';
}

span.star-rating-info {
    font-size: var(--fs-important);
    color: var(--p-color);
    font-weight: bold;
    text-shadow: 0 3px 5px var(--p-color-od);
}

.star-rating-title {
    position: absolute;
    font-size: 5em;
    font-weight: bold;
    opacity: 0.03;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    white-space: nowrap;
    pointer-events: none;
    z-index: -1;
}

.screen-downloadapp {
    color: #fff;
    flex-grow: 1;
}

    .screen-downloadapp .svg {
        margin-inline-end: 15px;
    }

.mar-5 {
    margin-inline-start: 5px;
}

.footerspan {
    color: #fff;
    padding-inline-start: 15px;
}

footer .apps-button.android img {
    height: 50%;
    width: 15%;
}

footer .apps-button.ios img {
    height: 100%;
    width: 100%;
}

div.apps {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 40px;
}

.apps-button {
    flex-grow: 1;
    height: 60px;
    border: 2px solid var(--p-color);
    border-radius: var(--br);
    background-color: var(--p-color-od);
    display: flex;
    align-items: center;
    width: auto;
    box-sizing: border-box;
    padding-inline: 10px;
    font-weight: 700;
    color: var(--p-color);
    font-size: var(--fs-important);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    gap: 7px;
    -webkit-justify-content: center;
    justify-content: center;
    flex-basis: 33%;
}

    .apps-button:hover {
        filter: contrast(1.2) brightness(0.9);
    }

    .apps-button img {
        height: 25px;
        width: auto;
    }

    .apps-button.soon {
        cursor: not-allowed;
    }

        .apps-button.soon img,
        .apps-button.soon span {
            opacity: 0.5;
        }

        .apps-button.soon::after {
            content: 'به زودی';
            position: absolute;
            background-color: #ec4259;
            padding-block: 2px;
            color: #fff;
            box-shadow: 0 3px 7px #0003;
            font-size: 0.8em;
            width: 60px;
            text-align: center;
            left: 0;
            top: 0;
            transform: rotate(-45deg) translate(-15px, -7px);
        }

.screen-download-svg {
    display: flex;
    flex-direction: row;
    width: 50%;
    background-color: var(--p-color-od);
    color: var(--p-color);
    position: relative;
    overflow: hidden;
    font-size: var(--fs-important);
    box-sizing: border-box;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    border-radius: var(--br);
    height: 60px;
    padding: 0 15px;
    border: 2px solid var(--p-color)
}

    .screen-download-svg:hover {
        background-color: var(--t-color-dark);
    }

    .screen-download-svg > img {
        width: 20px;
        height: 20px;
        right: 0;
        margin-inline-end: 10px;
    }

    .screen-download-svg > span {
        font-size: 15px;
    }

a.ios-svg::after {
    content: 'به زودی';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    background-color: #333;
    color: var(--p-color);
    padding: 2px 15px;
    transform: rotate(-45deg) translate(-18px, -11px);
    box-shadow: 0 3px 5px #0005;
}

.screen-download-svg-margin {
    margin-inline: 10px;
}

.screen-download-svg-ios {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
    position: relative;
}

.footer-download-svg {
    height: 45px;
    display: flex;
    width: 100%;
    background-color: var(--p-color);
    color: #fff;
    position: relative;
    overflow: hidden;
    font-size: var(--fs-important);
    box-sizing: border-box;
    white-space: nowrap;
    align-items: center;
    justify-content: space-between;
    border-radius: var(--br);
    padding: 0 0.5rem;
}

    .footer-download-svg > img {
        width: 25px;
        height: 25px;
        right: 0;
        margin-inline-end: 10px;
    }

    .footer-download-svg > span {
        font-size: 11px;
    }

.example-wrapper {
    text-align: center;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.element {
    height: 215px;
    scroll-snap-stop: normal;
    color: white;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 2px dashed var(--p-color);
    border-radius: 40px;
    margin-block: 1%;
}

    .element a {
        font-size: 18px;
        position: absolute;
        bottom: 17%;
        right: 33%;
        color: var(--p-color);
        cursor: pointer;
    }

    .element picture {
        display: block;
        width: 100%;
        height: 100%;
    }

.both-scroll .wrapper {
    width: 100%;
    height: 100%;
    flex-direction: row !important;
    flex-wrap: wrap;
    column-gap: 2%;
    padding-block-end: 1%;
}

.both-scroll-mobile .wrapper {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: row !important;
    flex-wrap: wrap;
    column-gap: 2%;
    padding-block-end: 1%;
}

.container-slider {
    display: flex;
    flex-basis: 50%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    overflow: auto;
    position: relative;
}

.screen-margin {
    margin-left: 1.3rem;
}

.market-info-margin {
    margin-right: 1rem;
}

.market-changes-margin {
    margin-left: 1.4rem;
}

picture > img {
    object-fit: contain;
    border-radius: 40px;
    height: 100%;
}

@media screen and (max-width: 1700px) {
    .screen-info {
        flex-basis: 48%;
    }

    .paya-blog-img {
        width: 450px;
    }

    .container-slider {
        display: flex;
        flex-basis: 50.7%;
    }
}

@media screen and (max-width: 1500px) {
    section .screen {
        padding: var(--gap) 0 0;
    }

    .screen-margin {
        margin-left: 1.5rem;
    }

    .market-changes-margin {
        margin-left: 0.5rem;
    }

    .paya-blog-img {
        width: 573px;
    }

    .screen-info .screen-signup {
        width: 50%;
    }

    section.paya-blog {
        padding-inline-end: 0;
    }

    .market-info-name {
        flex-basis: 32%;
        padding-inline-end: 5%;
    }
}

@media screen and (max-width: 1300px) {
    .category-wrapper div:last-child.active {
        cursor: grabbing;
        cursor: -webkit-grabbing;
        transform: scale(1);
    }

    .arrow-svg {
        display: block;
        transform: rotate(180deg);
        z-index: 3;
        position: absolute;
        right: 7px;
    }

    .category-wrapper::after {
        content: '';
        width: 60px;
        height: 80px;
        right: 0;
        position: absolute;
        background: linear-gradient(to left, var(--bg-color), var(--bg-color), transparent);
    }

    .category-wrapper {
        width: 90%;
    }

    .arzpaya-market-detail {
        margin: 5rem 0 6rem 0;
    }

    .feature-box {
        width: 330px;
        margin-bottom: 3rem;
    }

    section.paya-blog ul li {
        margin-inline-end: 0;
    }

    .the-hottest-news {
        margin-inline-end: 0 !important;
    }

    .container-slider::-webkit-scrollbar {
        width: 7px;
        z-index: 10000;
    }

    .container-slider::-webkit-scrollbar-track {
        background: var(--p-color-od);
        border: none;
        z-index: 10000;
    }

    .container-slider::-webkit-scrollbar-thumb {
        background-color: #648dff;
        border-radius: 28px;
        z-index: 10000;
    }

    .container-slider {
        scrollbar-height: thin;
        scrollbar-color: #648dff var(--p-color-od);
    }

    .align-start .element {
        scroll-snap-align: center;
    }

    .no-support {
        text-align: center;
        padding: 5px;
        width: 450px;
        margin-left: auto;
        margin-right: auto;
        background: #ee6620;
        color: #fff;
        font-size: 16px;
    }

    @supports(scroll-snap-type: both mandatory) {
    }

    .paya-blog-img {
        width: 524px;
    }

    .width p:first-child {
        font-size: var(--fs-normal);
    }

    .example-wrapper {
        text-align: center;
        width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .both-mandatory {
        scroll-snap-type: both mandatory;
    }

    .both-scroll .wrapper {
        width: 620px;
        display: flex;
        scroll-snap-stop: normal;
        justify-content: end;
        gap: 10px;
    }

    .height-mobile {
        height: 1px !important;
    }

    .container-slider {
        padding-left: 0.5rem;
        height: 450px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        overflow-y: auto;
        position: relative;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scroll-snap-points-y: repeat(300px);
        scroll-snap-points-x: repeat(300px);
    }

    .apps-button img {
        height: 20px;
    }

    .apps-button,
    .screen-signup,
    .screen-demo {
        font-size: var(--fs-normal);
    }

    .screen-info {
        flex-basis: 100%;
        width: 100%;
    }

    :root {
        --gap: 70px;
    }

    .screen-img img {
        width: 100%;
        height: auto;
    }

    .screen-img {
        display: none;
    }

    .screen-info {
        margin-inline-end: 30px;
    }

    .screen .description {
        font-size: var(--fs-text);
        line-height: 30px;
    }

    .screen-signup {
        width: 100%;
    }

    .starpoint h2 {
        font-size: var(--fs-small);
        text-shadow: 0 0 5px var(--t-color-dark);
    }

    .starpoint {
        margin-top: 10px;
        flex-basis: 50%;
        align-items: center;
    }

    .starpoint-icon {
        margin-inline-end: 5px;
    }

    .starpoint p {
        display: none;
    }

    .apps-button {
        padding: 0 10px;
    }

    section.paya-blog p {
        margin-inline-end: 0;
    }

    .market-info-name {
        flex-basis: 22%;
        padding-inline-end: 0;
    }

    .paya-wrapper {
        padding: 0;
    }
}

@media screen and (max-width: 1000px) {
    .paya-blog-img {
        width: 400px;
    }

    .signup-Magazine {
        font-size: 12px !important;
    }

    .width p:first-child {
        font-size: var(--fs-text);
        font-weight: normal;
    }

    .the-hottest-news {
        height: 130px;
        border-radius: 15px;
    }

    .width div:first-child {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .parent-p {
        display: flex;
        flex-direction: column !important;
    }

    .parent-img-news {
        display: none;
    }

    .container-slider::-webkit-scrollbar {
        height: 7px;
        z-index: 10000;
    }

    .container-slider::-webkit-scrollbar-track {
        background: var(--p-color-od);
        border: none;
        z-index: 10000;
    }

    .container-slider::-webkit-scrollbar-thumb {
        background-color: #648dff;
        border-radius: 28px;
        z-index: 10000;
    }

    .container-slider {
        scrollbar-height: thin;
        scrollbar-color: #648dff var(--p-color-od);
    }

    .screen {
        flex-direction: column-reverse;
    }

    .align-start .element {
        scroll-snap-align: center;
    }

    .no-support {
        text-align: center;
        padding: 5px;
        width: 450px;
        margin-left: auto;
        margin-right: auto;
        background: #ee6620;
        color: #fff;
        font-size: 16px;
    }

    @supports(scroll-snap-type: both mandatory) {
        .no-support {
            display: none;
        }
    }

    .example-wrapper {
        text-align: center;
        width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .both-mandatory {
        scroll-snap-type: both mandatory;
    }

    .both-scroll .wrapper {
        width: 1200px;
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 10px;
        padding-block-end: 1%;
    }

    .container-slider {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        overflow: auto;
        position: relative;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: mandatory;
        scroll-snap-points-y: repeat(300px);
        scroll-snap-points-x: repeat(300px);
    }

    .screen {
        flex-direction: column-reverse;
    }

    .screen-info {
        flex-basis: 100%;
        margin-inline-end: 0;
    }

    .screen-flex .rowbox .columnbox {
        flex-direction: row;
    }

    div.apps:first-child {
        flex-wrap: nowrap;
    }

    .screen-demo {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .screen-img {
        display: none;
    }

    .screen-download-svg > span {
        display: none;
    }

    .screen-download-svg > img {
        width: 30px;
        height: 30px;
        right: 0;
        margin-inline-end: 0;
    }

    test {
        display: none;
    }

    .market-info-action::before {
        border-radius: 9px;
    }

    .market-info-row {
        font-size: .8em;
    }

    .paya-img img {
        width: 400px;
    }

    img.mobile-app {
        width: 140px;
    }

    .mobile-app-img {
        height: 400px;
    }

    .star-rating-title {
        font-size: 3em;
    }
}

@media screen and (max-width: 800px) {
    .arzpaya-market-detail {
        margin: 2rem 0 4rem 0;
    }

    .feature-box p {
        font-size: inherit;
    }

    .feature-box {
        width: 250px;
    }

    .search-box img {
        margin-top: 1.3%;
    }

    div.apps {
        margin-bottom: 0.7rem;
    }

    section.screen {
        padding: 100px 0 10px 0;
    }

    .mobile {
        display: block;
        height: fit-content !important;
    }

    .desktop {
        display: none;
    }

    .container-slider {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .element {
        height: 150px;
    }

    .align-start .element {
        scroll-snap-align: center;
    }

    .no-support {
        text-align: center;
        padding: 5px;
        width: 450px;
        margin-left: auto;
        margin-right: auto;
        background: #ee6620;
        color: #fff;
        font-size: 16px;
    }

    @supports(scroll-snap-type: both mandatory) {
        .no-support {
            display: none;
        }
    }

    .example-wrapper {
        text-align: center;
        width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .both-mandatory {
        scroll-snap-type: both mandatory;
    }

    .both-scroll .wrapper {
        display: none;
    }

    .both-scroll-mobile .wrapper {
        width: 1200px;
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 10px;
        padding-block-end: 1%;
        scroll-snap-stop: normal;
    }

    .container-slider {
        width: 100%;
        height: fit-content !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        overflow: auto;
        position: relative;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: mandatory;
        scroll-snap-points-y: repeat(300px);
        scroll-snap-points-x: repeat(300px);
    }

    .tab {
        flex-direction: column;
    }

    .search-box {
        border-radius: unset;
        width: 99.5%;
    }

    .tab .button-box button {
        width: 100%;
    }

    .screen-download-svg > span {
        display: block;
    }

    .screen-download-svg > img {
        width: 20px;
        height: 20px;
        right: 0;
        margin-inline-end: 10px;
    }

    .screen-img {
        display: none;
    }

    .paya-img {
        display: none;
    }

    .features-acc-wrapper {
        justify-content: center;
        flex-wrap: wrap;
    }

    .paya-blog-img {
        display: none;
    }

    section.paya-market {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .h2-description {
        width: 100%;
    }

    .starpoint-icon span {
        font-size: 1.8em;
    }

    .paya-wrapper {
        padding: 0;
        justify-content: center;
    }

    .market-info-name {
        flex-basis: 140px;
        padding-inline-end: 5px;
    }

    .market-info-price,
    .market-info-changes,
    .market-info-chart,
    .market-info-trade {
        flex-basis: 70px;
    }

    .market-info-row > * {
        height: 40px;
        font-size: var(--fs-normal);
        padding: 0;
        padding-inline-start: 5px;
    }

    .market-info-row > div:nth-child(n+2) {
        text-align: center;
        justify-content: center;
    }

    .market-info-row > *:nth-child(5) {
        display: none;
    }

    .market-info-row {
        margin: 10px 0;
    }

    .market-info-coin-txt img {
        width: 22px;
        height: auto;
        margin-inline-end: 5px;
    }

    .market-info-coin-unit,
    .market-info-coin-abbr {
        white-space: nowrap;
    }

    .market-info-coin-abbr {
        margin-inline-start: 5px;
    }

    .market-info-row.data > * {
        font-size: var(--fs-text);
        opacity: 1;
    }

    .star-rating-title {
        font-size: 2em;
    }

    .footerspan {
        font-size: 10px;
    }

    .apps-button {
        padding: 0 10px;
        width: 40%;
    }

    .category-wrapper {
        margin-right: 50px;
    }
}

@media screen and (max-width: 600px) {
    .category-wrapper {
        width: 85%;
    }

    .acc-wrapper-index {
        width: 100%;
    }

    .arzpaya-market-detail {
        margin: 3rem 0;
    }

    section.paya-blog p {
        word-spacing: -1.9px;
    }

    section.paya-blog ul li {
        word-spacing: -1.9px;
    }

    .signup-Magazine {
        height: 43px;
        font-size: 12px !important;
    }

    .width {
        width: 90%;
    }

    .apps-button img {
        height: 15px;
        width: auto;
    }

    .star-rating-scope {
        margin-top: 2rem;
    }

    .apps-button,
    .screen-signup,
    .screen-demo {
        font-size: var(--fs-text);
    }

    .apps {
        flex-wrap: wrap;
    }

    .screen-demo,
    .screen-signup {
        flex-grow: 1;
        flex-basis: auto;
    }

    .screen-download-svg-margin {
        margin-inline: 0;
    }

    .screen-download-svg-ios {
        width: 100% !important;
    }

    .screen-download-svg {
        width: 49%;
        height: 50px;
    }

    .screen-download-svg {
        margin-block: 10px;
    }

    .footer-download-svg {
        width: 100%;
    }

    .qr-code-footer > img {
        width: unset;
    }

    .screen-info .screen-signup,
    .screen-demo {
        width: 40%;
        height: 50px;
    }

    .apps-button {
        width: 40%;
        height: 50px;
    }

    section.screen {
        padding: 80px 0 0;
    }

    .screen-img {
        display: none;
    }

    .screen-info {
        margin-inline-end: 0;
    }

    h1 {
        line-height: 50px;
        margin-bottom: 5px;
        text-align: center;
    }

    .screen .description {
        font-size: var(--fs-text);
        line-height: 32px;
    }

    .starpoints-wrapper {
        padding-inline-end: 0;
    }

    .starpoint {
        padding-inline-start: 0;
        flex-basis: 48%;
        margin-top: 15px;
    }

    .starpoint-icon {
        min-width: 50px;
        height: 50px;
    }

    .ctype-icon {
        width: 45px;
        transform: scale(0.6);
    }

    .paya-img {
        display: none;
    }

    .h2-description {
        width: 100%;
    }

    .paya-wrapper {
        display: flex;
        justify-content: space-between;
        padding: 0;
    }

    .paya-tab {
        justify-content: center;
    }

        .paya-tab button.red {
            margin-inline-end: 0;
        }

    .paya-form {
        flex-basis: unset;
        width: 100%;
    }

    .paya-form-wrapper {
        width: 100%;
    }

    .feature-box {
        margin-bottom: 35px;
        width: 270px;
    }

    .amd-wrapper {
        flex-wrap: wrap;
    }

    .amd-box {
        font-size: 0.55em;
    }

    .amd-count {
        font-size: 1.5em;
    }

    .features-acc-wrapper {
        flex-wrap: wrap;
    }

    .acc-wrapper {
        width: 100%;
    }

    .mobile-app-img {
        width: 100%;
        height: 400px;
    }

    img.mobile-app {
        width: 130px;
    }

    .paya-blog-img {
        display: none;
    }

    section.paya-blog {
        padding-inline-end: unset;
    }

        section.paya-blog p {
            margin-inline-end: unset;
        }

    .star-rating-title {
        font-size: 1.7em;
    }

    .screen-downloadapp {
        font-size: 12px;
    }
}

@media screen and (max-width: 414px) {
    .width p {
        font-size: 12px !important;
        font-weight: normal;
    }

    .the-hottest-news {
        margin-bottom: 2rem !important;
    }

    hr.gap {
        height: 1px;
    }

    section.paya-market {
        margin-top: 3rem;
    }

    .coming-soon::after {
        font-size: var(--fs-text);
        left: 34%;
    }

    .ctype-icon {
        width: 58px;
    }
}
