@import url('https://fonts.googleapis.com/css2?family=Tahoma:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

html {
   height: 100%;
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #1A2026;*/
    background: #273646;
    min-height: 100%;
    font-family: Tahoma, sans-serif;
    font-variant-ligatures: none;
    -webkit-font-smoothing: antialiased;
}

.content {
    display: none;
}

.loading {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.loading-bars {
    width: 100%;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.loading span {
    width: 5px;
    height: 34px;
    background: #26A1FF;
    animation: scale 0.9s ease-in-out infinite;
}
.loading span:nth-child(2) {
    background: #26A1FF;
    animation-delay: -0.8s;
}
.loading span:nth-child(3) {
    background: #26A1FF;
    animation-delay: -0.7s;
}
.loading span:nth-child(4) {
    background: #26A1FF;
    animation-delay: -0.6s;
}
.loading span:nth-child(5) {
    background: #26A1FF;
    animation-delay: -0.5s;
}
@keyframes scale {
    0%, 40%, 100% {
    transform: scaleY(0.05);
    }
    20% {
    transform: scaleY(1);
    }
}

.navigation {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 66px;
    background: #2A394B;
    justify-content: center;
    align-items: center;
    padding: 0 25px 0 25px;
    border-style: solid;
    border-width: .5px 0 0 0;
    border-color: #737373;
    z-index: 50;
}
.navigation ul {
    display: flex;
    width: 100%;
    justify-content: center;
}
.navigation ul li {
    position: relative;
    width: 50%;
    justify-content: center;
    align-items: center;
    list-style: none;
    background: #2A394B;
}
.navigation ul li button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #2A394B;
    border: none;
}
.navigation ul li button .icon {
    display: flex;
    color: #cccccc;
    font-size: 1.6em;
    transition: all 0.1s ease-in-out;
}
.navigation ul li.active button .icon {
    color: #26A1FF;
    font-size: 1.6em;
    transition: all 0.1s ease-in-out;
}
.navigation ul li button .text {
    color: #cccccc;
    font-weight: 300;
    font-size: .8em;
    letter-spacing: .03em;
    padding: 2px 0 0 0;
    transition: all 0.1s ease-in-out;
}
.navigation ul li.active button .text {
    color: #26A1FF;
    font-weight: 500;
    font-size: .8em;
    padding: 2px 0 0 0;
    transition: all 0.1s ease-in-out;
}

.header {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background: #2A394B;
    padding: 5px 25px 5px 25px;
    border-style: solid;
    border-width: 0 0 .5px 0;
    border-color: #737373;
    z-index: 50;
}
.header-app {
    width: 93%;
    display: flex;
    margin-right: 0;
    align-items: center;
    justify-content: right;
}
.header-app-logo {
    width: 150px;
    height: 30px;
}
.header-gift-box {
    width: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-gift-icon {
    display: flex;
    color: #BBBBBB;
    font-size: 1.4em;
}
.header-gift-icon-active {
    display: none;
    position: absolute;
    color: #FFFFFF;
    font-size: 1.4em;
    animation: gift-icon-animation .5s ease-in-out infinite;
}
@keyframes gift-icon-animation {
    0%     {color: #55ADFF;}
    50.0%  {color: #FFFFFF;}
    100.0%  {color: #55ADFF;}
}

.gift-popup, .gift-active-popup, .x8-popup, .x3-popup {
    display: none;
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: auto;
    background: #253344;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 0 0;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #FDD300;
    z-index: 101;
    animation: moveup .5s ease-in-out;
}
@keyframes moveup {
    from {
    transform: translateY(500px) ;
    }
    to {
    transform: translateY(0px) ;
    }
}
.gift-popup-icon, .x8-popup-icon, .x3-popup-icon {
    width: 50px;
    margin: auto;
}
.gift-popup-title, .x8-popup-title, .x3-popup-title {
    color: #BBBBBB;
    font-size: .8rem;
    font-weight: 600;
    text-align: center;
    margin: 3px 0 0 0;
}
.gift-popup-subject, .x8-popup-subject, .x3-popup-subject {
    color: #BBBBBB;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}
.gift-popup-date, .x8-popup-date, .x3-popup-date {
    color: #BBBBBB;
    font-size: .7rem;
    font-weight: 300;
    text-align: center;
}
.gift-popup-desc, .x8-popup-desc, .x3-popup-desc {
    width: 80%;
    color: #BBBBBB;
    font-size: .8rem;
    font-weight: 500;
    text-align: justify;
}
.gift-popup-btn, .gift-active-popup-btn, .gift-joinTG-btn, .x8-popup-btn, .x3-popup-btn {
    display: flex;
    position: relative;
    cursor: pointer;
    width: 80%;
    height: 2.4rem;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #248BDA;
    border: none;
    border-radius: 5px;
    margin: 5px;
}

.pages-section {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: none;
    align-items: center;
    padding-top: 20px;
    overflow-y: scroll;
}
.pages-section::-webkit-scrollbar {
    display: none;
}
.pages-section {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.page2, .page3, .page4, .page5 {
    display: none;
}

.page1, .page2, .page3, .page4, .page5 {
    flex-direction: column;
    width: 100%;
}

.devider {
  height: 10px;
}

.page-finish-devider {
  height: 140px;
}






/* ------------------ Page1 Streams -------------------- */
.page1-photo {
    display: flex;
    width: 70px;    
    margin: auto;
}
.page1-title {
    display: flex;
    width: 150px;    
    margin: auto;
}
.page2-title {
    display: flex;
    width: 170px;    
    margin: auto;
}

.page1-frame {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.page1-question .page2-question {
    display: flex;
    width: 74%;    
    margin: auto;
}
.page2-question {
    display: flex;
    width: 80%;    
    margin: auto;
}

.page1-cards-frame {
    display: flex;
    width: 80%;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
}
.stmcards {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: .8rem;
    background-color: #212F3C;
    padding: 1.3rem;
    margin: 5px;
    align-items: center;
    justify-content: center;
    border: .5px solid #727272;
}
.stmcards-namayandeh-image {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: .5px dotted #727272;
    margin: auto;
}
.stmcards-namayandeh-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.namayandeh-vote-frame {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stmcards-votebox {
    display: flex;
    height: 1rem;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.stmcards-votebox-icon {
    width: 13px;
}
.stmcards-votebox-votes {
    color: #F0F0F0;
    font-size: .8rem;
    font-weight: 400;
    text-align: center;
    padding: 2px 0 0 5px;
}
.namayandeh-likedislike-btns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stmcards-vote-btn {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #248BDA;
    border: none;
    border-radius: 5px;
    margin: 10px 10px 0 10px;
}
.like-dislike-icon {
    width: 30px;
}






/* ------------------ Page2 Posters -------------------- */
.posters-page-photo {
    display: flex;
    width: 50px;    
    margin: auto;
}
.posters-title {
    color: #BBBBBB;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    margin-top: 4px;
}
.posters-name-box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: auto;
}
.posters-name {
    color: #BBBBBB;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}
.posters-x8-icon {
    width: 25px;
    animation: x8-animate 1s ease infinite;
}
@keyframes x8-animate {
    0%     {opacity: 0;}
    100.0%  {opacity: 1;}
}

.posters-question {
    color: #BBBBBB;
    font-size: .8rem;
    line-height: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 5px 30px 0 30px;
}

.posters-frame {
    display: flex;
    flex-direction: column;
    width: 90%;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
}

.posters-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: .6rem;
    background-color: transparent;
    padding: 1.3rem;
    margin: 10px;
    align-items: center;
    justify-content: center;
    border: .5px solid #727272; 
}
.poster-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    margin: auto;
}
.poster-votebox {
    display: flex;
    height: 1rem;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.poster-votebox-icon {
    width: 15px;
}
.poster-votebox-votes {
    color: #F0F0F0;
    font-size: .9rem;
    font-weight: 400;
    text-align: center;
    padding: 0 0 0 5px;
}
.poster-vote-btn {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #248BDA;
    border: none;
    border-radius: 5px;
    margin: 10px 0 0 0;
}






/* ------------------ Page3 Products -------------------- */
.product-page-photo {
    display: flex;
    width: 60px;    
    margin: auto;
}
.product-title {
    color: #BBBBBB;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    margin-top: 4px;
}
.product-name {
    color: #BBBBBB;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}
.product-desc {
    color: #BBBBBB;
    font-size: .8rem;
    line-height: 1rem;
    font-weight: 400;
    text-align: justify;
    padding: 5px 25px 0 25px;
}
.coming-soon-photo {
    display: flex;
    width: 140px;    
    margin: auto;
}
/*
.level-frame {
    display: flex;
    flex-direction: column;
    width: 90%;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.level-cards {
    display: flex;
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: center;
    background-color: #22303D;
    border: .5px solid #727272;
    border-radius: 7px;
    padding: 20px;
    margin: 5px;
}
.level-image-box {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.level-image {
    width: 65px;
}
.level-card-right {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 40px;
}
.level-title-name {
    color: #3AA0FF;
    font-size: .7rem;
    font-weight: 600;
}
.level-desc-box {
    display: flex;
    align-items: center;
    justify-content: left;
}
.level-desc-icon {
    width: 9px;
}
.level-desc-title, .level-desc-amount {
    color: #BBBBBB;
    font-size: .68rem;
    font-weight: 400;
}
*/





/* ------------------ Page4 Synergy -------------------- */
.synergy-page-photo {
    display: flex;
    width: 60px;    
    margin: auto;
}
.synergy-title {
    color: #BBBBBB;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    margin-top: 4px;
}
.synergy-bonuses {
    color: #BBBBBB;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}
.synergy-desc {
    color: #BBBBBB;
    font-size: .8rem;
    line-height: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 5px 30px 0 30px;
}
.synergy-frame {
    display: flex;
    flex-direction: column;
    width: 90%;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.synergy-card, .affiliate-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #22303D;
    border: .5px solid #727272;
    border-radius: 5px;
    padding: 15px;
}
.synergy-invited, .affiliate-income-title {
    color: #3AA0FF;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
}
.synergy-number-box, .affiliate-income-box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #273646;
    border-radius: 3px;
    padding: 7px;
    margin: 5px;
}
.synergy-number-icon {
    width: 15px;
}
.affiliate-income-icon {
    width: 16px;
}
.synergy-number, .affiliate-income-amount {
    color: #BBBBBB;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    padding: 0 0 0 5px;
}
.copy-invitelink-btn, .affiliate-btn {
    display: flex;
    color: #FFFFFF;
    width: 100%;
    height: 40px;
    font-size: .8rem;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    background: #248BDA;
    border-radius: 5px;
    margin: 10px 0 0 0;
    cursor: pointer;
}






/* ------------------ Page5 Overview -------------------- */
.overview-page-photo {
    display: flex;
    width: 55px;    
    margin: auto;
}
.overview-title {
    color: #BBBBBB;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    margin-top: 4px;
}

.user-stats {
    display: flex;
    width: 91%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.user-stats-boxes {
    display: flex;
    width: 100%;
    height: 35px;
    align-items: center;
    justify-content: left;
    border-radius: 7px;
    background-color: #22303D;
    border: .5px solid #4B4B4B;
    padding: 0 0 0 10px;
    margin: 1px;
}
.stats-title {
    color: #BBBBBB;
    font-size: .8rem;
    font-weight: 600;
}
.stats-amount {
    color: #55ADFF;
    font-size: .8rem;
    font-weight: 600;
}

.boost-rank-btn {
    display: flex;
    width: 90%;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #248BDA;
    border-radius: 5px;
    margin: auto;
    cursor: pointer;
}
.boost-icon {
    font-size: 1.3em;
    color: #FFFFFF;
    padding: 4px 5px 0 0;
}
.boost-rank-text {
    color: #FFFFFF;
    font-size: .8rem;
    font-weight: 400;
}

.airdrop-overview-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    background-color: #22303D;
    border: .5px solid #4B4B4B;
    border-radius: 7px;
    padding: 20px;
    margin: 5px;
}
.airdrop-rank-name {
    width: 100%;
    color: #3AA0FF;
    font-size: .75rem;
    font-weight: 600;
}
.airdrop-check-icon {
    width: 9px;
    margin: 0 0 0 10px;
}
.airdrop-amount {
    width: 100%;
    color: #BBBBBB;
    font-size: .7rem;
    font-weight: 400;
}

.overview-frame {
    display: flex;
    flex-direction: column;
    width: 90%;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.overview-roadmap-title, .overview-airdrop-title {
    color: #BBBBBB;
    font-size: .85rem;
    font-weight: 700;
    text-align: center;
    justify-content: left;
}
.roadmap-overview-card {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #22303D;
    border: .5px solid #4B4B4B;
    border-radius: 5px;
    padding: 30px 0 30px 0;
    margin: 5px;
}
.roadmap-icon {
    width: 70%;
    display: flex;
    margin: auto;
}
.overview-desc {
    color: #B7B7B7;
    text-align: justify;
    font-size: 0.8rem;
    font-weight: 400;
    margin: 5px;
}
