.section-scroll .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.section-scroll h1 {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 600;
	font-size: 4em;
	margin: 0;
	color: white;
}
.section-scroll h2 {
	font-size: 1.5rem;
}
.section-scroll p {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}
.section-scroll small {
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: white;
}
.section-scroll p small {
	font-size: 12px;
	display: inline-block;
	margin-left: 3px;
	color: #04e8c5;
}
.section-scroll .container {
	padding: 0 1rem;
}
.section-scroll {
	min-height: 780px;
	overflow: hidden;
	min-height: calc(100vh + 110px);
	background: #7e67e5;
	background: radial-gradient(ellipse 100% 100% at 90% 90%, #9271f6, #474ab6);
	padding: 0;
}
.section-scroll .cards {
	-ms-flex-self: center;
	-webkit-box-self: center;
	-webkit-align-self: center;
	align-self: center;
	z-index: 1;
	margin: -5em -2em 0 0;
}
.section-scroll .cards .card-column {
	transform: rotate(0deg);
}
.section-scroll .cards > .card-column > div {
	transform: translateY(-100px);
	box-shadow: -20px 20px 80px -10px rgba(6, 12, 27, 0.51);
	border-radius: 20px;
	position: relative;
	width: 250px;
	height: 250px;
	margin-top: 2em;
	position: relative;
	margin-left: 3em;
}
.section-scroll .cards .card-column .txt {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 123;
	margin: 1.5em;
	padding: 10px;
	font-size: 20px;
	background: #6157cc;
	border-radius: 10px;
}
.section-scroll .cards .card-column .txt p {
	margin: 0;
	font-weight: 600;
	color: #24ffe2;
}
.section-scroll .cards .card-column .img {
	width: 100%;
	height: 100%;
	background-size: cover;
	border-radius: 10px;
	background-position: 80% 60%;
}
.section-scroll .info {
	max-width: 450px;
	height: 100vh;
}
.section-scroll .container h2 {
	font-size: 21px;
	font-weight: 300;
	padding: 1em 0;
	line-height: 1.5em;
	color: #fff;
}
@keyframes anim1 {
	0% {
		transform: translateX(0px);
	}
	25% {
		transform: translateX(-800px);
	}
	50% {
		transform: translateX(0px);
	}
	75% {
		transform: translateX(800px);
	}
	100% {
		transform: translateX(0px);
	}
}
@keyframes anim2 {
	0% {
		transform: translateX(0px);
	}
	25% {
		transform: translateX(-800px);
	}
	50% {
		transform: translateX(0px);
	}
	75% {
		transform: translateX(800px);
	}
	100% {
		transform: translateX(0px);
	}
}
.section-scroll .btn-wrapper > :first-child {
	margin-left: 0;
	border: 0;
	font-size: 14px;
	padding: 14px 30px;
	border-radius: 0px;
	color: white;
	font-weight: 600 !important;
	height: auto;
	border-radius: 30px;
	background: #09e1c0;
	box-shadow: 0px 10px 50px -5px #009982;
}
.section-scroll .btn-wrapper > :last-child {
	border: 0;
	padding: 20px 0px;
	border-radius: 30px;
	padding: 20px 20px;
	color: white;
	margin-left: 1em;
}
.section-scroll .cards > :first-child {
	animation: anim1 80s linear;
	animation-iteration-count: 1;
}
.section-scroll .cards > :last-child {
	animation: anim2 80s linear;
	animation-iteration-count: 1;
}
.section-scroll .cards > .card-column > div {
	transform: translate(0px, 0px);
}
@media (min-width: 768px) {
	.section-scroll h1 {
		font-size: 4em;
	}
	.section-scroll h2 {
		font-size: 2em;
	}
	.section-scroll p {
		font-size: 22px;
		line-height: 36px;
	}
	.section-scroll .flex-row-sm {
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.section-scroll .flex-row-sm > * {
		flex: 0 1 auto;
	}
	.section-scroll {
		max-height: 960px;
		min-height: 960px;
	}
	.section-scroll .cards .card-column {
		transform: rotate(-20deg);
	}
	.section-scroll .cards > .card-column > div {
		transition: transform .5s ease;
		margin-top: 4em;
		width: 340px;
		height: 340px;
		margin-top: 4em;
		position: relative;
		margin-left: 6em;
	}
	.section-scroll .container > :nth-child(1) {
		-webkit-box-flex: 1 0 1040px;
		-webkit-flex: 1 0 1040px;
		-ms-flex: 1 0 1040px;
		flex: 1 0 1040px;
	}
	.section-scroll .container > :nth-child(2) {
		-webkit-box-flex: 1 0 440px;
		-webkit-flex: 1 0 440px;
		-ms-flex: 1 0 440px;
		flex: 1 0 440px;
	}
	.section-scroll .container {
		max-height: 960px;
		height: 100%;
		padding: 0 2rem;
		max-width: 1440px;
	}
	.section-scroll .container .info {
		max-width: 450px;
		margin-left: auto;
		margin-top: -130px;
	}
	.section-scroll .cards > :first-child {
		animation: anim1 40s linear;
		animation-iteration-count: 1;
	}
	.section-scroll .cards > :last-child {
		animation: anim2 40s linear;
		animation-iteration-count: 1;
	}
	@keyframes anim1 {
		0% {
			transform: rotate(-20deg) translateY(0px);
		}
		33% {
			transform: rotate(-20deg) translateY(-90px);
		}
		66% {
			transform: rotate(-20deg) translateY(90px);
		}
		100% {
			transform: rotate(-20deg) translateY(0px);
		}
	}
	@keyframes anim2 {
		0% {
			transform: rotate(-20deg) translateY(0px);
		}
		33% {
			transform: rotate(-20deg) translateY(90px);
		}
		66% {
			transform: rotate(-20deg) translateY(-90px);
		}
		100% {
			transform: rotate(-20deg) translateY(0px);
		}
	}
}
@media all and (max-width: 768px) {
	.section-scroll .cards {
		max-height: 330px;
		flex-wrap: nowrap;
		margin: -5em -2em 7em 0;
	}
	.section-scroll .flex-column-reverse-sm {
		-ms-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.section-scroll .flex-row-sm {
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	.section-scroll .flex-row-sm > * {
		flex: 0 1 auto;
	}
}
