

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family:'poppins',san-serif;
    list-style-type: none;
    /* text-decoration: none; */
}

:root{
    /* --primary:#f3f3f3; */
    --primary:#060b3a;
	--secondary:#1b1f45;
	--text:#343434;
	--text2:#1b1b1b;
}


body{
	padding: 0;
	margin: 0;
	width: 100%;
	background-image:url(coinpic/btc.jpg);
	background-size:100% 100%;
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	  /* background: var(--white); */
    backdrop-filter: blur(10px);
}
.success-container{
	position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    padding: 15px 10px;
    margin: 10px;
    width: 200px;
    background: rgb(3, 107, 3);
    border-radius: 10px;
    color: #fff;
    font-size: 17px;
    z-index: 999999999999999999999999999999999999999;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.error-container{
	position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    padding: 15px 10px;
    margin: 10px;
    width: 200px;
    background: rgb(157, 27, 27);
    border-radius: 10px;
    color: #fff;
    font-size: 17px;
    z-index: 999999999999999999999999999999999999999;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}



.menu{
	width: 100%;
}

.menus{
	position:fixed;
	top: 0;
	left: 0;
	right: 0;

	display:flex;
	justify-content:space-between;
	align-items: center;
	background-color:var(--primary);
	width: 100%;


	padding:10px 15px;
	z-index:9999;
}

.menuslogo{
	width: 130px;
	height: 40px;
	/* padding:15px; */

	/* border: 2px solid red; */
}

.menuslogo img{
	width:100%;
	height: 100%;
}

.menuslogo a{
	text-decoration: none;
}

#btn{
	color: white;
	cursor: pointer;
	display: none;
}

.menselect{
	
	padding:15px;
	margin-right:10px;
}

nav{
	width:100%;
}

nav ul{
	padding-right:1px;
	margin:0px;
	padding:10px;
}

nav ul li{
	display: inline-block;
	font-size:15px;
	margin: 10px;
	/* margin-right:5px; */
	/* margin-left:5px;  */
}

nav ul li a{
	text-decoration: none;
	color:white;
}


.home-cotainer{
	background-image: url(coinpic/b-3.jpg);
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
	
	 backdrop-filter: blur(10px);
	 
}
.home-cotainer .home-flex{
	display: flex;
	justify-content: center;
	
	 /* backdrop-filter: blur(10px); */
	 /* border: 2px solid red; */
	 background: rgba(0, 0, 0, 0.7);
	  padding: 150px 0;
}
.home-cotainer .item{
	text-align: center;
	color: white;
}
.logo-flex{
	margin-top: 30px;
	margin-bottom: 40px;
}
.logo-flex img{
	width: 100px;
}
.form-container{
	margin-top: 40px;
}
.form-con{
	display: flex;
	justify-content: center;
	width: 100%;
}
.form-con .unit{
	width: 500px;
	/* background: #fff; */
	border-radius: 10px;
	border: 1px solid rgb(77, 77, 77);
	padding: 20px 20px;
	margin: 10px 20px;
	
}
.form-con .head{
	font-size: 20px;
	color: rgb(199, 199, 199);
	
}
.form-con .txt{
	font-size: 13px;
	color: rgb(199, 199, 199);
}
.input-box{
	margin-top: 13px;
}
.input-box input{
	width: 100%;
	padding: 10px 15px;
	outline: 0;
	border: 0;
	background: rgb(209, 209, 209);
	color: var(--primary);
}
.btn-con{
	display: flex;
	justify-content: center;
}
.btn-con button{
	width: 150px;
	outline: none;
	border: none;
	margin-top: 30px;
	border-radius: 10px;
	background: #061386;
	color: rgb(199, 199, 199);
	padding: 12px;
}
.remember-me{
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgb(198, 198, 198);
	font-size: 12px;
	margin: 20px;
}
.remember-me input{
	margin-right: 10px;
}


.remember-me a{
	text-decoration: none;
	color: #ccc;
}



.home-cotainer .head-1{
	font-size: 40px;
}
.home-cotainer .head-2{
	font-size: 16px;
	margin: 10px 0;
}
.home-cotainer .head-3{
	font-size: 20px;
}

#steptwo{
	display: none;
}



#steptwo ul li a{
	text-decoration: none;
	color:black;
}
/*the home pages start here*/

#homepages{
	width: 100%;
	padding:50px;
	/* background-color:gainsboro; */
	flex-direction:column;
	text-align: center;
	justify-content: center;
	display: flex;
	height:80vh;
}


#regbtn{
	display: flex;
	text-align: center;
	justify-content: center;
	margin-top: 30px;

	
}

#regbtn button{

	padding: 10px 25px;
	background-color: rgba(0, 0, 0, 0.8);

	margin: 10px;
	color: white;
	border-radius: 10px;
	font-size: 20px;
	text-decoration: none;
	outline: none;
	border: none;
	background: #1b1f45;
	width: 150px;
}

