/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Header
- Features
- CAPABILITIES & SERVICES
- Conclusion
- Footer
- Copyright
- Back To Top Button
- Media Queries
******************************************/

/*****************************************
Colors:
- Backgrounds - light gray #f1f9fc
- Buttons, icons - purple #594cda
- Buttons, icons - red #eb427e
- Headings text - black #252c38
- Body text - dark gray #6b747b
******************************************/


/**************************/
/*     General Styles     */
/**************************/
body,
html {
    width: 100%;
	height: 100%;
}

body, p {
	color: #6b747b; 
	font: 400 1rem/1.625rem "Open Sans", sans-serif;
}

h1 {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3.125rem;
	letter-spacing: -0.5px;
}

h2 {
	color: #252c38;
	font-weight: 700;
	font-size: 2.125rem;
	line-height: 2.625rem;
	letter-spacing: -0.4px;
	margin-bottom: 1.25rem;
}

h3 {
	color: #252c38;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 2.25rem;
	letter-spacing: -0.3px;
}

h4 {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2rem;
	letter-spacing: -0.2px;
}

h5 {
	color: #252c38;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.625rem;
}

h6 {
	color: #252c38;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.375rem;
}


.h1-large {
	font-size: 2.875rem;
	line-height: 3.5rem;
}

.p-large {

	font-size: 1.125rem;
	line-height: 1.75rem;
}

.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	color: #6b747b;
	text-decoration: underline;
}

a:hover {
	color: #6b747b;
	text-decoration: underline;
}

.no-line {
	text-decoration: none;
}

.no-line:hover {
	text-decoration: none;
}

.purple {
	color: #594cda;
}

.white {
	color: #FFFFFF;
}

.bg-gray {
	background-color: #f1f9fc;
}

/**********************/
/*     Navigation     */
/**********************/
.navbar {
	background-color: white;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar .navbar-brand {
	padding: 0;
	/* padding-top: 0.125rem;
	padding-bottom: 0.125rem; */
}

.logo img, #logo svg, header .logo {
  filter: none !important;
  color: inherit !important; /* For SVG currentColor */
  opacity: 1 !important;
}

.navbar .logo-image svg {
    width: 150px;
	/* height: 32px; */
}

.navbar .logo-text {
	color: #252c38;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 4.25rem; /* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: white;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	text-align: center;
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
	font-weight: 700;
	font-size: 1rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #6b747b;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
	color: #ff6e84;
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
	}
}

.navbar .dropdown-menu {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	border: none;
	background-color: white;
}

.navbar .dropdown-item {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #6b747b;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	text-decoration: none;
}

.navbar .dropdown-item:hover {
	background-color: white;
	color: #ff6e84;
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	margin: 0.5rem auto 0.5rem auto;
	border: none;
	background-color: #d4dce2;
}
/* end of dropdown menu */

.navbar .social-icons {
	display: block;
}

/* .navbar .scial-icons a {
	text-decoration: none;
}

.navbar .fab {
	color: #594cda;
	font-size: 35px;
	transition: all 0.2s ease;
}

.navbar .fab:hover {
	color: #eb427e;
} */


.navbar .fa-stack {

	font-size: 1.5rem;
}

.navbar .fa-stack .fa-stack-1x {
    color: #ffffff;
	transition: all 0.2s ease;
}

.navbar .fa-stack .fa-stack-2x {
	color: #252c38;
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-1x {
	color: #252c38;
}

.navbar .fa-stack:hover .fa-stack-2x {
    color: #ffffff;
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}

/* Social Icons - Blue default, Black on hover */
.social-links a {
    color: #398CCB !important;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #000000 !important;
}

.social-links a i {
    color: inherit;
}

/*****************/
/*    Header     */
/*****************/
.header {
	padding-top: 0;
	
	background: white;
	text-align: center;
}

.header .text-container {
	margin-bottom: 2rem;
	margin-top: 7rem;
	text-align: center;
}

.header .h1-large {
	margin-bottom: 1.25rem;
}

.header .p-large {
	margin-bottom: 2rem;
}

.header .btn-solid-lg {
	margin-right: 0.25rem;
	margin-bottom: 1.25rem;
	margin-left: 0.25rem;
}



/********************/
/*     Features     */
/********************/
#features .row:first-of-type {
	margin-bottom: 30px;
}

#features .row:last-of-type {
	margin-top: 30px;
}

#features .col:first-of-type {
	margin-bottom: 30px;
}

.cards-1 {
	padding-top: 5rem;
	padding-bottom: 1.5rem;
	text-align: center;
}

