*{box-sizing:border-box;}

body{
    margin: 0px;
    background-color: white;
   
  
}



/* Navigation start*/
.navigation{
    background: white;
    border-bottom:3px solid rgb(154,154 , 154) ;
    width: 100%;
    /* height: 100px; */
    display: flex;
    position: sticky;
    z-index:400000;
    top: 0;
    
}
.logocontainer{
    /* padding-top:2%; */
    width: 30%;
    /* height: 100%; */
    display: flex;
    justify-content: left;
    
}


.logo{
    width: 75%;
    /* margin: 10px; */
    height: 80px;  
}

.center{
    width: 70%;
    /* height: 100%; */
    /* height: auto; */
    display: flex;
    justify-content: right;
}

.center2{
    display: none;
}


nav{
    width: auto;
    height: auto;
    color: black;
    font-size: 14px;
    font-weight: bolder;
    
}

nav ul li{
    display: inline-block;
    margin: 10px;
}


a{
  text-decoration: none; 
  color: unset; 
}

a:focus, a:hover, a:active{
    outline: 0px;
    color: inherit;
    text-decoration: none;
    background: transparent;
}

#ham{
  background-color: transparent;
  font-size: 30px;
  font-weight: bold;
  margin: auto; 
  border: 0px;
  color: #00CC00;
  display:  none;
  cursor: pointer;
}

#ham:focus{
    border: 0px;
}


#registrationbtn{
    background-image:
    linear-gradient(to left,midnightblue,#00CC00);
    margin-left: 5px;
    border:0px !important;
    color: white;
    font-weight: bolder;
    /* border-top-left-radius: 20px;
    border-bottom-right-radius:20px; */
    padding: 10px;
}

#registrationbtn:focus{
    outline: 0px;
    }

    #registrationbutton{
        /* background-image:
        linear-gradient(to left,rgb(242, 242, 250),limegreen); */
        background-color: white;
        margin-left: 5px;
        border:0px !important;
        border-radius: 4px;
        color: rgb(80, 85, 80);
        font-weight: bolder;
        /* border-top-left-radius: 20px;
        border-bottom-right-radius:20px; */
        padding: 10px;
    }
    
    #registrationbutton:focus{
        outline: 0px;
        }

/* Navigation stop*/


/* introductinon start*/

.intro{ 
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    background:white;
    width: 100%;
    height: auto;
}

#intro{
    width: 40%;
    align-items: center;
    padding-left: 40px;
    height: 500px;
}

.merge22{
    flex-direction: column;
}


.investmore, .more{
    margin-top: 40px !important;
    font-size: 85px;
	font-weight: 500px;
    /* margin-left: 20px; */
    line-height: 30px;
	
}

.investmore{
    color: limegreen;
    /* line-height: 0px;	 */
}

.more{
    margin-top: 15px;
    color: midnightblue;	
}

.cryptoingermany{
    font-size: 17px;
    font-weight: 300px;
    margin-top: 40px;
    /* margin-left: 20px !important; */

}

.introtext{
    font-size: 16px;
    line-height: 28px;
    /* margin-left: 20px; */
}


.getstatedbtn{
    width: 50%;
    background-image:
    linear-gradient(to left,midnightblue,#00CC00);
    /* margin-left: 15px; */
    border-top-left-radius: 20px;
    border-bottom-right-radius:20px;
    border: 0px;
    padding: 10px;
    color: white;
    font-weight: bolder;
    text-align: center;
}
.getstatedbtn:focus{
    outline: 0px;
    }



#intimg{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 55%;
    height: 500px;
}

.secondimage{
    width:85%;
}

.right-img{ 
    width:100%;
}

#firstimg{
width: 85%;
display: flex;
margin-top: -100px;
justify-content: center;
background-blend-mode: color-burn;
image-rendering: optimizeQuality;
}

.lasyload{
    width:140px;
    height:140px;
    margin: auto;
    border-radius: 50%;
}


.wframe{
display: flex;
justify-content: center;
width:100%;
}

.wwframe{
cursor: not-allowed;
pointer-events: none;
width:90%;
box-shadow: 0px 0px 50px 1px gray;
}


/* end of introductinon*/

/* investment details start*/

.aboutbackground{
    padding-top: 20px;
    background: white;
    width: 100%;
    height: auto;
}

.aboutheadercon{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0px 50px 0px;
}
.investorsbackground{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.investorsinfo{
    width: 85%;
    height: 185px;
    border-top-left-radius: 20px;
    border-bottom-right-radius:20px;
    background-color: rgb(230, 230, 230);
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.invest{
    width: 153px;
    height: 153px;
    border: 10px solid goldenrod;
    border-radius: 100%;
    padding: 5px;
    text-align: center;
    font-weight: bolder;
    margin: auto;
}



#icons{
  background-color: transparent;
  font-size: 50px;
  font-weight: bold;
  margin: auto; 
  border: 0px;
  color: darkgoldenrod;
  cursor: pointer;
}


.amount{
    color: goldenrod;
    font-weight: bolder;
    font-size: 22px;
}
/* end of investment details*/


/* about us start*/

.explanationcontainer{
    width: 100%;
    height: auto;
    background: white;
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}

ouinvest{
    color: #99CC00;
}
.aboutheader{
    width: 100%;
    color:rgb(21, 192, 35);
    text-align: center;
    font-size: 20px;
   
}

#icons2{
  background-color: transparent;
  font-size: 50px;
  font-weight: bold;

}

