* {
    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: 200px;
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
}

.intro-left {
    max-width: 600px;
   
   justify-content:start;
    align-content: center;
    align-items: center;
    flex: 2
}



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






.intro-section-title {
    margin-top: unset;
    font-weight: 700;
    text-align: start;
    color: #1DDE8D !important
}

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

.intro-section-subtitle {
    margin-top: 4px;
    margin-bottom: 24px;
    font-weight: 600;
    font-size:42px;
    text-align: start;
    width: 100%;
}

.standard-text-start {
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 300;
    font-size: 20px;
    text-align: start;
  
    color: #dcdcdc;
/*    line-height: 1.3*/
}

.header-subtitle-column {
    display: inline-block;
  
    flex-wrap: wrap;
    flex-direction: column ;
    align-items: start !important;
   
    padding-left: 20px;
    justify-content: flex-start;
    padding-bottom: 16px;
}

.mid-type-disclaimer {
    font-weight: 300;
    font-size: 14px;
    display:inline-block;
    text-align: start;
  padding-left:8px;
   
    padding-bottom: 4px;
    padding-top: 4px ;
    color: #DCDCDC !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
}

.how-it-work-section {
    margin: 40px auto;
    /* background-color: #292C2F; */
    width: 1200px;
    height: auto;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.how-it-work-box {
    padding-left: 24px;
    padding-right: 24px;
    width: 1000px;
    /*    margin: 0 auto;*/
    justify-content: center;
    align-content: center;
    align-items: center;
    /*    background-color: #232629;*/
   border-radius: 15px;
    display: flex;
    flex-direction: column
}

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

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


.standard-section {
    margin: 0 auto;
    width: 1200px ;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 80px;
    padding-bottom: 80px;
}




.standard-section-bg {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px;
    background-color: #1A1C1C;
    border-radius:30px;
}



.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;
   color:white;
    padding-top: 16px;
    padding-bottom: 0px;
}


.standard-title-green {
    text-align: start;
    font-size: 48px;
    font-weight: 700;
    color:#1DDE8D;
    padding-top: 16px;
    padding-bottom: 0px;
}

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


.question-asnwer{
    padding-top:16px;

}

.spacer-24{
    height:24px;
}

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



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




.steps-container {
    padding: 16px;
    margin: 0 auto;
    width: 1200px;
    /* height: 300px; */
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    flex-direction: row !important;
    justify-content: space-evenly;
}

.steps-inner {
    padding: 24px 8px 24px 8px;
    flex: 1;
    margin: 16px 8px 48px;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    align-items: center;
    flex-direction: column;
   
    border-radius: 20px;
}
.steps-headline {
    text-align: center;
    padding: 0 24px;
    font-size: 24px;
    font-weight:500
}


.steps-subtitle {
    text-align: center;
    padding: 0 24px;
    font-size: 22px;
    font-weight: 300
}

.steps-icon {
    margin: 24px 0 24px 0;
    width: 160px;
}





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

.main-button {
    display: flow;
    border-radius: 15px;
    width: 300px;
    min-height: 50px;
    background-color: var(--primary-color);
    box-shadow: 0 4px 14px 0 #000000;
    color: var(--primary-background-color);
   
    justify-self: start;
    align-self: start;
    align-content: center;
    text-align: center;
    font-style: normal;
    font-size: 20px;
    gap: 10px;
    font-weight: 500;
    transition: 0.3s;
    border: none;
}

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

        transform: scale(1.03);
        box-shadow: rgb(7 237 141 / 20%) 0px 4px 12px;
    }


.main-button-center {
    display: flow;
    border-radius: 15px;
    width: 300px;
    min-height: 50px;
    background-color: var(--primary-color);
    box-shadow: 0 4px 14px 0 #000000;
    color: var(--primary-background-color);
    justify-self: center;
    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;
}

.tc-disklaimer {
    padding-top: 16px;
    color: #1DDE8D;
}

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

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


.standard-img {
    width: 240px;
    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;
    background-color: #1A1C1C !important
}

