/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer */

/* font */
@import url('https://fonts.googleapis.com/css2?family=Grandstander: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&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');

body {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
	background: #050505;
	color: #fff;
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #fff;
}

a,
button {
	color: #1696e7;
	outline: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #FF8902;
	font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none
}

p {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
}

hr {
	border-bottom: 2px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

label {
	color: #F8F6FF;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	font-family: 'Grandstander';
	font-weight: 300;
	font-size: 24px;
	line-height: 24px;
	color: #F8F6FF !important;
	width: 10px !important;
}

*::placeholder {
	font-family: 'Grandstander';
	font-weight: 300;
	font-size: 24px;
	line-height: 24px;
	color: #929098 !important;
	width: 10px !important;
}

.theme-overlay {
	position: relative
}

.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}

.separator {
	border-top: 1px solid #f2f2f2
}

.border-btn.btn:hover {
	background: #ff8902;
	color: #fff;
}

.btn {
	background: #FF8902;
	border: medium none;
	border-radius: 22px;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 14px 20px;
	text-align: center;
	text-transform: capitalize;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border: 2px solid transparent;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

/* Default css end */

.main-menu{
	display: flex;
	align-items: center;
	justify-content: end;
}

.main-menu ul {
	padding-right: 50px;
}

.main-menu ul li {
	display: inline-block;
	padding: 0px 32px;
	position: relative;
}

.main-menu ul li:hover a {
	color: #fff;
}

.main-menu ul li a {
	margin-right: 0px;
	font-size: 20px;
	color: #FF8902;
	font-weight: 400;
	text-decoration: none;
}

.border-btn {
	padding: 14px 20px;
	font-size: 22px;
	font-weight: 400;
	background: none;
	color: #fff;
	border: 2px solid #FF8902;
}

.header-btn .border-btn {
	padding: 14px 20px;
	font-size: 20px;
	font-weight: 400;
	background: none;
	color: #FF8902;
	border: 2px solid #FF8902;
	border-radius: 24px;
}

.hero-btn .border-btn.btn {
	margin-right: 0;
}

.hero-text h2 {
	font-size: 56px;
	font-family: 'Grandstander';
}

.hero-btn .btn {
	margin-right: 20px;
	font-weight: 500;
}

.hero-btn .btn img{
	transition: all 300ms ease;
}

.hero-btn .btn:hover img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(99deg) brightness(104%) contrast(102%);
}

.header-img img {
	width: 80%;
}

.hero-text h2 {
	font-size: 80px;
}

.hero-text p {
	font-size: 23px;
	line-height: 38px;
	margin-bottom: 32px;
}

.about-img img {
	width: 100%;
}

.about-text {
	padding-left: 70px;
}

.about-text h1 {
	font-size: 72px;
	margin-bottom: 20px;
}

.about-text p {
	font-size: 20px;
	line-height: 1.4;
	color: #F8F6FF;
}

.partners-logo img {
	margin-bottom: 40px;
	padding: 10px;
}

.partners-area h2 {
	font-size: 72px;
	margin-bottom: 30px;
}

.buy-img img {
	width: 100%;
}

.buy-text h2 {
	font-size: 55px;
	margin-bottom: 15px;
}

.buy-text p {
	color: #F8F6FF;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 32px;
}

.buy-text h2 span {
	margin-top: 10px;
	display: block;
}

.buy-text {
	padding-left: 60px;
}

.buy-using-text h2 {
	font-size: 72px;
	margin-bottom: 36px;
}

.buy-using-text h2 span {
	margin-top: 10px;
	display: block;
}

.title h1 {
	font-size: 72px;
}

.features-box {
	border: 2px solid #ff8902;
	padding: 36px;
	border-radius: 15px;
	background: #1E1E1E;
}

.features-border-btn .btn {
	padding: 14px 20px;
	font-size: 22px;
	font-weight: 700;
	background: none;
	color: #ffffff;
	border: 2px solid #ffffff;
}

.features-border-btn .btn:hover{
	background-color: #FF8902;
	border-color: #FF8902;
}

.features-text p {
	line-height: 30px;
}

.features-area .title {
	position: relative;
}

.features-area .title::before {
	position: absolute;
	content: "";
	position: absolute;
	background: #FF8902;
	opacity: 0.2;
	filter: blur(54.05px);
	border-radius: 702.76px;
	flex: none;
	order: 1;
	flex-grow: 0;
	z-index: 1;
	left: 70px;
	width: 400px;
	height: 355px;
	top: 10px;
}

.features-area .title::after {
	position: absolute;
	width: 883.72px;
	height: 512.01px;
	right: 0;
	top: 10px;
	background: #FF8902;
	opacity: 0.2;
	filter: blur(54.05px);
	border-radius: 883.73px;
	flex: none;
	order: 0;
	flex-grow: 0;
	z-index: 0;
	content: "";
}

.tokenomics-area {
	position: relative;
}

.tokenomics-area::after {
	position: absolute;
	content: "";
	width: 1312px;
	height: 285px;
	background: #FF8902;
	opacity: 0.26;
	filter: blur(54.05px);
	border-radius: 1312.95px;
	flex: none;
	order: 0;
	flex-grow: 0;
	z-index: 0;
	transform: translateX(-50%);
	left: 50%;
	top: 380px;
	z-index: -1;
}