.abouttext{
    color: rgb(20, 20, 20);
    font-size: 18px;
}

.explain, .explain1{
    width: 27%;
    height: 230px;
    border: 1px solid #00CC00;
    /* background-color:rgba(21, 192, 35, 0.1); */
    margin: 20px;
    font-size: 20px;
    text-align: center;
}

.explainheader{
    background-image:
    linear-gradient(to left,midnightblue,#00CC00);
    /* border-bottom:1px solid rgb(40, 177, 22); */
    padding: 5px;
    color: white;
}

.explainheaderdon{
 font-size: 17px; 
 padding: 0px 10px 0px;  
}

/* about us end*/

/* investment plan*/

.investmentplansbackground{
    padding-top: 20px;
    width: 100%;
    height: auto;
}

.backgroundcover{
    background: white;
    width: 100%;
    height: auto;
}

.abouttextt{
    color: black;
    font-size: 14px;
}

.planscontainer{
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}

.plans{
    display: flex;
    background-image:
    linear-gradient(to left,midnightblue,#00CC00);
    /* background-color: limegreen; */
    border-top-left-radius: 30px;
    flex-direction: column;
    border: 0.5px solid limegreen;
    /* border-radius: 10px; */
    width: 28%;
    height: 400px;
    margin: 10px;
}

.plandetailshead, .plandetailshead2, .plandetailshead3,
.plandetailshead4, .plandetailshead5{
    width: 100%;
    height: 25%;
    /* background-color: #99CC00; */
    font-size: 20px;
    padding: 8px;
    color: white;
    text-align: center;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

#registrationbtn:focus{
    outline: none;
}

.plandetailshead5{
 /* background-color:#00CC00; */
}



.planimg{
    margin: auto;
}

.caption{
        color: white;
        font-weight: bolder;
        letter-spacing: 3px;
        word-spacing: 3px;
    }

.plandetailsubhead{
    width: 100%;  
    display: flex;
    justify-content: center;
    margin: auto;
    font-size: 28px;
    /* background-color:#99CC00; */
    color: white;
}

.planexplain{
    padding-top: 10px;
    background-color: white;
    border-top-left-radius: 30px;
    text-align: center;
    width: 100%;
    height: 50%;
}


.planstart{
    width: 100%;
    height: 15%;
    display: flex;
    justify-content: center;
}

#getstarted{
    width: auto;
    height: 50px;
    background:darkgoldenrod;
    color: white;
    font-size: 17px;
    border-top-left-radius: 20px;
    border-bottom-right-radius:20px;
    padding: 10px;
}

 #getstarted:focus{
    outline: 0px;
}


nav ol{
    color: rgb(60, 60, 60);
    list-style: disc;
    font-size: 14px;
    margin-top: 6px;
    

}

   .wave{
        width: 100%;
    }

    .about{
        background-image: url("../pic/spiral_wireframe.png");
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 5%;
    }

    .abt_text{
        margin-top: 50px;
        width: 100%;
        text-align: center;
        padding: 15px;
        
    }

    .txp{
        color:limegreen;
        font-size: 20px;
        font-weight: bolder;
        letter-spacing: 3px;
        text-transform: capitalize;

    }

    .abt_step{
        width: 300px;
        border-radius: 12px;
        text-align: center;
        padding: 10px;
        margin: 10px;
        margin-bottom: 60px;
        color: rgb(45, 45, 45);
        line-height: 25px;
        font-family: microsoft new tai lue;
        font-size: 14px;
    }


    .howmedia{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .stepbystep{
        background-image: url(pic/dlogo1.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

        .stepbystep2{
        background-color: rgba(254, 254, 254, 0.9);
        background-repeat: no-repeat;
        background-size: cover;
    }

        .step_control{

        width: 100%;
        justify-content: center;
        align-content: center;
        display: flex;
        flex-wrap: wrap;
        }

 #img_reff{
  
 }


    .img_div_step{
        
        width: 100%;
        
        text-align: center;

        margin: 0 auto;
        
    }


    .abt_images{
        width: 30%;
    }

    .abt_images_mem{
        width: 70%;
    }
    .abt>h3{
        color: black;
        font-family: microsoft new tai lue;
    }

    .how_it_works{
        background-image: url("../pic/white_server_bg.jpg");
        background-position:center ;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size:cover ;
    }

.footer{
    background-image: white;
    width: 100%;
}

.refcenter{
    width: 100%;
    margin:auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.referal_container,.news{
        background-position:center ;
        padding: 15px;
        width: 48%;
        box-shadow: 0px 0px 10px 1px whitesmoke;
        border-radius: 12px;
        margin: 2%;
}


.referal_container{
    display: flex;
     flex-wrap: wrap;
     justify-content: space-around;

}

.news{
       display: flex;
       flex-direction: column;
       text-align: center;
       height: 400px;
       
}



.ref_div>div{
    margin: 10px;
}

.ref_text{
    width: 60%;
    font-family:  microsoft new tai lue;
    font-size: 14px;
    line-height: 25px;
    color: rgb(50, 50, 50);

    
}
.ref_link{
    text-align: center;
}
.ref_img{
    width: 150px;
}

h2{
    color: #00CC00;
    font-family:  microsoft new tai lue;
}

#refbtn{
    background-image:
    linear-gradient(to left,yellow,goldenrod,gold,gold);
    margin-left: 5px;
    border: none;
    border-top-left-radius: 20px;
    border-bottom-right-radius:20px;
    padding: 10px;
}

#refbtn:focus{
    outline: 0px;
}


#fap{
    font-size: 20px;
    color: #F63;
    border-bottom: 2px solid gray;
    width: 80%;
}

