/*
Theme Name: ERA TRADE 2026
Theme URI: https://wordpress.org/themes/boldfund
Author: bokhan7
Author URI: https://wordpress.org
Description: Machinery documentation
Requires at least: 6.1
Tested up to: 6.5
Requires PHP: 5.6
Version: 2025.05.23
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


@font-face {
    font-family: 'Good Timing';
    src: url('assets/fonts/good_timing_bd.ttf');
}

@font-face {
    font-family: 'TT Norms';
    src: url('assets/fonts/TTNormsPro-Light.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'TT Norms';
    src: url('assets/fonts/TTNormsPro-Medium.ttf');
    font-weight: 500;
}

:root{
    --black: #18171A;
    --pink: #CF61FC;
    --purple: #8A33AD;
    --purple-2: #391547;
    --green: #3BFFA3;
    --bronze: #FFB87A;
    --silver: #E1EDF1;
    --diamond: #A8C4FF;
    --gold: #F0D472;
    --grey: #F7F7F7;

}

body{
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    background: var(--black);
    font-family: 'TT Norms';
    color: white;
    font-size: 18px;
    font-weight: 400;
}

b{
    font-weight: 500;
}

html{
    overflow-x: hidden;
}

a, button{
    all: unset;
    cursor: pointer;
}

input{
    all: unset;
}

.wrapper{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

h1,h2,h3,h4,h5,h6{
    padding: 0;
    margin: 0;
    font-family: 'Good Timing';
    line-height: 100%;
}

h1{
    font-size: 54px;
}

h2{
    font-size: 48px;
}

h3{
    font-size: 28px;
}

.welcome__content{
    padding-top: 200px;
}

.grid-2{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;

}

.grid-3{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.grid-4{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.grid-5{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.grid-8{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 12px;
}

.grid-9{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 12px;
}

.grid-10{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 12px;
}

.partners img{
    width: 100%;
}

.card{
    background: #ffffff10;
    border-radius: 36px;
    box-sizing: border-box;
    padding: 24px;
}

.process__tag{
    font-family: 'Good Timing';
    font-size: 32px;
    opacity: .2;
}

mark{
    all: unset;
}

.welcome__img{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 800px;
    z-index: -1;
}

.menu{
    list-style-type: none;
    gap: 16px;
}

.menu a{
    opacity: .7;
    transition: all ease .15s;
}

.menu a:hover{
    opacity: 1;
}

section{
    margin-top: 110px;
}

.welcome{
    margin-top: 0;
}

.leader__card{
    margin-left: 28px;
    position: relative;
    background: black;
    padding: 8px 24px;
    box-sizing: border-box;
    border-radius: 36px;
}

.leader__card__number{
    position: absolute;
    top: 0;
    left: -28px;
}

.direction{
    border-radius: 36px;
    padding: 24px;
    position: relative;
}

.dir__prop{
    grid-row: span 2;
    background: linear-gradient(to right, #8A33AD, #391547);
}

.dir__tournament{
    background: linear-gradient(to right, #4E1EA2, #1D0B3C);
}

.dir__copy{
    background: linear-gradient(to right, #1D0C88, #070322);
}

.dir__img{
    position: absolute;
    bottom: -36px;
    right: -36px;
    width: 40%;
    z-index: 99;
}

.dir__prop .dir__img{
    width: 55%;
    bottom: -64px;
    left: 50%;
    transform: translateX(-50%);
}

.leader__img{
    width: 54px;
}

.leader__card__number{
    font-family: 'Good Timing';
}

.leader__card__info{
    position: relative;
    width: 270px;
    height: 50px;
}

.leader__card__info p{
    position: absolute;
}

.btn{
    background: var(--pink);
    border-radius: 36px;
    color: white;
    padding: 24px 48px;
    font-family: 'Good Timing';
    box-sizing: border-box;
    width: fit-content;
    transition: all ease .15s;
    box-shadow: 0px 16px 36px #CF61FC50;
}

.btn__green{
    background: var(--green);
    color: black;
    box-shadow: 0px 16px 36px #3BFFA350;

}

.timeline{
    width: 100%;
    height: 1px;
    background: white;
}

.line{
    background: var(--pink);
    width: 50%;
    height: 1px;
}

.toranament__stage{
    padding: 24px;
    border-radius: 36px;
    background: #ffffff10;
    box-sizing: border-box;
    width: fit-content;
}

.prize__pool{
    background: linear-gradient(-135deg, #ffffff30, #ffffff00);
    color: white;
    border: 1px solid #ffffff50;
    width: fit-content;
    padding: 4px 54px;
    border-radius: 36px;
    backdrop-filter: blur(36px);
}

.prize__pool__wrapper{
    transform: translateY(-50%);
}

.btn__green:hover{
    background: white;
}

.start .btn, .configurator .btn{
    background: white;
    color: black;
}

.start .btn:hover{
    background: black;
    color: white;
}

.configurator .btn:hover{
    background: black;
    color: white;
}

.start__img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 36px;
    max-width: 520px;
}

.btn:hover{
    color: black;
    background: #ffffff;
}

.btn__tag{
    max-width: 135px;
    opacity: .5;
}

.num{
    font-size: 48px;
    font-family: 'Good Timing';
}

.small{
    font-size: 12px;
}

.pink{
    color: var(--pink);
}

.green{
    color: var(--green);
}

.row{
    display: flex;
    flex-direction: row;
}

.col{
    display: flex;
    flex-direction: column;
}

.center{
    align-items: center;
}

.g8{
    gap: 8px;
}
.g12{
    gap: 12px;
}
.g24{
    gap: 24px;
}
.g36{
    gap: 36px;
}
.g48{
    gap: 48px;
}
.g72{
    gap: 72px;
}
.g96{
    gap: 96px;
}
.jcsb{
    width: 100%;
    justify-content: space-between;
}
.jcsa{
    width: 100%;
    justify-content: space-around;
}
.jcc{
    justify-content: center;
}

.footer{
    background: #00000030;
    margin-top: 172px;
}

.footer__info p, .footer__info img, .footer__info a{
    opacity: .5;
    font-family: 'Good Timing';
    transition: all ease .15s;
}

.footer__info *:hover{
    opacity: 1;
}

.features{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.btn__tag{
    font-size: 18px;
}

.pink{
    color: var(--pink);
}

.small{
    font-size: 14px;
}

.big{
    font-family: 'Good Timing';
    font-size: 28px;
}

.team__content{
    border-radius: 36px;
    background: #ffffff10;
    padding: 36px;
}

.size__option{
    background: #ffffff10;
    color: white;
    transition: all ease .15;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 36px;
    padding: 4px 16px;
}

.size__option img{
    width: 36px;
}

.size__option:hover{
    background: #ffffff20;
}

.size__option.active{
    background: #ffffff;
    color: black;
}

.option{
    background: #ffffff00;
    transition: all ease .15s;
    padding: 8px 16px;
    box-sizing: border-box;
    border-radius: 36px;
}

.option:hover{
    background: #ffffff10;
}

.option.active{
    background: #ffffff;
    color: black;
}

.hint{
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'TT Norms';
    opacity: .7;
}

.size{
    position: relative;
}

.stages, .terminal{
    position: relative;
    padding: 4px;
    border-radius: 36px;
    background: #00000040;
    box-sizing: border-box;
}

.challenge__info{
    background: #00000040;
    border-radius: 36px;
    padding: 24px;
}

.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #00000030;
    backdrop-filter: blur(36px);
    z-index: 999;
}

.configurator{
    position: relative;
}

.configurator, .start__content{
    font-family: 'Good Timing';
    padding: 54px 0;
    background: linear-gradient(to right, #8A33AD, #391547);
}

.start__content{
    position: relative;
    border-radius: 36px;
    padding: 36px;
}

.btn__small{
    background: var(--pink);
    color: white;
    border-radius: 36px;
    padding: 8px 24px;
    font-family: 'Good Timing';
    transition: all ease .15s;
}

.btn__small:hover{
    background: white;
    color: black;
}

.leaders{
    margin-top: 136px;
}

.form__wrapper{
    padding: 24px;
    background: #00000040;
    backdrop-filter: blur(36px);
    border-radius: 36px;
    transform: translateX(-15%);
}

.form__wrapper form{
    width: 100%;
}

input{
    padding: 24px 36px;
    background: #ffffff10;
    border-radius: 36px;
    width: 100%;
    box-sizing: border-box;
}

.support__content .grid-2{
    transform: translateY(-50%);
}

.active__offer{
    background: var(--green);
    color: black;
    text-align: center;
    font-family: 'Good Timing';
    font-size: 14px;
    padding: 4px 0;
}

p{
    margin: 0;
    padding: 0;
}

.header__content{
    width: 100%;
    padding: 18px 0;
}

.features{
    gap: 24px;
    max-width: 540px;
}

.top__traders{
    position: relative;
}

.top__traders h3{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -36px;
    width: 100%;
    text-align: center;
    margin-left: 20px;
}

.stats{
    backdrop-filter: blur(12px);
    padding: 20px;
    background: #00000030;
    box-sizing: border-box;
    border-radius: 36px;
    border: 1px solid var(--pink);
}

.challenge__info{
    font-family: 'Good Timing';
    backdrop-filter: blur(4px);
}

.challenge__info p{
    opacity: .7;
}

p.heading{
    opacity: 1;
}

.socials a{
    height: 130px;
    background: #00000030;
    backdrop-filter: blur(36px);
    transition: all ease .15s;
    transform: translateY(-30%);
    border-radius: 36px;
    border: 1px solid #CF61FC00;

}

.socials a:hover{
    border: 1px solid var(--pink);
}

.terminal__option{
    border-radius: 36px;
    padding: 36px;
    background: #ffffff10;
    box-sizing: border-box;
    position: relative;
    padding-top: 150px;
    margin-top: 56px;
}

.terminal__option img{
    width: 80%;
    position: absolute;
    left: 50%;
    top: -32px;
    transform: translateX(-50%) translateY(-20%);
}

.terminal__option .small{
    opacity: .5;
}

.event{
    padding: 56px 0;
    background: #00000030;
    border-top: 1px dashed var(--pink);
    border-bottom: 1px dashed var(--pink); 
}

.safe__item{
    border-radius: 36px;
    font-family: 'Good Timing';
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.safe__info{
    color: black;
    padding-bottom: 24px;
    padding-left: 24px;
}

.safe__price{
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    align-self: center;
    background: linear-gradient(to bottom, var(--purple), var(--purple-2));
    transform: translateY(-100%);
    width: 100%;
    height: 100%;
    padding: 24px;
    transition: all ease .15s;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.safe__price p{
    color: white !important;
}

.safe__item:hover .safe__price{
    transform: none;
}

.safe__size{
    font-size: 32px;
}

.safe__item__logo{
    position: absolute;
    left: 24px;
    top: 24px;
    opacity: .1;
}

.safe__item__icon{
    width: 50%;
    max-width: 200px;
    position: absolute;
    top: -8px;
    right: -2px;
    z-index: 100;
}

.bronze{
    background: linear-gradient(63deg, var(--grey) 40%, var(--bronze));
}
.silver{
    background: linear-gradient(63deg, var(--grey) 40%, var(--silver));
}
.gold{
    background: linear-gradient(63deg, var(--grey) 40%, var(--gold));
}
.diamond{
    background: linear-gradient(63deg, var(--grey) 40%, var(--diamond));
}
.legend{
    text-align: center;
    border: 2px solid var(--pink);
    align-items: center;
    height: auto;
    grid-row: span 2;
    background: linear-gradient(63deg, var(--grey) 20%, var(--pink));
}

.legend .safe__item__icon{
    margin-bottom: 36px;
    max-width: unset;
    position: relative;
    width: 70%;
}

.legend .safe__info{
    padding-left: 0;
}

.stages__grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    max-width: 900px;
}

.burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 100001;
}

.burger span {
    height: 3px;
    background: #fff;
    margin: 4px 0;
    transition: 0.15s;
    border-radius: 0px;
}
.menu-mobile {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    background: rgb(0, 0, 0);
    position: fixed;
    top: 0;
    right: -150%;
    height: 100vh;
    width: 100%;
    transition: right 0.3s ease;
    padding: 80px 20px 20px;
    z-index: 100000;
    overflow-y: auto;
    color: #fff !important;
}

.menu-mobile.opened {
    right: 0;
}

.menu-mobile li {
    list-style: none;
    text-align: center;
    color: white !important;
}

.menu-mobile a {
    font-size: 1.2rem;
    text-decoration: none;
    color: #ffffff;
}

.burger.open span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 5px);
}
.burger.open span:nth-child(2) {
    opacity: 0;
}
.burger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}


.spoiler{
    width: 100%;
    box-sizing: border-box;
    padding: 24px;
    border: 1px solid var(--pink);
    transition: all ease .15s;
    border-radius: 36px;
}

.spoler:hover{
    border: 1px solid var(--pink-2);
}

.spoiler {
    cursor: pointer;
}

.spoiler__answer {
    padding-top: 16px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    opacity: 1;
}

.spoiler.active .spoiler__answer {
    /* JS */
}

