* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ul, ol, li {
	list-style: none;
}
a {
	text-decoration: none;
}
html, body {
	width: 100%;
	background: #061649;
}
.text-yellow {
	color: #FEEA36;
}
.main {
	margin: auto;
	position: relative;
}

.main1 {
	width: 1180px;
}


.flex {
	display: flex;
}
.flexbc {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.align-center {
	align-items: center;
}
.justify-between {
	justify-content: space-between;
}
.header {
	height: 100px;
	border-bottom: 2px solid #0a103a;
}
.header .main {
	height: 100%;
}
.header img {
	width: 118px;
}
.header ul {
	display: flex;
	align-items: center;
}
.header ul li a {
	display: block;
	height: 100%;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	margin: 0 30px;
}
.header ul li a:hover {
	color: rgba(255, 255, 255);
}
.header ul li a.language-switch {
	width: 115px;
	height: 52px;
	border-radius: 32px;
	border: 2px solid #00B4FC;
	background: linear-gradient(135deg, #00B4FC 0%, #0088CC 100%);
	color: #fff;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-weight: 600;
	box-shadow: 0 4px 15px rgba(0, 180, 252, 0.3);
}
.header ul li a.language-switch:hover {
	background: linear-gradient(135deg, #0088CC 0%, #006699 100%);
	border-color: #0088CC;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 180, 252, 0.4);
}

.banner {
	padding: 50px 0 40px;
	background-image: url('../img/banner.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 600px;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}
.banner .flex {
	position: relative;
	z-index: 1;
	max-width: 1180px;
	margin: 0 auto;
}
.banner h1 {
	font-size: 60px;
	line-height: 72px;
	color: #fff;
}
.banner p {
	color: #9A9A93;
	font-size: 20px;
	line-height: 30px;
	margin-top: 20px;
}

.scroll {
	background: #122662;
	height: 150px;
	width: 100%;
	overflow: hidden;
}
.scroll img {
	width: auto;
	height: 130px;
	margin: 10px 35px;
}

.future {
	padding-top: 128px;
}
.future h2 {
	color:#fff;
	font-size:48px;
	line-height: 64px;
	margin-top:20px;
}
.future h3 {
	color:#00B4FC;
	font-size:20px;
}
.future p {
	color:#9A9A93;
	font-size:20px; line-height:30px; margin-top:10px; }


.feature {
	background: #041B63;
	border: 1px solid rgba(255,255,255,0.1);
	padding: 50px;
	border-radius: 32px;
	margin-top: 60px;
}
.feature h4 {
	color: #00B4FC;
	font-size: 36px;
}
.btn {
	flex: 0 0 184px;
	height: 62px;
	margin-left: 40px;
	background: #00B4FC;
	border-radius: 5px;
	line-height: 62px;
	color: #110814;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
}

.cards {
	display: flex;
	gap: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.card {
	background: rgba(255,255,255, 0.05);
	border-radius: 24px;
	padding: 36px 30px;
	font-size: 20px;
	text-align: center;
	width: 348px;
}
.card img {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
}
.card h3 {
	color: #fff;
}
.card p {
	color: #9A9A93;
}
.additional-features {
	margin-top: 50px;
	display: flex;
	gap: 20px;
}
.feature-item {
	background: rgba(255,255,255, 0.05);
	border-radius: 24px;
	padding: 36px 30px;
	font-size: 20px;
	text-align: center;
	flex: 1;
}
.feature-item h4 {
	color: #fff;
	margin-bottom: 20px;
}
.feature-item p {
	color: #9A9A93;
}
.gift {
	width: 100%;
	height: 460px;
	margin-top: 90px;
	height: auto;
}

.data {
	margin-top: 180px;
	background: #041B63;
	padding: 100px 0;
}
.data h3 {
	font-size: 48px;
	color: #fff;
}
.data .item {
	padding-left: 40px;
	position: absolute;
}
.data .item::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	position: absolute;
	top: 4px;
	left: 0;
}
.data .item:nth-of-type(1)::before {
	background-color: #1e40af;
}
.data .item:nth-of-type(2)::before {
	background-color: #fbbf24;
}
.data .item:nth-of-type(3)::before {
	background-color: #22c55e;
}
.data .item:nth-of-type(4)::before {
	background-color: #ef4444;
}
.data .item:nth-of-type(5)::before {
	background-color: #f97316;
}
.data .item:nth-of-type(6)::before {
	background-color: #a855f7;
}
.data .item:nth-of-type(7)::before {
	background-color: #06b6d4;
}
.data img {
	display: block;
	margin: 80px auto;
	width: 424px;
	height: auto;
}
.data .item h5 {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
}
.data .item p {
	color: #9A9A93;
	font-size: 16px;
	margin-top: 10px;
}

.contact {
	margin-top: 180px;
	background: #061649 ;
}
.contact h2 {
	font-size: 48px;
	line-height: 62.4px;
	color: #fff;
}
.contact p.desc {
	color: #9A9A93;
	font-size: 20px;
	margin: 50px 0;
	line-height: 30px;
}
.link {
	background: linear-gradient( 90deg, rgba(254,234,54,0.1) 0%, rgba(254,234,54,0) 100%);
	border-radius: 24px;
	border: 1px solid rgba(254,234,54,0.48);
	padding: 50px;
	color: #fff;
	font-size: 36px;
}
.link + .link {
	margin-top: 30px;
}
.link img {
	width: 50px;
	height: 50px;
	margin-right: 20px;
}
.link a {
	font-size: 28px;
}

.footer {
	margin-top: 180px;
	padding: 60px 0 80px;
	color: #93989A;
	font-size: 18px;
	background: rgba(255,255,255,0.02);
}
.footer .main {
	display: flex;
	justify-content: space-between;
}
.footer h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
}
.footer .left {
	width: 394px;
}
.footer .left p {
	margin: 20px 0 30px;
}
.footer .right p {
	line-height: 30px;
	margin-top: 15px;
}
.footer .right p a {
	color: #fff;
}
.footer .links img {
	width: 36px;
	height: 36px;
	margin-right: 16px;
}
.footer .left .logobutton {
	width: 30%;
}

@media screen and (max-width: 1180px) {
	.header {
		height: 60px;
	}
	.header img {
		width: 90px;
	}
	.header ul li a.language-switch {
		width: 72px;
		height: 32px;
		line-height: 28px;
		font-size: 14px;
		border-width: 2px;
		margin: 0;
		font-weight: 600;
		box-shadow: 0 2px 8px rgba(0, 180, 252, 0.3);
	}
	.header ul li a.language-switch:hover {
		transform: translateY(-1px);
		box-shadow: 0 3px 12px rgba(0, 180, 252, 0.4);
	}
	.main {
		width: 100%;
		padding: 0 20px;
	}
	.banner {
		padding: 30px 0 20px;
	}
	.banner .flex {
		display: block;
		padding: 0 20px;
	}
	.header ul li.nav {
		display: none;
	}
	.banner h1 {
		font-size: 20px;
		line-height: 30px;
	}
	.banner {
		min-height: 400px;
	}
	.banner p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}
	.future h2 {
		font-size: 20px;
		line-height: 28px;
		margin-top: 30px;
	}
	.future h3 {
		font-size: 18px;
	}
	.future p {
		font-size: 14px;
		line-height: 20px;
	}
	.data {
		padding: 30px 0;
		margin-top: 40px;
	}
	.data h3 {
		font-size: 18px;
	}
	.data .item {
		position: relative;
		margin-top: 10px;
		top: 0!important;
		left: 0!important;
		padding-left: 24px;
	}
	.data .item::before {
		width: 14px;
		height: 14px;
		top: 7px;
	}
	.data .item h5 {
		font-size: 14px;
	}
	.data .item p {
		font-size: 14px;
		line-height: 20px;
		margin-top: 0;
	}
	.data img {
		width: 240px;
		display: block;
		margin: 30px auto;
	}
	.contact {
		margin-top: 40px;
	}
	.contact h2 {
		font-size: 20px;
		line-height: 28px;
	}
	.contact p.desc {
		font-size: 14px;
		line-height: 20px;
		margin: 30px 0;
	}
	.cards {
		display: block;
	}
	.cards .card {
		width: 100%;
		margin-top: 20px;
		padding: 10px;
	}
	.additional-features {
		display: block;
		margin-top: 30px;
	}
	.feature-item {
		margin-top: 20px;
		padding: 20px;
	}
	.cards .card img {
		width: 60px;
		height: 60px;
		margin-bottom: 0;
	}
	.feature {
		padding: 20px;
		margin-top: 40px;
	}
	.feature .flexbc {
		display: block;
	}
	.feature h4 {
		font-size: 20px;
	}
	.btn {
		height: 36px;
		line-height: 36px;
		width: 100px;
		font-size: 13px;
		margin-left: 0;
		margin-top: 20px;
	}
	.gift {
		margin-top: 40px;
	}
	.link {
		padding: 20px;
		font-size: 16px;
	}
	.link img {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	.link a {
		font-size: 14px;
	}
	.future {
		margin-top: 50px;
	}
	.footer {
		margin-top: 40px;
		padding: 40px 0 30px;
	}
	.footer .main {
		display: block;
	}
	.footer .left {
		width: 100%;
	}
	.footer .right {
		margin-top: 10px;
	}
	.footer h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.footer .left p {
		font-size: 14px;
		margin: 10px 0 20px;
	}
	.footer .right p {
		font-size: 14px;
		margin-top: 0;
	}
	.scroll {
		background: #122662;
		height: 80px;
	}
	.scroll img {
		width: auto;
		height: 60px;
		margin: 10px 15px;
	}

	
} 