.txt{
    width: 90%;
    height: 50px;
    border-radius: 40px;
    background: transparent;
    border: 0px;
    padding: 10px;
    color: lightgrey;
}

#sus:focus{
    outline: none;
}


#sus{
    height: 40px;
    font-size: 20px;
    background: none;
    color: white;
    border: none;
    
}
 
 .footer2{
        justify-content: center;
        display: flex;
        width: 100%;

    }

.link{
    margin:auto ;
    margin-top: 0px;
}


.link ul{
    color: color: #00CC00;;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.link ul li a:link{
    color: #00CC09;
    font-family:  microsoft new tai lue;
    display: block;
    font-size: 14px;
    text-decoration: none;
}
.link ul li a:visited{
    color: #00CC00;
    padding: 6px;
    font-family:  microsoft new tai lue;
    display: block;
    font-size: 14px;
    text-decoration: none;
}
.link ul li a:hover{
    font-family:  microsoft new tai lue;;
    display: block;
    font-size: 14px;
    text-decoration: underline;
}

.link ul li {
    color: #00CC00;
    font-family:  microsoft new tai lue;
    display: block;
    font-size: 14px;
    text-decoration: none;
}
.link ul li:hover{
    font-family:  microsoft new tai lue;
    display: block;
    font-size: 14px;
    text-decoration: none;
}
h4{
    font-family:  microsoft new tai lue;
    color: #00CC00;;
}


#fa{
    color: #00CC00;

}

#fan{
    color: #00CC00;

}

.copyright{
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-position: center;
    display: flex;
    justify-content: center;
    background-position: right;
    width: 100%;
    margin-top: 70px;
    /* height: 200px; */
}

.cop{
    background-image: url(pic/dlogo1.png);
    width: 90%;
    /* height: 30px; */
    text-align: center;
    color: midnightblue;
    font-size: 14px;
    font-family: arial;
    padding: 50px;
}

.term{
    width: 60%;
    line-height: 25px;
    font-family: microsoft new tai lue !important;
    font-size: 14px;
    margin: auto;
    padding: 10px;
}


/********************* Registration ****************/
.jus{
    background-image: url(pic/bg3.jpeg);
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    background-repeat: no-repeat;
    background-size: cover;
}

.bod{

    background:rgba(240, 240, 240, 0.8) ;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bod2{

    background:rgba(240, 240, 240, 0.8) ;
    width: 100%;
    height: 320px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.creat{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: limegreen;
    font-family: monospace;
    font-weight: bold;
    padding: 15px;
}

.footres{
    height: auto;
    width: 100%;
}

.fom{
    width: 60%;
}

.adminfom{
    width: 80%;
}

.form_div{
    width: 100%;
    background-color:white;
    text-align: left;
    margin-top: 12px;
    border: 1px solid #00CC00;
}

#name{
    text-transform: capitalize;
}

#icon3{
    text-align: center;
    margin-left: 25px;
    margin-right: 5px;
    color: #00CC00;
    font-size: 22px;
}


#shw{
    text-align: center;
    color: #00CC00;
    font-size: 22px;
    margin-right: 5px;
}

#hid{
    display: none;
    text-align: center;
    color: #00CC00;
    font-size: 22px;
    margin-right: 5px;
}

#confirmshw{
    text-align: center;
    color: #00CC00;
    font-size: 22px;
    margin-right: 5px;
}

#confirmhid{
    display: none;
    text-align: center;
    color: #00CC00;
    font-size: 22px;
    margin-right: 5px;
}

.optionbck{
    background-color: white;
    color: #00CC00;
}



.frm{
    color:black;
    background-color: transparent;
    width: 88%;
    height: 63px;
    border: none;
    
}

.frmm{
    color:black;
    background-color: transparent;
    width: 70%;
    height: 63px;
    border: none;
    
}

.frmm:focus{
    outline: 0px;
}

.errr{
    padding: 15px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

#err{
    font-size: 17px;
    text-align: center;
    color: red;
}

focus:invalid {
  box-shadow: 0 0 5px 1px red;

}

.frm:focus{
    outline: none;
    background-color: none;
}




.spn{
    width: 100%;
    text-align: center;
}


/********************* contact us ****************/

.cont_container{
    width: 100%;
    /* padding: 60px; */
    display: flex;
    flex-wrap: wrap;
}


.contact_container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.contact_des{
        background-color: rgba(9, 7, 119, 0.2);
        /* box-shadow: 0px 0px 8px 1px #00CC00; */
        background-position:center ;
        padding: 15px;
        width: 55%;
        border-radius: 12px;
        margin:auto;
        display: flex;
        flex-direction: column;
        text-align: center;
}

