*{
    margin: 0;
    padding: 0;
}
.parrent{
    position: absolute;
}
.header{
    width: 100vw;
    height: 8rem;
    background-color: white;
    box-shadow: var(--box-shadow);

    position: relative;
    z-index: 100;
}

.nav__bar{
    /* width: 100vw; */
    height: 8rem;
    background-color: white;

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav__bar img{
    height: 100%;
}

.nav__bar a {
    height: 100%;
 }

.header__tittle{
    font-size: 1.8rem;
    font-weight: 400;

}
/* -------------------------------------------------------------------------------------------------------------------------------     body --------------------- */

.body{
    width: 100vw;
    background-color: var(--body-background);
}
.body__container{
    /* width: 100%; */
    /* height: 100%; */
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
}
/* -------------------------------------------------------------------------------------------------------------------------------HOME RIGHT SIDE---------------------------- */
.right__side{

    width: 48%;
    /* height: 70rem; */

}
.show__success{
    width: 82%;
    height: 700px;
    border-radius: 2rem;
    background-color: var(--p-color);
    opacity: 70%;
    padding: 5rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    text-align: center;
    color: white;
}
.show__success i{
    font-size: 20rem;
    margin-top: 3rem;
}
.show__success H1{
    font-size: 3rem;
    margin-top: 5rem;
    line-height: 5rem;

}
.show__success p{
    font-size: 2rem;
    line-height: 4rem;
    margin-top: 5rem;
}
.register__form{
    width: 82%;
    background-color: white;
    border-radius: 2rem;

    padding: 5rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.form__tittle h2{
    font-weight: 400;
    margin: 0px 0px 20px 0px;
    font-size: 2rem;
    color: var(--text-color);
}
.form_wrap{
    width: 100%;
    display: inline-block;
}
.form_content{
    padding: 30px;
    margin-top: 3rem
}

.form-group{
    width: 100%;
    margin-top: 2rem;
}

.form-group h5{
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    color: var(--p-color);
}
.form-group input{
    width: 100%;
    border: none;
    border-bottom: 2px solid var(--bot-border);
    margin-top: 1rem;
    height: 4rem;

    font-size: 1.8rem;
    color: var(--text-color)
}
.form-group input:focus{
   outline: none;
    border-bottom: 3px solid var(--p-color);
}


.form_content div input:hover{
    border: 1px solid #2FA7F0;
}

.select__type {
    margin-top: 4rem;
    width: 100%;

}

.select__type select{
    width: 100%;
    line-height: 2rem;
    height: 4rem;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid #F0F1F7;
    background-color: #FCFDFE;
    color: #4B506D;
}
.select__type select option{
    background: #FCFDFE;
    line-height: 2rem;
}

.select__type select option:hover {
    background-color: #F7F8FF;
    color: black;
}



.form__note{
    font-size: 1.4rem;
    font-style: italic;
    line-height: 2rem;
    margin-top: 2rem;
}
.confirm{
    width: 100%;
    text-align: center;
    padding: 1.8rem;
    margin-top: 3rem;
    border-radius: 10px;
    border: transparent;

    cursor: pointer;
    background-color: var(--text-color);
    color: white;

    box-shadow: var(--box-shadow);
    transition: 0.2s ease;
    font-size: 1.4rem
}
.confirm:hover {
    background-color: #2FA7F0;
    color: white;
}

.form-message{
    font-weight: 500;
    font-size: 10px;
}

.invalid span{
    /* border-color: 1px solid red; */
    color: red;
}
.invalid input{
    border-color: red;
    border-radius: 5px;
}



/* -------------------------------------------------------------------------------------------------------------------------------HOME LEFT SIDE---------------------------- */
.bold{
    font-weight: 700;
}
.light{
    font-weight: 300;
}
.left__side{
    /* background-color: rgb(196, 196, 196); */
    width: 48%;
}
.mt5{
    width: 100%;
    display: flex;
    /* justify-content: space-between; */

    height: 120px;
}
.mt5__name__1{
    height: 46%;
    display: flex;
    align-items: center;
}
.mt5__name__1 h1{
    font-size: 3.2rem;
    letter-spacing: 0.2rem;
    margin-right: 1.5rem;
    color: var(--text-color);

}

.mt5__name__1 h1 span{
    margin-right: 1.5rem;
}
.mt5__name__1 img{
    height: 60%;
}
.mt5__name{
    margin-left: 3rem;
}
.cfv__server{
    padding: 0.5rem;
    letter-spacing: 0.6rem;
    color: var(--p-2-color);
}

.de__an__bref{
    padding: 2rem
}
.de__an__bref h1{
    font-size: 2.4rem ;
    font-weight: 500;
    line-height: 3rem;
    align-items: center;
    color: var(--text-color);

}
.de__an__bref p {
    margin-top: 2rem;
    font-size: 1.6rem ;
    font-weight: 300;
    line-height: 2rem;
    letter-spacing: 0.15rem;
    color: var(--text-color);

}
.download__mt5{
    display: flex;
    align-items: center;
    margin-top: 3rem;
    /* justify-content: space-evenly; */
    gap: 30px;

}
.btn__bref__qr{
    height: 100px;
    margin-left: 50px;
}
.download__mt5 .download__btn{
    height: 6rem;
    width: 100%;
    padding: 0px 20px;
    background-color: var(--p-color);
    color: white;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    /* letter-spacing: 0.2rem; */
    gap: 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-radius: 1rem;
    border: none;
    cursor: pointer;
    
    box-shadow: var(--box-shadow);
    transition: 0.2s ease;
}
.download__mt5 .download__mt5__pc{
    text-decoration: none;
    /* width: 170px; */
}
.download__mt5 .download__btn i {
    font-size: 2.4rem;
}
.download__mt5 .download__btn:hover{
    background-color: #2FA7F0;
}

.download__mt5 .btn__bref{
    color: var(--p-2-color);

    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    margin-left: 3rem;
    line-height: 3rem;
}
.gg__store{
    width: 200px;
    /* height: 60px; */
    background-color: white;
    border-radius: 1rem;
    text-align: center;
    padding: 1rem;
    border: none;

    box-shadow: var(--box-shadow);
}
.gg__store img{
    width: 80%;
}
.btn__bref__mobile{
    font-size: 1.2rem;
    color: var(--p-2-color);
    margin-left: 20px;
    line-height: 2rem;
}
.start__trade__inner a{
    text-decoration: none;
    color: var(--text-color);
}
.start__trade__inner a:hover{
    color: var(--p-color);
}

.contact{
    width: 100%;
}
.contact__container{
    width: 100%;

    border: 2px dashed var(--p-color);
    border-radius: 2rem;

    margin-top: 5rem;

    padding: 2rem
}

.contact__container h1{
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--text-color);

}
.contact__inner{
    margin-top: 3rem;
}
.contact__info{
    display: flex;
    align-items: center;
}
.contact__info i{
    color: var(--p-2-color);
    font-size: 1.6rem;
    line-height: 4rem;
    margin-left: 3rem;
}
.contact__info p{
    color: var(--text-color);
    font-size: 1.6rem;
    line-height: 4rem;

    margin-left: 3rem;
    
}

.start__trade{
    margin-top: 8rem;
    margin-bottom: 8rem;

    display: flex;
    flex-direction: column;

}
.start__trade__tittle{
    width: 100%;


    text-align: center;
    color: var(--text-color);
}
.start__trade__tittle h1{
    font-size: 3.2rem ;
    line-height: 6rem;
    /* margin-bottom: 4rem; */
}
.start__trade__content{
    display: flex;
    align-items: stretch;

}
.start__trade__block{
    background-color: #fff;
    width: calc(100%/3);
    padding: 4rem;
    margin-top: 4rem;

    color: var(--text-color);
    text-align: center;
}
.start__trade__block i {
    font-size: 7.5rem;
    color: var(--p-color);
    margin: 30px 0px 50px 0px;
}
.start__trade__block p {
    font-size: 2rem;
    line-height: 3rem;
}
.start__trade__block h1{
    font-size: 2rem;
    margin-bottom: 2rem;
}
.mt5__download__btn__container{
    width: 100%;
    position: relative;
}
.start__trade__content{
    margin-bottom: 4rem;
}
.mt5__download__btn__container a{
    text-decoration: none;
}
.mt5__download__btn{

    margin: auto;
    border: none;

    background-color: var(--p-color);
    color: white;

    width: 250px;
    height: 6rem;
    padding: 2rem;
    cursor: pointer;

    border-radius: 1rem;
    box-shadow: var(--box-shadow);

    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 2rem;
    transition: 0.2s ease ;
}
.mt5__download__btn:hover{
    background-color: #2FA7F0
}

.mt5__download__btn p {
    margin-bottom: 0;
}
.forgotpassword{
    font-size: 1.6rem;
    line-height: 4rem;
}
.video__list__containner{
    background-color: #4B506D;
    position: relative;
}
.video__tittle{
    text-align: center;
    color: white;
    padding: 50px 0px 30px 0;
}
.video__tittle h1{
    font-size: 3rem;
    font-weight: 200;
    letter-spacing: 2px;
}
.video__group{
    /* background-color: #4B506D; */
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 5rem 0;

}
.video__item iframe{

    border-radius: 1rem;
    /* cursor: pointer; */
    /* overflow: hidden; */
    box-shadow: var(--box-shadow);
    border: 2px solid transparent;
    
}
.video__item iframe:hover{
    border: 2px solid var(--p-2-color);
}


.download__mt5 .download__btn p {
    margin: 0;
}

.event__btn--link{
    width: 100%;
    display: block;
    line-height: 6rem;
    font-weight: 700;
    letter-spacing: 2px;
    box-shadow: var(--box-shadow);

    text-align: center;
    margin-top: 20px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    background-image: linear-gradient(-45deg, #F27405, #F2B705);
    font-size: 2rem;
    padding: 5px;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------- NEWS ------------- */


.news__content--item{
    display: block;
    text-decoration: none;
    padding: 20px;
    width: 340px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    box-shadow: var(--box-shadow);
    transition: 0.3s;
    height: 360px;
}
.news__content--item img{
    width: 300px;
    height: 225px;
    border-radius: 30px;
    object-fit: cover;
    background-position: center;
}
.news__content--item h1{
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 500;
    margin-top: 20px;
    color: var(--text-color);
    text-transform: uppercase;
}
.news__content--item:hover {
    background-color: var(--p-2-color);
}
.hp__news{
    justify-content: flex-start;
    overflow: auto;
    width: 1200px;
    padding: 5rem 4rem;
}
#formList{
    padding-bottom: 50px;
}
.hp__news::-webkit-scrollbar{
    height: 10px;
}
.hp__news::-webkit-scrollbar-thumb{
    background-color: var(--p-2-color);
    border-radius: 50px;

}
.hp__news::-webkit-scrollbar-track{
    border-radius: 50px;
    background: #ffffff44;

}
.footer{
    border-top: 5px solid var(--p-2-color);
}




/* --------------------------------------------------------------------------------------------------------------------------------------------------------- FOOTER ------------- */

.footer__container{

    margin-top: 50px;

}
.CFV__info{
    height: auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid var(--text-color);
}
.CFV__logo{
    width: 300px;
}
.CFV__logo img{
    width: 100%;
}
.CFV__des{
    color: var(--text-color);

}
.CFV__des h2{
    line-height: 3rem;
}
.CFV__des p{
    line-height: 3rem;
    font-size: 1.4rem;
}
.CFV__des table{
    margin-top: 20px;
    margin-bottom: 20px;
}
.CFV__des table .table__header{
    font-weight: 600;
    font-size: 1.4rem;
    color: var(--p-color);
    line-height: 4rem;
}
.CFV__des table tr td{
    width: 200px;
}
.CFV__des table tr td a{
    font-size: 1.4rem;
    color: var(--text-color);
    text-decoration: none;
    line-height: 4rem;
}
.CFV__des table tr td a:hover{
    color: var(--p-color);
}
.icon{
    font-size: 2.2rem;
}
.HH__info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.HH__info img{
    width: 200px;
    margin-left: 50px;
    margin-bottom: 20px;
}

.HH__des h2{
    color: var(--text-color);
    font-size: 1.8rem;
    line-height: 3rem;
}
.HH__des p{
    font-size: 1.4rem;
    line-height: 3rem;
    color: var(--text-color);
}
.forgot__password--tittle{
    color: var(--text-color);
}

.forgot__password--bref{
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--text-color);
    margin-top: 30px;
}

.news--doc__content{
    width: 100%;
    margin: 30px 0;
}