.cards-1 .card {
	margin-bottom: 0;
	padding: 3.125rem 1rem 2.125rem 1rem;
	border: none;
	border-radius: 16px;
	background-color: #f1f9fc;
}

.cards-1 .card-image {
	margin-bottom: 1.5rem;
}

.cards-1 .card-image svg {
	width: 70px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	stroke: #594cda;
}

.cards-1 .card-body {
	padding: 0;
}

.cards-1 .card-title {
	margin-bottom: 0.375rem;
}

.cards-1 .card p {
	text-align: center;
}

/*******************/
/*     Capabilities     */
/*******************/
.cards-2 {
	position: relative;
	padding-top: 5rem;
	background: linear-gradient(rgba(50, 60, 70, 0.9), rgba(50, 60, 70, 0.9)), url('../images/pricing-background.jpg') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.cards-2 .h2-heading {
	margin-bottom: 0.625rem;
	color: #ffffff;
}

.cards-2 .p-heading {
	margin-bottom: 3.75rem;
	color: #ffffff;
}

.cards-2 .card {
	display: block;
	max-width: 330px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #bcc4ca;
	border-radius: 8px;
}

.cards-2 .card-image svg {
	width: 70px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	stroke: #000000;
}

.cards-2 .card .card-body {
	padding: 1rem 0.75rem 0 0.75rem;
}

.cards-2 .card .card-title {
	margin-bottom: 1rem;
	color: #eb427e;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.875rem;
	text-align: center;
}

.cards-2 .card p {
	margin-bottom: 1.25rem;
	text-align: left;
}

.cards-2 .card .value {
	color: #252c38;
	font-weight: 600;
	font-size: 5rem;
	line-height: 5rem;
	text-align: center;
}

.cards-2 .card .currency {
	margin-right: 0.375rem;
	color: #252c38;
	font-size: 2rem;
	vertical-align: 80%;
}

.cards-2 .card .frequency {
	margin-bottom: 1.5rem;
	font-size: 0.875rem;
	text-align: center;
}

.cards-2 .card .list-unstyled {
	margin-bottom: 1.625rem;
	margin-top: 15px;
	text-align: left;
}

.cards-2 .card .list-unstyled li {
	margin-bottom: 0;
}

.cards-2 .card .list-unstyled .fas {
	color: #594cda;
	font-size: 0.75rem;
	line-height: 1.625rem;
}

.cards-2 .card .list-unstyled .media-body {
	margin-left: 0.375rem;
}

.cards-2 .card .button-wrapper {
	position: absolute;
	right: 0;
	bottom: -1.5rem;
	left: 0;
	text-align: center;
}

.cards-2 .card .btn-solid-reg:hover {
	background-color: #ffffff;
}


.cards-2 .decoration-bg {
	position: absolute;
	bottom: 0;
	height: 60px;
	width: 100%;
	background-color: #ffffff;
}

#manage {
	max-width: 95%;
	display: block;
}


/********************/
/*     Value     */
/********************/
.cards-value {
	padding-top: 5rem;
	padding-bottom: 3.5rem;
	text-align: center;
}

.cards-value .card {
	margin-bottom: 0;
	padding: 2.125rem 0.5rem 1.125rem 0.5rem;
	border: none;
	border-radius: 16px;
	background-color: #f1f9fc;
}

.cards-value .card-image {
	margin-bottom: 1.5rem;
}

.cards-value .card-image svg {
	width: 70px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	stroke: #594cda;
}

.cards-value .card-body {
	padding: 0;
}

.cards-value .card-title {
	margin-bottom: 0.375rem;
}


/******************/
/*     Footer     */
/******************/
.footer {
	padding-top: 6rem;
	/* padding-bottom: 3rem; */
	background: white;
	text-align: center;
}

.footer a {
	text-decoration: none;
	text-align: left;
}

.footer p {
	margin: 0;
	text-align: left;
}



.address {
    padding-left: 30px;
    background: url(../images/address.png) no-repeat left 5px;
}

.phone {
    padding-left: 30px;
    background: url(../images/phone.png) no-repeat left center;
}

.email {
    padding-left: 30px;
    background: url(../images/email.png) no-repeat left center;
}

.footer .col-6 {
	align-self: center;
}

.contact {
	align-items: center;
}

.contact li {
	list-style: none;
}

.footer .purple:last-of-type {
	margin-bottom: 1.875rem;
}

.footer .fa-stack {
	width: 2em;
	margin-bottom: 1.25rem;
	margin-right: 0.375rem;
	font-size: 1.5rem;
}