.contact_des2{
        background: rgba(30, 30, 30, 0.2);
        background-position:center ;
        padding: 15px;
        width: 80%;
        box-shadow: 0px 0px 10px 1px whitesmoke;
        border-radius: 12px;
        margin:auto;
        display: flex;
        flex-direction: column;
        text-align: center;
}

.form-control{
    width: 80%;
    padding: 15px;
    background-color: white;
    border:6px outset white;
    margin: 3px;

}

.form-control:focus{
    outline: 0px;
}
.contact_msg{
    margin: 10px;
    width: 95%;
    height: 110px;
}

.contact_msg:focus{
    outline: 0px;
}


#funderr{
    border: none; 
    outline: none; 
    width: 100%; 
    background-color: red;
    color: white; 
    text-align: center; 
    padding: 10px; 
    margin-top: 10px; 
    font-weight: bold; 
    font-size: 13px; 
    display: none;
}

#funderr2{
    border: none; 
    outline: none; 
    width: 100%; 
    background-color: green;
    color: white; 
    text-align: center; 
    padding: 10px; 
    margin-top: 10px; 
    font-weight: bold; 
    font-size: 13px; 
    display: none;
}


/********************* contact_end ****************/


/********************* dashboard ****************/
/*.logtop{
    background-image: url(pic/foot.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    background-position: right;
    width: 100%;
    height: 100px;
}*/

#dashham{
  background-color: transparent;
  font-size: 30px;
  font-weight: bold;
  margin: auto; 
  border: 0px;
  color: #00CC00;
  display:  none;
  cursor: pointer;
}

#medham{
  background-color: transparent;
  font-size: 30px;
  font-weight: bold;
  margin: auto; 
  border: 0px;
  color: #00CC00;
  cursor: pointer;  
}

#dashham:focus{
    border: 0px;
}

.dashboardcenter{
    /* border: 3px solid red; */
    width: 75%;
    /* height: 100%; */
    height: auto;
    display: flex;
    justify-content: right;
    align-items: center;
}

.user_name{
    /* padding: 30px; */
    /* border: 3px solid red; */
    font-size: 20px;
    font-family: monospace;
    font-weight: bold;
    width: 20%;
    /* margin: auto; */
    /* text-align: right; */
    /* height: 100%; */
    color: #00CC00;
}

.user_name33{
    /* padding: 30px; */
    /* border: 3px solid red; */
    font-size: 16px;
    font-family: monospace;
    font-weight: bold;
    width: 75%;
    margin: auto;
    text-align: right;
    /* height: 100%; */
    color: #00CC00;
}

.user_name2{
    padding: auto;
    font-size: 20px;
    font-family: monospace;
    font-weight: bold;
    width: 100%;
    text-align: right;
    /* height: 100%; */
    display: none;
    color: #00CC00;
}

.user_nam{
    display: none;
    color: white;
    padding: 15px;
    border-bottom:1px solid gray;
    font-size: 20px;
    font-family: monospace;
    font-weight: bold;
    width: 100%;
    text-align: center;
    height: 100%;
}


.imag{
    width: 75px;
    height:75px;
    border-radius: 100px;
}

.nav1{
    display: none;
}

#icon4{
  width: 100%;
  background-color: transparent;
  margin-left: 0px;
  font-size: 20px;
  font-weight: bold;
  color:gold;

}

#icon5{
  width: 100%;
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
  color: red;
  margin-left: 0px;

}

#nav2{
    display: block;
    color: white;
    font-size: 15px;
    text-align: left;
    
}

.dashback{
    background-position: center;
    width: 20%;
}

/*.dashnavivagation{
    background-image: url(pic/dash.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    background-position: right;
}*/

.dashflex{
    display: flex;
    width: 100%;
    flex-direction: row;
}

.dashflex33{
    display: flex;
    width: 100%;
    justify-content: center;
}

.dashbody{
    width: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(pic/dlogo1.png);
    background-position: center;

}


.resetdashbody{
   
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(pic/dlogo1.png);
    background-position: center;

}

.dashbodycover{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    background: rgba(300, 300, 300, 0.8);
}

.investcover{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    background: rgba(300, 300, 300, 0.8);
}

.investbody{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(pic/dlogo1.png);
    background-position: center;

}
.dashcont{
    width: 100%;
    display: flex;
    justify-content: center;
}

.dashbodycover2{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.footres2{
    height: auto;
    background:rgba(0, 0, 0, 1.0) ;
    width: 100%;
}

#nav3{
    background-image:
    linear-gradient(to left,#00CC00,midnightblue);
    color: white;
    font-size: 15px;
    text-align: left;
}

#nav4{
    color: white;
    font-size: 15px;
    text-align: left;
}

#boder{
    width: 98%;
    padding: 15px;
    z-index: 0px;
    border-bottom:1px solid white ;
}

#boder:hover{
    background-image:
    linear-gradient(to left,#00CC00,midnightblue);

}

