@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
	padding: 0px;
	margin: 0px;
	border: none;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a:hover {
	text-decoration: none;
}

aside,
nav,
footer,
header,
section,
main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-size: inherit;
	font-weight: inherit;
}

ul,
ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

img,
svg {
	max-width: 100%;
	height: auto;
}

address {
	font-style: normal;
}

input,
textarea,
button,
select {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 120%;
	font-optical-sizing: auto;
	font-style: normal;
	color: var(--white);
}

a {
	-webkit-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
	color: var(--white);
	text-decoration: none;
	&:hover {
		opacity: 0.7;
	}
}

:root {
	--white: #fff;
	--black: #040106;
	/* --bg: #0d131c; */
	--bg: #fff;
}

.container {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1170px;
}
.container-1 {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1170px;
}
.container-b {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1298px;
}

h1 {
	font-weight: 700;
	font-size: 51px;
	line-height: 100%;
	text-align: left;
	margin-bottom: 24px;
}
h2 {
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	text-align: center;
}

#bg-all {
	background: var(--bg);
}

.header {
	padding-block: 16px;
}

.header-all {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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: 163px;
	height: 48px;
}

.header-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
}

.login,
.reg {
	font-weight: 700;
	font-size: 16px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	color: #fff;
	border-radius: 100px;
	text-align: center;
	width: 116px;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.login,
.reg {
	padding-block: 9px;
	background: -o-linear-gradient(27deg, #8ba9d3 0%, #0855c4 100%);
	background: linear-gradient(63deg, #8ba9d3 0%, #0855c4 100%);
	&:hover {
		opacity: 0.5;
	}
}
.banner {
	padding-block: 48px 32px;
}
.banner__all {
	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;
	gap: 20px;
}
.banner__all p {
	max-width: 280px;
	font-size: 30px;
	line-height: 150%;
	background-color: rgba(10, 10, 10, 0.2);
	border-radius: 5px;
	padding: 3px;
}
.banner__all-inner,
.banner__all-inner1 {
	padding: 80px 32px;
	border-radius: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
}
.banner__all-inner {
	background: url(./../images/ban1.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
}
.banner__all-inner1 {
	background: url(./../images/ban2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg-text {
	background: -o-linear-gradient(
		top,
		rgba(0, 18, 12, 0) 0%,
		#1a64fc 70%,
		rgba(0, 18, 12, 0) 100%
	);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 18, 12, 0)),
		color-stop(70%, #1a64fc),
		to(rgba(0, 18, 12, 0))
	);
	background: linear-gradient(
		180deg,
		rgba(0, 18, 12, 0) 0%,
		#1a64fc 70%,
		rgba(0, 18, 12, 0) 100%
	);
}
.text {
	margin-top: 100px;
}
.text p {
	text-align: left;
	margin-bottom: 40px;
	max-width: 741px;
	margin-bottom: 8px;
}

.benefits {
	padding-block: 120px;
}
.benefits-all {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 24px;
}

.benefits-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	width: 267px;
	height: 214px;
	padding: 16px;
	border-radius: 16px;
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(50px);
	background: rgba(255, 255, 255, 0.1);
}
.benefits-inner img {
	width: 30px;
	height: 30px;
}
.benefits-inner p {
	text-align: center;
	line-height: 100%;
	font-size: 22px;
	font-weight: 500;
}

.choose-box {
	border-radius: 24px;
	-webkit-box-shadow: 0 0 150px 0 rgba(26, 100, 252, 0.7);
	box-shadow: 0 0 150px 0 #1a64fcb3;
	background: #0c0c23;
	padding: 32px;
	margin-top: 32px;
}
.choose-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 24px;
}
.choose-top h2 {
	font-size: 22px;
	text-transform: inherit;
}
.choose-top a {
	color: #0085ff;
	text-decoration: none;
}

.choose-all {
	gap: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.choose-all__inner {
	border-radius: 24px;
	width: 175px;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	&:hover {
		opacity: 0.7;
		scale: 1.1;
	}
}
.choose-all__inner img {
	border-radius: 24px 24px 0 0;
	height: 128px;
	max-width: 178pxK;
}
.choose-all__inner-content {
	padding: 12px;
}
.choose-all__inner-content h3 {
	font-size: 13px;
	margin-bottom: 4px;
}
.choose-all__inner-content p {
	font-size: 12px;
	margin-bottom: 8px;
}

.choose-all__inner-content a {
	font-size: 12px;
	padding-block: 4px;
	width: 100%;
	display: block;
	text-align: center;
	background: -o-linear-gradient(342.85deg, #0095ff 0%, #0855c4 100%);
	background: linear-gradient(107.15deg, #0095ff 0%, #0855c4 100%);
	border-radius: 4px;
}
.provaider {
	border-top: 1px solid #5c72a380;
	padding-block: 24px;
}
.provaider__all {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.provaider__all img {
	max-width: 45px;
}

.footer {
	background: -o-linear-gradient(top, rgba(0, 18, 12, 0) 0%, #1a64fc 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 18, 12, 0)),
		to(#1a64fc)
	);
	background: linear-gradient(180deg, rgba(0, 18, 12, 0) 0%, #1a64fc 100%);
	padding-block: 48px;
}
.footer__all {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer__all p {
	font-size: 14px;
}
.footer__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.footer__link a img {
	width: 20px;
	height: 20px;
}
.footer__link a img:hover {
	scale: 1.1;
}

.action,
.text,
.faq h2 {
	color: #2f2fde;
}
.provaider {
	background: -o-linear-gradient(107.15deg, #0095ff 0%, #0855c4 100%);
	background: -o-linear-gradient(342.85deg, #0095ff 0%, #0855c4 100%);
	background: linear-gradient(107.15deg, #0095ff 0%, #0855c4 100%);
}
.action {
	padding-top: 48px;
}
.action p {
	font-size: 20px;
	margin-bottom: 24px;
	text-align: center;
}
.play {
	font-weight: 700;
	border-radius: 100px;
	width: 185px;
	background: -o-linear-gradient(107.15deg, #0095ff 0%, #0855c4 100%);
	background: -o-linear-gradient(342.85deg, #0095ff 0%, #0855c4 100%);
	background: linear-gradient(107.15deg, #0095ff 0%, #0855c4 100%);
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	padding-block: 12px;
	display: block;
	margin-inline: auto;
}

.faq {
	padding-block: 0 120px;
}

.faq__inner {
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	border-radius: 8px;
	padding: 24px;
	max-width: 1136px;
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(50px);
	background: #2f2fde;
	margin-top: 24px;
	list-style-type: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.faq__inner::after {
	content: '';
	background-image: url(./../images/faq-down.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
	width: 24px;
	height: 24px;
}

details[open] .faq__inner::after {
	content: '';
	background-image: url(./../images/faq-up.png);
}

details[open] .faq__inner {
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(50px);
	background: #2f2fde;
	-webkit-transition: -webkit-transform 0.9s ease;
	transition: -webkit-transform 0.9s ease;
	-o-transition: transform 0.9s ease;
	transition: transform 0.9s ease;
	transition: transform 0.9s ease, -webkit-transform 0.9s ease;
	border-radius: 8px 8px 0 0;
}

.faq__inner-text {
	max-width: 1136px;
	font-size: 18px;
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(50px);
	background: #2f2fde;
	border-radius: 0 0 8px 8px;
	padding: 0 24px 24px 24px;
	text-align: left;
}

#log,
#regg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

.cl {
	width: 24px;
	height: 24px;
	border: none;
	margin-left: 680px;
	margin-bottom: 12px;
}

.log {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 752px;
	-webkit-backdrop-filter: blur(70px);
	backdrop-filter: blur(70px);
	background: var(--white);
	border-radius: 24px;
	padding: 24px 24px 48px 24px;
	-webkit-box-shadow: 0 0 40px 0 rgba(8, 85, 196, 0.5);
	box-shadow: 0 0 40px 0 rgba(8, 85, 196, 0.5);
}

input {
	width: 500px;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 16px 24px;
	margin-bottom: 24px;
	font-size: 16px;
	color: rgba(33, 33, 33, 0.6);
	outline-color: var(--bg);
}

.logl {
	border-radius: 100px;
	padding-block: 12px;
	font-weight: 700;
	font-size: 18px;
	background: -o-linear-gradient(27deg, #8ba9d3 0%, #0855c4 100%);
	background: linear-gradient(63deg, #8ba9d3 0%, #0855c4 100%);
	margin-bottom: 40px;
	margin-top: 8px;
	text-decoration: none;
	text-align: center;
	&:hover {
		background: var(--bg);
	}
}
.logl {
	width: 164px;
}

.logt {
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	text-align: center;
	color: var(--black);
	margin-bottom: 40px;
}

.loglp {
	font-size: 18px;
	text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	text-align: center;
	color: var(--black);
}

@media (max-width: 1000px) {
	.banner__all {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.banner__all-inner,
	.banner__all-inner1 {
		width: 100%;
	}
}
@media (max-width: 800px) {
	h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 40px;
	}
}

@media (max-width: 770px) {
	.cl {
		width: 20px;
		height: 20px;
		margin-left: 265px;
	}

	.log {
		width: 327px;
	}

	input {
		width: 263px;
		margin-bottom: 16px;
		font-size: 14px;
	}

	.logl {
		margin-bottom: 32px;
		margin-top: 0;
	}

	.logt {
		margin-bottom: 32px;
	}

	.loglp {
		font-size: 14px;
	}
}
@media (max-width: 720px) {
	.choose-box {
		padding: 16px;
	}
}
@media (max-width: 680px) {
}
@media (max-width: 660px) {
	.footer__all {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 16px;
	}
	.footer__all p {
		text-align: center;
	}
}
@media (max-width: 590px) {
	.benefits {
		padding-block: 48px;
	}
	.benefits-all {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 24px;
	}

	.benefits-inner {
		width: 327px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
		padding: 24px 16px;
		height: 80px;
	}
	.benefits-inner img {
		width: 32px;
		height: 32px;
	}

	.benefits-inner p {
		font-size: 15px;
		line-height: normal;
		text-align: left;
	}
}
@media (max-width: 580px) {
	.faq {
		padding-block: 0 72px;
	}
	.faq__inner {
		font-size: 16px;
		padding: 20px 24px;
		max-width: 327px;
		margin-top: 24px;
		margin-inline: auto;
	}

	.faq__inner-text {
		padding: 0 24px 16px 24px;
		font-size: 14px;
		max-width: 327px;
		margin-inline: auto;
		margin-bottom: 0;
		line-height: normal;
	}
}

@media (max-width: 580px) {
	h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 36px;
	}
	.header {
		padding-block: 24px;
	}
}
@media (max-width: 630px) {
	.banner__all p {
		font-size: 24px;
		max-width: 220px;
	}
	.banner__all-inner,
	.banner__all-inner1 {
		padding: 40px;
		background-size: cover;
	}
	.banner {
		padding-block: 22px 0px;
	}
}

@media (max-width: 428px) {
	.container-b {
		padding-inline: 0;
	}

	.container-1 {
		padding-inline: 0;
	}

	.choose-all__inner {
		width: 163px;
	}
	.choose-all__inner img {
		width: 163px;
		height: 122px;
	}
	.header-all {
		flex-direction: column;
		gap: 20px;
	}
}
@media (max-width: 374px) {
	.header-logo img {
		width: 163px;
		height: 48px;
	}
	.choose-all__inner {
		width: 135px;
	}
	.choose-all__inner img {
		height: 106px;
	}
	.choose-all__inner-content {
		padding: 8px;
	}
	.choose-all__inner-content h3 {
		font-size: 11px;
	}
}
@media (max-width: 380px) {
	h1 {
		font-size: 33px;
	}
	h2 {
		font-size: 30px;
	}
	.text {
		margin-top: 60px;
	}
}

@media (max-width: 350px) {
	.benefits-inner {
		width: 280px;
		padding: 16px 16px;
	}
	.benefits-inner p {
		font-size: 14px;
	}
	h1 {
		font-size: 36px;
	}
}