.commercial-container {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 1000px;
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-self: center;
    text-align: center
}

.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;
}

@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: 175px;
        padding-bottom: 16px;
        padding-left: 12px;
        padding-right: 12px;
    }


    .steps-container {
        padding: 16px;
        margin: 0 auto;
        width: 100%;
        /* height: 300px; */
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        flex-direction: row !important;
        justify-content: space-evenly;
    }


    .intro-section-title {
        margin: 0 auto;
        padding-top: 24px;
      
        padding-bottom: 8px;
        font-weight: 600;
        text-align: start;
        color: white;
        width: 100%;
        font-size: 42px;
    }


    .intro-section-subtitle {
      
      
        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: row !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
    }

   

    .standard-img {
        width: 160px;
        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-center {
        font-weight: 200;
        font-size: 18px;
        color: #dcdcdc;
      
        text-align: start;
        align-self: center;
        line-height: 1.5
    }



    .how-it-work-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;
    }

    .how-it-work-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
    }

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

    .how-it-work-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
    }
}

@media (max-width: 900px) {
}

@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: 175px;
        padding-bottom: 16px;
        padding-left: 12px;
        padding-right: 12px;
    }


    .intro-section-title {
        margin: 0 auto;
        padding-top: 24px;
       
        padding-bottom: 8px;
        font-weight: 700;
        text-align: start;
        color: white;
        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 {
       
        font-weight: 600;
        font-size: 32px;
        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-bg {
        margin: 0 auto;
        width: 100% !important;
        display: flex;
        flex-direction: column !important;
        align-items: center;
        flex-wrap: wrap;
        padding: 64px 16px;
        background-color: #1A1C1C;
        border-radius: 0px;
    }

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


    .standard-title-green {
        text-align: start;
        font-size:32px;
        font-weight: 700;
        color: #1DDE8D;
        padding-top: 16px;
        padding-bottom: 0px;
    }


    .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;
    }

    .steps-container {
        padding: 16px;
        margin: 0 auto;
        width: 100% !important;
        /* height: 300px; */
        display: flex;
        flex-wrap: wrap;
        align-content: center;
/*        flex-direction: column-reverse !important;*/
        justify-content: center;
    }



    .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: 160px;
        align-items: center;
        display: flex;
    }

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

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

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



    .how-it-work-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;
    }

    .how-it-work-box {
        padding: 16px;
        width: 100%;
        /*    margin: 0 auto;*/
        justify-content: center;
        align-content: center;
        align-items: center;
       
       
        display: flex;
        flex-direction: column
    }

    .how-it-work-title {
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        /* width:50%; */
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .how-it-work-subtitle {
        /*    padding-right: 50px;*/
        text-align: center;
        color: #B1BAB9;
        font-weight: 300;
        font-size: 20px;
    }


    .steps-section {
        padding: 16px;
        margin: 0 auto;
        width: 1200px;
        /* height: 300px; */
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        align-content: space-between;
      
        justify-content: space-evenly;
    }

    .steps-inner {
        /*    background-color: #1D1F20;*/
        padding: 0px 8px 0px 8px;
        flex: 1;
/*        height: 350px;*/
        margin: 16px 8px 24px;
        display: flex;
        justify-content: flex-end;
        text-align: center;
        align-items: center;
        
        /*    border: 0.5px solid #3f3f3f;*/
        border-radius: 20px;
    }

    .steps-subtitle {
        text-align: center;
        padding: 0 24px;
        font-size: 22px;
    }

    .steps-icon {
        margin: 8px 0 8px 0;
        width: 160px;
    }





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

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

    .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
    }

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


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

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

    .features-title {
        padding-bottom: 24px;
        text-align: center
    }

    .features-subtitle {
        font-weight: 300;
        color: #fafafa;
        text-align: center;
    }

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

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

    .features-section-img {
        display: flex;
        width: 70%;
        margin: 0 auto;
        justify-content: center;
    }




    .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: 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;
    }
}