.depbox{
    background-image:
    linear-gradient(to right,#99CC00,green,
    #00CC00);
    width: auto;
    padding: 15px;
    height: 350px;
    margin: auto;
    box-shadow: 0px 0px 10px 1px white;
    border-radius: 50px;
}

.depbox1{
    width: 35%;
    height: 200px;
    background-color: whitesmoke;
    margin: auto;
    box-shadow: 0px 0px 2px 1px #00CC00;
    border-radius: 3px;
}

.balheader{
    width: 100%;
    color: white;
    position: relative;
    padding: 15px;
    background-image:
    linear-gradient(to left,midnightblue,#00CC00);
}

#watbal{
    width: 100%;
    font-size: 16px;
    font-weight: bolder;
    font-family:sans-serif;
    text-align: center;
}

.depwit{
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
    padding-top: 10px;
    text-align:justify;
}

.walbg{
    width: 100%;
    padding: 10px;
}


.ballance_head{
    width: 100%;
    font-size: 14px;
    color: #00CC00;
    font-weight: bolder;
    text-align: center;
}



#ballance_head{
    width: 100%;
    padding-top: 20px;
    font-size: 30px;
    color: #00CC00;
    font-weight: bolder;
    text-align: center;
}

#ballance, #balancebtc, #balancebtc3,#balancebtc4, #ballance1,#balancebtc1{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    background-color: unset;
    border: none;
    color: #00CC00;
}

#ballance, #balancebtc, #balancebtc3,#balancebtc4, #ballance1,#balancebtc1:focus{
    outline: 0px;
}

#fundbtn{
    background-image:
    linear-gradient(to right,rgb(128, 51, 0),
    rgb(255, 102, 0),rgb(255, 71, 26));
    background-position: left;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 30px;
    padding: 15px;
    font-weight: bold;
    color: white;
}

#fundbtn:focus{
    outline: 0px;
}

#nav4{
    display: none;
    color: white;
    font-size: 15px;
    text-align: left;
    
}

.deposite_background{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: auto;
    background-color: rgba(8, 12, 73, 0.1);
}

.depcenter{
    width: 100%;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center;
}

.maindepcenter{
    border: 3px solid red;
    width: 100%;
    display: flex;
    justify-content: center;
}

.fundnow{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #00CC00;
    padding: 20px;
    text-align: center;
}


#walletbg3{
width: 50%;
background:rgba(0,0,0,0.8);
border-radius: 50px;
height: auto;
position: relative;
display: flex;
justify-content: center;
} 


.fundinput{
    width: 80%;
    text-align: center;
    background-color: unset;
    border: unset;
    color: #00CC00;
    padding: 15px;
    font-size: 15px;
    outline: none;
}

.close2{
    display: none;
   
}

.walletbg2{
    background-image: url(image/bgd4.png);
    
    height: 60%;
    border-radius: 50px;

    
}

#walletbg{
    width: 100%;
    position:fixed;
    background-size: cover;
    background-color:rgba(224,224,224,0.6);
    justify-content: center;
    align-items: center;
    z-index:3;
  
}

.paymentform{
    width: 70%;
}

.depfrm{
    text-align: center;
    color: white;
    background-color: transparent;
    width: 80%;
    height: 63px;
    border: none;
    
}

/********************* HISTORY ****************/

.flexarr{
    display: flex;
    flex-direction: column;
    width: 100%;
}


.histo{
  background-color: rgba(240, 240, 240,0.6);
  padding: 5px;
  width: 85%;
  height: 400px;
  margin: 5%;
  overflow-x: auto;
  /* box-shadow: 0px 0px 8px 1px midnightblue; */
  color: white;
}

.reffhisto{
    background-color: rgba(240, 240, 240,0.6);
    padding: 5px;
    width: 85%;
    height: auto;
    margin: 5%;
    overflow-x: auto;
    /* box-shadow: 0px 0px 8px 1px midnightblue; */
    color: white;
  }

.adminformbg{
  background: rgba(240, 240, 240, 0.4);
  width: 85%;
  margin: 5%;
  box-shadow: 0px 0px 10px 1px whitesmoke;
  border-radius: 12px;
  color: white;
  justify-content: center;
}

.admform{
   width: 95%;
   margin: auto;
}

.admintitle{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #00CC00;
    padding-top: 20px;
    padding-bottom: 0px;
    text-align: center;
}


#tab{
    width: 100%;
    color: black;
}

#tab tr:nth-of-type(odd) {
    background: #00CC00;
}

table th{
 padding: 10px;
 text-align: left;
}
table td{
 padding: 10px;
}

#lnk{
    background-color: unset;
    color: midnightblue;
    border: 0px;
    padding: 15px;
    font-size: 18px;
}

#lnk:focus{
    outline: 0px;

}


@media(max-width: 1282px){

    .intro{ 
        padding-top: 20px;
    }

    .investmore, .more{
        margin-top: 40px !important;
        font-size: 60px;
        font-weight: 500px;
        /* margin-left: 20px; */
        line-height: 15px;
        
    }

    #intimg{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 55%;
        /* height: 500px; */
    }
    
    .secondimage{
        width:85%;
    }
    
    .right-img{ 
        width:100%;
    }
    
    #firstimg{
    width: 85%;
    display: flex;
    margin-top: -100px;
    justify-content: center;
    background-blend-mode: color-burn;
    image-rendering: optimizeQuality;
    }
    
    .lasyload{
        width:110px;
        height:110px;
        margin: auto;
        border-radius: 50%;
    }
    



}







