body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
	background: #26272D;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block; }
* {
    scrollbar-width: inherit;
    scrollbar-color: inherit;
}

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    list-style: none; 
	font-family: 'Rubik';}

p, th , td {
    font-size: 18px;
    color: #5A5A5A;
    line-height: 1.5;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none; }

li {
    margin: 0;
    padding: 0;
    list-style: none; }

a {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none !important;
    text-decoration: none !important; }

input {
    outline: none !important; }

button {
    outline: none !important; }
.main {
    overflow: hidden; 
    background:#FFF;
}
.text-decoration a{
    text-decoration:underline !important;
}
img{
    max-width:100%;
}
.section-padding{
    padding:80px 0;
}


/*========================================================================================
                                        Start header area
=========================================================================================*/
.header-area {
	padding: 20px 0;
}
.logo-area a {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	color: #FFFFFF;
	line-height: 1;
}
.header-area .row{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.logo-area a span {
	color: #7A61FF;
}
.header-area .container {
	max-width: 1366px;
	padding: 0 40px 0 115px;
}
.header-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.social-area {
	margin-left: 53px;
}
.social-area ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.social-area ul li {
	margin-right: 15px;
}
.social-area ul li:last-child {
	margin-right: 0;
}
.social-area ul li a {
	height: 26px;
	border: 0.806659px solid #F2F2F2;
	border-radius: 8px;
	width: 26px;
	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;
	line-height: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.social-area ul li a:hover {
	border: 0.806659px solid #7A61FF;;
	-webkit-transition: 0.5s;;
	-o-transition: 0.5s;;
	transition: 0.5s;
	background:#7A61FF;
}
.social-area ul li a img {
	width: 14px;
}
.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.menubar-area > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.menubar-area ul li a {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	letter-spacing: 1.25px;
	color: #FFFFFF;
	padding:6px 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.menubar-area ul li a:hover {
	color: #7A61FF;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.menubar-area ul li {
	margin-right: 70px;
	position: relative;
}
.menubar-area ul > li:last-child {
	margin-right: 0;
}
.sub-menu {
	position: absolute;
	background: #1A1A1A;
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 10px 0;
	top: 60px;
	width: 160px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	display: none;
}
.memepad-button {
	margin-left: 30px;
}
.memepad-button a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: -webkit-gradient(linear, left top, left bottom, from(#0098FE), to(rgba(0, 152, 254, 0.6)));
	background: -o-linear-gradient(top, #0098FE 0%, rgba(0, 152, 254, 0.6) 100%);
	background: linear-gradient(180deg, #0098FE 0%, rgba(0, 152, 254, 0.6) 100%);
	border-radius: 12.94px;
	padding: 9px 11px;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1.07833px;
	color: #FFFFFF;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.memepad-button a:hover {
	background: -webkit-gradient(linear,left top, left bottom,color-stop(100%, rgba(0, 152, 254, 0.6)), color-stop(0%, #0098FE));
	background: -o-linear-gradient(top,rgba(0, 152, 254, 0.6) 100%, #0098FE 0%);
	background: linear-gradient(180deg,rgba(0, 152, 254, 0.6) 100%, #0098FE 0%);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.memepad-button a img {
	max-width: 33px;
	margin-right: 3px;
}
.menubar-area ul li a i{
	font-size: 12px;
	padding-right: 15px;
}
.menubar-area ul li:hover .sub-menu {
	top: 25px !important;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	display: block !important;
	opacity: 1;
}
.sub-menu li {
	margin: 0 !important;
}
.sub-menu li a {
	padding: 7px 20px !important;
}
.loader {
	position: fixed;
	width:100%;
	height: 100%;
	background:#26272D;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
  }
  .load {
	position: relative;
	width: 1.2em;
	height: 1.2em;
	border-radius: 50%;
	float: left;
  }
  .progress {
	top: 50%;
	left: -80%;
	position: absolute;
	transform: translate(-50%, -50%);
	content: '';
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background: #7A61FF;
	animation: loading_492 2s ease infinite;
	animation-delay: 1s;
  }
  
  @keyframes loading_492 {
	0% {
	  width: 0%;
	  height: 0%;
	}
  
	50% {
	  width: 99%;
	  height: 99%;
	}
  
	100% {
	  width: 0%;
	  height: 0%;
	}
  }
  
  .progress:nth-child(2) {
	left: 50%;
	animation-delay: 1.3s;
  }
  
  .progress:nth-child(3) {
	left: 180%;
	animation-delay: 1.7s;
  }

/*========================================================================================
                                        Start banner area
=========================================================================================*/
.banner-area {
	padding: 190px 0 130px 0;
	overflow: hidden;
}
.carousel-container {
	position:relative;
	width:640px;
}
.banner-content h1 {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 700;
	font-size: 106px;
	line-height: 1;
	color: #FFFFFF;
	text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
	padding-bottom: 15px;
}
.banner-area .row{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.banner-content h1 span{
	color: #7A61FF;
}
.banner-content p {
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #A1A1AA;
	text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}
.banner-buttons.button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 33px;
}
.banner-buttons.button a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.banner-buttons.button a:last-child {
	margin-right: 0;
}
.button a {
	background: #7A61FF;
	border-radius: 12.94px;
	padding: 20px 26px;
	font-weight: 900;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1.07833px;
	color: #FFFFFF;
	margin-right: 13px;
	display: inline-block;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.button a:hover {
	background: rgba(122, 97, 255, 0.7) !important;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.button a.button-dark {
	background: #1A1A1A !important;
}
.button a.button-dark:hover {
	background: rgba(122, 97, 255, 0.7) !important;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.button a img {
	max-width: 20px;
	margin-right: 14px;
}
.slider {
	position: relative;
	width: 100%;
	-webkit-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	    transform-origin: 0% 50%;
}
.slider .carousel-items {
	visibility: hidden;
	width: 375px;
	height: 360px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.1s !important;
	-o-transition: 0.1s !important;
	transition: 0.1s !important;
	border-radius: 40px;
}
.slider .carousel-items.active {
	-webkit-transition: 0.19s !important;
	-o-transition: 0.19s !important;
	transition: 0.19s !important;
}
.slider .carousel-items img{
	width:100% !important;
	height: 100%;
	border-radius: 40px;
	background: #1C1F24;
}
.carousel-items.active p {
	display: block;
}
.carousel-items p {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	color: #A1A1AA;
	position: absolute;
	bottom: 100%;
	margin-bottom: 16px;
	display: none;
	padding: 0 15px;
}
.banner-content {
	max-width: 460px;
	padding-left: 15px;
}
.banner-slider {
	position: relative;
}
.slider-next-prev-button {
	width: 440px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: absolute;
	left:0;
	right: 0;
	margin: auto;
}
.slider-next-prev-button button {
	background: transparent;
	border: 0;
	cursor: pointer;
	position: relative;
	z-index: 1;
}


/*========================================================================================
                                        Start about us area
=========================================================================================*/
.about-us-area {
	padding: 60px 0 120px 0;
}
.row.about-bg {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #1A1A1A;
}
.about-content {
	padding: 30px 40px;
}
.about-content h2 {
	font-weight: 900;
	font-size: 38px;
	line-height: 41px;
	letter-spacing: -0.56539px;
	color: #FFFFFF;
	padding-bottom: 30px;
}
.about-content h2 span {
	color: #7A61FF;
}
.about-content p {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.56539px;
	color: rgba(255, 255, 255, 0.75);
	padding-bottom: 30px;
}
.about-content p span {
	color: #7A61FF;
}
.row.about-bg .col-lg-7 {
	padding-right: 0;
}
.about-image img{
	width:100%;
}

/*========================================================================================
                                        Start play area
=========================================================================================*/
.play-area {
	padding: 60px 0;
}
.section-title h2 {
	font-style: normal;
	font-weight: 900;
	font-size: 58px;
	line-height: 41px;
	letter-spacing: -0.56539px;
	color: #FFFFFF;
	text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
	text-align: center;
}
.section-title h2 span {
	color: #7A61FF;
}
.row.all-step-area {
	padding-top: 115px;
}
.step-single-item {
	background: #1A1A1A;
	-webkit-box-shadow: 0px 5.2px 8.66667px rgba(0, 0, 0, 0.07), 0px 0.866667px 15.6px rgba(0, 0, 0, 0.06), 0px 2.6px 4.33333px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 5.2px 8.66667px rgba(0, 0, 0, 0.07), 0px 0.866667px 15.6px rgba(0, 0, 0, 0.06), 0px 2.6px 4.33333px rgba(0, 0, 0, 0.1);
	border-radius: 13.8667px;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
			transition: all 500ms ease-in-out;
}
.step-single-item:hover {
	transform: scale(1.1);
	transition: all 500ms ease-in-out;
}
.step-image {
	min-width: 120px;
	width: 120px;
	text-align: center;
}
.step-image img {
	max-width: 120px;
}
.play-content {
	width: 100%;
	padding-left: 13px;
}
.play-content h3 {
	font-weight: 900;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: -0.490004px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFF;
	display: inline-block;
	margin-bottom: 9px;
}
.play-content h4 {
	/* font-family: 'Arial'; */
	font-style: normal;
	/* font-weight: 700; */
	font-size: 18.9333px;
	line-height: 21px;
	color: #FFFFFF;
	padding-bottom: 11px;
}
.play-content h4 span {
	color: #7A61FF;
}
.play-content p {
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: rgba(255, 255, 255, 0.75);
	opacity: 0.6;
}
.video-item video {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

/*========================================================================================
                                        Start video area
=========================================================================================*/
.video-area {
	padding: 45px 0 40px 0;
}
.video-content {
	-webkit-box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.5), 0px 1.13839px 20.4911px rgba(0, 0, 0, 0.06), 0px 3.41518px 5.69196px rgba(0, 0, 0, 0.1);
	        box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.5), 0px 1.13839px 20.4911px rgba(0, 0, 0, 0.06), 0px 3.41518px 5.69196px rgba(0, 0, 0, 0.1);
	border-radius: 18.2143px;
	overflow: hidden;
	max-width: 1010px;
	margin: auto;
}
.play-earn-content {
	padding: 24px 40px 41px 40px;
	background: #1A1A1A;
}
.play-area .container {
	max-width: 1230px;
}
.play-earn-content h3 {
	font-weight: 900;
	font-size: 32px;
	line-height: 41px;
	letter-spacing: -0.56539px;
	color: #FFFFFF;
	padding-bottom: 8px;
}
.play-earn-content h3 span {
	color: #7A61FF;
}
.play-sub-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 10px;
}
.play-sub-list ul li {
	font-weight: 500;
	font-size: 13.5px;
	line-height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: rgba(255, 255, 255, 0.75);
	opacity: 0.6;
}

/*========================================================================================
                                        Start allocations levels area
=========================================================================================*/
.allocations-levels-area {
	padding: 80px 0 65px 0;
}
.section-title {
	text-align: center;
}
.section-title p {
	font-weight: 700;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	color: #A1A1AA;
	text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
	margin-top: 25px;
}
.all-levels-area {
	padding-top: 86px;
}
.allocations-level-single {
	background: #1A1A1A;
	-webkit-box-shadow: 0px 5.2px 8.66667px rgba(0, 0, 0, 0.07), 0px 0.866667px 15.6px rgba(0, 0, 0, 0.06), 0px 2.6px 4.33333px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 5.2px 8.66667px rgba(0, 0, 0, 0.07), 0px 0.866667px 15.6px rgba(0, 0, 0, 0.06), 0px 2.6px 4.33333px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	overflow: hidden;
	text-align: center;
	position: relative;
	height: 100%;
	transition: all 500ms ease-in-out;
}
.allocations-level-single:hover {
	transform: scale(1.1);
	transition: all 500ms ease-in-out;
}
.allocations-level-single img{
	width: 100%;
}
.token-price-content {
	position: absolute;
	top: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	height: 90px;
	background: url(../images/icon/bg.png);
	background-size: 100% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align: center;
	left: 34px;
	padding: 0 4px;
}
.token-price {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
	padding-top: 3px;
	display: block;
}
.token-name {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 700;
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;
	padding-bottom: 3px;
	display: block;
}
.token-price-content p {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.64);
}
.levels-details {
	padding: 12px 15px 22px 15px;
}
.levels-details h3 {
	font-weight: 900;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: -0.490004px;
	color: #FFFFFF;
	text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.7);
	padding-bottom: 4px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.4);
	display: inline-block;
	margin-bottom: 15px;
}
.levels-details h3 span {
	color: #7A61FF;
}
.levels-details p {
	font-family: 'Rubik';
	font-style: normal;
	font-size: 14px;
	line-height: 23px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	letter-spacing: -0.490004px;
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.7);
}
.levels-details p span {
	color: rgba(122, 97, 255, 0.7);
}



/*========================================================================================
                                        Start tokenomics area
=========================================================================================*/
.tokenomics-area {
	padding-top: 65px;
}
.tokenomics-table {
	max-width: 800px;
	margin: auto;
	margin-top: 130px;
}
.tokenomics-area .row {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.tokenomics-numbers {
	background: -o-linear-gradient(5.27deg, #1A1A1A 5.5%, #1A1A1A 96.55%);
	background: linear-gradient(84.73deg, #1A1A1A 5.5%, #1A1A1A 96.55%);
	border-radius: 26px;
	padding: 16px 23px;
}
.tokenomics-numbers  span.total-numbers {
	font-weight: 900;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	padding-bottom: 30px;
}
.table {
	margin: 0;
}
.table-area tr td {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 10px 0;
	border: 0;
}
.table-area tr td:first-child {
	padding-right: 40px;
}
.table-area tr td:last-child span {
	width: 14px;
	height: 14px;
	background: #6A2EEB;
	display: inline-block;
	border-radius: 50%;
	margin-right: 6px;
	position: relative;
	top: 1px;
}
.ai-active {
	background: #7A61FF !important;
}
.memepad-active {
	background: #B0A2FB !important;
}
.marketing-active {
	background: #8150E9 !important;
}
.others-active {
	background: #7B66E9 !important;
}
.whitepaper-button.button {
	text-align: center;
	margin-top: 30px;
}
.tokenomics-service-area {
	max-width: 840px;
	background: -o-linear-gradient(5.27deg, #1A1A1A 5.5%, #1A1A1A 96.55%);
	background: linear-gradient(84.73deg, #1A1A1A 5.5%, #1A1A1A 96.55%);
	border-radius: 26px;
	padding: 30px 0 30px 43px;
	margin-top: 60px !important;
	margin: auto;
	position: relative;
	left: 40px;
}
.tokenomics-services {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.services-single-item {
	text-align: center;
	position: relative;
}
.services-single-item::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 80px;
	left: 125px;
	top: 35px;
	background: rgba(255, 255, 255, 0.15);
}
.services-single-item img {
	max-width: 70px;
	transition: all 500ms ease-in-out;
}
.services-single-item img:hover {
	transform: scale(1.2);
	transition: all 500ms ease-in-out;
}
.services-single-item span {
	display: block;
	font-weight: 700;
	font-size: 35px;
	line-height: 48px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
}
.services-single-item p {
	font-family: 'Readex Pro';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	color: #FFFFFF;
	padding-top: 3px;
}
.money-bag-image {
	margin-top: -165px;
	margin-bottom: -86px;
	float: right;
}
.money-bag-image img {
	max-width: 288px;
}

/*========================================================================================
                                        Start roadmap area
=========================================================================================*/
.roadmap-area {
	padding: 160px 0 80px;
}
.all-roadmaps-item {
	padding-top: 120px;
}
.roadmap-line {
	background: rgba(255, 255, 255, 0.2);
	height: 0.96px;
}
.roadmap-content {
	background: #1A1A1A;
	border: 0.957317px solid rgba(255, 255, 255, 0.15);
	-webkit-box-shadow: 0px 4.78659px 19.1463px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4.78659px 19.1463px rgba(0, 0, 0, 0.25);
	border-radius: 9.57317px;
	padding: 73px 38px 34px 38px;
	margin-top: 45px;
	position: relative;
}
.roadmap-dot {
	position: relative;
	margin-left: 38px;
	margin-top: -13px;
}
.roadmap-dot img {
	width: 20px;
}
.phase-heading h3 {
	padding: 0px 37.838px 0px 38.0294px;
	background: #26272D;
	border-radius: 9.57317px 0px;
	position: absolute;
	top: 0;
	left: 0;
	font-style: normal;
	font-weight: 500;
	font-size: 14.3171px;
	line-height: 38px;
	font-family: 'Heebo';
	text-transform: uppercase;
	color: #7A61FF;
}
.roadmap-content h4 {
	font-style: normal;
	font-weight: 500;
	font-size: 15.2317px;
	line-height: 21px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #FFFFFF;
	margin-bottom: 34px;
}
.roadmap-content ul li {
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	color: #9BA0B8;
}

/*========================================================================================
                                        Start faq area
=========================================================================================*/
.faq-area {
	/* padding-bottom: 140px; */
	padding-top: 80px;
}
.faq-all-items {
	margin-top: 65px !important;
	max-width: 760px;
	margin: auto;
	height: 490px;
}
.accordion-item {
	border: 0 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#1A1A1A));
	background: -o-linear-gradient(top, #1A1A1A 0%, #1A1A1A 100%);
	background: linear-gradient(180deg, #1A1A1A 0%, #1A1A1A 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.07), 0px 2px 1px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.07), 0px 2px 1px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 16px !important;
	margin-top: 24px;
}
.accordion-button {
	color: #fff !important;
	background-color: transparent !important;
	border: 0;
	border-radius: 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.5px;
	padding:20px !important;
}
.accordion-button:focus {
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}
.accordion-body {
	padding: 0 24px 24px 24px;
}
.faq-content p {
	color: #FFF;
	font-size: 15px;
}
.accordion-button::after {
	background-image: url("../images/icon/arrow.svg");
}
.accordion-button:not(.collapsed)::after {
	background-image: url("../images/icon/arrow.svg");
}
.accordion-button img {
	margin-right: 25px;
	width: 16px;
}

/*========================================================================================
                                        Start footer area
=========================================================================================*/
.footer-area {
	background: #1A1A1A;
	padding: 20px 0 35px 0;
}
.footer-logo a {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	color: #fff;
}
.footer-logo a span {
	color: #7A61FF;
}
.footer-area .container {
	max-width: 940px;
}
.footer-menu ul li a {
	font-weight: 600;
	font-size: 11px;
	line-height: 28px;
	font-family: 'Poppins';
	letter-spacing: 0.6px;
	color: #F2F2F2;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.footer-menu ul li a:hover {
	color: #7A61FF;;
	-webkit-transition: 0.5s;;
	-o-transition: 0.5s;;
	transition: 0.5s;
}
.footer-social h4 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 11px;
	line-height: 28px;
	letter-spacing: 0.6px;
	color: #F2F2F2;
	padding-bottom: 3px;
}
.footer-area .row {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer-social {
	float: right;
}
.footer-social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer-social ul li {
	margin-right: 21px;
}
.footer-social ul li:last-child {
	margin-right: 0;
}
.footer-social ul li img {
	max-width: 18px;
}
.footer-social ul li a {
	height: 34px;
	border: 1px solid #F2F2F2;
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 34px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.footer-social ul li a:hover {
	border: 1px solid #7A61FF;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background:#7A61FF;
}
@media all and (min-width:1420px){
	.header-area .container {
		max-width: 1520px;
	}
	.banner-area .container {
		max-width: 1520px;
		padding: 0 28px;
	}
}
@media all and (max-width:1420px){
	.banner-area .container {
		max-width: 1520px !important;
		padding: 0 28px;
	}
}