﻿.exscroll-wrapper {
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .exscroll-wrapper::-webkit-scrollbar {
        display: none;
    }

.static-data-list {
    text-align: justify;
    padding-left: 20px !important;
}
.form-container {
    margin: 0 auto;
    max-width: 1000px;
}

.exscroll-scrollbar {
    box-sizing: border-box;
    width: calc(80% - 150px);
    height: 12px;
    padding: 2px;
    border-radius: 9999px;
    position: relative;
    margin: 0 auto;
    background-color: #ffffff6e;
    transition: 0.5s;
}

.exscroll-scrollbar:hover {
    background-color: #ffffffe3;
}

.exscroll-scrollbar .exscroll-track {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.exscroll-scrollbar .exscroll-track .exscroll-dragger {
    display: block;
    width: 40px;
    height: 100%;
    background-color: #a3acc68c;
    border-radius: 9999px;
    position: absolute;
    top: 0;
    cursor: pointer;
}

@media (max-width: 576px) {
    .exscroll-scrollbar {
        display: none;
    }
}

@media (min-width: 1900px) {
    .exscroll-scrollbar {
        /*display: none;*/
    }
}


/* TopCards */

.top-card-grants {
    background: #ffffffbd;
    background-image: url("../Images/top-cards/grants.png");
}

.top-card-housing {
    background: #ffffffbd;
    background-image: url("../Images/top-cards/housing.png");
}

.top-card-qalqan {
    background: #ffffffbd;
    background-image: url("../Images/top-cards/qalqan.png");
}

.top-card-tanba {
    background: #ffffffbd;
    background-image: url("../Images/top-cards/tanba.png");
}

.top-card-urker {
    background: #ffffffbd;
    background-image: url("../Images/top-cards/urker.png");
}

.top-card-agreena {
    background: #ffffffbd;
    background-image: url("../Images/top-cards/agreena.png");
}

/*.top-cards-wrapper {
    overflow-x: auto;
}

.top-cards-wrapper::-webkit-scrollbar {
    height: 8px;
    background-color: rgb(255 255 255 / 0%);
}

.top-cards-wrapper::-webkit-scrollbar-thumb {
    background-color: #A3ACC6;
    border-radius: 1rem;
}

@media (max-width: 576px) {
    .top-cards-wrapper::-webkit-scrollbar{
        display: none;
    }
}*/


.top-cards {
    width: 100%;
    display: grid;
    grid-auto-columns: 100%;
    grid-column-gap: 0.25rem;
    grid-auto-flow: column;
    padding: 0;
    list-style: none;
    /* scroll-snap-align: start;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;*/
}



.mid-cards {
    display: flex;
    width: 100%
}

.top-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
    border-radius: var(--rounded-k);
    -webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    transition: all 0.2s;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .top-card:hover {
        box-shadow: none !important;
        background-color: #ffffff8a;
        /* scale: 0.99;*/
    }

    .top-card:hover {
    }


    .top-card .top-card-content {
        margin: 1rem 0;
        max-width: 70%;
        text-shadow: white 0.5px 0.5px 1px;
    }

    .top-card .top-card-stat {
        margin-top: auto;
    }


.top-cards::-webkit-scrollbar {
    height: 12px;
}


.top-card-stat {
}


@media (max-width: 576px) {
    .top-cards {
        grid-auto-columns: calc(300px - 20px);
        grid-column-gap: 5%;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-bottom: 0.75rem !important;
    }

    .top-card {
        background-size: 150px;
        /*background-position-x:160%;*/
    }

    .top-card-qalqan {
        background-size: 185px;
        background-position-x: 140%;
    }

    .top-card-housing {
        background-size: 130px;
        background-position-x: 100%;
    }

    .top-card-grants {
        background-size: 140px;
        background-position-x: 110%;
    }

    .top-card-urker {
        background-size: 160px;
        background-position-x: 110%;
    }

    .top-card-tanba {
        background-size: 160px;
        background-position-x: 110%;
    }

    .top-card .top-card-content {
        font-size: 0.85rem;
        margin: 0.5rem 0;
    }

        .top-card .top-card-content p {
            margin-bottom: 0.5rem;
        }

    .top-card-stat-count {
        font-size: 1rem !important;
    }

    .top-card-title {
        font-size: 1.1rem !important;
    }

    .top-card-stat {
    }

    .stat-tanba-cats, .stat-tanba-dogs {
        font-size: 0.8rem !important;
        font-weight: normal !important;
    }
}

@media (min-width: 576px) {
    .top-cards {
        grid-auto-columns: calc(340px - 20px);
        grid-column-gap: 1.5%;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (min-width: 1200px) {
    .top-cards {
        grid-auto-columns: calc(340px - 20px);
        grid-column-gap: 1.5%;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1400px) {
    .top-cards {
        grid-auto-columns: calc(23% - 3px);
        grid-column-gap: 1.5%;
    }
}

@media (min-width: 1900px) {
    .top-cards {
        grid-auto-columns: 19%;
        grid-column-gap: 1.25%;
        padding-left: 0;
        padding-right: 0;
    }
}


.hover__underline_animation {
    display: inline-block;
    position: relative;
}

.hover__underline_animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #8a72f5;
    transform-origin: bottom right;
    transition: transform 0.5s ease-out;
}

.hover__underline_animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.bg-gradient {
    background-image: url(./images/background-gradient.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100px;
}

.first-place-bg {
    background-image: url(./images/1_place.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*transform: rotate(-15deg);*/
}

.second-place-bg {
    background-image: url(./images/2_place.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*transform: rotate(-15deg);*/
}

.third-place-bg {
    background-image: url(./images/3_place.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*transform: rotate(-15deg);*/
}

.jas-edu-target {
    background-image: url(./images/jas-edu-target.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*transform: rotate(-15deg);*/
}

.jas-edu-lock {
    background-image: url(./images/jas-edu-lock.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.jas-edu-question {
    background-image: url(./images/jas-edu-question.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.jas-edu-test {
    background-image: url(./images/jas-edu-test.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.jas-edu-gradient_1 {
    background-image: url(./images/gradient_1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.reg-page-bg {
    background-image: url(./images/reg-page-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.reg-page-bg-2 {
    background-image: url(./images/bg-pattern-light.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.avatar-default {
    background-image: url(images/avatar-default.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px;
    display: block;
    width: 32px;
    height: 32px;
}


/***** APP STORE **********************************/

.mobile-store-logo {
    display: inline-block;
    width: 145px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}


.mobile-store-appstore {
    background-image: url(images/AppStore.svg);
}

.mobile-store-playmarket {
    background-image: url(images/PlayMarket.svg);
}

.telegram-icon {
    background-image: url(images/Telegram-icon.svg);
}

/***** QR **********************************/

.qr-project-img-template {
    background-image: url(images/qr-template.jpg);
}

.qr-project {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 130px;
    height: 130px;
    width: 130px;
    margin: 0 auto;
}

.qr-footer-card {
    width: 160px;
}

.qr-project-footer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 6px;
    width: 150px;
    height: 160px;
}


/***** LOGO **********************************/

.menu-logo-container {
    height: 70px;
    background-color: rgb(255 255 255 / 10%);
    display: flex;
    align-items: center;
}


.menu-logo {
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 80px;
    width:340px;
}

.menu-logo-sm {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-size: 35px;
    width: 70px;
    height: 70px;
}


.topnav-logo-lg-img {
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 200px;
}

.topnav-logo-sm-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-size: 40px;
    height:70px;
}


.footer-logo-lg-img {
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
}


/***** LOGO PROJECTS PATH **********************************/

.logo-template-light {
    background-image: url(logo/jas-edu-logo.svg);
}

.logo-template-light-sm {
    background-image: url(logo/jas-edu-logo.svg);
}

.logo-template-light-text:before {
    content: 'Jas education';
    font-weight: 900;
    font-size: 16px;
    color: var(--white);
}

.logo-template-dark {
    background-image: url(logo/template-dark.svg);
}

.logo-template-dark-sm {
    background-image: url(logo/template-dark-sm.svg);
}

.logo-template-dark-text:before {
    content: 'Jas education';
    font-weight: 900;
    font-size: 16px;
    color: var(--dark);
}


/***** END LOGO PROJECTS PATH **********************************/