@media(max-width: 1130px){
    .navigation{
    background: white;
    border-bottom:3px solid rgb(154,154 , 154) ;
    width: 100%;
    height: auto;
    display: flex;
    position: sticky;
    top: 0;
    
}
.logocontainer{
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: left;
    
}

.center{
    width: 70%;
    padding: auto;
    height: 100%;
    height: auto;
    display: flex;
    justify-content: right;
}


nav ul li{
    display: inline-block;
    margin: 10px;
    

}

#registrationbtn{
    margin-left: 5px;
    border-top-left-radius: 20px;
    border-bottom-right-radius:20px;
    padding: 10px;
}

/* Navigation stop*/

/* introductinon start*/

.intro{
    width: 100%;
}


#intro{
    /* padding-left: 0px; */
    width: 45%;
    /* height: 500px; */
}

#intimg{
    display: flex;
    justify-content: center;
    width: 50%;
    /* height: 500px; */

}

.investmore, .more{
    margin-top: 50px !important;
    font-size: 40px;
	font-weight: 500px;
    /* margin-left: 20px; */
    line-height: 0px;
	
}

.investmore{
    color: limegreen;
    line-height: 0px;	
}

.more{
    margin-top: 0px;
    margin-left: 15px;
    color: midnightblue;	
}

.merge22{
    display: flex;
    flex-direction: row;
}

.cryptoingermany{
    font-size: 17px;
    font-weight: 300px;
    margin-top: 50px;
    /* margin-left: 20px !important; */

}

#firstimg{
    height: 40%;
    padding-top: 0px;
   }
   
   #secondimage{
   width: 95%;
   /* padding-top: 0px; */
   }

   .lasyload{
    width:95px;
    height:95px;
    margin: auto;
    border-radius: 50%;
}

.abouttext{
    width: 75%;
    font-size: 18px;
}

.aboutheadercon{
    display: flex;
    padding: 0px 30px 0px;
    justify-content: center;
    width: 100%;
}




.formedia{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;

}

.backgroundcover{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;

}

.explain, .explain1{
    width: 29%;
    height: auto;
    margin: 10px;
    font-size: 20px;
    text-align: center;

}

.plans{
    width: 40%;
    height: 400px;
    margin: 20px;
}

.frm{
    background-color: transparent;
    width: 80%;
    height: 63px;
    border: none;
    
}

/********************* contact us****************/
.contact_des{
        background: rgba(250 250, 250, 0.1);
        background-position:center ;
        padding: 15px;
        width: 70%;
        box-shadow: 0px 0px 10px 1px #00CC00;
        border-radius: 12px;
        margin:auto;
        display: flex;
        flex-direction: column;
        text-align: center;
}

/********************* contact_end ****************/

 .depbox1{
    width: 45%;
}

}


@media(max-width: 900px){
    .intro{ 
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        width: 100%;
        height: auto;
    }
    
    
    #intro{
        /* padding-left: 0px; */
        justify-content: center;
        padding:20px 40px 20px;
        /* margin-botm: 0px; */
        width: 100%;
        height: auto;
    }
    
    
    #intimg{ 
        display: flex;
        /* padding-top: 40px; */
        justify-content: center;
        width: 100%;
        height: auto;
    
    }

    .secondimage{
        width:93%;
    }

    .right-img{
        height: 180px;
    }

    .lasyload{
        width: 120px;
        height: 120px;
    }

   .depbox{
    margin-top: 30px;
}
  .depbox1{
    margin-top: 30px;
}

    }








@media(max-width: 800px){


.logo{
    width: 90%;
    height: 100px;
    display: flex; 
    justify-content: center;
}

.center{
    width: 70%;
    height: 100%;
    height: auto;
    display: flex;
    justify-content: right;
}


#intro{
    /* width: 85%; */
    height: 500px;
}

.wwframe{
box-shadow: 0px 0px 30px 1px gray;
}

.frame{
    pointer-events: none;
}


.explain, .explain1{
    width: 46%;
    height: auto;
    margin: 10px;
    font-size: 20px;
    text-align: center;

}

.plans{
    height: 400px;
    width: 40%;
    margin: 20px;
}

.abouttext{
    width: 90%;
}


.refcenter{
    flex-direction: column;
    justify-content:center;
}

.referal_container,.news{
        background-position:center ;
        padding: 15px;
        width: 90%;
        margin: 5%;
}

 .footer2{
        justify-content: center;
        display: flex;
        justify-content: center;
        width: 100%;

    }

.link{
    padding: 20px;
    margin:auto ;
    width: 50%;
    margin-top: 0px;
}


.fom{
    width: 70%;
}






/********************* contact us****************/
.contact_des{
        background-position:center ;
        padding: 15px;
        width: 85%;
        box-shadow: 0px 0px 10px 1px gray;
        border-radius: 12px;
        margin:auto;
        display: flex;
        flex-direction: column;
        text-align: center;
}

/********************* contact_end ****************/
.deposite_background{
    display: flex;
    justify-content: center;
    width: 90%;
    height: auto;
    background-color: rgba(240, 240, 240,0.4);
}

 .depbox1{
    width: 70%;
}

}















@media(max-width: 640px){
#ham{
    display: block;
}

.navigation{
    background: white;
    border-bottom:3px solid rgb(154,154 , 154) ;
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    
}

.logocontainer{
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: left;   
}


.logo{
    width: 80%;
    height: 90%;
}

.center{
    display: none;
    margin-top: 90px;
    position: absolute;
    background-color: whitesmoke;
    width: 70%;
    margin-right: 0px;
    margin-left: 0px;
    height: 100%;
    height: auto;
}

