
@keyframes stocks_txt_energy {
    0% {
        left: 40px;
        top: 350px;
        visibility: visible;
        
    }

    85% {

        filter: blur(0px);
    }

    100% {
        left: 770px;
        top: 40px;
        visibility: hidden;
        filter: blur(5px);
        font-size:40px;
    }
}



@keyframes stocks_txt_oil {
    0% {
        left: 40px;
        top: 350px;
        visibility: visible;
        opacity:0.4;
    }

    30% {
        opacity: 1;
    }

    85% {
        filter: blur(0px);
    }

    100% {
        left: 400px;
        top: 60px;
        visibility: hidden;
        filter: blur(5px);
        font-size: 30px;
    }
}



@keyframes stocks_txt_gasoline {
    0% {
        left: 40px;
        top: 350px;
        visibility: visible;
        opacity: 0.4;
    }

    30% {
        opacity: 1;
    }

    85% {
        filter: blur(0px);
    }

    100% {
        left: 870px;
        top: 50px;
        visibility: hidden;
        filter: blur(5px);
        font-size: 35px;
    }
}



/*----------------------------------------------------------------*/

@keyframes stocks_txt_gold {
    0% {
        left: 40px;
        top: 350px;
        visibility: visible;
    }

    85% {
        filter: blur(0px);
    }

    100% {
        left: 770px;
        top: 40px;
        visibility: hidden;
        filter: blur(5px);
        font-size: 40px;
    }
}


@keyframes stocks_txt_copper {
    0% {
        left: 40px;
        top: 350px;
        visibility: visible;
        opacity: 0.4;
    }

    30% {
        opacity: 1;
    }

    85% {
        filter: blur(0px);
    }

    100% {
        left: 400px;
        top: 60px;
        visibility: hidden;
        filter: blur(5px);
        font-size: 30px;
    }
}


@keyframes stocks_txt_silver {
    0% {
        left: 40px;
        top: 350px;
        visibility: visible;
        opacity: 0.4;
    }

    30% {
        opacity: 1;
    }

    85% {
        filter: blur(0px);
    }

    100% {
        left: 870px;
        top: 50px;
        visibility: hidden;
        filter: blur(5px);
        font-size: 35px;
    }
}




/*----------------------------------------------------------------*/

@keyframes stocks_txt_shares {
    0% {
        left: 40px;
        top: 350px;
        visibility: visible;
    }

    85% {
        filter: blur(0px);
    }

    100% {
        left: 770px;
        top: 40px;
        visibility: hidden;
        filter: blur(5px);
        font-size: 40px;
    }
}


@keyframes stocks_txt_forex {
    0% {
        left: 40px;
        top: 350px;
        visibility: visible;
        opacity: 0.4;
    }

    30% {
        opacity: 1;
    }

    85% {
        filter: blur(0px);
    }

    100% {
        left: 400px;
        top: 60px;
        visibility: hidden;
        filter: blur(5px);
        font-size: 30px;
    }
}


@keyframes stocks_txt_indexes {
    0% {
        left: 40px;
        top: 350px;
        visibility: visible;
        opacity: 0.4;
    }

    30% {
        opacity: 1;
    }

    85% {
        filter: blur(0px);
    }

    100% {
        left: 870px;
        top: 50px;
        visibility: hidden;
        filter: blur(5px);
        font-size: 35px;
    }
}


/*----------------------------------------------------------------*/

.txt_gasoline {
    position: absolute;
    visibility: hidden;
    color: white;
    animation-name: stocks_txt_gasoline;
    animation-delay: 2s;
    animation-timing-function: ease-in;
    animation-duration: 4s;
}


.txt_oil {
    position: absolute;
    visibility: hidden;
    color: white;
    animation-name: stocks_txt_oil;
    animation-delay: 1s;
    animation-timing-function: ease-in;
    animation-duration: 4s;
}

.txt_energy {
    position: absolute;
    visibility: hidden;
    color: white;
    animation-name: stocks_txt_energy;
    animation-timing-function: ease-in;
    animation-duration: 4s;
}



/*----------------------------------------------------------------*/

.txt_gold {
    position: absolute;
    visibility: hidden;
    color: white;
    animation-name: stocks_txt_gold;
    animation-delay: 2s;
    animation-timing-function: ease-in;
    animation-duration: 4s;
}


