@import url('https://fonts.googleapis.com/css?family=Aldrich&amp;display=swap');


* {
	margin:0px;
	padding:0px;
	outline:none;

}

.welcome_txt {
	padding: 50px 10px 10px;
}
.orange {
	color: #f7921e;
}

.container {
	max-width: 1170px;
	margin: 0px auto;
	display: block;
	
}
.container_p {
	width: 100%;
	margin: 0px auto;
	display: block;
	padding-top: 126px;
	padding-bottom: 122px;
	background: url(../images/container_upBg.html) no-repeat 50% 0px, url(../images/container_btBg.html) no-repeat 50% 100% #f3d9bc;
}
.container_p2 {
	width: 100%;
	margin: 20px auto;
	clear: both;
	display: block;
}

.circle {
	height: 600px;
	width: 600px;
	display: block;
	position: absolute;
	z-index: 20;
	border-radius: 50%;
	background: linear-gradient(360deg, #2adfd6, #2adfd6, #2597e4,#2597e4, #0b4ea7, rgba(51, 64, 176, 0.5) 100%),   #0b4ea7;
	margin: -60px 300px 0px;
	box-shadow: 0px -20px 20px rgba(140, 142, 247, 0.7)  #010046ef #d7ede2; 
    
}

.circle_d {
	background: url(../images/circle_d.png) no-repeat 50% 50%;
	height: 534px;
	width: 534px;
	margin: 33px;
	position: absolute;
	z-index: 12;
		animation-name: rotateBack; 
	animation-duration: 25s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;

}
.circle_m {
	background: url(../images/circle_m.png) no-repeat 50% 50%;
	height: 460px;
	width: 460px;
	margin: 70px;
	position: absolute;
	z-index: 11;
	animation-name: rotate; 
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.bit {
	background: url(../images/bit_pic.png) no-repeat 50% 50%;
	height: 290px;
	width: 290px;
	margin: 155px;
	position: absolute;
	border-radius: 50%;
box-shadow: 0px 20px 20px #000;
	z-index: 13;
-webkit-animation: flash 16s linear 0s infinite;
	-moz-animation: flash 16s linear 0s infinite;
	-ms-animation: flash 16s linear 0s infinite;
	-o-animation: flash 16s linear 0s infinite;
          animation: flash 16s linear 0s infinite;
	cursor: pointer;
}



    
header {
	height: 610px;
	width: 100%;
	background: url(../images/header.png) no-repeat 50% 100%;
}
	.circle {
	height: 300px;
	width: 300px;
	display: block;
	position: absolute;
	z-index: 10;
	border-radius: 50%;
background: linear-gradient(360deg, #2adfd6, #2adfd6, #2597e4,#2597e4, #0b4ea7, rgba(51, 64, 176, 0.5) 100%),   #0b4ea7;
	margin-left: calc(50% - 150px);
		margin-top:20px;
	box-shadow: 0px -20px 20px rgba(37,13,18, 0.7);
}
.circle_d {
	background: url(../images/circle_d.png) no-repeat 50% 50%;
	background-size:contain;
	height: 267px;
	width: 267px;
	margin: 16px;
	position: absolute;
	z-index: 12;
		animation-name: rotateBack; 
	animation-duration: 25s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation:rotateBack 25s linear 0s infinite;

}
.circle_m {
	background: url(../images/circle_m.png) no-repeat 50% 50%;
	background-size:contain;
	height: 230px;
	width: 230px;
	margin: 35px;
	position: absolute;
	z-index: 11;
	animation-name: rotate; 
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation:rotate 20s linear 0s infinite;
}
.bit {
	background: url(../images/bit_pic.png) no-repeat 50% 50%;
	background-size:contain;
	height: 145px;
	width: 145px;
	margin: 77px;
	position: absolute;
	border-radius: 50%;
	box-shadow: 0px 20px 20px #000;
	z-index: 13;
	-webkit-animation: flash 16s linear 0s infinite;
	-moz-animation: flash 16s linear 0s infinite;
	-ms-animation: flash 16s linear 0s infinite;
	-o-animation: flash 16s linear 0s infinite;
          animation: flash 16s linear 0s infinite;
	cursor: pointer;
}
	.slogan {
	font-size: 14px;
	text-align: center;
	padding: 0px 20px;
	background: linear-gradient(90deg,rgba(37,13,18,0.00), rgba(37,13,18,1.0) 50%, rgba(37,13,18,0.00));
	height: 36px;
	line-height: 36px;
	color: #f3d9bc;
	display: block;
	position: absolute;
	width: 600px;
	margin-left: calc(50% - 320px);
	margin-top: 290px;
	z-index: 20;
}
	.account_box {
	display: block;
	float: right;
	width: 252px;
	height: 160px;
	margin-top: 40px;
}
.account_box2 {
	display: block;
	text-align: center;
	height: 100px;
	margin-top: 0px;
}
.account_box2 .login {
	margin-right: 130px;
}
.account_box2 .signup {
	margin-left: 130px;
}
.login {
	display: inline-block;
	width: 180px;
	height: 50px;
	background:#250d12 url(../images/login_ic.png) no-repeat 20px 50%;
	line-height: 50px;
	border-radius: 20px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #d69b74;
	box-shadow: -10px 0px #f7921e;
	margin: 10px;
	transition: all 300ms;
}
.login:hover {
	background:#f3d9bc url(../images/login_ic.png) no-repeat 20px 50%;
	color: #291010;
	box-shadow: 10px 0px #f7921e;
	transition: all 300ms;
	
}
.signup {
	display: inline-block;
	width: 180px;
	height: 50px;
	background:#250d12 url(../images/signup_ic.png) no-repeat 20px 50%;
	line-height: 50px;
	border-radius: 20px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #d69b74;
	box-shadow: -10px 0px #f7921e;
	margin: 10px;
	transition: all 300ms;
}
.signup:hover {
	background:#f3d9bc url(../images/signup_ic.png) no-repeat 20px 50%;
	color: #291010;
	box-shadow: 10px 0px #f7921e;
	transition: all 300ms;
	
}
	
	
	.r_days {
	color: #d69b74;
	font-size: 18px;
	display: block;
	position: absolute;
	width: 190px;
	margin-top: 60px;
}
	.content_box {
	display: block;
	float:none;
		text-align:center;
		padding:10px;
	width: calc(100% - 20px);
}
.content_box2 {
	display: block;
	float:none;
		padding:10px;
	width: calc(100% - 20px);
}
.content_box3 {
	display: block;
	float:none;
	text-align:center;
		padding:10px;
	width: calc(100% - 20px);
}
.plan_box {
	border-radius: 20px;
	display: inline-block;
	background: #291010;
	width: 195px;
	padding-top: 20px;
	height: 290px;
	margin: 5px auto 15px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	color: #f3d9bc;
	box-shadow: 0px 15px 0px #c88462;
}	
	.ref_block {
	border-radius: 5px;
	min-height: 200px;
		padding: 0px 30px;
	display: block;
	right:10px;
		margin-left:calc(50% - 300px);
	text-align: right;
	border: 2px dotted #f7921e;
	position: absolute;
	z-index: 0;
}
.ref_data {
	width: 400px;
	display: inline-block;
	margin-top: 60px;
}
.ref_rate {
	color: #f7921e;
	font-size: 80px;
	line-height: 80px;
	display: inline-block;
	float: left;
}
.ref_info {
	color: #f3d9bc;
	font-size: 20px;
	text-align: left;
	width: 250px;
	float: right;
	margin-top: 10px;
	display: inline-block;
}
.ref_b {
	font-size: 26px;
}
	
	footer {
	width: 100%;
		height:100%;
	min-height: 522px;
	background: url(../images/footer.jpg) no-repeat 50% 50%;
		background-size: cover;
	display: block;
	overflow: hidden;
	padding-top: 50px;
}
	
.footer_box {
	display:block;
	float:none;
	width:100%;
	text-align: center;
}
	
#copy {
	color: #f3d9bc;
	font-size: 18px;
	display: block;
	text-align: center;
	width: 100%;
	margin: 20px 10px 40px;
	clear: both;
	float: none;
}
	
	.comodo {
	background: url(../images/comodo.png) no-repeat 50% 50%;
	height:70px;
	width: 210px;
	margin-top: -110px;
	margin-bottom: 10px;
	display: block;
		margin-right: 10px;
	float: right;
	cursor: pointer;
	transition: all 300ms;
}
	.circle2 {
	height: 110px;
	width: 110px;
	display: block;
		margin-top: 50px;
	position: absolute;
	z-index: 10;
	border-radius: 50%;
background: linear-gradient(360deg, #2adfd6, #2adfd6, #2597e4,#2597e4, #0b4ea7, rgba(51, 64, 176, 0.5) 100%),   #0b4ea7;
		margin-left: calc(50% - 55px);
	box-shadow: 0px -20px 20px rgba(37,13,18, 0.7);
}
.circle_d2 {
	background: url(../images/circle_d.png) no-repeat 50% 50%;
	background-size: contain;
	height: 89px;
	width: 89px;
	margin: 10px;
	position: absolute;
	z-index: 12;
		animation-name: rotateBack; 
	animation-duration: 25s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation:rotateBack 25s linear 0s infinite;

}
.circle_m2 {
	background: url(../images/circle_m.png) no-repeat 50% 50%;
	background-size: contain;
	height: 77px;
	width: 77px;
	margin: 16px;
	position: absolute;
	z-index: 11;
	animation-name: rotate; 
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation:rotate 20s linear 0s infinite;
}
.bit2 {
	background: url(../images/bit_pic.png) no-repeat 50% 50%;
	background-size: contain;
	height: 48px;
	width: 48px;
	margin: 31px;
	position: absolute;
	border-radius: 50%;
	box-shadow: 0px 20px 20px #000;
	z-index: 13;
	  -webkit-animation: flash 16s linear 0s infinite;
          animation: flash 16s linear 0s infinite;
	cursor: pointer;
}