.center2{
    margin-top: 90px;
    position: absolute;
    background-color: whitesmoke;
    width: 70%;
    margin-right: 0px;
    margin-left: 0px;
    height: 100%;
    height: auto;
}


.nav{
    color: black;
    font-size: 17px;
    font-weight: bolder;
    
}

nav ul li{
    display:block;
    margin: 15px;
}

#registrationbtn{
    margin-left: 5px;
    border-top-left-radius: 20px;
    border-bottom-right-radius:20px;
    padding: 10px;
}


.user_name2{
    padding: auto;
    font-size: 20px;
    font-family: monospace;
    font-weight: bold;
    width: 100%;
    text-align: right;
    height: 100%;
    display: block;
    color: #00CC00;
}

.user_name33{
  display:none;
}



.getstatedbtn{
    width: 50%;
    margin-left: 10px;
    border-top-left-radius: 20px;
    border-bottom-right-radius:20px;
    padding: 10px;
    font-weight: bolder;
    text-align: center;
}

.aboutheadercon{
    padding: 0px 10px 0px;
   
}



.investorsbackground{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;

}



.investorsinfo{
    width: 90%;
    height: auto;
    border-radius: 70px;
    background-color: whitesmoke;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.invest{
    width: 80%;
    height: 153px;
    margin: auto;
}

#icons{
  display: block;
  background-color: transparent;
  font-size: 50px;
  font-weight: bold;
  margin: auto; 
  border: 0px;
  color: darkgoldenrod;
  cursor: pointer;
}

.amount{
    color: goldenrod;
    font-weight: bolder;
    font-size: 25px;
}


.explanationcontainer{
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px;

}

.wwframe{
box-shadow: 0px 0px 15px 1px gray;
}


.explain, .explain1{
    width: 85%;
    height: 155px;
    margin: auto;
    margin-top: 25px;
    font-size: 15px;
    text-align: center;

}

.explainheader{
    font-size: 17px;
}


.backgroundcover, .formedia{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;

}



.plans{
    width: 85%;
    height: 400px;
    margin: 10px;
}

.plandetailshead, .plandetailshead2, .plandetailshead3,
.plandetailshead4, .plandetailshead5{
    width: 100%;
    margin-top: 0px;
    height: auto;
    font-size: 17px;
}

.plandetailsubhead{
    width: 100%;
    margin-top: 5px;  
    display: flex;
    justify-content: center;
    font-size: 28px;
}

#getstarted{
    width: auto;
    height: 50px;
    color: white;
    font-size: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius:20px;
    padding: 10px;
}



.ref_text{
    width: 100%;
    font-family:  microsoft new tai lue;
    font-size: 14px;
    line-height: 25px;

    
}

#refbtn{
    border-top-left-radius: 20px;
    border-bottom-right-radius:20px;
    padding: 10px;
    border: none;
}


.refcenter{
    width: 100%;
    margin:auto;
    display: flex;
    flex-direction: column-reverse;
    justify-content:center;
}

    .referal_container{
        display: flex;
        border-radius: 12px;
        justify-content: space-around;
        flex-direction: column;
}

.referal_container,.news{
        height: auto;
        background-position:center ;
        padding: 15px;
        width: 90%;
        box-shadow: 0px 0px 10px 1px whitesmoke;
        border-radius: 12px;
        margin: 5%;
}

 .footer2{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;

    }

    .link{
    margin:auto ;
    width: 50%;
    margin-top: 0px;
}

/********************* Registration ****************/
.fom{
    width: 83%;
}

/********************* contact us****************/

.cont_container{7
    padding: 40px;
}


.contact_des{
        background-position:center ;
        padding: 15px;
        width: 97%;
        box-shadow: 0px 0px 10px 1px gray;
        border-radius: 12px;
        margin:auto;
        display: flex;
        flex-direction: column;
        text-align: center;
}

.logtop{
    display: ;
    background-image: url(pic/dlogo1.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    background-position: right;
    width: 100%;
    height: 100px;
}

/********************* contact_end ****************/
.dashboardcenter{
    display: none;
    margin-top: 90px;
    position: absolute;
    /* background-color:#00CC00;  */
    width: 70%;
    margin-right: 0px;
    height: 100%;
    height: auto;
}


#dashham{
    display: block;
}

.dashbodycover{
    padding: 20px;
}

#nav4{
    display: block;
    background-image:
    linear-gradient(to left,#00CC00,midnightblue);
    color: white;
    font-size: 15px;
    text-align: left;
    
}

.dashback{
    display: none;
}

.dashbody{
    width: 100%;
}

.dashbodycover{
    flex-direction: column;
}
.depbox{
    margin-top: 30px;
}
.depbox1{
    margin-top: 30px;
}

.dashcont{
    width: 100%;
}

.deposite_background{
    width: 95%;
  
}

.depcenter{
    display: flex;
    padding: none;
    justify-content: center;
}

.user_nam{
    display: block;

    }


.user_name{
    display: none;

    }

#err{
    font-size: 16;
}

.histo{
   
  padding-top: 0px;
  padding-bottom: 7px;
  width: 99%;
  height: 300px;
  padding: 0px;
  margin: 0px;
}

