@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;family=Roboto:wght@300&amp;display=swap');
*{
    box-sizing: border-box;
}
*:focus{
    outline: 0px;
}
h1, h2, h3{
    font-weight: bold;
}
.headerd{
   font-family: 'Bebas Neue', sans-serif;
   font-size: 50px;
   line-height: 60px;
}
h1{
    font-size: 40px;
    line-height: 55px;
    text-align: center;
}
h2{
    font-size: 30px;
    line-height: 35px;;
}
h3{
    font-size: 15px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.sub-sec{
    width: 45%;
    padding: 0px;
    text-align: center;
}
.smalltxt{
    font-size: 12px;
    margin-top: -50px;
}
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    font-weight: 200px;
    font-style: normal;
    font-size: 16px;
    color: #ccc;
}
.mainheader{
    border-bottom: #555 1px solid;  
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-image: radial-gradient(circle, #152437,  #253950,  #152437);
    padding: 20px 10%; 
    position: sticky;
    top: 0;
    z-index: 99999999999;
}
.logo{
    margin-top: 7px;
}
.sub-mainheader{
    margin-top: 20px;
}
.sub-mainheader a{
    color: #fff;
    font-weight: bold;
    margin: 0px 20px;
    font-size: 15px;
}
.signup-btn{
    width: 150px;
    padding: 8px;
    background-color: rgb(240, 49, 58);
    border-radius: 3px;
    margin-left: 15px;
    margin-top: 10px;
    color: #fff;
    border: 0px;
    cursor: pointer;
    transition: 0.5s;
}
.signup-btn:hover{
    background-color: transparent;
    border-radius: 3px;
    margin-left: 15px;
    color: #333;
    border: 1px  rgb(240, 49, 58) solid;
}
.login-btn{
    width: 150px;
    padding: 8px;
    background-color: #121921;
    border-radius: 3px;
    margin-left: 15px;
    color: #fff;
    cursor: pointer;
    border: 1px  rgb(240, 49, 58) solid;
}
#signup-btnx:hover{
    color: #fff;
}
.signup-btnx{
    width: 100px;
    padding: 12px;
    background-color: rgb(240, 49, 58);
    border-radius: 3px;
    color: #fff;
    border: 0px;
    cursor: pointer;
    transition: 0.5s;
}
.signup-btnx:hover{
    width: 100px;
    padding: 12px;
    background-color: transparent;
    border-radius: 3px;
    margin-left: 15px;
    color: #fff;
    border: 1px  rgb(240, 49, 58) solid;
}
#create-btn{
    width: 250px;
    border-radius: 5px;
    padding: 14px 0px;
}
.assetimg{
  width: 600px;
  height: 500px;
}
.mainheader a{
    text-decoration: none;
    color: #ccc;
}
.main-slider{
    background-image: url(../userdashboardd723.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sub-slider{
    padding: 70px 10%;
    background-image: radial-gradient(circle, #152437, #1f3146,  #253950, #1f3146, #152437);
    /* background-color: #253950; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    height: inherit;
}
.trader-img{
    width: 170px;
    height: 168px;
    border-radius: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sub-slider >div{
    width: 45%;
    text-align: center;
}
#padded{
     padding: 120px 0px;
}
.sub-p{
    font-size: 25px;
}
.p-minus{
    margin-bottom: -30px;
}
.p-minius-down{
    margin-top: -30px;
}
.sliderimg img{
    width: 85%;
}
.colored-div{
    background-color: #f3f4f5;
    padding: 50px 10%;
    color: #000;
}
.white-div{
    width: 100%;
    border-radius: 20px;
    padding: 70px 20px;
    background-color: #fff;
    text-align: center;
}
.stock-chat-div{
    width: 40%;
    height: 400px;
}
.flex-eudrs{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.edu{
    text-align: center;
}
.eudrs i{
    font-size: 30px;
    color: #f05256;
}
.eudrs{
    padding: 20px;
    margin: 5px;
}
.main-stock{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
 }
 .main-trader{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
 }
.stock-div{
    width: 32%;
    height: 230px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.trans-two-col-div{
    padding: 70px 10%;
    color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.trans-two-col-div > div{
    width: 40%;
}
.phonex{
    width: 90%;
}
.float-div{
    background-color: transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 30px;
}
.sub-float-div{
    width: 45%;
    height: 360px;
    border-radius: 30px;
    color: #fff;
    padding: 20px;
    text-align: center;
}
#low-fess{
    background-color: #a446fe;
    background-position: center;
    background-repeat: norepeat;
    background-size: cover;
}
#trusted{
    background-color: #3379ff;
}
#netflix{
    background-image: url(../assets/netflix.jpg);
    background-position: center;
    background-repeat: norepeat;
    background-size: cover;
}
#amznstock{
    background-image: url(../userdashboardd723.html);
    background-position: center;
    background-repeat: norepeat;
    background-size: cover;
}
#googlstock{
    background-image: url(../assets/googlstock.jpg);
    background-position: center;
    background-repeat: norepeat;
    background-size: cover;
}
#spotstock{
    background-image: url(../userdashboardd723.html);
    background-position: center;
    background-repeat: norepeat;
    background-size: cover;
}
#fbxstock{
    background-image: url(../userdashboardd723.html);
    background-position: center;
    background-repeat: norepeat;
    background-size: cover;
}
#tslastock{
    background-image: url(../userdashboardd723.html);
    background-position: center;
    background-repeat: norepeat;
    background-size: cover;
}
.choose{
    background-color: #15191e;
    padding: 50px 10%;
    text-align: center;
}
.why-div{
    padding: 20px;
    text-align: center;
    border: 1px #555 solid;
    background-color: #1b1f25;
    border-radius: 10px;
    width: 22%;
    margin: 20px 0px;
}
.icon-div{
    background-color: #f05256;
    width: 50px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    margin: 20px 0 20px 45%;
}
.icon-div i{
    font-size: 25px;
    margin-top: 10px;;
}
.flex-two-col-div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 10%;
}
.flex-divx{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 50px;
    background-color: #f3f4f5;  
    color: #222;
    border-radius: 10px;
    width: 100%;
}
.footer-a{
    color: #fff;
    text-decoration: none;
}
.promo{
    width: 30%;
}
.promo img{
    width: 50%;
}
.promo-details{
    width: 70%;
    padding: 30px 0px;
}
.two-col-div{
    background-color: #f3f4f5;  
    width: 45%;
    padding: 30px 70px;  
    color: #000;
    border-radius: 20px;
    text-align: center;
}
#colored-heaer{
    color: #f05256;
}
.flex-single-col-div{
    width: 100%;
    padding: 100px 350px;
    background-color: #f3f4f5;  
    border-radius: 20px;
    color: #000;
    text-align: center;
    margin-top: -50px;
}
.trdimg{
    width: 600px;
}
.faq{
    display: none;
}
.single-div{
    padding: 50px 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.transparent-div{
    padding: 50px 10%;
    text-align: center;
    color: #000;
}
.transparent-div h1{
    color: #000;
}
.left-img{
    width: 230px;
    float: right;
}
.assetimg{
    height: 300px;
    margin-top: 80px;
}
.siup{
    color: #fff;
    text-decoration: none;
}
.mainfooter{
    font-size: 14px;
    text-align: justify;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color: #121921; */
    background-image: radial-gradient(circle, #152437, #1f3146,  #253950, #1f3146, #152437);
    padding: 50px 10%;
    color: #777;
}
.sub-footer{
    width: 20%;
}
.sub-footer a{
    text-decoration: none;
    color: #eee;
}

.copyright{
    font-size: 12px;;
    /* background-color: #121921; */
    background-image: radial-gradient(circle, #152437, #1f3146,  #253950, #1f3146, #152437);
    text-align: center;
    padding: 30px 20px;
    border-top: #555 1px dashed;
    color: #777;
}
.assets img{
    width: 100%;
}
.flex-div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sub-flex-divs{
    width: 45%;
    text-align: left;
    color: #000;
    padding: 50px 0px;
}
.ty-stock{
    background-color: #fff;
    color: #333;
    width: 20%;
    padding: 30px;
    border-radius: 10px;
}
.headline{
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    width: 29.3%;
    border: 1px #555 solid;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.sub-headline i{
    font-size: 30px;
    margin: 10px;
    color: #005aff;
}
.security{
    width: 45%;
    text-align: center;
    padding: 20px;
}
.flex-divx{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.chartmain-div{
    height: 350px;
    pointer-events: none;
    margin-top: 50px;
}
.number-div{
    background-color:#f3f4f5;
    color: #005AFF;
    font-size: 20px;
    position: absolute;
    width: 50px;
    height: 50px;
    padding: 10px;
    font-weight: bold;
}
.step{
    background-color: #fff;
    text-align: center;
    border: 1px #ddd solid;
    width: 30%;
    margin: 20px 0px; 
}
.step a{
    text-decoration: none;
}
.sub-steps-div{
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.step-icon{
    width: 70px;
    height: 68px;
    /* border: 1px #005AFF dashed; */
    color: #005AFF;
    background-color: #f3f4f5;;
    font-size: 35px;
    padding: 20px 10px;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 50%;
    margin-left: 70%;
}


@media screen and (min-width: 800px) and (max-width: 1250px){
.mainheader{
    padding: 20px 5%; 
}
#signup-btnx{
    display: none;
}
.headerd{
    font-family: 'Bebas Neue', sans-serif;
    font-size: 40px;
    line-height: 50px;
 }
 .headerd{
    text-align: left;
 }
 #padded{
    padding: 10px 0px;
    text-align: left;
}
.sliderimg img{
    margin-top: 80px;
}
.trans-two-col-div{
    padding: 20px 5%; 
}
.trans-two-col-div >div{
    text-align: left;
}
.assetimg{
    width: 400px;
    margin-top: 50px;;
}
.stock-chat-div{
    width: 48%;
}
.left-img{
width: 55%;
float: none;
justify-self: center;
}
.sub-float-div h2{
    font-size: 20px;
}
.choose{
    padding: 50px 5%;
}
.flex-two-col-div{
    padding: 50px 5%;
}
.two-col-div{
    width: 48%;
    padding: 30px;
}
.flex-single-col-div{
    padding: 50px 100px;
}
.colored-div{
    background-color: #f3f4f5;
    padding: 50px 5%;
    color: #000;
}
.trdimg{
    width: 350px;
    margin-top: 90px;
}
.security{
    width: 45%;
    text-align: left;
    padding: 0px;
}
.flex-eudrs{
    text-align: left;
}
.flex-eudrs{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.edu{
    text-align: center;
}
.eudrs i{
    font-size: 20px;
    color: #f05256;
}
.eudrs{
    padding: 10px;
    margin: 5px;
}
h1{
    font-size: 35px;
}
.headline{
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.ty-stock{
    width: 45%;
    margin-bottom: 3px;
}
}

@media screen and (min-width: 250px) and (max-width: 799px){
h1{
    font-size: 30px;
    line-height: 37px;;
}
.white-div{
   padding: 70px 5px;
}
.logo{
  margin-top: -5px;
}
.login-btn{
    display: none;
}
.mainheader{
   padding: 20px 5%; 
}
.sub-mainheader{
    display: none;
}
#padded{
    padding: 0px;
}
#signup-btnx{
    display: none;
}
.colored-div{
    background-color: #f3f4f5;
    padding: 50px 5%;
    color: #000;
}
.sub-slider{
    padding: 70px 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: inherit;
}
.sub-slider >div{
    width: 100%;
    text-align: center;
    margin: 40px 0px;
}
.trans-two-col-div{
    padding: 70px 5%;
    color: #000;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.trans-two-col-div > div{
    width: 100%;
}
.assetimg{
    width: 90%;
    margin-left: 5%;
}

.stock-div{
    width: 90%;
}
.main-stock{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 }
 .stock-chat-div{
    width: 100%;
}
.choose{
    padding: 50px 5%;
}
.why-div{
    width: 100%;
}
.float-div{
    background-color: transparent;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.sub-float-div{
    width: 100%;
    height: 320px;
    margin-top: 20px;
    padding: 20px;
}
.left-img{
    width: 60%;
    float: left;
    margin-left: 20%;;
}
.sub-float-div h2{
    font-size: 18px;;
}
.two-col-div{
    width: 100%;
    margin: 20px 0px;
}
.flex-two-col-div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 5%;
}
.flex-single-col-div{
    padding: 50px;
    background-color: #f3f4f5;  
    border-radius: 20px;
    color: #000;
    text-align: center;
     margin-top: -50px;
}
.flex-single-col-div h1{
    font-size: 25px;
}
.single-div{
    padding: 5px;
}
.traderx-div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.trans-two-col-div{
    padding: 70px 5%;
    color: #000;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.trdimg{
    width: 90%;
    margin-left: 5%;
}
.flex-divx{
    display: flex;
    flex-direction: column-reverse;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.security{
    width: 100%;
}
.sub-footer{
    width: 100%;
    margin-bottom: 20px;
}
.mainfooter{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 50px 5%;
}
.flex-div{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.sub-flex-divs{
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}
.ty-stock{
    width: 100%;
    margin: 10px 0px;
}
.step{
    width: 90%;
}
.phonex{
    width: 95%;
}
.headline{
    width: 100%;
    margin: 10px 0px;
}
.sub-flex-divs{
    text-align: justify;
}
#inverse{
    flex-direction: column-reverse;
}
.trader-img{
    width: 130px;
    height: 128px;
    border-radius: 50%;
}
}