@font-face {
	font-family: 'VelaSans';
	src: url('../fonts/Vela Sans//VelaSans-Light.woff2') format('woff2'),
		url('../fonts/Vela Sans//VelaSans-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'VelaSans';
	src: url('../fonts/Vela Sans//VelaSans-Regular.woff2') format('woff2'),
		url('../fonts/Vela Sans//VelaSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'VelaSans';
	src: url('../fonts/Vela Sans//VelaSans-Medium.woff2') format('woff2'),
		url('../fonts/Vela Sans//VelaSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'VelaSans';
	src: url('../fonts/Vela Sans//VelaSans-Bold.woff2') format('woff2'),
		url('../fonts/Vela Sans//VelaSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Unbounded';
	src: url('../fonts/unbounded/Unbounded-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Unbounded';
	src: url('../fonts/unbounded/Unbounded-Medium.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Unbounded';
	src: url('../fonts/unbounded/Unbounded-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

html {
	scroll-behavior: smooth;
}

:root {
	--primary: #007AFF;
	--text-color: #000;
}

ul {
	list-style-type: none;
}

body {
	font-family: 'VelaSans';
	margin: 50px;
	background-color: #FAFAFA;
}

section {
	margin-bottom: 50px;
}

.section_1 {
	position: relative;
	background: url('../images/section_1_bg_01.png');
	border-radius: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	min-height: 800px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;

	padding: 50px;
}

.section_1 .phone_1 {
	position: absolute;
	right: 50px;
	top: 50px;
}

.section_1 .phone_2 {
	position: absolute;
	right: 466px;
	bottom: 0px;
}

.section_1 .phone_3 {
	position: absolute;
	right: 466px;
	top: 0px;
}

.section_1 ul {
	padding-left: 0;
	margin-bottom: 0;

	display: flex;
	flex-direction: column;
	gap: 10px;
}

.devider {
	height: 1px;
	background-color: #3F3F3F;
	width: 50px;
}

.section_1.logo {
	position: relative;
	z-index: 10;
}

.section_1 li a {
	position: relative;
	color: #3F3F3F;
	font-size: 24px;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 10;
}

.section_1 h1 {
	position: relative;
	z-index: 5;
	font-family: 'Unbounded';
	font-size: 96px;
	font-weight: 600;
	color: var(--primary);
	margin: 0;
	line-height: 119.04px;
}

.section_2 .card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 300px;
	border-radius: 30px;
	padding: 30px;
	border: none;
}

.section_2 .card .title {
	color: #3F3F3F;
	font-weight: 600;
	font-size: 32px;
	line-height: 43.71px;
	text-transform: uppercase;
}

.section_2 .card .subtitle {
	font-family: 'Unbounded';
	color: var(--primary);
	font-weight: 500;
	font-size: 128px;
	/* line-height: 158.72px; */
	line-height: 102.72px;
}

.section_3 {
	position: relative;
	background: url('../images/section_3_bg.png');
	border-radius: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	min-height: 800px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;

	padding: 50px;
	margin-top: 100px;
}

.section_3 .phone_1 {
	position: absolute;
	right: 50px;
	bottom: 0;
}

.section_3_content {
	width: calc(100% - 820px);
}

.section_3 .title,
.section_3 .description,
.section_3 .description.second {
	position: relative;
	z-index: 1;
}

.section_3 .title {
	font-family: 'Unbounded';
	font-size: 28px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.section_3 .description {
	font-size: 24px;
	font-weight: 400;
	color: #000;
	margin-bottom: 20px;
}

.section_3 .description.second {
	font-weight: 300;
	color: rgba(0, 0, 0, 0.50);
	margin-bottom: 0;
}

.section_4 .collapse-btn {
	padding: 40px 50px;
	background-color: #fff;
	border-radius: 30px;
	user-select: none;
	margin-bottom: 30px;
}

.section_4 .title {
	color: var(--primary);
	font-family: 'Unbounded';
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 15px;
	transition: 0.3s;

	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section_4 .title h3 {
	margin-bottom: 0;
}

.collapse-btn.collapsed .title {
	margin-bottom: 0;
}

.collapse-btn.collapsed .title img {
	transform: rotate(0);
	transition: 0.3s;
}

.collapse-btn .title img {
	transform: rotate(90deg);
	transition: 0.3s;
}

.section_4 p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
}

.section_5 {
	margin-top: 80px;
}

.section_5 p {
	font-size: 32px;
	color: #000;
	font-weight: 500;
}


footer {
	background-color: #fff;
	margin-top: 50px;
	height: 400px;
	border-radius: 30px;
	padding: 20px;
	background-image: url('../images/xeond_logo.png');
	background-repeat: no-repeat;
}

footer .xeond {
	height: 100%;
	font-family: 'Unbounded';
	color: var(--primary);
	font-size: 20px;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 290px;
	text-transform: uppercase;
}

footer .xeond_title {
	color: var(--primary);
	font-family: 'Unbounded';
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

footer .xeond_subtitle {
	color: rgba(25, 103, 242, 0.50);
}

footer .social-medias {
	height: 100%;
	display: flex;
	gap: 20px;
}

footer .social-media {
	height: 100%;
	width: 100%;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #007AFF0D;
	border-radius: 20px;

	color: #3F3F3F;
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}

footer .social-media img {
	width: 100px;
	height: 100px;
}

.row-gap-10 {
	row-gap: 10px;
}

.gap-10 {
	gap: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mobile-show {
	display: none !important;
}

a {
	color: inherit;
	text-decoration: none;
}

.section_5 .card {
	position: relative;
	height: 400px;
	border-radius: 30px;
	padding: 30px;
	border: none;
}

.section_5 .card .card-content {
	height: 100%;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 32px;
	font-weight: 500;
	overflow: hidden;
}

.section_5 .card .phone {
	position: absolute;
	bottom: 0;
	right: 50px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	height: 450px;
	width: fit-content;
}

.section_5 .card.first {
	background-image: url('../images/android_bg.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.section_5 .card.second {
	background-image: url('../images/ios_bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}

.section_5 .card-content img {
	width: 200px;
}