@font-face {
    font-family: 'Zain';
    src: url('../fonts/Zain-RegularV2.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

html{
    height: 100%;
    position: relative;}

body{ 
    font-size: 15px;
    height: 100%;
    background:#fff;
    border:0; 
	font-family: 'Zain';
    line-height:22px;
    min-width:320px;padding:0;margin: 0;
    padding: 0;overflow-x: hidden;
}

*{
    -webkit-font-smoothing: antialiased;
}

div, p{
    padding: 0;
    margin: 0;
}

.main-container{
	position: relative;
	display: block;
	background-image: url('../images/Desktop-Background.png');
	background-position: center;
	background-size: cover;
	width: 100%;
    height: 100%;
}

.container{
	position: relative;
	display: block;
	background-image: url('../images/Desktop-Phones.png');
	background-position: center;
	background-size: cover;
	width: 100% !Important;
    height: 100%;
}

.logo{
	position: relative;
    display: inline-block;
    width: 100%;
    max-width: 220px;
    padding-top: 30px;
    padding-left: 30px;
}

.logo-mobile{
	position: relative;
    display: inline-block;
    width: 100%;
    max-width: 150px;
    padding-top: 30px;
    padding-left: 0px;
}

.right{
	color: white;
    direction: rtl;
    padding-right: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.right p{
	font-family: 'Zain';
    font-size: 48px;
    line-height: normal;
	margin-top: 7px;
    filter: drop-shadow(1px 2px 2px #333);
	-webkit-filter: drop-shadow(1px 2px 2px #333);

}

.right .app{
	font-family: 'Zain';
    font-size: 45px;
    line-height: normal;
}

.appstore, .googlestore{
	position: relative;
    display: inline-block;
    width: 100%;
    max-width: 120px;
	margin-top: 15px;
	margin-left: 3px;
}

.appstore img, .googlestore img{
	position: relative;
	display: block;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.container{
		background-image: url('../images/Mobile-Phones.png');
	}
	
	.right{
		position: relative;
		display: inline-block;
		float: right;
		color: #000;
		top: 0;
        transform: translate(0, 0);
		padding-top: 33px;
	}
	
	.right p{
		font-size: 33px;
		margin-top: 0px;
		margin-bottom: 3px;
		filter: drop-shadow(0px 0px 1px #333);
		-webkit-filter: drop-shadow(0px 0px 1px #333);
	}
}