* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'outfit', sans-serif;
    /*    border:1px solid red;*/
}

.main {
    background-color: #171818
}


.intro-section {
    margin: 0 auto;
    max-width: 1200px !important;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding-top: 220px;
    padding-bottom: 80px;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: space-between;
}

.intro-left {
/*    margin: 0 auto;*/
    max-width: 600px;
   
   justify-content:center;
    align-content: center;
    align-items: center;
    flex: 2
}



.intro-right {
    max-width: 550px;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex: 1
}






.intro-section-title {
    margin-top: unset;
    padding-bottom: 16px;
    font-weight: 800;
    text-align: start;
    color: #ffbb01 ;
    line-height: 1.0;
    font-size: 81px;
}



.intro-section-img {
    width:90%;
    height:auto;
    margin: 0 auto;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: flex
}

.intro-section-subtitle {
    margin-top: 8px;
    margin-bottom: 24px;
    font-weight: 500;
    font-size:28px;
    text-align: start;
    width: 100%;
}

.intro-section-text {
    margin-top: 8px;
    margin-bottom: 24px;
    font-weight:200;
    font-size: 20px;
    text-align: start;
        width: 90%;
        color:#dcdcdc;
        line-height:1.5
}

.the-winner-takes-section {
 
    margin: 40px auto;
    /* background-color: #292C2F; */
    width: 1200px;
    height: auto;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}




.the-winner-takes-box {
    padding: 40px;
    width: 1200px;
    /*    margin: 0 auto;*/
    justify-content: start;
    align-content: start;
    align-items: start;
    background-color: #232629;
    border-radius: 15px;
    display: flex;
    flex-direction: row
}

.the-winner-left{
    flex:3;
  
}

.the-winner-right{
    flex:2;
    justify-content:center;
    align-content:center;
    align-items:center;
    align-self:center
}

.winner-img {
    width: 100%;
}

.the-winner-takes-title {
    text-align: start;
    font-size: 48px;
    font-weight: 700;
    /* width:50%; */
    padding-top: 16px;
    padding-bottom: 16px;
}

.the-winner-takes-subtitle {
    /*    padding-right: 50px;*/
    text-align: start;
    color: #B1BAB9;
    font-weight: 300;
    font-size: 20px;
   width:80%;
    padding-bottom:32px;
}






.standard-section {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px;
    /* background-color: bisque; */
}



.standard-section-left {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 2
}

.standard-title {
    text-align: start;
    font-size: 48px;
    font-weight: 700;
    /* width:50%; */
    padding-top: 16px;
    padding-bottom: 8px;
}

.standard-subtext {
    font-weight: 300;
    font-size: 20px;
    color: #dcdcdc;
    display: flex;
    text-align: start;
    align-self: center;
    padding-bottom:16px;
}
.standard-small-text {
    font-weight: 200;
    font-size: 20px;
    color:#dcdcdc;
   
    text-align: start;
    align-self: center;
    line-height:1.5
}


.standard-bullet-row {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding-bottom: 8px;
}



.standard-bullet-icon {
    width: 16px;
    height: auto;
    display: flex;
    align-self: center;
    /*    margin: auto 0;*/
}










.support-button {
    width: 100% !important;
}

.main-button {
    display: flow;
    border-radius: 15px;
    width: 300px;
    min-height: 48px;
    background-color: #ffbb01;
    color: var(--primary-background-color);
    flex-direction: column;
    justify-self: start;
    align-self: center;
    align-content: center;
    text-align: center;
    font-style: normal;
    font-size: 20px;
    gap: 10px;
    font-weight: 500;
    transition: 0.3s;
    border: none;
    margin-bottom: 16px;
}

    .main-button:hover {
        /*        border-radius: 25px;*/

        transform: scale(1.03);
        box-shadow: #000000 0px 4px 12px;
    }



.tc-disklaimer {
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    justify-self: center;
    margin:0 auto;
    padding-bottom: 16px;
    padding-top:24px;
    justify-content: center;
  
    color: #ffbb01 !important;
}




.reverce-mobile {
    flex-direction: row !important
}

.standard-section-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1
}


.standard-img {
    width: 260px;
    align-items: center;
    display: flex;
}



.trading-view-conatiner {
    margin: 0 auto;
    padding-bottom: 64px;
    padding-top: 80px;
    text-align: center;
    width: 1100px;
    justify-content: center;
    display: flex;
    flex-direction: column
}

.trading-view-img {
    width: 350px;
    margin: 0 auto
}

.trading-view-text {
    font-size: 20px;
    font-family: 'outfit', sans-serif;
    text-align: center;
    font-weight: 300;
    margin: 0 auto;
    padding: 16px;
    width:80%
}


/* features///////////// */