.footer .fa-stack .fa-stack-1x {
    color: #ffffff;
	transition: all 0.2s ease;
}

.footer .fa-stack .fa-stack-2x {
	color: #252c38;
	transition: all 0.2s ease;
}

.footer .fa-stack:hover .fa-stack-1x {
	color: #252c38;
}

.footer .fa-stack:hover .fa-stack-2x {
    color: #ffffff;
}


/*********************/
/*     Copyright     */
/*********************/
.copyright {
	/* padding-top: 1.5rem; */
	background-color: white;
	text-align: center;
}

.copyright a {
	text-decoration: none;
}


/******************************/
/*     Back To Top Button     */
/******************************/
a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 12px;
	bottom: 12px;
	display: none;
	width: 42px;
	height: 42px;
	border-radius: 30px;
	background: #343e48 url("../images/up-arrow.png") no-repeat center 47%;
	background-size: 18px 18px;
	text-indent: -9999px;
}

a:hover.back-to-top {
	background-color: #000000;
}

/*************************/
/*     Media Queries     */
/*************************/	

@media (min-width: 576px) {
	#manage {
		max-width: 70%;
		display: block;
	}

	#features .col:first-of-type {
		margin-bottom: 0;
	}

	.cards-1 {
		padding-top: 6rem;
	}
}

/* Min-width 768px */
@media (min-width: 768px) {

	

	/* Header */
	.header {
		padding-top: 0;
	}
	/* end of header */


	/* Extra Pages */
	.ex-basic-1 .text-box {
		padding: 1.75rem 2rem 0.875rem 2rem;
	}
	/* end of extra pages */
}
/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {


	#manage {
		max-width: 60%;
		display: block;
	}
	
	/* General Styles */
	.h2-heading {
		width: 35.25rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p-heading {
		width: 46rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */


	/* Navigation */
	.navbar {
		padding-top: 0;
		background-color: transparent;
		border-bottom: none;
		transition: all 0.2s;
	}

	.navbar.top-nav-collapse {
		padding-top: 0;
		padding-bottom: 0;
		background-color: white;
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.navbar .nav-item .nav-link {
		padding-right: 0.625rem;
		padding-left: 0.625rem;
	}

	.navbar .dropdown-menu {
		margin-top: 0.25rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.05);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .app-store-icons {
		margin-left: 0.875rem;
	}
	/* end of navigation */


	/* Header */
	.header {
		text-align: left;
	}

	.header .text-container {
		margin-top: 7rem;
	}

	.header .btn-solid-lg {
		margin-right: 0.5rem;
		margin-left: 0;
	}
	/* end of header */


	

	/* Value */
	.cards-value .card {
		display: inline-block;
		width: 296px;
		vertical-align: top;
	}

	.cards-value .card:nth-of-type(3n+2) {
		margin-right: 1rem;
		margin-left: 1rem;
	}
	/* end of value */


	


	/* Pricing */
	.cards-2 .card {
		display: inline-block;
		max-width: 100%;
		width: 302px;
		vertical-align: top;
	}


	/* end of pricing */


	


	/* Footer */
	.footer h4 {
		/* width: 45rem; */
		margin-right: auto;
		margin-left: auto;
	}
	/* end of footer */


	/* Copyright */
	.copyright {
		text-align: center;
	}

	.copyright .list-unstyled li {
		display: inline-block;
		margin-right: 1rem;
	}

	.copyright .statement {
		text-align: center;
	}
	/* end of copyright */


	
}
/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {

	
	
	/* General Styles */
	.h1-large {
		font-size: 3.125rem;
		line-height: 3.75rem;
	}
	/* end of general styles */


	/* Header */
	.header {
		padding-top: 0;
		padding-bottom: 0;
	}

	.header .text-container {
		margin-top: 7rem;
		margin-right: 3rem;
	}

	.header .image-container {
		text-align: right;
	}
	/* end of header */


	/* Features */
	.cards-value .card {
		width: 350px;
		padding-right: 3rem;
		padding-left: 3rem;
	}

	.cards-value .card:nth-of-type(3n+2) {
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}
	/* end of features */



	/* Pricing */
	.cards-2 .card {
		width: 340px;
	}


	.cards-2 .card .card-body {
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
	/* end of pricing */


	
}
/* end of min-width 1200px */

@media (min-width: 1250px) {
	#manage {
		max-width: 50%;
		display: block;
	}
}

@media (min-width: 1400px) {
	#manage {
		max-width: 41%;
		display: block;
	}
}