#regbtn button:hover{
	background: #12142a;
	color: rgb(201, 201, 201);

}

.companyinfo{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 100%;
	/*flex-wrap:wrap;*/
	padding:50px 0;
	background-color: white;

}
.infos {
	margin: 10px;
}

.infos .about-pic h3{
	text-align: center;
}
.head{
	color: var(--text2);
	font-size: 20px;
	margin: 10px 0;
}



.about-container{
	margin: 10px;
	/* border: 2px solid red; */
}
.head2{
	color: var(--text2);
	font-size: 25px;
	margin: 10px 0;
}
.txt{
	color: var(--text);
	font-size: 14px;
	line-height: 20px;
	word-spacing: 5px;
}

.infos .about-aims3{
	padding:5px;
}

.infos .about-aims3 h5{
	line-height:25px;
	font-size:14px;
}

.companyinfo .infos #lc{
	width:100%;
	height: 300px;
	border-radius: 20px;

}

/*the home write up of about the company start here*/
.homeabout{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	padding:10px;
	flex-wrap: wrap;
}
.homeabout .homeabout2{
	width: 45%;
	margin-top: 30px;
	padding-bottom: 50px;
}
.homeabout .homeabout2 h2{
	font-size: 24px;
	font-weight: 800;
	color: rgb(204, 204, 204);
}
.homeabout .homeabout2 p{
	line-height: 24px;
	color: rgb(153, 153, 153);
	margin-top: 15px;
}

.homeabout .homeabout2 img{
	width: 100%;
	height:350px;
	border-radius: 20px;
}

.homeabout .homeabout2 a{
	background-color: gainsboro;
	padding: 10px 25px;
	width: 20px;
	text-decoration: none;
	color: black;
	border-radius: 20px;
}

.homeabout .homeabout2 a:hover{
	background-color:blue;
	color: white;
}

.about{
	display: flex;
	justify-content: center;
	flex-direction:column;
	text-align: center;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	padding-top:140px;
	padding-bottom: 60px;
	color: white;
}



/*the home write up of about the company ends here*/

/*the active section of the company start here*/

.active{
	background-color: gainsboro;
	padding-top:10px;
	/*padding-bottom:40px;*/
	padding:25px;
}


/* .active div h1{
	font-size: 18px;
}

.active div h5{
	margin-top: -10px;
} */

 .active .active2{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	padding: 100px 0;
	/* background-color: var(--primary); */
}
.dd-1{
	text-align: center;
	font-size: 30px;
}
.dd-2{
	text-align: center;
	font-size: 16px;
}

.active2 .active3{
	width:20%;
	padding: 20px 20px;
	background-color: ;
	/* border: 2px solid red; */
	border-radius: 8px;
	  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);

}
.active2 .active3 h4{
	font-size: 30px;
}
.active2 .active3 p{
	font-size: 13px;
}

/*the active section of the company end here*/

/*the plans in the company start here*/


.complan{
	padding:20px;
	padding-bottom: 50px;
	background-color:rgba(0, 0, 0, 0.8);
}

.complan div h2{
	color: white;
	text-align: center;
	font-size: 25px;
}


.complan2{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	/*padding: 20px;*/
	/*background-color: white;*/
}
.complan2 .complan3{
	width:30%;
	background-color: antiquewhite;
	padding:45px;
	margin: 15px;
	text-align: center;
}

.complan2 .complan3:hover{
	background-color: brown;
	color: white;
}

/*the plans in the company start here*/

.inves >div{
	color: white;
}


#invescol{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:safe center;
	width: 100%;
	/*margin-top: -40px;*/
}

#invescol .invesrow{
	width:26%;
	/*height:300px;*/
	margin:20px;
	/*padding:5px;*/
	/*padding-top: 30px;*/
	/*padding-bottom: 50px;*/
	background-color: white;
	text-align: center;
	/*background-color: indigo;*/
}


#invescol .invesrow .invest-col4{
	background-color: lemonchiffon;
		padding: 10px 5px;
		color: black;

}

#invescol .invesrow .invest-col4 li{
	list-style: none;
	line-height:30px;
}


#invescol .invesrow .invest-col2{
	background-color:honeydew;
	padding: 10px 5px;
	font-size:20px;
	color:black;
}
#invescol .invesrow .invest-col22{
	background-color:lightsalmon;
	padding:5px;
}

#invescol .invesrow .invest-col3{
	background-color: gainsboro;
	padding: 10px 5px;
}

#invescol .invesrow .invest-col3 h5 span{
	font-size:25px;
}
 
#invescol .invesrow .invest-link{
	background-color: white;
	/*margin-top:40px;*/
	padding: 30px 45px;
}

#invescol .invesrow .invest-link a{
	padding: 10px 25px;
	width: 20px;
	text-decoration: none;
	font-size: 20px;
	background-color: gainsboro;
}

#invescol .invesrow .invest-link a:hover{
	background-color: skyblue;
	color: white;
}




