
/*===============================================
Default css
===============================================*/
.container{
	max-width: 1200px;
}
body{
	margin:0;
	padding:0;
	font-family: 'Poppins', sans-serif;
	background: #020212;
	/* background-color: #000000; */
	z-index: 1;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1.6;
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
  /*  overflow-y: hidden; */
   
}
body::-webkit-scrollbar {
		display: none;
}
body:after{
	position:absolute;
	content: "";
	/* background: url(../images/home/bg.png) no-repeat scroll 0 0 / 100% 100%; */
	width: 100%;
	height: 88%;
	top: 0;
	z-index: -1;
	filter: opacity(0%);
}

#page-top {
    overflow-x: hidden !important;
}

h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
}
ul{
	margin: 0;
	padding:0;
	list-style: none;
}
a{
	margin:0;
	text-decoration: none;
}
a:hover{
	text-decoration:none;
}
p{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #a2a2b1;
	display: block;
}

.p_btn{
	padding: 12px 60px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	border-radius: 56px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	cursor:pointer;
}
.p_btn_bg{
	background: -o-linear-gradient(357.49deg, #3461FF 3.3%, #8454EB 93.12%);
	background: linear-gradient(92.51deg, #3461FF 3.3%, #8454EB 93.12%);
	-webkit-box-shadow: 0px 13px 17px rgba(119, 87, 239, 0.2);
	        box-shadow: 0px 13px 17px rgba(119, 87, 239, 0.2);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.p_btn_bg:hover{
	background: -o-linear-gradient(357.49deg, #8454EB 3.3%, #3461FF 93.12%);
	background: linear-gradient(92.51deg, #8454EB 3.3%, #3461FF 93.12%);
	-webkit-box-shadow: 0px 13px 17px rgba(119, 87, 239, 0.2);
	        box-shadow: 0px 13px 17px rgba(119, 87, 239, 0.2);
	color: #FFF;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.p_btn_border{
		border: 2px solid rgba(52, 97, 255, 1);
		-webkit-transition: 0.4s;
		-o-transition: 0.4s;
		transition: 0.4s;
		padding: 12px 60px;
}
.p_btn_border:hover{
	background: -o-linear-gradient(357.49deg, #3461FF 3.3%, #8454EB 93.12%);
	background: linear-gradient(92.51deg, #3461FF 3.3%, #8454EB 93.12%);
	-webkit-box-shadow: 0px 13px 17px rgba(119, 87, 239, 0.2);
	        box-shadow: 0px 13px 17px rgba(119, 87, 239, 0.2);
	color: #FFF;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.pt_220{
	padding-top: 260px;
}
.pt_150{
	padding-top: 150px;
}
.pt_170{
	padding-top: 170px;
}
.pt_90{
	padding-top: 90px;
}
.pb_150{
	padding-bottom: 150px;
}
h1{
	font-style: normal;
	font-weight: 600;
	font-size: 73px;
	line-height: 96px;
	letter-spacing: 2px;
	color: #FFFFFF;
}
h2{
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 52px;
	letter-spacing: 2px;
	color: #FFFFFF;
}
h3{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}
h4{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}
.linear{
	background: -o-linear-gradient(343.54deg, #F8E116 15.32%, #46FAB9 91.95%);
	background: linear-gradient(106.46deg, #F8E116 15.32%, #46FAB9 91.95%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.flex_center{
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.section_title{
	margin-bottom:70px;
	text-align: center;
}
.section_title p{
	margin-top: 1px;
}
/*=================================================================
				Start Main css
=================================================================*/
.header_area{
	position: absolute;
	width: 100%;
	height:auto;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 30px 0;
}
.header_all{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header_logo img{
	width: 160px;
	height: auto;
}
.header_menu ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header_menu li{
	padding: 0 34px;
}
.header_menu ul li a{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #a2a2b1;
	position: relative;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.header_menu ul li:last-child a{
	background: -o-linear-gradient(357.49deg, #3461FF 3.3%, #8454EB 93.12%);
	background: linear-gradient(92.51deg, #3461FF 3.3%, #8454EB 93.12%);
	-webkit-box-shadow: 0px 13px 17px rgba(119, 87, 239, 0.2);
	        box-shadow: 0px 13px 17px rgba(119, 87, 239, 0.2);
	padding: 12px 60px;
	border-radius: 50px;
	color: #FFF;
}
.header_menu ul li:last-child a:hover{
	background: -o-linear-gradient(357.49deg, #8454EB 3.3%, #3461FF 93.12%);
	background: linear-gradient(92.51deg, #8454EB 3.3%, #3461FF 93.12%);
	-webkit-box-shadow: 0px 13px 17px rgba(119, 87, 239, 0.2);
	        box-shadow: 0px 13px 17px rgba(119, 87, 239, 0.2);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.header_menu ul li:last-child a:after{
	display: none;
}
.header_menu ul li:hover a{
	color: #FFF;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.header_menu ul li:hover a:after{
	position: absolute;
	content: "";
	width: 12px;
	height: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#3461FF), to(#8454EB));
	background: -o-linear-gradient(top, #3461FF 0%, #8454EB 100%);
	background: linear-gradient(180deg, #3461FF 0%, #8454EB 100%);
	border-radius: 4px;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.header_menu ul li:first-child{
	padding-left: 0;
}
.header_menu ul li:last-child{
	padding-right: 0;
}

.active1{
	color: #FFFFFF !important;
	position: relative;
}
.active1:after{
	position: absolute;
	content: "";
	width: 12px;
	height: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#3461FF), to(#8454EB));
	background: -o-linear-gradient(top, #3461FF 0%, #8454EB 100%);
	background: linear-gradient(180deg, #3461FF 0%, #8454EB 100%);
	border-radius: 4px;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.hero_area_design{
	overflow: hidden;
}
.hero_left h1{
	margin-bottom: 22px;
}
.hero_left p{
	max-width: 380px;
	width: 100%;
	margin-bottom: 30px;
	/* color: #e1e1e1; */
}
.hero_left ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.hero_left ul li{
	margin-right: 25px;
}
.hero_left ul li:last-child{
	margin-right: 0;
}
.hero_right{
	position: relative;
	text-align: center;
	max-height: 464px;
	height: 100%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 80px 10px;
	max-width: 93%;
}
.hero_car {
	padding-left: 8%;
}
.hero_car img {
	width: 100% !important;
	max-height: 528px;
	margin: 0 auto;
}
.owl-item.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.backary_by{
	position: absolute;
	z-index: 9;
	right: -29%;
	padding-right: 40px !important;
	bottom: 35%;
}
.backary_by h4{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	letter-spacing: 0.02em;
	color: #FCFCFC;
	margin-bottom: 7px;
}
.backary_by span{
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	letter-spacing: 0.02em;
	background: -o-linear-gradient(356.1deg, #168BF8 50.21%, #46FAB9 100%);
	background: linear-gradient(93.9deg, #168BF8 50.21%, #46FAB9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	padding-left: 12px;
}
.over_bg{
	padding: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
}
.backary_by h6{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.upto{
	text-align: center;
	position: absolute;
	z-index: 9;
	bottom: -13%;
	padding: 20px 54px;
	left: -20%;
	border-radius: 12px;
}
.upto h4{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	letter-spacing: 0.02em;
	color: #848EAF;
	margin-bottom: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.upto span{
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	letter-spacing: 0.02em;
	color: #FFF;
	text-align: center;
}

.all_org {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 80px;
	margin-top: -40px;
}
.single_org {
	text-align: center;
}
.single_org h3 {
	margin-bottom: 25px;
}
.single_org img {
	width: 200px;
	max-height: 71px;
}

.all_safe_con{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 60px;
}
.all_safe_con a{
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 64px;
	color: #FFFFFF;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.all_safe_con a:hover{
	opacity: 0.8;
}
.all_safe_con a:before{
	position: absolute;
	content: "";
	width: 106px;
	height: 106px;
	border: 2px dashed #4843B7;
	border-radius: 50%;
	top: -22px;
	left: -50px;
	z-index: -1;
}
.all_safe_con a span{
	margin-left: 10px;
}
.single_safe {
	background: #1E1C45;
	-webkit-box-shadow: 0px 34px 24px rgba(0, 0, 0, 0.16);
	        box-shadow: 0px 34px 24px rgba(0, 0, 0, 0.16);
	border-radius: 32px;
	padding-top: 3px;
	margin-top: 40px;
}
.s_img,
.s_img2,
.s_img3 {
	background: -webkit-gradient(linear, left top, right top, color-stop(-8.2%, #BFA1FA), color-stop(108.98%, #B6C5FF));
	background: -o-linear-gradient(left, #BFA1FA -8.2%, #B6C5FF 108.98%);
	background: linear-gradient(90deg, #BFA1FA -8.2%, #B6C5FF 108.98%);
	border-radius: 32px 32px 0px 0px;
	height: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.s_img img{
	max-width: 100%;
	max-height: 36vh;
}
.s_img .back{
	justify-content: center;
	float: left;
	position: absolute;
}
.s_img .miner{
	justify-content: center;
	position: absolute;
	max-width: 50%;
	max-height: 41vh;
	margin-right: 28px;
}
.s_img2 img{
	max-height: 30vh;
	margin-bottom: -8%;
	max-width: 70%;
}
.s_img3 img{
	max-height: 35vh;
	transform: rotateY(180deg);
	margin-bottom: -10%;
	max-width: 70%;
}
.s_con {
	padding: 20px;
}
.s_con h4{
	margin-bottom: 10px;
}
.s_con_b{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.s_con_b h4{
	margin-bottom: 0 !important;
	letter-spacing: 0.02em;
	background: -o-linear-gradient(343.54deg, #F8E116 15.32%, #46FAB9 91.95%);
	background: linear-gradient(106.46deg, #F8E116 15.32%, #46FAB9 91.95%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.s_con_b .read{
	width: 100px;
	height: 48px;
	background: -o-linear-gradient(357.49deg, #3461FF 3.3%, #8454EB 93.12%);
	background: linear-gradient(92.51deg, #3461FF 3.3%, #8454EB 93.12%);
	-webkit-box-shadow: 0px 13px 17px rgba(119, 87, 239, 0.2);
	        box-shadow: 0px 13px 17px rgba(119, 87, 239, 0.2);
	border-radius: 56px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.s_con_b .read:hover{
	background: -o-linear-gradient(357.49deg, #8454EB 3.3%, #3461FF 93.12%);
	background: linear-gradient(92.51deg, #8454EB 3.3%, #3461FF 93.12%);
}
.s_con_b .read span{
	margin-left: 10px;
}
.discover_left h2{
	margin-bottom: 13px;
}
.discover_left p{
	max-width: 380px;
	margin-bottom: 32px;
}
.discover_right img{
	width: 100%;
	height: 100%;
}
.approch_con_all{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}
.approch_con_all_two{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}
.approch_con_all:before{
	position:absolute;
	content: "";
	/* border: 2px dashed #393759; */
	border: 2px #393759;
	width: 75%;
	z-index: -1;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 54px;
}
.approch_con_all_two:before{
	position:absolute;
	content: "";
	border: 2px dashed #393759;
	width: 75%;
	z-index: -1;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 54px;
}
.single_approch{
	text-align: center;
}
.app_con{
	text-align: center;
}
.app_con h4{
	margin-bottom: 15px;
	font-size: 20px;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.app_con p{
	max-width: 260px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 32px;
}
.icon {
	width: 110px;
	height: 110px;
	background: #070520;
	border: 2px solid #4F66A2;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 31px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.icon2 {
	width: 110px;
	height: 110px;
	background: #070520;
	border: 2px solid #4F66A2;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 31px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.icon img {
	height: 80px;
}
.icon2 img {
	height: 65px;
}
.all_work{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

}
.work_single{
	border: 3px solid rgba(52, 97, 255, 1);
	padding:50px;
	border-radius: 50px;
	text-align: center;
}
.work_single h4{
	font-size: 20px;
	margin-bottom: 20px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.work_single p{
	max-width: 310px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 32px;
}
.icon span{
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 56px;
	letter-spacing: 2px;
	background: -o-linear-gradient(322.63deg, #3461FF -27.03%, #8454EB 142.2%);
	background: linear-gradient(127.37deg, #3461FF -27.03%, #8454EB 142.2%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.hero_left h2{
	margin-bottom: 15px;
}
.stak_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.stak_img1 img{
	width: 90%;
}
.all_about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.sin_div {
    height: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    overflow: hidden;
    border: 2.3px solid rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    border-radius: 25px;
    position: relative;
    width: 99%;
    margin-left: 2.3px;
	background: rgba(255, 255, 255, 0.1);
}
.sin_div iframe {
    width: 100%;
    height: 100%;}


/* Faq tabs  */
.mb_0_11 {
	margin-bottom: 0 !important;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	display: inline-table;
	width: 90%;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.2px;
}

.card_body_2 p {
	opacity: 1;
	width: 100%;
	padding-top: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #7C7B97;
}

.card_2 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 1px solid rgba(52, 97, 255, 1);
	border-radius: 50px;
	margin-bottom: 32px;
}


.accordion_area_2 .card_2 {
	border: 0 !important;
	border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
.accordion_area_2 .card_2:last-child{
	border-bottom:0 !important;
}
.accordion_area_2 .card_header_2 {
	padding:12px 0;
	padding: .75rem 0;
	margin-bottom: 0;
	background-color: transparent;
	border-bottom: 0;
	padding-right: 12px;
}
.accordion_area_2 .card_header_2 p {
	font-size: 16px;
	color: #000000;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	color: #e3952a;
}
.accordion_area_2 .card_body_2 p {
	font-size: 16px;
	color: #888888;
	font-weight: 300;
}
.accordion_area_2 .card_2 {
	background: transparent;
}
.card_header_2 > a.collapsed::before {
	position: absolute;
	content: '\f107';
	float: right;
	color: #183B56;
	opacity: 1;
	right: 41px;
	top: 26px;
	font-family: fontawesome;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	line-height: 0;
	font-size: 28px;
	color: #FFF;
}

.card_header_2 > a::before {
	position: absolute;
	content: '\f106';
	float: right;
	color: #052B9D;
	opacity: 1;
	right: 41px;
	top: 26px;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	line-height: 0;
	font-size: 28px;
	font-family: fontawesome;
	color: #FFF;
}
.button.button-2 a:hover {
	background: #0d99db !important;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color:#FFFFFF;
}

.card_header_2:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card_body_2 {
	padding: 0;
	background: transparent;
	padding: 22px 40px;
}
.card_header_2 a {
	margin-bottom: 0;
	display: block;
	background: -o-linear-gradient(358.95deg, #3461FF -0.27%, #8454EB 101.72%);
	background: linear-gradient(91.05deg, #3461FF -0.27%, #8454EB 101.72%);
	border-radius: 250px;
	padding: 16px 50px;
}
.card_header_2 {
	padding: 0 !important;
	margin-bottom: 0 !important;
	background-color: transparent !important;
	border-bottom: 0 !important;
}
.card_header_2 a p {
	color: #FFF;
}
.card_header_2 a.collapsed p{
	color: #FFF;
}
.card_header_2 a.collapsed {
	background: transparent;
}
.waiting_con{
	text-align: center;
}
.waiting_con h2{
	margin-bottom: 60px;
}
.waiting_area {
	margin-top: 220px;
	margin-bottom: -5%;
	padding: 200px 0;
}
/* End Faq tabs  */

.footer_area_design{
}
.single_footer{
	margin-bottom: 20px;
}
.f_logo a{
	margin-bottom: 40px;
	display: inline-block;
}
.f_logo img{
	height: 34px;
	width: auto;
}
.f_logo p{
	max-width: 280px;
	width: 100%;
	display: block;
}
.single_footer h4{
	font-size: 20px;
	margin-bottom: 28px;
}
.single_footer ul li{
}
.single_footer ul li a{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 40px;
	color: #6D6C87;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.single_footer ul li:hover a{
	opacity: 0.8;
}
.copyright{
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.copyright p{
	font-size: 18px;
}
.copyright ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.copyright ul li{
	margin-right: 38px;
}
.copyright ul li a{
	color: #B0B8BF;
	font-size: 24px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.copyright ul li:hover a{
	opacity: 0.8;
}
.single_car {
	width: 100%;
	padding-right: 60px;
}


/* Humberger meu  */
#menu__toggle {
	opacity: 0;
	position: absolute;
}

#menu__toggle:checked~.menu__btn>span {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#menu__toggle:checked~.menu__btn>span::before {
	top: 0;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

#menu__toggle:checked~.menu__btn>span::after {
	top: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

#menu__toggle:checked~ul {
	visibility: visible;
	right: 0;
}

.menu__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	top: 0;
	right: 0;
	width: 26px;
	height: 26px;
	cursor: pointer;
	z-index: 1;
	margin-bottom: 0;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #FFF;
	-webkit-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}

.menu__btn>span::before {
	content: '';
	top: -8px;
}

.menu__btn>span::after {
	content: '';
	top: 8px;
}

.hamburger-menu ul {
	display: block;
	position: fixed;
	visibility: hidden;
	top: 0px;
	right: -100%;
	width: 268px;
	height: 100%;
	margin: 0;
	padding: 80px 0;
	list-style: none;
	-webkit-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
	border-radius: 10px;
	background: #1E1C45;
	-webkit-box-shadow: 0px 34px 24px rgba(0, 0, 0, 0.16);
	        box-shadow: 0px 34px 24px rgba(0, 0, 0, 0.16);
}
.hamburger-menu ul li a {
	display: block;
	padding: 9px 21px;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
	color: #a2a2b1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.hamburger-menu ul li:hover a{
	color: #FFF;
}

.hamburger-menu {
	display: none;
	float: right;
}
.waiting_con a {
	display: inline-block;
}
.app_con a {
	display: inline-block;
}
.work_single a {
	display: inline-block;
}
.discover_left a {
	display: inline-block;
}
.discover_right {
	display: block;
	position: relative;
	max-width: 80%;
	width: 80%;
	min-height:402px;
}
.single_discover_item1,
.single_discover_item2,
.single_discover_item3,
.single_discover_item4,
.single_discover_item5,
.single_discover_item6,
.single_discover_item7,
.single_discover_item8,
.single_discover_item9,
.single_discover_item10,
.single_discover_item11,
.single_discover_item12,
.single_discover_item13,
.single_discover_item14 {
    position: absolute;
    z-index: 1;
	height:342px;
	max-width: 80%;
	width: 80%;
	transition: transform 2000ms ease-in 250ms;
}
.single_discover_item1{left:auto;margin-top:30px}
.single_discover_item2{left:40%;margin-top:60px}
.single_discover_item3{left:80%;margin-top:20px}
.single_discover:last-child{
	margin-bottom: 0;
}
.discover_item2 .single_discover:last-child{
	width: 192px;
	height: 192px;
}
.discover_item {
	flex: 0 0 47%;
}
.stak_img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.single_stak {
	flex: 0 0 100%;
	max-width: 100%;
	/* border-radius: 32px; */
	overflow: hidden;
	height: auto;
	object-position: center;
}
.single_stak:last-child{
	margin-top: 70px;
}
.faq_area_design{
	margin-bottom: -5%;
}


@keyframes spin {
	from{
	transform: rotateY(0deg);
	}
	to{
	transform: rotateY(360deg);
	}
}


#myVideo {
	position: fixed;
	margin-left: 0%;
	left: 0;
	top: 0;
	height: 135vh;
	min-width: 100%;
	min-height: 100%;
	transform: rotate(0deg);
	filter:opacity(13%);
}
.example::-webkit-scrollbar {
	display: none;
}
.example {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.description {
	padding-top: 5%;
}
.video-background video {
    height: 100vh;
    width: auto;
}

/*.video-background video {
    background-size: cover;
    vertical-align: middle;
    position: absolute;
    top: 0;
    z-index: -1;
    height: auto;
    width: 100%;
}*/

.overflow_x {
    overflow: hidden !important;
}

.discover_area_design.pt_220.overflow_x {
    overflow-y: hidden;
}

.grecaptcha-badge { visibility: hidden; }

fieldset,
input,
legend,
select,
textarea {
  color: #fff;
  background-color: rgb(3,3,17);
  border-radius: .25rem;
}
input {
	text-align: center;
}

::-webkit-input-placeholder {
text-align: center;
}

:-moz-placeholder {
text-align: center;
}

p b {
	color: #575783
}

/* css */
.minting-now{
	position: absolute;
    font-size: 16px;
    left: 45px;
    top: 0px;
    color: #1E1C45;
	margin-bottom: 0 !important;
    letter-spacing: 0.02em;
    background: -o-linear-gradient(343.54deg, #F8E116 15.32%, #46FAB9 91.95%);
    background: linear-gradient(106.46deg, #F8E116 15.32%, #46FAB9 91.95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	width: 100%;
	text-align: center;
	left: 0;
}
.s_con_b .read span{
	margin: 0;
    background: linear-gradient(106.46deg, #F8E116 15.32%, #46FAB9 91.95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.the_demo{
	padding: 150px 0px;
}
.the_demo img{
    max-width: 250px;
    margin: auto;
}