.tokenomics-area .title h1 {
	font-family: 'Grandstander';
	font-style: normal;
	font-weight: 700;
	font-size: 72px;
	line-height: 72px;
	margin-bottom: 20px;
}

.input-bx {
	position: relative;
}


.form_control{
	width: 100%;
	height: 144px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: none;
	border: 2px solid #FF8902;
	border-radius: 20px;
	padding: 0 36px;

}

.form_control p{
	margin: 0;
	font-weight: 300;
	font-size: F8F6FF;
	font-size: 24px;
	line-height: 1.5;
	text-align: end;
}

.input-bx h2 {
	font-size: 36px;
	color: #fff;
	margin: 0;
}

.copy_input{
	height: 126px;
	text-align: left;
	color: #F8F6FF;
	padding: 0 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 36px;
	padding-right: 80px;
}

.copy_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 36px;
	padding: 0;
	border: none;
	background-color: transparent;
	z-index: 11;
	cursor: pointer;
	transition: 300ms;
}

.copy_btn:hover{
	opacity: .7;
}

.copy_btn:active{
	scale: .8;
}

.follow-content {
	text-align: center;
}

.follow-content h1 {
	font-size: 66px;
	line-height: 66px;
	margin-bottom: 100px;
}

.follow-main-img img {
	width: 100%;
}

.follow-img img {
	margin-right: 30px;
}

.choose-text-1 {
	padding-top: 190px;
}

.choose-text-2 {
	padding-top: 342px;
}

.choose-text-3 {
	padding-top: 466px;
}

.choose-text-4 {
	padding-top: 276px;
}


.accordion-area .title{
	margin-bottom: 60px;
}

.accordion-item {
	border: 2px solid #ff8902 !important;
	margin-bottom: 20px;
	padding: 20px 18px;
	border-radius: 20px !important;
}

.accordion-button {
	padding-bottom: 20px;
}

.accordion-button.collapsed {
	padding-bottom: 0;
	transition: .3s;
}

.accordion-button.collapsed {
	color: #fff;
	font-size: 36px;
}

.accordion-button {
	color: #fff !important;
	font-size: 36px;
}

.accordion-button {
	position: relative;
	border-bottom: 2px solid #ff8902;
}

.accordion-button.collapsed {
	border-bottom: 2px solid transparent;
}

.accordion-button::before{
	content: '';
	position: absolute;
	right: 0;
	top: 4px;
	width: 32px;
	height: 32px;
	background: url(../images/right-angle.svg) no-repeat center;
	background-size: 100% 100%;
	transition: all 300ms ease;
}

.accordion-button:not(.collapsed):before{
	transform: rotate(90deg);
}

.accordion-header {
	padding: 18px;
}

.footer-area {
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 120px;
}

.copyright-text p {
	font-weight: 300;
	font-size: 20px;
	opacity: .6;
	margin-bottom: 0;
}

.footer-logo {
	margin-bottom: 60px;
}

.social-icon img {
	margin-right: 20px;
	width: 100px;
}

.footer-text p {
	opacity: .8;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.375;
}

.border-btn {
	padding: 14px 22px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	background: none;
	color: #fff;
	border: 2px solid #FF8902;
}

.copyright-text {
	padding-bottom: 30px;
}

.choose-area p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #F8F6FF;
}

.choose-area .title{
	position: relative;
}

.choose-area .title::before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 23%;
	height: 270px;
	width: 70px;
	border-radius: 876.75px;
	opacity: 0.26;
	background: #FF8902;
	filter: blur(54.04999923706055px);
}

/*sticky*/
header.sticky {
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	box-shadow: 0 0.8rem 2rem 0 rgba(0, 0, 0, 0.1);
}

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1024;
	width: 100%;
	padding: 2rem 0;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	background-color: #000000;
}

/*Hamburger menu*/
.hamburger-menu {
	cursor: pointer;
	display: inline-block;
	z-index: 999;
	border-radius: 50%;
	margin-top: 8px;
}

.responsive {
	display: none;
}

.hamburger-menu span {
	background: #ffffff;
	width: 3rem;
	height: 0.3rem;
	display: block;
	margin: 0.5rem 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hamburger-menu .line-top.current {
	-webkit-transform: translateY(250%) rotate(135deg);
	-ms-transform: translateY(250%) rotate(135deg);
	transform: translateY(235%) rotate(135deg);
}

.hamburger-menu .line-bottom.current {
	-webkit-transform: translateY(-400%) rotate(-135deg);
	-ms-transform: translateY(-400%) rotate(-135deg);
	transform: translateY(-335%) rotate(-135deg);
}

.hamburger-menu .line-center.current {
	opacity: 0;
}

/*ofcanvas menu*/
.responsive-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: -1;
	top: 0;
	display: block;
	left: -100%;
	transition: 0.3s;
}

.current {
	left: 0;
}

.responsive-menu ul {
	margin-top: 8rem;
	padding-left: 0;
}

.responsive-menu li {
	text-align: center;
	margin-bottom: 45px;
}

.responsive-menu .border-btn.btn {
	float: left;
}

.responsive-menu a {
	display: inline-block;
	font-weight: 400;
	font-size: 26px;
	line-height: 1.12;
	color: #FF8902;
	text-decoration: none;
}

.responsive-menu a:hover{
	color: #fff;
}