/*the registration page start here*/

.cont{
	padding-top:70px;
	padding-bottom: 80px;
	height:auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:rgba(0, 0, 0, 0.6);
}

.cont .cont2{
	position: relative;
	max-width: 480px;
	padding:10px;
	width: 100%;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.cont2 .cont3 .title{
	position: relative;
	font-size: 20px;
	font-weight: 400;
	padding-bottom:10px;
}


.cont3 .title::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 50px;
	background-color: #4070f4;
	border-radius: 25px;
}

.cont3 form{
	padding-top: 40px;
}

.cont3 form .font{
	position: relative;
	height:40px;
	width: 100%;
	margin-top:30px

}


form .font input{
	position: absolute;
	height: 100%;
	width: 100%;
	padding:0 35px;
	background-color:b;
	border-radius: 20px;
	border:none;
	color:black;
	outline:none;
	font-size: 16px;
	border-bottom: 2px solid #ccc;
	border-top: 2px solid transparent;
	transition: all 0.2s ease;
}

form .text{
	margin-top: 10px;
	text-align: center;
}

form .text a{
	text-decoration: none;
	font-size: 20px;
}

form .bst button{
	background-color:blue;
	width: 80%;
	padding: 10px 15px;
	margin-top: 10px;
	margin-left: 40px;
	font-size: 20px;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.3s ;
	
}

form .bst button:hover{
	background-color:gainsboro;

}
form .bst button a:hover{
	color: black;
}
form .bst button a{
	color: white;
	text-decoration: none;
}

.inves-head{
	text-align: center;
	margin-top: 30px;
	font-size: 25px;
	font-weight: 700;
}

/*footer start here*/
.hold{
	background-color: rgba(0, 0, 0, 0.8);
	padding-bottom: 30px;

}
.footer{
	display: flex;
	flex-direction: row;
	justify-content:safe center;
	padding: 40px 30px;
	color: rgb(183, 183, 183);

	border-bottom: 1px solid gray;
}

.footer .footer2{
	width: 40%;
	margin: 10px;
	margin-top: 20px;
}

.footer2 div{
	padding: 5px;
}
.footer a{
	color: rgb(183, 183, 183);
}

.footer2 div a{
	font-size:16px;
	padding:1px;
	text-decoration: none;
}

.footer2 div a:hover{
	background-color: antiquewhite;
}

.hold h2{
	text-align: center;
	color: rgb(183, 183, 183);
	font-size:13px;
	text-transform: capitalize;
	margin: 20px 0;
}

.hold hr{
	width:80%;
}


@media(max-width:640px){


.menselect{
	display: none;
}
#btn{
	
	display: block;
}

#steptwo{
	margin-top:50px;
	top:0;
	left:0;
	height:auto;
	width:400px;
	z-index: 999;
	background-color:gainsboro;
	/*backdrop-filter: blur(15px);*/
	box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3);
	display:none;
	flex-direction: column;
	align-items: flex-start;
	justify-content:flex-start;
	position: fixed;
}

#steptwo ul li{
	width: 100%;
	padding:25px;
	
}

#homepages{
	height:400px;
	
}



.companyinfo{
	flex-wrap: wrap;
	padding:3px;
	text-align: center;
	/*width: 100%;*/
}


.companyinfo .infos{
	width:100%;
}

.homeabout .homeabout2{
	width:100%;
	padding: 10px;
	text-align: center;
	/*margin-top: 30px;*/
}

.active{
	background-color: gainsboro;
	padding-top:5px;
	/*padding-bottom:40px;*/
	padding:10px;
}

.active div{
	text-align: center;
}

.active2 .active3{
	width:100%;
	padding:15px;
	margin:4px;

}



.complan{
	padding:2px;
	/* padding-bottom: 50px;
	background-color:rgba(0, 0, 0, 0.8); */
}
.complan2 {
	width:100%;
	padding:1px;
}

.complan2 .complan3{
	width:100%;
	padding:1px;
	text-align: center;

	
}


#invescol{
	padding:1px;
}

#invescol .invesrow{
	width:100%;
	padding:1px;
}

/*the form page start start*/

.cont .cont2{
/*	position: relative;*/
	max-width:400px;
}



/*footer media start here*/
.footer{
	flex-wrap: wrap;
	padding:1px;
}
.footer .footer2 a{
	color: white;
}

.footer .footer2 a:hover{
	background:aquamarine;
}

.footer .footer2{
	padding: 5px;
	width: 100%;
}

 .footer2 h5{
	font-size:14px;
}

.footer2 h3{
	font-size:15px

}

.footer h2{
	font-size: 16px;

}

}




@media(max-width:540px){



.menuslogo{
	width: 120px;

}

.menuslogo img{
	/* width:100%;
	height: 100%; */
}


.footer h2{
	font-size:0px;

}


}

@media(max-width:500px){




#regbtn button{
	padding: 10px 30px;
	font-size: 15px;
}




}