.features-section {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    align-items: center;
    padding: 50px;
    justify-content: space-evenly;
    flex-direction: column;
}

.features-section-inner {
    margin: 50px auto;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.features-section-inner-reverse {
    margin: 50px auto;
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
}

.features-title {
    padding-bottom: 16px;
    font-size:48px;
}

.features-section-text {
    display: flex;
    text-align: start;
    flex-direction: column;
    font-weight: 300;
    font-size:20px;
    /* background-color: rgb(155, 104, 41); */
}

.features-subtitle {
    font-weight: 300;
    color: #fafafa;
    text-align: start;
    font-size: 22px;
}

.features-section-img {
    display: flex;
    width: 30%;
    padding: 30px;
    justify-content: end;
}


.intrest-title {
    text-align: start
}

.intrest-subtitle {
    text-align: start;
}


/* end features */


.commercial-section {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.commercial-container {
    width: 1200px;
    display: flex;
}

.commercial-left {
    flex: 1;
    margin: 0 auto;
    justify-content: center;
    align-self: center;
    text-align: center
}


.commercial-right {
    flex: 1;
    margin: 0 auto;
    justify-content: center
}

.commercial-img {
    width: 70%;
}

.two-buttons-container {
    padding-top: 32px;
    text-align: center;
    flex-direction: row;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center
}

.download-button-img {
    width: 80%;
    padding: 8px;
    transition: 0.3s
}

    .download-button-img:hover {
        transform: scale(1.03);
    }

.buttons-inner {
    padding: 0 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 80px;
    padding-bottom: 120px
}

.faq-title {
    /*    font-size: 20px;
    font-weight: 500;*/
    text-align: center;
    margin-bottom: 24px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: #232629;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.07);
    transition: box-shadow 0.3s;
}

.faq-question {
    border-radius: 15px;
    width: 100%;
    padding: 16px;
    background-color: #232629;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: start;
    cursor: pointer;
    transition: background 0.3s ease;
    color: white;
    border: none;
    flex:auto
}

    .faq-question:hover {
        background: #464C4D;
    }

.faq-question-text{
    text-align:start;
    flex:18
}

.faq-icon {
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.3s ease;
    color: white;
    flex:1
}

    .faq-icon.rotated {
        transform: rotate(180deg);
    }

.faq-answer {
    display: none;
    padding: 1rem 1rem 1rem;
    color: #dcdcdc;
    font-size: 16px;
    font-weight: 300;
    flex: auto
    /*     background-color: #232629;*/
}

.faq-question.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-answer.open {
    border-top: 1px solid #373a3c;
    background: #1a1c1e;
    animation: fadeIn 0.3s;
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tournament-faq-disklaimer{
font-size:16px;
color:#B1BAB9;
text-align:center;
padding-top:80px
}

@media (max-width: 1080px) {
    .intro-left {
        margin: 0 auto;
        /*        max-width: 50%;*/
        display: flex;
        align-content: center;
        align-items: center;
        flex: 1;
        flex-direction: column;
    }


    .intro-section {
        /*        padding: 16px;*/
        margin: 0 auto;
        width: 100% !important;
        display: flex;
        /* background-color: aqua; */
        flex-direction: row;
        align-content: start;
        align-items: center;
        padding-top: 200px;
        padding-bottom: 16px;
        padding-left: 12px;
        padding-right: 12px;
    }


    .intro-section-title {
        margin: 0 auto;
        padding-top: 24px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 8px;
        font-weight: 600;
        text-align: start;
        color: #FFBB01 !important;
        width: 100%;
        font-size: 48px;
    }


    .intro-section-subtitle {
        padding-left: 8px;
        padding-right: 8px;
        font-weight: 500;
        font-size: 24px;
        text-align: start;
        color: #fafafa;
        margin: 0 auto;
        width: 100% !important;
        display: inline-block;
    }

    .standard-bullet-row {
        padding-bottom: 4px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .standard-subtext {
        font-size: 20px;
        text-align: start;
        padding-left: 8px;
        padding-right: 8px;
    }




    .standard-section {
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 40px;
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column !important
    }

    .reverce-mobile {
        flex-direction: column-reverse !important
    }

    .intro-section-text {
        margin-top: 8px;
        margin-bottom: 24px;
        font-weight: 200;
        font-size: 20px;
        text-align: start;
        width: 100%;
        color: #dcdcdc;
        line-height: 1.5;
        padding-left: 8px;
    }



    .standard-section-left {
        display: flex;
        flex-direction: column;
        align-items: start;
        flex: 1;
        justify-content: center;
        margin: 0 auto;
        text-align: start;
        padding: 24px
    }

    .standard-section-right {
        width: fit-content;
        margin: 0 auto
    }

    .the-winner-left {
        flex: 1;
        margin: 0 auto;
        justify-content: center;
        text-align: center;
    }

    .main-button {
        border-radius: 15px;
        background-color: #ffbb01;
        color: #171818;
        padding: 14px 48px;
        font-weight: 500;
        font-size:20px;
        transition: 0.3s;
        border: none;
        margin: 0 auto;
        text-align: center
    }

    .main-button {
        border-radius: 15px;
        background-color: #ffbb01;
        color: #171818;
        padding: 14px 48px;
        font-style: normal;
        font-size: 20px;
        font-weight: 500;
        transition: 0.3s;
        border: none;
        text-align: center
    }

    .the-winner-right {
        padding-top: 32px;
        padding-bottom: 24px
    }

    .the-winner-takes-subtitle {
        text-align: center;
        width: 100%
    }

    .standard-img {
        width: 300px;
        align-items: center;
        display: flex;
    }

    .standard-title {
        padding-top: 16px;
        text-align: start;
        padding-bottom: 4px;
        font-size: 28px;
    }

    .standard-subtitle {
        text-align: start;
        padding-bottom: 24px;
        font-size: 20px;
    }

    .standard-small-text {
        font-weight: 200;
        font-size: 18px;
        color: #dcdcdc;
        text-align: start;
        align-self: center;
        line-height: 1.5
    }



    .the-winner-takes-section {
        margin: 40px auto;
        /* background-color: #292C2F; */
        width: 95%;
        height: auto;
        padding: 40px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .the-winner-takes-box {
        padding: 40px;
        width: 100%;
        /*    margin: 0 auto;*/
        justify-content: center;
        align-content: center;
        align-items: center;
        background-color: #232629;
        border-radius: 15px;
        display: flex;
        flex-direction: column-reverse
    }

    .the-winner-takes-title {
        text-align: center;
        font-size: 48px;
        font-weight: 700;
        /* width:50%; */
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .the-winner-takes-subtitle {
        /*    padding-right: 50px;*/
        text-align: center;
        color: #B1BAB9;
        font-weight: 300;
        font-size: 22px;
    }




    .intro-container {
        width: 100%;
        padding-top: 0px;
    }

    .features-section {
        margin: 0 auto;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 16px;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .features-section-img {
        width: 40%
    }

    .commercial-container {
        width: 100%;
        flex-direction: column;
        display: flex;
    }

    .commercial-img {
        padding-top: 36px;
    }

    .trading-view-conatiner {
        margin: 0 auto;
        padding-bottom: 64px;
        padding-top: 24px;
        text-align: center;
        width: 90%;
        justify-content: center;
        display: flex;
        flex-direction: column
    }

    .trading-view-img {
        width: 400px
    }


    .faq-wrapper {
        max-width: 900px;
        margin: 0 auto;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 80px;
        padding-bottom: 120px
    }

    .faq-title {
        /*    font-size: 20px;
    font-weight: 500;*/
        text-align: center;
        margin-bottom: 24px;
    }

    .faq-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .faq-item {
        border: none;
    }

    .faq-question {
        border-radius: 15px;
        width: 100%;
        padding: 16px;
        background-color: #232629;
        font-size: 18px;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        transition: background 0.3s ease;
        color: white;
        border: none
    }

        .faq-question:hover {
            background: #464C4D;
        }

    .faq-icon {
        width: 1.25rem;
        height: 1.25rem;
        transition: transform 0.3s ease;
        color: white
    }

        .faq-icon.rotated {
            transform: rotate(180deg);
        }

    .faq-answer {
        display: none;
        padding: 1rem 1rem 1rem;
        color: #dcdcdc;
        font-size: 16px;
        font-weight: 300;
        /*     background-color: #232629;*/
    }

        .faq-answer.open {
            display: block;
        }
}

@media (max-width: 728px) {

    .intro-section {
        /*        padding: 16px;*/
        margin: 0 auto;
        width: 100% !important;
        display: flex;
        /* background-color: aqua; */
        flex-direction: column;
        align-content: start;
        align-items: center;
        padding-top: 160px;
        padding-bottom: 16px;
        padding-left: 12px;
        padding-right: 12px;
    }


    .intro-section-title {
        margin: 0 auto;
        padding-top: 24px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 8px;
        font-weight: 600;
        text-align: start;
        color: #FFBB01 !important;
        width: 100%;
        font-size: 48px;
    }

    .intro-left {
        margin: 0 auto;
/*        max-width: 50%;*/
        display: flex;
        align-content: center;
        align-items: center;
        flex: 1;
        flex-direction: column;
    }
    .intro-section-subtitle {
        padding-left: 8px;
        padding-right: 8px;
        font-weight: 500;
        font-size: 24px;
        text-align: start;
        color: #fafafa;
        margin: 0 auto;
        width: 100% !important;
        display: inline-block;
    }

    .standard-bullet-row {
        padding-bottom: 4px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .standard-subtext {
        font-size: 20px;
        text-align: start;
        padding-left: 8px;
        padding-right: 8px;
    }

    .intro-right {
      padding-top:40px;
    }


    .standard-section {
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 40px;
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column !important
    }

    .reverce-mobile {
        flex-direction: column-reverse !important
    }

    .intro-section-text {
        margin-top: 8px;
        margin-bottom: 24px;
        font-weight: 200;
        font-size: 20px;
        text-align: start;
        width: 100%;
        color: #dcdcdc;
        line-height: 1.5;
        padding-left: 8px;
    }



    .standard-section-left {
        display: flex;
        flex-direction: column;
        align-items: start;
        flex: 1;
        justify-content: center;
        margin: 0 auto;
        text-align: start;
        padding: 0px
    }

    .standard-section-right {
        width: fit-content;
        margin: 0 auto
    }



    .standard-img {
        width: 200px;
        align-items: center;
        display: flex;
    }

    .standard-title {
        padding-top: 16px;
        text-align: start;
        padding-bottom: 8px;
        font-size: 28px;
    }

    .standard-subtitle {
        text-align: start;
        padding-bottom: 24px;
        font-size: 20px;
    }

    .standard-small-text {
        font-weight: 200;
        font-size: 18px;
        color: #dcdcdc;
       
        text-align: start;
        align-self: center;
        line-height: 1.5
    }



    .the-winner-takes-section {
        margin: 16px auto;
        /* background-color: #292C2F; */
        width: 100%;
        height: auto;
        padding: 24px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .the-winner-takes-box {
        padding: 24px;
        width: 100%;
        /*    margin: 0 auto;*/
        justify-content: start;
        align-content: start;
        align-items: start;
        background-color: none;
        border-radius: 15px;
        display: flex;
        flex-direction: column-reverse
    }

    .the-winner-takes-title {
        text-align: start;
        font-size: 28px;
        font-weight: 700;
        /* width:50%; */
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .the-winner-takes-subtitle {
        /*    padding-right: 50px;*/
        text-align: start;
        color: #B1BAB9;
        font-weight: 300;
        font-size: 20px;
        width:100%
    }

    .the-winner-right {
      padding-top:16px;
      padding-bottom:16px;
    }

    .winner-img {
        width: 100%;
    }

    .main-button {
        border-radius: 15px;
        background-color: #ffbb01;
        color: #171818;
        padding: 14px 48px;
        font-style: normal;
        font-size: 20px;
        font-weight: 500;
        transition: 0.3s;
        border: none;
        text-align: center;
        margin-bottom:16px;
    }

        .main-button:hover {
            border-radius: 25px;
            background-color: #ffbb01;
            color: #171818;
            padding: 14px 48px;
            font-style: normal;
            font-size: 20px;
            font-weight: 500;
            transition: 0.3s;
            transform: scale(1.05);
            text-align: center
        }

    .tc-disklaimer {
        font-weight: 300;
        font-size: 14px;
        text-align: center;
        justify-self: center;
        margin: 0 auto;
        padding-bottom: 16px;
        padding-top: 8px;
        justify-content: center;
      
        color: #ffbb01 !important;
    }

    .trading-view-conatiner {
        margin: 0 auto;
        padding-bottom: 64px;
        padding-top: 24px;
        text-align: center;
        width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: column
    }

    .trading-view-text {
        padding: 0px;
        font-weight: 300;
        margin: 0 auto;
        color: #fafafa;
        font-size: 22px;
    }

    .trading-view-img {
        width: 80%;
        margin: 0 auto
    }

 


    .commercial-section {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .commercial-container {
        width: 100%;
        flex-direction: column;
        display: flex;
    }

    .commercial-left {
        flex: 1;
        margin: 0 auto;
        justify-content: center;
        align-self: center;
        text-align: center
    }

    .commercial-right {
        flex: 1;
        margin: 0 auto;
        justify-content: center;
        width: 100%;
    }

    .commercial-img {
        padding-top: 42px;
        padding-bottom: 42px;
        margin: 0 auto;
        width: 80%;
    }



    .two-buttons-container {
        padding-top: 32px;
        text-align: center;
        flex-direction: column;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        align-items: center
    }

    .download-button-img {
        width: 250px;
        padding: 8px;
        transition: 0.3s
    }

    .buttons-inner {
        padding: 0 100px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .faq-wrapper {
        max-width:100%;
        margin: 0 auto;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 80px;
        padding-bottom: 120px
    }
}
