/*
Author       : FSMA
Version      : 1.0
*/


/************* Typography ******************/
* {
	padding: 0;
	margin: 0;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

a,
a:active,
a:focus,
a:hover {
	outline: none;
	text-decoration: none;
}

a {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	color: #333;
}

ul {
	margin: 0;
	list-style-type: none;
}

h1 {
	font-size: 3rem;
	margin: 10px 0;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 4px;
	line-height: 45px;
}

h2 {
	margin: 0 0 15px;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
	position: relative;
}

h3 {
	margin: 0 0 10px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
}

h4 {
	margin: 0 0 10px;
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 2px;
}

h5,
h6 {
	margin: 0 0 10px;
}

html {
	position: relative;
	min-height: 100%;
	width: 100%;
}

body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
	font-size: 16px;
	font-weight: 400;
	overflow-x: hidden;
}

.download {
	color: #fff;
}

.btn-default {
	display: block;
	height: 65px;
	width: 216px;
	background-position-x: 0%;
	background-position-y: 0%;
}

.btn-appstore {
	background: no-repeat url("https://www.apple.com/lae/itunes/link/images/link_badge_appstore_large_2x.png");
	background-size: auto auto;
	background-size: 220px auto;
	background-position: center center;
	align-self: center;
	margin: 0 auto;
	margin-bottom: 0px;
}

.btn-playstore {
	background: no-repeat url("https://play.google.com/intl/en_us/badges/images/generic/fr_badge_web_generic.png");
	background-size: 250px auto;
	background-position: center center;
	align-self: center;
	margin: 0 auto;
}


/*================================ Banner Design ================================*/

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: -moz-linear-gradient(-45deg, #EF626C 0, #23B5D3 100%);
	background-image: -webkit-linear-gradient(-45deg, #EF626C 0, #23B5D3 100%);
	background-image: -ms-linear-gradient(-45deg, #c018db 0, #4179fb 100%);
	background-image: linear-gradient(-45deg, #EF626C 0, #23B5D3 100%);
	opacity: 0.9;
}

a+a {
	margin-left: 15px;
}

.section-spacing {
	width: 100%;
	height: 100%;
	padding: 90px 0;
}

.download-info {
	width: 100%;
	float: left;
	height: auto;
	padding-top: 50px;
}

.download-info h3 {
	margin: 0 0 30px;
}

.download-info p {
	margin: 0 0 50px;
	font-weight: 300;
}

h4 span {
	font-size: 1.5rem;
}

/*======================================== Pages ========================================*/
.page {
	background: #f5f5f5;
}

.site-header {
	background-color: rgba(243, 243, 243, 0.9);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

.page .container {
	margin-top: 20px;
}

.page p {
	text-align: justify;
}

.page h2 {
	font-size: 20px;
}

.page h3 {
	font-size: 17px;
}

hr {
	border: 1px solid rgb(255, 255, 255, 0.8);
}

.card {
	background: #ab8d9d;
	margin: 1rem 1rem 0 auto;
	padding: 0.5rem;
}

.stars {
	color: #ffd675;
}

/*======================================== Footer ========================================*/
footer {
	line-height: 60px;
background:#000;
}


footer p, footer a {
	margin: 0;
	color: rgb(226, 226, 226);
	letter-spacing: 2px;
	text-align: center;
	font-size: 14px;
}

/*======================================== Responsive Design =============================*/
@media only screen and (max-width: 479px) {
	footer p {
		letter-spacing: 1px;
	}

	.btn-default.ios img {
		width: 7em;
	}
}

@media only screen and (max-width: 639px) {
	.section-spacing {
		padding: 60px 0;
	}

	.section-title h2 {
		font-size: 22px;
	}

	.section-title p br {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.img-block {
		text-align: center;
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.download-info {
		padding: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.features-wrapper {
		padding: 0;
	}
}

@media only screen and (min-width: 1200px) {}