body {
	background: #fff;
	/* background-image: url("slide1.jpg"); */
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

section {
	display: block;
	width: 100%;
	min-height: 100vh;
	padding: 50px 20px;
}

p,
a {
	font-size: 14px;
}

section div {
	text-align: center;
}

.logo {
	margin: auto;
	width: 200px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* .desc {
	font-size: 18px;
} */

.btns {
	margin: auto;
	margin-top: 50px;
	max-width: 330px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.btns__item {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
}

.btns__link {
	width: 300px;
	/* margin: 30px auto; */
	border: none;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #8584F5;
	backdrop-filter: blur(10px);
	border-radius: 22px;
	color: #fff;
	font-weight: 500;
}

.btn__icon {
	width: 30px;
	height: 30px;
}

.item:hover {
	box-shadow: 0px 0px 4px #fff;
}

/* @media all and (max-width: 768px) {
	
} */