#language-select{
    font-family: 'Good Timing';
    cursor: pointer;
    background: none;
    outline: none;
    border: none;
    opacity: .6;
    transition: all ease .2s;
    height: 100%;
    color: white;
}

#language-select:hover{
    opacity: 1;
}

#language-select option{
    background: white;
    color: black;
}


.how-to__item{
    border-radius: 36px;
    padding: 8px;
}

.levels__content{
    color: black;
}

.levels__card{
    height: fit-content !important;
    padding: 8px;
    font-size: 14px;
    box-sizing: border-box;
}

.levels__card .col.g8{
    align-items: flex-start;
    text-align: center !important;
}

.how-to__item img{
    width: 100%;
}

.card__image{
    width: 100%;
}

.joinnow__content{
    background: #ffffff10;
    border-radius: 36px;
    padding: 12px;
}

.join__option{
    background: #ffffff10;
    border-radius: 36px;
    text-align: center;
    font-family: 'Good Timing';
    transition: all ease .15s;
    width: 100%;
    box-sizing: border-box;
}

.join__option:hover{
    background: #ffffff20;
}

.join__era.active{
    background: var(--pink);
}

.join__kucoin.active{
    background: var(--green);
    color: black;
}

.join__info{
    display: none;
    padding: 12px;
    box-sizing: border-box;
    width: 100%;
}