.txt_copper {
    position: absolute;
    visibility: hidden;
    color: white;
    animation-name: stocks_txt_copper;
    animation-delay: 1s;
    animation-timing-function: ease-in;
    animation-duration: 4s;
}

.txt_silver {
    position: absolute;
    visibility: hidden;
    color: white;
    animation-name: stocks_txt_silver;
    animation-timing-function: ease-in;
    animation-duration: 4s;
}

/*----------------------------------------------------------------*/

.txt_gold_h {
    position: absolute;
    visibility: hidden;
}


.txt_copper_h {
    position: absolute;
    visibility: hidden;
}

.txt_silver_h {
    position: absolute;
    visibility: hidden;
}




/*----------------------------------------------------------------*/

.txt_shares {
    position: absolute;
    visibility: hidden;
    color: white;
    animation-name: stocks_txt_shares;
    animation-delay: 2s;
    animation-timing-function: ease-in;
    animation-duration: 4s;
}


.txt_forex {
    position: absolute;
    visibility: hidden;
    color: white;
    animation-name: stocks_txt_forex;
    animation-delay: 1s;
    animation-timing-function: ease-in;
    animation-duration: 4s;
}

.txt_indexes {
    position: absolute;
    visibility: hidden;
    color: white;
    animation-name: stocks_txt_indexes;
    animation-timing-function: ease-in;
    animation-duration: 4s;
}



/*----------------------------------------------------------------*/

.txt_shares_h {
    position: absolute;
    visibility: hidden;
}


.txt_forex_h {
    position: absolute;
    visibility: hidden;
}

.txt_indexes_h {
    position: absolute;
    visibility: hidden;
}




.divbackg {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: calc(100vh - 100px);
    background-image: url("../images/singapore.jpg");
}

.filterback {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: calc(100vh - 100px);
    background: linear-gradient(to right,rgb(22 21 21), transparent 100%);
    z-index: 2;
}