.reffhisto{
   
    padding-top: 0px;
    padding-bottom: 7px;
    width: 99%;
    height: 200px;
    padding: 0px;
    margin: 0px;
  }

 .depbox1{
    width: 90%;
}

}






















@media(max-width: 530px){


.histo{
  padding-top: 1px;
  padding-bottom: 7px;
  width: 100%;
  height: 300px;
  margin:0px;
}

.reffhisto{
    padding-top: 1px;
    padding-bottom: 7px;
    width: 100%;
    margin:0px;
  }



table th{
 padding: 5px;
 font-size: 10px;
 text-align: left;
}
table td{
font-size: 10px;
padding: 5px;
}

.intro{ 
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    background:white;
    width: 100%;
    height: auto;
}


#intro{
    padding:20px 20px 20px;
    margin-bottom: 0px;
    width: 100%;
    height: auto;
}

.introtext{
  
    margin-left: 0px;
    margin-top: 0px;
    font-size: 14px;
    /* padding-left: 17px;
    padding-right: 17px; */
    line-height: 20px;
}

#intimg{ 
    display: flex;
    padding-top: 10px;
    justify-content: center;
    width: 100%;
    height: 180px;

}

#firstimg{
display: flex;
flex-wrap: wrap;
height: 100%;
width: 90%;
}

.medaimg{
    display: block;
    width: 90%;
    height: 99%;
}

.lasyload{
    width: 20%;
    height: 90px;
}

.abouttext{
    font-size: 15px;
}
.explainheaderdon{
    font-size: 13px;
}
.regg{
    width: 100%;
    display: flex;
    justify-content: center;
}

.plans{
    height: 420px;
}

.cop{
    padding: 20px;
}

.logtop{
display: flex;
}

.bod{
    padding-bottom: 40px;
}

.fundnow{
    font-size: 17px;
   
}

.bod2{
    height: 400px;
}

#funderr{
    margin-top: 8px; 
    font-size: 11px; 
}

#funderr2{ 
    margin-top: 8px; 
    font-size: 11px; 
}

}







@media(max-width: 500px){

.explain, .explain1{
    font-size:13px;
    height: auto;
    padding: 4px;

}

    #getstarted{
    width: auto;
    height: 40px;
    color: white;
    font-size: 16px;
    border-top-left-radius: 20px;
    border-bottom-right-radius:20px;
    padding: 5px;
}

.ouinvest{
    font-size: 18px;  
}

.plandetailshead, .plandetailshead2, .plandetailshead3,
.plandetailshead4, .plandetailshead5{
    width: 100%;
    height: auto;
    font-size: 20px;
    padding: 15px;
    text-align: center;
}

#icons2{
  background-color: transparent;
  font-size: 55px;
  font-weight: bold;

}

.plans{
    padding-bottom: 10px;
    width: 88%;
    height: auto;
    margin: 10px;
}

.planexplain{
    padding: auto;
    width: 100%;
    font-size: 15px;
    height: auto;
    position: relative;
}


.planstart{
    width: 100%;
    height: 10%;
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

.plandetailsubhead{
    width: 100%;
    margin-bottom: 0px; 
    display: flex;
    justify-content: center;
    font-size: 28px;
}



.caption{
        color: white;
        #font-weight: bolder;
        letter-spacing: 0px;
        word-spacing: 0px;
    }

    .referal_container{
        height: auto;
        background-position:center ;
        background-attachment: scroll;
        padding: 15px;
        width: 80%;
        box-shadow: 0px 0px 10px 1px whitesmoke;
        display: flex;
        border-radius: 12px;
        margin: 3%;
        justify-content: space-around;
}

.refcenter{
    width: 100%;
    margin:auto;
    display: flex;
    justify-content:center;
}

.referal_container{
        display: flex;
        border-radius: 12px;
        justify-content: space-around;
}

.referal_container,.news{
        height: auto;
        background-position:center ;
        padding: 15px;
        width: 90%;
        box-shadow: 0px 0px 10px 1px whitesmoke;
        border-radius: 12px;
        margin: 5%;
}

#refbtn{
    border-top-left-radius: 20px;
    border-bottom-right-radius:20px;
    padding: 10px;
}

 .footer2{
        justify-content: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;

    }

.link{
    margin:auto ;
    width: 90%;
    margin-top: 0px;
}

.copyright{
    /* margin-top: -1px; */
    background-position: center;

}

.frm{
    width: 75%;
    margin-top: 10px;
}

.fom{
    width: 92%;
}

.form_div{
    width: 100%;
    margin-top: 12px;
    padding-left: 5px;
}

#icon3{
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
}

/********************* contact us****************/

.cont_container{
    padding: 10px;
}

.contact_des{
        background-position:center ;
        padding: 15px;
        width: 100%;
        border-radius: 12px;
        margin:auto;
        display: flex;
        flex-direction: column;
        text-align: center;
}

.form-control{
    width: 80%;
    padding: 15px;
    background-color: white;
    border:6px outset white;
    margin: 3px;

}

/********************* contact_end ****************/

.adminformbg{
  width: 95%;
  margin: auto;
}
}




@media(max-width: 340px){
    .fom{
    width: 92%;
}

#icon3{
    text-align: center;
    margin-left: 10px;
    margin-right: 5px;
    font-size: 18px;
}

.fom{
    width: 95%;
}

#firstimg{
width: 100%;
}

.plans{
    height: auto;
}

    }