h1, p, li, a {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*** ANIMATIONS ***/
@keyframes LaunchInLeft {
	0% {
		opacity: 0;
		transform: translateX(-80px);
	}
	50% {
		transform: translateX(-30px);
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes LaunchInUp {
	0% {
		opacity: 0;
		transform: translateY(80px);
	}
	70% {
		opacity: 0;
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes LaunchInRight {
	0% {
		opacity: 0;
		transform: translateX(80px);
	}
	30% {
		opacity: 0;
		transform: translateX(80px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes LaunchInRightLong {
	0% {
		opacity: 0;
		transform: translateX(80px);
	}
	80% {
		opacity: 0;
		transform: translateX(80px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInInit {
	0% {
		opacity: 0;
	}
	70% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.main-logo {
	animation: LaunchInLeft 1500ms;
}

.main-title {
	animation: LaunchInLeft 2500ms;
}

.main-description {
	animation: LaunchInLeft 3400ms;
}

.download-buttons {
	animation: LaunchInUp 3500ms;
}

.slider {
	animation: LaunchInRightLong 3500ms;
}

.direction-buttons {
	animation: fadeInInit 5000ms;
}

/*.f-container {
	animation: LaunchInUp 1500ms;
}*/
/*** END ANIMATIONS ***/


.p-absolut-center {
	position: absolute;
	top: calc(50% - 140px);
	left: 0;
	right: 0;
	-webkit-transform: perspective(1px) translateY(-50%);
	-moz-transform: perspective(1px) translateY(-50%);
	-ms-transform: perspective(1px) translateY(-50%);
	-o-transform: perspective(1px) translateY(-50%);
	transform: perspective(1px) translateY(-50%);
}

/*** LANDING ***/
.main-body {
	height: 100vh;
	width: 100%;
	margin: 0;
	background-color: #141924;
}

.main-container {
	display: flex;
	max-width: 1200px;
	padding: 0px 50px 0 50px;
	margin: 0 auto;
	margin-top: 80px;
	align-items: center;
}

.mcc1 {
	width: 50%;
}

.mcc1 h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 38px;
	font-weight: 700;
	color: white;
}

.mcc1 p {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: white;
	line-height: 30px;
}

.mcc1 .logo-qoqo {
	font-weight: 900;
}

.mcc1 .logo-bello {
	font-weight: 900;
	color: #68C860;
}

.mcc1 .download-buttons {
	margin-top: 50px;
	margin-bottom: 30px;
}

.mcc1 .download-buttons a {
	color: transparent;
}

.mcc1 .download-buttons .google-play-badge {
	margin-left: 30px;
}

.mcc2 {
	position: relative;
	display: flex;
	width: 50%;
	padding-left: 50px;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}

/*** SLIDER CARD CAROUSSEL ***/
.slider {
	position: relative;
	width: 100%;
	height: 720px;
	overflow: hidden;
}

.item {
	position: absolute;
	width: 350px;
	height: calc(100% - 20px);
	text-align: justify;
/*	background-color: white;*/
	border-radius: 10px;
	transition: 0.8s;
	left: calc(50% - 170px);
	top: 0;
}
/*** END SLIDER CARD CAROUSSEL ***/

.direction-buttons {
	position: absolute;
	display: flex;
	width: 100%;
    justify-content: center;
    z-index: 1000;
}

.direction-buttons #prev {
	margin-right: auto;
}

#next, #prev {
	cursor: pointer;
	background-color:transparent;
	border: none;
}

.direction-buttons img {
	height: 30px;
	opacity: 0.6;
}

/*** END LANDING ***/
.main-page {
	width: 100%;
	margin: 0;
	background-color: #141924;
}

.page-container {
	max-width: 1200px;
	padding: 80px 50px 80px 50px;
	margin: 0 auto;
}

.page-container p {
	font-family: 'Montserrat', sans-serif;
	color: white;
	line-height: 1.6em;
}

.page-container ul {
	padding: 0;
	padding-left: 15px;
}

.page-container .p1 {
	font-weight: 700;
	font-size: 18px;
}

.page-container .sub-li {
	padding-left: 40px;
	margin: 5px 0px;
}

/*.page-container span {
	display: inline-block;
}*/

.main-page footer {
	position: initial;
}

.mg-b15 {
	margin-bottom: 15px;
}

.mg-r60 {
	margin-right: 60px;
}

.min-w100 {
	min-width: 100px;
}

.font-upper {
	text-transform: uppercase;
}

.disc {
	list-style-type: disc;
	font-family: 'Montserrat', sans-serif;
	color: white;
	line-height: 1.6em;
}
/*** OTHER PAGES ***/

/*** END OTHER PAGES ***/

.img-fit {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 20px 0;
}

.f-container {
	max-width: 1200px;
	padding: 0px 20px 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

.f-container ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 10px 0;
	padding: 0;
}

.f-container ul li {
	margin: 10px 15px;
	list-style-type: none;
}

.f-container .socials li {
	margin: 0 10px;
}

.f-container ul li a {
	font-family: 'Montserrat', sans-serif;
	color: white;
	text-decoration: none;
}

@media only screen and (max-width: 1000px) {
	.main-body {
		height: auto;
	}

	.main-container {
		display: block;
		padding: 0 30px;
		position: initial;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.mcc1, .mcc2 {
		width: 100%;
	}

	.mcc1 {
		margin-bottom: 30px;
	}

	.mcc2 {
		padding: 20px 0;
	}

	.mcc1 .download-buttons {
		text-align: center;
	}

	footer {
		position: initial;
		bottom: none;
	}
}

@media only screen and (max-width: 600px) {
	.main-container {
		padding: 0 20px;
	}

	.mcc1 h1 {
		font-size: 30px;
	}

	.mcc1 .download-buttons {
		text-align: center;
	}

	.mcc1 .download-buttons .google-play-badge img {
		margin-top: 15px;	
	}

	.page-container {
		padding: 40px 20px;
	}
}

@media only screen and (max-width: 450px) {
	.mcc1 h1 {
		font-size: 25px;
	}

	.mcc1 .download-buttons .google-play-badge {
		margin-left: 0;
	}

	.main-logo {
		height: 42px;
	}

	.slider {
		height: 560px;
	}

	.direction-buttons {
		width: 112%;
	}
}

@media only screen and (max-height: 870px) {
	.slider {
		height: 600px;
	}
}

@media only screen and (max-height: 720px) {
	.slider {
		height: 540px;
	}
}
