@font-face {
    font-family: Vazir;
    src: url('../asset/font/Vazir-Bold.eot');
    src: url('../asset/font/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
        url('../asset/font/Vazir-Bold.woff2') format('woff2'),
        url('../asset/font/Vazir-Bold.woff') format('woff'),
        url('../asset/font/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Vazir;
    src: url('../asset/font/Vazir-Black.eot');
    src: url('../asset/font/Vazir-Black.eot?#iefix') format('embedded-opentype'),
        url('../asset/font/Vazir-Black.woff2') format('woff2'),
        url('../asset/font/Vazir-Black.woff') format('woff'),
        url('../asset/font/Vazir-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Vazir;
    src: url('../asset/font/Vazir-Medium.eot');
    src: url('../asset/font/Vazir-Medium.eot?#iefix') format('embedded-opentype'),
        url('../asset/font/Vazir-Medium.woff2') format('woff2'),
        url('../asset/font/Vazir-Medium.woff') format('woff'),
        url('../asset/font/Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Vazir;
    src: url('../asset/font/Vazir-Light.eot');
    src: url('../asset/font/Vazir-Light.eot?#iefix') format('embedded-opentype'),
        url('../asset/font/Vazir-Light.woff2') format('woff2'),
        url('../asset/font/Vazir-Light.woff') format('woff'),
        url('../asset/font/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Vazir;
    src: url('../asset/font/Vazir-Thin.eot');
    src: url('../asset/font/Vazir-Thin.eot?#iefix') format('embedded-opentype'),
        url('../asset/font/Vazir-Thin.woff2') format('woff2'),
        url('../asset/font/Vazir-Thin.woff') format('woff'),
        url('../asset/font/Vazir-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

body {
    font-family: Vazir;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
.telegram-sup{
    position:fixed;
    display:block;
    z-index:9999;
    bottom:20px;
    left: 70px;
}
.telegram-sup img{
        width: 120px;

}
.map-vector {
    background-image: url('../asset/world_map_vector.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.map-vector img {
    width: 90%;
    animation-name: rotate;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(10deg);
    }
}

.title-vector {
    width: 5px;
    height: 40%;
    background-color: #ffc400;
    margin-top: 20px;
}

.action-btn {
    margin-top: 10px;
    width: 200px;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 15px;
    background-color: transparent;
    border: 2px solid #4e4e4e;
    color: black;
    transition: 0.5s;
}

.action-btn:hover {
    background: #4e4e4e;
    color: white
}

.play-station {
    background: url('../asset/plastation_bg.webp');
    width: 85%;
    margin: 50px 7.5% 50px 7.5%;
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.466);
    display: flex;
    flex-direction: column;
    padding: 40px;
    justify-content: end;
}

.play-station .action-btn {
    border: 2px solid rgba(255, 250, 250, 0.575);
    color: rgb(255, 255, 255);
}

.play-station .action-btn:hover {


    background: white;
    color: black
}

.loading {
    position: fixed;
    z-index: 1080;
}



#zarinpal img {
    width: 80px;
    margin-top: 10px;
}

#idpay img {
    margin-top: 10px;
}

.nemads {
    width: 50vw;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 15px;
    background: #cfcfcf;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    max-width: 500px;
}

.title-line {
    width: 10px;
    height: 55px;
    background-color: #ffc400;
}

.title-text {
    font-size: 2.5rem;
    font-family: Colak;
    margin-right: 10px;
    color: #3A3A3A;
}

.pay-number {
    font-size: 1.7rem;
    font-family: Colak;
    margin-right: 10px;
    color: #3A3A3A;
}

.pay-user {
    font-size: 1rem;
    margin-right: 10px;
    color: #636363;
}

.pay-list {

    display: inline-flex;
    width: 100%;
    height: 200px;

}

.pay-list-2 {

    display: inline-flex;
    width: 100%;
    height: 200px;
    margin-top: -40px;

}

.pay-item {
    width: 500px;
    height: 145px;
    border-radius: 30px;
    box-shadow: #a0a0a0 0 0 10px;
    background-color: white;
    margin-right: 20px;

}

.pay-box {
    position: absolute;
    display: flex;
    gap: 10px;
}


.comments {
    background-image: url(../asset/world_map_vector.png);
    background-position: center;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    height: 80vh;
    margin-top: 40px;
    display: flex;
    align-content: center;
    padding-bottom: 100px;
}

.comments-bg {
    background: linear-gradient(180deg, rgb(255, 153, 0) 0%, rgb(255, 187, 0) 100%);
    max-width: 600px;
    width: 60vw;
    height: 400px;
    border-radius: 60px;
    margin: auto;
    position: relative;
    box-shadow: rgba(255, 153, 0, 0.582) 0 0 30px;

}

.comments-box {
    background: white;
    max-width: 800px;
    width: 70vw;
    height: 350px;
    border-radius: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: #3f3f3fab 0 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.comments-avatar {
    position: absolute;
    transform: translateX(50%);
    right: 0;

    border: #ffae00 solid 7px;
    border-radius: 100%;
    box-shadow: #3f3f3fab 0 0 30px;
    width: 190px;


}

.comments-texts {
    padding-right: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 120px;
    display: none;


}

.comments-texts.active {
    display: block;

}

.comments-name {
    font-family: Colak;
    font-size: 40px;
    color: #3A3A3A;
}

.comments-des {
    font-size: 18px;
    color: #575757;
    margin-top: 10px;

}

.pay-icon {
    background-color: #3E68FF;
    height: 115px;
    width: 115px;
    margin: 15px;
    border-radius: 25px;
    background-image: url(../asset/pay.svg);
    background-size: 60px;
    background-position: 52% 50%;
    background-repeat: no-repeat;

}

.comments-dot {
    align-self: flex-end;

    display: flex;
    
    flex-direction: row;
    position: absolute;
    right: 45px;
    bottom: 20px
}

.dot-item {
    width: 10px;
    height: 10px;
    background-color: #cccbc7;
    border-radius: 10px;
    margin-left: 10px;
    transition: 0.8s;

}

.next-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #3A3A3A url(../asset/comments/next_btn.svg) no-repeat;
    background-position: 46% 50%;
    align-self: flex-end;
    position: absolute;
    left: 35px;
    bottom: 50px;
    border: 0;
    transition: 0.5s;

}

.next-btn:active {
    background-color: #888888;

}

.dot-select {
    background-color: #ffae00;
    width: 25px;
    border-radius: 20px;
    box-shadow: #ffae00 0 0 15px;

}

.comments-main-title {
    margin-top: 100px;
}

.introduction {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2vw;
    margin-top: 150px;
    flex-wrap: wrap;
}

.introduction-item {
    background-color: white;
    border-radius: 15%;
    box-shadow: #777777 0 0 25px;
    width: 16vw;
    height: 16vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.players-item {
    background-color: #FAF6FF;
    border-bottom: #8336EB solid 15px;
    transition: 0.5s;
}

.introduction-item img {
    margin-top: 35px;
    width: 30%;
}

.intr-number {
    font-family: Colak;
    direction: ltr;
    margin-top: 25px;
    font-size: 45px;
    transition: 0.5s;

}

.intr-title {
    font-family: Colak;

    font-size: 25px;
    transition: 0.5s;

}


.money-item {
    background-color: #FFFDF5;
    border-bottom: #E4A01A solid 15px;
    transition: 0.5s;
}

.money-item img {
    width: 25%;
}

.money-item .intr-number {
    color: #9F833A;
}

.money-item .intr-title {
    color: #8E897A;
}

.money-item:hover {
    transform: scale(1.1);
    box-shadow: #9F833A 0 0 30px;
}



.room-item {
    background-color: #F9FFFD;
    border-bottom: #1B7454 solid 15px;
    transition: 0.5s;
}

.room-item img {
    width: 35%;
}

.room-item .intr-number {
    color: #126044;
}

.room-item .intr-title {
    color: #7A8E82;
}

.room-item:hover {
    transform: scale(1.1);
    box-shadow: #209c52 0 0 30px;
}



.teams-item {
    background-color: #FFFDFF;
    border-bottom: #901961 solid 15px;
    transition: 0.5s;
}

.teams-item img {
    width: 30%;
}

.teams-item .intr-number {
    color: #781752;
}

.teams-item .intr-title {
    color: #8E7A89;
}

.teams-item:hover {
    transform: scale(1.1);
    box-shadow: #912075 0 0 30px;
}




.players-item .intr-number {
    color: #3B177C;
}

.players-item .intr-title {
    color: #776b83;
}

.players-item:hover {
    transform: scale(1.1);
    box-shadow: #8336EB 0 0 30px;
}



.leader-board-bg {
    width: 100%;
    height: 450px;
    background-color: #642DD8;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    padding-right: 5vw;
    padding-left: 5vw;
}

.best-gamers {
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 20px;
}

.first {
    width: 280px;
    height: 80%;
    background: linear-gradient(180deg, #FFBA16 0%, rgba(255, 185, 22, 0) 100%);
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.first img {
    position: absolute;
    transform: translate(-50%, -50%);

    width: 50%;
    border-radius: 50%;
    border: white solid 5px;
}

.le-wins {
    margin-top: 5px;
    text-align: center;
    font-size: 18px;
    color: #3A3A3A;
}

.le-user-name {
    margin-top: 85px;
    text-align: center;
    font-size: 25px;
    font-family: Colak;
}

.le-number {
    margin-top: 20px;
    text-align: center;
    font-size: 80px;
    font-family: Colak;
    color: #3A3A3A;
}

.second {
    width: 250px;
    height: 70%;
    background: linear-gradient(180deg, #FF16CC 0%, rgba(255, 22, 205, 0) 100%);
    border-radius: 50px;
    position: relative;

}

.second img {
    position: absolute;
    transform: translate(-50%, -50%);

    width: 50%;
    border-radius: 50%;
    border: #642DD8 solid 5px;
}

.second .le-number {
    font-size: 60px;

}

.second .le-user-name {
    font-size: 20px;
    margin-top: 75px;

}

.second .le-wins {
    margin-top: 0;
}

.third {
    width: 250px;
    height: 60%;
    background: linear-gradient(180deg, #19F5C8 0%, rgba(25, 245, 201, 0) 100%);
    border-radius: 50px;
    position: relative;
}

.third img {
    position: absolute;
    transform: translate(-50%, -50%);

    width: 50%;
    border-radius: 50%;
    border: #642DD8 solid 5px;
}

.third .le-number {
    font-size: 60px;

}

.third .le-user-name {
    font-size: 20px;
    margin-top: 75px;

}

.third .le-wins {
    margin-top: 0;
}

.data-list {
    width: 500px;
    height: 600px;
    align-self: center;
    background-color: #F1AE29;
    border-radius: 50px;
}




.data-list {
    overflow-y: scroll;
    padding-top: 30px;
    padding: 30px
}

.titles {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-left: 80px;
    padding-right: 40px;
}

.datalist-item {
    background: #ECDEC2;
    border-radius: 20px;
    width: 100%;
    height: 100px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 50px;
}

.datalist-item img {
    display: block;
    width: 80px;
    border-radius: 30px;
}

.d-avatar {
    display: flex;
    gap: 20px;
    align-items: center;
}

@media only screen and (max-width:1490px) {
    .leader-board-bg {
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .best-gamers {
        width: 55%;
    }

    .data-list {
        width: 450px;
    }

    .best-gamers div {
        border-radius: 35px;
    }
}


@media only screen and (max-width:1100px) {
    .leader-board-bg {
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 30px;
        padding-bottom: 40px;
    }

    .best-gamers {
        width: 100%;
        height: 450px;

        justify-content: center;

    }

    .data-list {
        width: 550px;
    }

    .leader-board-bg {
        gap: 0;
        padding-bottom: 20px;
    }

}

@media only screen and (max-width:600px) {

    .telegram-sup{
    position:fixed;
    display:block;
    z-index:9999;
    bottom:10px;
    left: 30px;
}
.telegram-sup img{
        width: 70px;

}


    .data-list {
        padding-right: 10px;
        padding-left: 10px;
        border-radius: 30px;
    }

    .best-gamers {
        gap: 7px
    }

    .data-list {
        width: 100%;
        height: 400px;
    }

    .best-gamers {
        height: 300px;
    }

    .best-gamers div {
        border-radius: 20px;
    }

    .first img {
        width: 70%;
        transform: translate(-20%, -50%);
    }

    .second img {
        width: 60%;
        transform: translate(-30%, -50%);
    }

    .third img {
        width: 60%;
        transform: translate(-30%, -50%);
    }

    .first img {
        width: 70%;
        transform: translate(-20%, -50%);
    }

    .first .le-user-name {
        margin-top: 65px;
        font-size: 18px;
    }

    .first .le-wins {
        font-size: 15px;
    }

    .first .le-number {
        font-size: 50px;
        margin-top: 10px;

    }

    .second .le-user-name {
        margin-top: 55px;
        font-size: 17px;

    }

    .second .le-wins {
        font-size: 14px;
    }

    .second .le-number {
        font-size: 40px;
        margin-top: 10px;

    }

    .third .le-user-name {
        margin-top: 55px;
        font-size: 17px;

    }

    .third .le-wins {
        font-size: 14px;
    }

    .third .le-number {
        font-size: 40px;
        margin-top: 0px;

    }

}


@media only screen and (max-width:1771px) {

    .introduction-item {

        width: 20vw;
        height: 20vw;

    }

    .intr-number {

        font-size: 40px;


    }

    .intr-title {

        font-size: 20px;

    }

}

@media only screen and (max-width:1227px) {

    .introduction {
        gap: 20px;
        padding-left: 5vw;
        padding-right: 5vw;

    }


    .introduction-item {
        width: 60vw;
        height: 60vw;
        max-width: 400px;
        max-height: 400px;


        margin: auto;
    }
   

}

@media only screen and (max-width:991px) {
    


    .intr-number {
        margin-top: 15px;

        font-size: 35px;


    }

    .intr-title {

        font-size: 20px;

    }

    .comments-dot {

        align-self: flex-end;

        display: flex;

        flex-direction: row;
        position: absolute;
        height: 20px;
        right: 20px;
        top: 87%;
    }

    .comments {
        margin-top: 50px;


        background-size: cover;



    }

    .title-line {
        height: 42px;

    }

    .comments-main-title {
        margin-top: 40px;
    }

    .dot-item {

        margin-top: 0;
        margin-right: 5px;
        margin-left: 0px;
        

    }

    .dot-select {
        background-color: #ffae00;
        width: 25px;
        height: 10px;
        border-radius: 10px;

    }

    .comments-bg {
        max-width: 600px;
        width: 92vw;
        height: 350px;
        border-radius: 50px;
        margin: auto;
        position: relative;
        box-shadow: rgba(255, 153, 0, 0.582) 0 0 30px;

    }

    .comments-box {
        max-width: 550px;
        width: 85vw;
        height: 450px;
        border-radius: 50px;

    }

    .comments-texts {
        padding-right: 20px;

        padding-left: 20px;
        display: none;


    }

    .comments-avatar {
        transform: translate(-60%, -50%);
        top: 0;
        border: #ffae00 solid 7px;
        border-radius: 100%;
        box-shadow: #3f3f3fab 0 0 30px;
        width: 150px;
    }

    .comments-name {
        font-family: Colak;
        font-size: 35px;
        color: #3A3A3A;
        text-align: center;
    }

    .comments-des {
        font-size: 16px;
        color: #575757;
        margin-top: 10px;
        text-align: center;


    }



    .pay-list-2 {
        margin-top: -80px;
    }

    .title-text {
        font-size: 2rem;

    }

    .pay-number {
        font-size: 1.5rem;

    }

    .pay-user {
        font-size: 0.8rem;

    }

    .pay-item {
        width: 70vw;
        max-width: 500px;
        min-width: 300px;
        height: 110px;
        border-radius: 25px;

    }

    .pay-icon {
        height: 90px;
        width: 90px;
        margin: 10px;
        border-radius: 20px;
        background-size: 40px;
    }


    #zarinpal img {
        width: 80px;
        margin-top: 20px;
    }

    #idpay img {
        margin-top: 20px;
    }

    .title-vector {
        margin-top: 10px;

    }

    .map-vector {
        margin-top: 80px;
    }

    .play-station {
        width: 95%;
        margin: 50px 2.5% 50px 2.5%;
        height: 80vh;
        background-position: left;
        border-radius: 30px;

    }
}