.titletxt {
    position: fixed;
    
    width: 100%;
    height: 100%;
    top: 70px;
    left: 40px;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.naklon{
    font-style:italic;
    font-size:25px;
}

.unvis {
    visibility:hidden;
}


@keyframes best_animation {
    0% {
        visibility: visible;
        opacity: 0.1;
    }


    100% {
        opacity: 1;
    }
}


.text_show_on {
    font-style: italic;
    font-size: 20px;
    position: absolute;
    color: white;
    animation-name: best_animation;
    animation-timing-function: ease-in;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}


.besttxtpos {
    left: 40px;
    margin-top: 250px;
}


.intro_show_off {
    visibility:hidden;
    display: flex;
    font-size: 16px;
    position: absolute;
    color: white;
    height: 70%;
    width: 950px;
    right: 40px;
    top: 130px;
    background-color: rgb(0 0 0 / 0.69);
    border: solid;
    border-width: 1px;
    border-radius: 10px;
    z-index: 1;
    overflow-y: auto;
    overflow-x: hidden;
    
}


.intro_show_on {
    visibility: visible;
    display:flex;
    font-size: 16px;
    position: absolute;
    color: white;
    height: 430px;
    width: 950px;
    right: 40px;
    top: 130px;
    background-color: rgb(0 0 0 / 0.69);
    border: solid;
    border-width: 1px;
    border-radius: 10px;
    z-index: 1;
    overflow-y: auto;
    overflow-x: hidden;
}



.howwork_show_off {
    visibility: hidden;    
    display: flex;
    font-size: 16px;
    position: absolute;
    color: white;
    height: 430px;
    width: 950px;
    right: 40px;
    top: 130px;
    background-color: rgb(0 0 0 / 0.69);
    border: solid;
    border-width: 1px;
    border-radius: 10px;
    z-index: 4;
    overflow-y: auto;
    overflow-x: hidden;
        
}


.howwork_show_on {
    visibility: visible;
    display: flex;
    font-size: 16px;
    position: absolute;
    color: white;
    height: 430px;
    width: 950px;
    right: 40px;
    top: 130px;
    background-color: rgb(0 0 0 / 0.69);
    border: solid;
    border-width: 1px;
    border-radius: 10px;
    z-index: 4;
    overflow-y: auto;
    overflow-x: hidden;
}


.benefits_show_on {
    visibility: visible;
    font-size: 16px;
    position: absolute;
    color: white;
    height: 430px;
    width: 300px;
    right: 10px;
    top: 130px;
    background-color: rgb(0 0 0 / 0.69);
    border: solid;
    border-width: 1px;
    border-radius: 10px;
    z-index: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.benefits_show_off {
    visibility: hidden;
    font-size: 16px;
    position: absolute;
    color: white;
    height: 430px;
    width: 300px;
    right: 10px;
    top: 130px;
    background-color: rgb(0 0 0 / 0.69);
    border: solid;
    border-width: 1px;
    border-radius: 10px;
    z-index: 1;
    overflow-y: auto;
    overflow-x: hidden;  
}




.consept {
    font-size: 16px;
    color: white;
    background-color: rgb(0 0 0 / 0);
    margin-left: 5px;
    border: none;
    width: 95%;
    text-align: justify;
    /*   z-index: 4;  */
}

.txttitle {
    width: 300px;
    font-size: 20px;
    color: white;
    background-color: rgb(0 0 0 / 0);
    border: solid;
    border-width: 1px;
    border-radius: 10px;
 /*   z-index: 4;  */
}



.concepttitle {
    right: 810px;
    top: 95px;
    visibility: visible;
    position: absolute;
    width: 180px;
    font-size: 20px;
    color: white;
    background-color: rgb(0 0 0 / 0);
    border: solid;
    border-width: 1px;
    border-radius: 10px;
    z-index: 1;
}


.conseptfilter {
    right: 810px;
    top: 95px;
    visibility: visible;
    position: absolute;
    width: 180px;
    height: 33px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to right,rgb(9 9 9 / 0.00),rgb(9 9 9 / 0.56));
    border: solid;
    border-width: 1px;
    border-radius: 10px;
    border-color: rgb(0 0 0 / 0.00);
    z-index: 3;
}





.howittitle {
    right: 510px;
    top: 95px;
    visibility: visible;
    position: absolute;
    width: 140px;
    font-size: 20px;
    color: white;
    background-color: rgb(0 0 0 / 0);
    border: solid;
    border-width: 1px;
    border-radius: 10px;
    z-index: 1;
}


.howitfilter {
    right: 510px;
    top: 95px;
    visibility: visible;
    position: absolute;
    width: 140px;
    height: 33px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to right,rgb(9 9 9 / 0.00),rgb(9 9 9 / 0.56));
    border: solid;
    border-width: 1px;
    border-radius: 10px;
    border-color: rgb(0 0 0 / 0.00);
    z-index: 3;
}








.benefitstitle {
    right: 208px;
    top: 95px;
    visibility: visible;
    position: absolute;
    width: 100px;
    font-size: 20px;
    color: white;
    background-color: rgb(0 0 0 / 0);
    border: solid;
    border-width: 1px;
    border-radius: 10px;
    z-index: 1;
}


.benefitsfilter {
    right: 208px;  /* 248*/
    top: 95px;
    visibility: visible;
    position: absolute;
    width: 100px;
    height: 33px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to right,rgb(9 9 9 / 0.00),rgb(9 9 9 / 0.56));
    border: solid;
    border-width: 1px;
    border-radius: 10px;
    border-color: rgb(0 0 0 / 0.00);
    z-index: 3;
}

.txt_column {
    float: left;
    text-align: justify;
    width: 300px;
    height: 400px;
    margin-top: 20px;
    margin-left: 20px;
    padding-right: 5px;
    margin-bottom: 5px;
    z-index: 3;
    overflow-y: auto;
    overflow-x: hidden;
}

.txt_column2 {
    float: left;
    text-align: justify;
    width: 280px;
    height: 400px;
    margin-top: 20px;
    margin-left: 20px;
    padding-right: 5px;
    margin-bottom: 5px;
    z-index: 3;
    overflow-y: auto;
    overflow-x: hidden;
}

.img_column {
    float: left;
    margin-top: 2px;
    margin-left: 2px;

}

.howork_img {    
    padding-top: 70px;
    padding-left: 70px;
}


table, th, td {
    border: 1px solid white;
}




