/** Home **/


/*About Us*/
.aboutus {
	background: #fff;
	padding: 2% 0px 2% 0px;
	 background-size: cover;
}

.aboutus .container{
	max-width: 78%;
}

.aboutus .txt-con{
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.aboutus h1 {
	color: #000;
	font-size: 52px;
	font-weight: bold;
	margin-bottom: 30px;
}

.aboutus h4 {
	color: #000;
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 50px;
}

.aboutus h6{
	font-size:18px;
	color:#333;
	margin-bottom:20px;
}

.aboutus p {
	width: 76%;
	color: #686868;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom:20px;
}

.aboutus .imgbox img{
	max-width: 100%;
}

.aboutus .linkbtn{
	margin-top:40px;
	position: relative;
	width: 200px;
	padding:15px 10px;
	border-radius: 30px;
	border:1px solid #686868;
	color: #686868;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aboutus .linkbtn svg{
	margin-right:10px;
}




/*advantages*/
.advantages {
	padding: 4% 0px 4% 0px;
	background-size: cover;
}
.advantages .container{
	
}
.advantages .wrapTitle{
	text-align: center;
}
.advantages .wrapTitle h2 {
	font-size: 42px;
	color: #000000;
	opacity: .8;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 50px;
}

.advantages .wrapTitle h5{
	color:#454AEC;
	font-size:21px;
	font-weight: 600;
	margin-bottom:20px;
}

.advantages .adv_list {
	margin-top: 60px;
	margin: 0 auto;
}




.advantages img {
	padding: 2.25rem 1.25rem;
	padding-bottom: 0rem;
}

.advantages .card {
	background: #ffffff;
	display: block;
	border:none;
	border-radius: 12px;
	border: 1px solid #d3d3d3;
	text-align: center;
	margin-bottom: 60px;
}

.advantages .card span {
	display: block;
}

.advantages .card-body {
	height: 280px;
}

.advantages .card-body i {
	
}

.advantages .card h2 {
	font-size: 24px;
	font-weight: 600;
	color: #353535;
	margin:12px 0px;
	margin-bottom: 1rem;
	font-weight: bold;
	text-transform: capitalize;
}

.advantages .card p {
	margin:0 auto;
	font-size: 15px;
	line-height: 21px;
	text-align: center;
	color: #9f9fb1;
	padding: 0px;
}



/*valueWrap*/
.valueWrap {
	padding: 5% 0px 0% 0px;
	background: #fff url(../images/value_bg.jpg) bottom center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.valueWrap .container{
	max-width: 78%;
}

.valueWrap .wrapTitle{
	text-align: center;
	width: 60%;
	margin:0 auto;
}
.valueWrap .wrapTitle h2 {
	font-size: 52px;
	color: #08172B;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.valueWrap .wrapTitle h5{
	color:#E9475A;
	font-size:18px;
	font-weight: 600;
	margin-bottom:20px;
}

.valueWrap .wrapTitle p{
	color:rgba(0,0,0,.6);
	font-size:18px;
	margin-bottom:40px;
}

.valueWrap .numBox{
	padding:20px 0px;
	border-radius: 24px 24px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width:80%;
	margin:0 auto;
}
.valueWrap .numBox .numInner{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin:0 8%;
}
.valueWrap .numBox h4{
	font-size: 80px;
	font-family: 'DIN Next LT Pro';
	background: linear-gradient(89.94deg, #7735E8 1.46%, #E840DD 96.22%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	letter-spacing:-4px;
	margin: 0px;
}

.valueWrap .numBox p{
	font-size:21px;
	font-weight:500;
}

.valueWrap .contentBox{
	display: flex;
	width:80%;
	margin:0 auto;
}

.valueWrap .contentBox img{
	max-width: 100%;
}




/*communityWrap*/
.communityWrap {
	padding:6% 0px 6% 0px;
	background:url(../images/communitywrap_bg.jpg) center center no-repeat;
	background-size: cover;
}

.communityWrap .container{
	max-width: 78%;
}

.communityWrap .wrapTitle{
	text-align: center;
	width: 60%;
	margin:0 auto;
}
.communityWrap .wrapTitle h2 {
	font-size: 42px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 50px;
	text-transform: capitalize;
}

.communityWrap .wrapTitle h5{
	color:#fff;
	font-size:18px;
	font-weight: 600;
	margin-bottom:20px;
}

.communityWrap .wrapTitle p{
	color:rgba(0,0,0,.6);
	font-size:18px;
	margin-bottom:40px;
}

.communityWrap img {
	padding-bottom: 0rem;
}

.communityWrap .card {
	height: 280px;
	border:none;
	margin-bottom: 60px;
	display: flex;
    flex-wrap: wrap;
	overflow: hidden;
	background: none;
}

.communityWrap .card-body {
	padding:0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	 align-items: center;
	background: none;
}

.communityWrap .card-text{
	height:100px;
}


.communityWrap .imgbox{
	overflow: hidden;
	text-align: end;
}

.communityWrap .imgbox img{
	max-width: 100%;
}

.communityWrap .card-body .linkbtn{
	position: relative;
	width: 180px;
	padding:12px 10px;
	background: none;
	border-radius: 30px;
	border:1px solid #fff;
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.communityWrap .card-body .linkbtn svg{
	margin-right:10px;
}


@media only screen and (min-width: 2560px) and (max-width: 3560px) {
	.aboutus h1 {
	    font-size: 54px;
	}
	.aboutus h4 {
	    font-size: 32px;
	}
	
	/**/
	.advantages .wrapTitle h2,.communityWrap .wrapTitle h2 {
	    font-size: 45px;
	}
	.advantages .card h2,.communityWrap .card h2{
	    font-size: 24px;
	}
	.advantages .card p {
	    font-size: 18px;
	}
}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1680px) {
	.aboutus h1 {
	    font-size: 45px;
	}
	.aboutus h4 {
	    font-size: 24px;
	}
	.aboutus p {
	    width: 84%;
	    font-size: 15px;
	    line-height: 1.5;
	}
	
	/**/
	
	.advantages .wrapTitle h2{
		font-size:32px;
	}
	.advantages .card p{
		font-size:15px;
		width:90%;
	}
	.advantages .card h2{
		font-size:24px;
	}
	.advantages .wrapTitle h2{
		font-size:32px;
	}
	
	/**/
	.valueWrap .numBox {
	    padding: 15px 0px;
	}
	.valueWrap .wrapTitle {
	    margin-bottom: 20px;
	}
	.valueWrap .numBox h4 {
	    font-size: 64px;
	}
	.valueWrap .contentBox .txtR{
		font-size:18px;
		line-height: 1.8;
	}
	.communityWrap .wrapTitle h2 {
	    font-size: 36px;
	}
	.communityWrap .card p {
	    width: 80%;
	    font-size: 14px;
	}
	
}

@media only screen and (max-width: 1440px) {
	.aboutus h1 {
	    font-size: 42px;
	}
	.aboutus p {
	    font-size: 14px;
	}
	.decentralization p {
		width:88%;
	    font-size: 16px;
	}
	
	.valueWrap .wrapTitle{
		width:80%;
	}
	.valueWrap .wrapTitle p {
	    color: rgba(0,0,0,.6);
	    font-size: 16px;
	    margin-bottom: 40px;
	}
	
	.communityWrap .card {
	    height: 240px;
		padding: 0% 0% 0% 5%;
	}
	.communityWrap .card p {
	    width: 100%;
	    font-size: 14px;
	}
	.communityWrap .card-body .linkbtn {
	    width: 180px;
	    padding: 12px 6px;
	    font-size: 12px;
	}
	
}

@media only screen and (max-width:1360px) {
	
	/**/
	.aboutus h1 {
	    font-size: 42px;
	}
	.aboutus h4 {
	    font-size: 24px;
	}
	.aboutus p {
	    font-size: 15px;
	    line-height: 1.5;
	}
	
	/**/
	.advantages .card-body {
	    height: 240px;
		padding:0.5rem;
	}
	.advantages .card h2 {
	    font-size: 21px;
	}
	.advantages .card p {
	    font-size: 14px;
	    width: 100%;
	}
	
	
	/**/
	.valueWrap .wrapTitle h2{
		font-size:42px;
	}
	.valueWrap .numBox,.valueWrap .contentBox{
		width:90%;
	}
	.communityWrap .card h2 {
	    font-size: 24px;
	}
	.communityWrap .card-body {
	    padding-top: 20px;
	    padding-bottom: 30px;
	}
}

@media only screen and (max-width:1280px) {
	.aboutus h1 {
	    font-size: 36px;
	}
	
	/**/
	
	.advantages .card h2 {
	    font-size: 21px;
	}
	.advantages .wrapTitle h2,.valueWrap .wrapTitle h2 {
	    font-size: 28px;
	}
	.advantages .wrapTitle h5,.valueWrap .wrapTitle h5{
		font-size:18px;
	}
	
	
	/**/
	.valueWrap .wrapTitle {
	    margin-bottom: 10px;
	}
	.valueWrap .wrapTitle h2{
		margin-bottom: 30px;
	}
	.valueWrap .numBox h4 {
	    font-size: 36px;
	}
	.valueWrap .numBox,.valueWrap .contentBox{
		width:100%;
	}
	.valueWrap .contentBox .txtR {
	    font-size: 17px;
	    line-height: 1.8;
	}
	
}


@media only screen and (max-width: 1180px) {
	.communityWrap .wrapTitle {
	    width: 100%;
	}
	.communityWrap .wrapTitle br{
	    display: none;
	}
	
}

@media only screen and (max-width: 1024px) {
	
	
	/**/
	.valueWrap .wrapTitle p br{
		display: none;
	}
	.valueWrap .wrapTitle{
		width: 90%;
	}
	.valueWrap .wrapTitle p {
	    font-size: 15px;
	}
	.valueWrap .contentBox .txtR {
		font-size: 16px;
		line-height: 1.8;
		width: 90%;
		font-weight:500;
	}
	
	/**/
	.communityWrap .wrapTitle h2 {
	    font-size: 28px;
	}
	
	
}

@media only screen and (max-width: 768px) {
	
	.aboutus {
	    padding: 10% 0px 10% 0px;
	}
	.aboutus .imgbox {
		margin-top:40px;
	}
	.aboutus p{
		margin-bottom:40px;
	}
	.valueWrap .wrapTitle p {
	    font-size: 14px;
	}
	.valueWrap .numBox h4 {
	    font-size: 45px;
	}
	
	/**/
	
}

@media only screen and (max-width: 640px) {
	.aboutus p{
		width:100%;
	}
	.aboutus h1 {
	    font-size: 32px;
	}
	.aboutus h4 {
	    font-size: 18px;
		margin-bottom:20px; 
	}
	.aboutus p {
	    font-size: 13px;
	   margin-bottom:20px;
	}
	
	.aboutus h4 br{
		display: none;
	}
	
	
	/**/
	
	.advantages {
	    padding: 10% 0px 10% 0px;
	}
	.advantages .wrapTitle h2 {
	    margin-bottom: 30px;
	}
	.advantages .wrapTitle h2, .valueWrap .wrapTitle h2 {
	    font-size: 21px;
	}
	.advantages .card-body {
	    height: auto;
		    padding-top: 10px;
	}
	.advantages .card {
	    margin-bottom: 30px;
	}
	
	.advantages .wrapTitle h2, .valueWrap .wrapTitle h2 {
	    font-size: 24px;
	}
	.advantages .wrapTitle h5, .valueWrap .wrapTitle h5 {
	    font-size: 16px;
		margin-bottom: 10px;
	}
	
	
	/**/
	.valueWrap .container {
	    max-width: 100%;
	}
	.valueWrap {
	   padding: 10% 0px 0% 0px;
	}
	.valueWrap .numBox h4 {
	    font-size: 45px;
	}
	.valueWrap .wrapTitle p {
	    font-size: 13px;
	}
	.valueWrap .numBox p {
	    font-size: 16px;
	}
	.valueWrap .wrapTitle h2 {
	    font-size: 36px;
	}
	
	.valueWrap .contentBox {
	    flex-direction: column;
	}
	.valueWrap .contentBox .imgL{
		display: none;
	}
	.valueWrap .contentBox .txtR{
		width:90%;
		margin-top:20px;
		font-size: 15px;
	}
	.communityWrap .card-body {
	  
	}
	
	.communityWrap{
		  padding: 10% 0px 10% 0px;
		  background-size: cover;
	}
	.communityWrap .wrapTitle {
	    text-align: center;
	    margin-bottom: 0px;
	}
	.communityWrap .wrapTitle h2{
		margin-bottom:20px;
	}
	.communityWrap .wrapTitle h2 {
	    font-size: 21px;
	}
	.communityWrap .container {
	    max-width: 88%;
	}
	.communityWrap .card-body .linkbtn {
		width:160px;
	    padding: 8px 6px;
	    font-size: 12px;
	}
	
}
@media only screen and (max-width: 576px) {}
@media only screen and (max-width: 480px) {}