

.fadeIn {
	-webkit-animation: fadeIn 2s linear;
	animation: fadeIn 2s linear;
}

#gradients {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
}

#gradients * {
	position: absolute;
	pointer-events: none;
}

#gra-tr {
	top: 0;
	right: 0;
}

#gra-br {
	top: 60%;
	right: 0;
}

#gra-ml {
	top: 20%;
	left: 0;
}

.step-img {
	margin-bottom: 15px;
}

.my-10 {
	margin-top: 7rem !important;
	margin-bottom: 7rem !important;
}
.py-10 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}

.mb-10 {
	margin-bottom: 7rem !important;
}

.img-home {
	border-radius: 12px;
}
#spotlightImage {
	transition: opacity 0.3s ease-in;
}

#navbarSupportedContent *:not(.btn) {
	color: white !important;
}

.text-black {
	color: black !important;
}



.roadmap-container {
	position: relative;
}

.quarter {
	position: absolute;
}

a {
	text-decoration: none;
}

a .card-body {
	transition: all 0.3s linear;
}

a .card-body:hover {
	color: white;
	transform: scale(1.05);
}

article {
	font-size: 1.1rem;
}

article h2:not(:first-child) {
	margin-top: 3em;
}

article h3:not(:first-child) {
	margin-top: 3em;
}

article h4:not(:first-child) {
	margin-top: 3em;
}

article pre {
	background-color: #111 !important;
	padding: 2rem;
	border-radius: 7px;
	margin-bottom: 2rem;
}

article code {
	background: #111;
	padding: 0.2rem;
	border-radius: 7px;
}

.Q422{
	left: 0;
	top: 20%;
}
.Q123{
	left: 15%;
	bottom: 10%;
}
.Q223{
	left: 40%;
	top: 15%;
}
.Q323{
	left: 60%;
	bottom: 10%;
}
.Q423{
	left: 70%;
	top: 0;
}
.Q124{
	right: 0;
	bottom: 30%;
}

.faq .card-body{
	min-height: 320px;
}

.showcase-image img {
	transition: all 0.3s ease-out;
	border-radius: 13px;
}

.showcase-image:hover img{
	transform: scale(1.05);
}

#showcase-container {
	overflow-x: scroll;
}

#showcase-track {
	width: 2250px;
}

.showcase-image {
	display: inline-block;
	width: 720px;
	min-height: 300px;
}

br {
	content: '';
	display: block !important;
	margin: .4rem 0 !important;
}

article li {
	margin-left: 1em;
	margin-bottom: 2em;
}

article .img-container img {
	border-radius: 7px;
	width: 100%;
}