:root{
	--primary-color: #0a1118;
	--primary-color-highlight: #233D54;
	/*--bs-body-bg: #FBF9F6; */
	--bs-body-bg: #ffffff;
	--bs-body-font-family: 'Nunito', sans-serif;
}

body {
	color: #47404f;	
	line-height: 1.5;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
}

.container {
	padding: 0px 100px;
}

a {
	color: var(--primary-color);
	text-decoration: none;
	transition: all 0.4s ease;
}

a:hover {
	color: var(--primary-color);
}

.btn-primary:hover {
	background-color: #58487a;
	border-color: #58487a;
}

.feature-icon {
	font-size: 2rem;
	color: #0d6efd;
}

.section-padding {
	padding: 60px 0;
}

#how_it_works {
	padding-top: 0px;
	margin-top: -42px;
}

#how_it_works .card {
	box-shadow: none;
	border: 0px;
}

#how_it_works i, #use_cases i {
	padding: 15px;
	font-size: 36px;
	color: #997cd0;
}

#how_it_works p {
	margin-bottom: 0px;
}

#features i {
	color: #997cd0;
	font-size: 1.5rem;
}

#pricing .list-group-flush>.list-group-item, #pricing .card-header {
	border: 0px;
}

#pricing .card-title {
	font-size: 18px;
	font-weight: 700;
}

#pricing .bg-primary {
	background-color: #997cd0 !important;
}

.footer {
	background-color: rgb(58 58 58) !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}

section {
	padding-top: 80px;
	padding-bottom: 80px;
	z-index: 2;
}

.bg-primary {
    background-color: rgb(227 228 246) !important;
    color: #58487a !important;	
}

.text-primary {
	color: rgb(153 124 208) !important;
}

.border-primary {
	border-color: rgb(227 228 246) !important;
}

.navbar {
	background: #ffffff;
}

.navbar-shadow {
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.nav-link {
	font-weight: 600;
}

.btn-main, .btn-primary, .btn.disabled {
	background: #997cd0;
	border: none;
}

.card {
	border: none;
	box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    border: 1px solid #eee;
}

.card:hover {
	transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.card:hover i {
	transform: scale(1.1) rotate(5deg);
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bg-cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.text-45 {
    font-size: 45px;
}

.hero {
	min-height: 80vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../../images/banner.png");
	padding: 158px 0 80px 0;
}

.hero h1 {
	color: #58487a;
	font-size: 58px;
	line-height: 1.2em;
}

.hero_content{
	z-index: 1;
}

.container-custom {
	width: 100%;
	padding: 0 1rem;
	margin: 0 auto;	
}

#cta_section .card {
	background-image: url("../../images/banner.png")
}

.accordion-button:not(.collapsed) {
	background-color: #e3e4f6;
}

.footer, .footer a {
	color: #d3d3d3;
}

.footer a:hover {
	color: #d3d3d3;
}

@media (max-width: 768px) {
	
	.py-5 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;	
	}
	
	.hero h1 {
		font-size: 34px;
	}
	
	.container {
		padding: 0px 40px !important;
	}
	
}
