html,
body {
	padding: 0;
	margin: 0;
	background: white;
	font-family: Arial, sans-serif;
}

a {
	cursor: pointer;
	text-decoration: None;
}

.top {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.header {
	max-width: 1600px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.left {
	display: flex;
	justify-content: center;
	gap: 90px;
	align-items: center;
}

.tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.custom-select {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-direction: column;
	gap: 20px;
}

.custom-select .selector {
	bottom: -170px;
	display: flex;
	flex-direction: column;
	position: absolute;
	gap: 5px;
	height: 150px;
}

.selected {
	font-size: 16px;
  color: black;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
  font-weight: 400;
}

.selected img {
	width: 24px;
	height: 24px;
}

.selected:hover {
	color: #116FFC;
}

.selector a {
	padding: 5px 10px;
	border: 1px solid black;
	border-radius: 3px;
	color: black;
	display: flex;
	justify-content: start;
	gap: 10px;
	align-items: center;
}

.selector a img {
	width: 24px;
	height: 24px;
}

.selector a:hover {
	color: #116FFC;
	border-color: #116FFC;
}

.hidden {
	display: none!important;
}

.right {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.right .connect {
	border-radius: 8px;
	background: linear-gradient(90deg, #116FFC 0%, #0A4296 100%);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	width: 180px;
	height: 48px;
	padding: 16px 0px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	color: white;
}

.app {
	display: flex;
	justify-content: space-between;
	align-items: start;
	width: 100%;
	max-width: 1600px;
	padding-top: 140px;
}

.title {
	color: #116FFC;

	font-family: Arial;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 10px;
}

.descs {
	color: #000;
	font-size: 40px;
	margin: 0;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 700;
}

.tags {
	display: flex;
	align-items: center;
	gap: 40px;
	color: #6B788E;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
}

.announce {
	background: #F8FAFF;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.announcement {
	width: 100%;
	max-width: 1600px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 40px;
	padding: 20px 0;
}

.announcement span {
	color: #116FFC;
	text-align: center;
	border-radius: 46px;
	padding: 10px;
	border: 1px solid rgba(17, 111, 252, 0.20);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

.announcement p {
	color: #212D43;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.mostadvanced {
	padding: 150px 0px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.inadvanced {
	width: 100%;
	max-width: 1600px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.incenter {
	color: #116FFC;
	padding-top: 60px;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
}

.features {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 50px;
	padding-bottom: 50px;
}

.feature {
	max-width: 400px;
	text-align: center;
}

.wallet {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(180deg, rgba(245, 249, 252, 0.50) 0%, #FFF 100%);
	padding: 200px 0px;
	flex-direction: column;
	gap: 100px;
}

.first {
	width: 100%;
	max-width: 1600px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.text {
	max-width: 500px;
}

.t1 {
	color: #0066ED;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 0;
}

.t2 {
	margin-top: 5px;
	color: #212D43;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
}

.d1 {
	color: #6B788E;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.second {
	width: 100%;
	max-width: 1600px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.partners {
	background: rgba(84, 122, 255, 0.15);
	padding: 150px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
	position: relative;
}

.part {
	color: rgba(34, 51, 73, 0.95);
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	position: relative;
	z-index: 2;
}

.iconers {
	display: flex;
	justify-content: center;
	gap: 30px;
	align-items: center;
	max-width: 1600px;
	width: 100%;
	position: relative;
	z-index: 2;
}

.icons {
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 40px;
	background: #FFF;
	padding: 0px 20px;
	color: #52587C;
	margin-top: 20px;

	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
}

.media {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	gap: 30px;
}

.line {
	width: 100%;
	position: absolute;
	overflow: hidden;
}

.footer {
	background: #070920;
	padding: 150px 0px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	display: flex;
}

.footer p {
	padding: 0;
	margin: 0;
}

.downhuobi {
	color: #FFF;
	font-size: 35px;
	font-style: normal;
	font-weight: 900;
}

.infooter {
	width: 100%;
	max-width: 1600px;
	position: relative;
	z-index: 2;
}

.downie {
	color: #70749B;
	margin-top: 20px !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.hr {
	background: #292C4F;
	width: 100%;
	margin-top: 60px;
	height: 1px;
	border-radius: 3px;
}

.logoin {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.logoin img {
	height: 20px;
	width: 135px;
}

.logoin p {
	color: #5C6C86;
	margin-top: 10px;

	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

.fofooter {
	margin-top: 90px;
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.leftfoot {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: start;
}

.paruan {
	flex-direction: column;
	display: flex;
	gap: 10px;
}

.paruan span {
	color: #5C6C86;
	margin-bottom: 20px;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

.paruan a {
	color: #CBD5E7;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

.rightfoot {
	width: 100%;
	display: flex;
	justify-content: end;
	flex-direction: column;
	align-items: end;
}

.rightfoot span {
	color: #5C6C86;
	margin-bottom: 20px;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

.rightfoot .socials {
	display: flex;
	align-items: center;
	gap: 10px;
}

#fbg {
	position: absolute;
	bottom: 0;
	right: 0;
}

.error {
	border: 1px solid rgb(222, 58, 59)!important;
}