.join__info.active{
    display: flex;
}

.tournament__grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.tournament__grid img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 36px;
}

.tmain{
    grid-row: span 2;
}

.t_vantage_img{
    position: relative;
    width: 100%;
    max-width: 670px;
    height: 320px;
}

.t_vantage_img img{
    position: absolute;
}


@media screen and (max-width: 1240px) {
    .wrapper{
        max-width: 1040px;
    }

    .btn{
        padding: 24px 36px;
    }

    .event h2{
        text-align: center;
    }
}


@media screen and (max-width: 1060px) {
    .wrapper{
        max-width: 920px;
    }

    .event__content{
        flex-direction: column;
    }

    h2{
        font-size: 36px;
    }

    h3{
        font-size: 24px;
    }

    .process__tag{
        font-size: 24px;
    }

    .leaders__content{
        flex-direction: column-reverse;
        gap: 64px;
    }

    .leaders__content .col.g24{
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .challenge__info p{
        font-size: 14px;
    }

    .challenge__info{
        padding: 16px;
        gap: 12px;
    }
    
    .ecosystem__wrapper .grid-2{
        grid-template-columns: repeat(1, 1fr);
    }

    .dir__prop .dir__img{
        all: unset;
        position: absolute;
        bottom: -36px;
        right: -36px;
        width: 40%;
        z-index: 99;
    }

    .dir__img{
        max-width: 250px !important;
    }
}


@media screen and (max-width: 940px) {
    .wrapper{
        max-width: 750px;
    }

    .welcome__img{
        display: none;
    }

    .safe__grid{
        grid-template-columns: repeat(1, 1fr);
    }

    .legend{
        order: 9;
        align-items: flex-start;
        grid-row: span 1;
        height: 210px;
    }

    .legend .safe__item__icon{
        position: absolute;
        top: -8px;
        right: 20px;
        max-width: 160px;
    }

    .legend .safe__info{
        text-align: left;
        padding-left: 24px;
    }

    .size{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        max-width: 540px;
    }

    #infotable {
        overflow: scroll;
        justify-content: center;
        display: flex;
    }
    
    .cfg{
        flex-direction: column;
        gap: 36px;
    }

    .process__content .grid-3{
        grid-template-columns: repeat(1, 1fr);
    }

    .start__img{
        max-width: 320px;
    }

    .dir__img {
        max-width: 150px !important;
        top: -55px !important;
    }

    h2{
        font-size: 28px;
    }

    .support__content{
        flex-direction: column;
    }

    .support-man{
        width: 100%;
        max-width: 240px !important;
    }

    .support__content .grid-2{
        grid-template-columns: repeat(1, 1fr);
    }

    .form__wrapper{
        width: 100%;
        box-sizing: border-box;
        transform: none;
    }

    .menu {
        display: none !important;
    }
    .burger {
        display: flex;
    }

    #btn__small__burger {
        display: flex;
    }


    .mainscreen__content{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .mainscreen__content .col.g36{
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .how-to__grid{
        grid-template-columns: repeat(1, 1fr);
    }

    .about__referral__content{
        align-items: center;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .tournament__grid{
        grid-template-columns: repeat(2, 1fr);
    }

    .tmain{
        order: -1;
        grid-row: unset;
        grid-column: span 2;
    }

    .tournament__grid img{
        border-radius: 24px;
    }

    .t_vantage__content{
        flex-direction: column-reverse;
        align-items: center;  
    }

    .t_vantage__content .col.g24{
        align-items: center;
        text-align: center;
    }
}


@media screen and (max-width: 770px) {
    .wrapper{
        max-width: 520px;
    }

    .post__grid{
        grid-template-columns: repeat(1, 1fr);
    }
    
    .team__content .row.center.jcsb{
        display: grid;
        row-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .terminals__content .grid-3{
        display: flex;
        overflow-y: scroll;
        width: 100%;
        padding: 0 24px;
        box-sizing: border-box;
        align-self: flex-start;
    }


    .stages__grid{
        grid-template-columns: repeat(1, 1fr);
    }

    .faq__content .grid-2{
        grid-template-columns: repeat(1, 1fr);
    }

    .terminal__option{
        min-width: 320px;
    }

    .terminals .wrapper{
        max-width: unset;
    }

    .start__content {
        align-items: center;
        gap: 24px;
        position: relative;
        border-radius: 36px;
        padding: 36px;
        height: 640px;
        text-align: center;
    }

    .configurator .wrapper{
        max-width: unset;
    }

    .configurator__content{
        width: 100%;
    }

    #infotable{
        width: 100%;
        box-sizing: border-box;
        align-self: baseline;
        justify-content: unset;
        padding: 0 24px;
    }

    .challenge__info{
        min-width: 200px;
    }

    h1{
        font-size: 36px;
        text-align: center;
    }

    .welcome__content{
        align-items: center;
    }

    .partners{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .partners img{
        max-width: 72px;
    }

    .stats{
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(2, 1fr);
    }

    .event__content{
        text-align: center;
    }

    .event__content .row.center.g8{
        flex-direction: column;
    }

    .event__content .row.g12{
        flex-direction: column;
    }

    .toranament__stage{
        width: 100%;
        align-items: center;
        
    }
}


@media screen and (max-width: 540px) {
    .wrapper{
        max-width: 360px;
    }

    .team__content {
        padding: 28px;
    }

    .price{
        flex-direction: column;
        align-items: center;
    }

    .socials{
        grid-template-columns: repeat(2, 1fr);
    }

    .footer__info{
        flex-direction: column;
        gap: 24px;
    }

    .features{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .welcome__content{
        gap: 48px;
    }

    .btn__wrapper{
        flex-direction: column;
        text-align: center;
    }

    .event__content .col.center.g12{
        width: 100%;
    }

    .event__content .col.center.g12 img{
        width: 100%;
    }

    .prize__pool{
        padding: 4px 20px;
    }

    .stats{
        grid-template-columns: repeat(1, 1fr);
    }

    h3{
        font-size: 18px;
    }

    body{
        font-size: 16px;
    }

    .leader__card__info {
        width: 200px;
    }

    .welcome__content{
        padding-top: 96px;
    }
}

@media screen and (max-width: 365px) {
    .wrapper{
        max-width: 300px;
    }
}


.inf-rotate{
    animation-name: rotation;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotation {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}