 
/* custom*/  
@font-face {
  font-family: "HELVETICANEUELT-ARABIC-75-BOLD";
  font-style: normal;  
  src:url("../fonts/HELVETICANEUELT-ARABIC-75-BOLD.eot?") format("eot");
  src:url("../fonts/HELVETICANEUELT-ARABIC-75-BOLD.eot?#iefix") format("embedded-opentype"), 
      url("../fonts/HELVETICANEUELT-ARABIC-75-BOLD.ttf") format("truetype"),
      url("../fonts/HELVETICANEUELT-ARABIC-75-BOLD.svg#jannaltbold") format("svg");
} 
@font-face {
  font-family: "HELVETICANEUELT";
  font-style: normal;  
  src:url("../fonts/HELVETICANEUELT.eot?") format("eot");
  src:url("../fonts/HELVETICANEUELT.eot?#iefix") format("embedded-opentype"), 
      url("../fonts/HELVETICANEUELT.ttf") format("truetype"),
      url("../fonts/HELVETICANEUELT.svg#jannaltbold") format("svg");
} 
h1, h2 ,h3 ,h4 ,h5, h6, label{
	font-family: "HELVETICANEUELT-ARABIC-75-BOLD", Arial, sans-serif;
}
html, body {
	direction: rtl;
    font-family: "HELVETICANEUELT", Arial, sans-serif; 
    height: 100%;
	background: #f7f7f7;
} 
a {
    cursor: pointer; 
} 
a:hover { 
    text-decoration: none;
} 
p{
	font-family: "HELVETICANEUELT", Arial, sans-serif; 
    font-size: 14px;  
}

.link{
	margin-left: 5%;
}

.social-media{
	margin-top: -10px;
}

main{
	width: 100%;
	height: 100vh;
	background: url(../img/background.png) no-repeat;
	background-position: left;
	background-size: contain;
}
.main-navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.main-navbar .logo{
	width: 170px;
}
.main-navbar .logo img{
	width: 100%;
} 
.main-navbar .nav-list .nav-item{
	margin-right: 30px;
}
.main-navbar .nav-list .nav-item:first-child{
	margin-right: 0px;
}
.main-navbar .nav-list .nav-link{
	color: #fff;
	font-size: 16px;
}
.main-navbar .nav-list .nav-link.current,
.main-navbar .nav-list .nav-link:hover,
.main-navbar .nav-list .nav-link:focus{
	color: #3c4e39;
	background: #f7f7f7;
	border-radius: 4px;
	font-weight: 700;
}



 

.phone{
	position: relative;
} 
.phone .screen { 
    position: absolute;
    top: 14.5%;
    bottom: 0;
    left: 15.49%;
    right: 14.2%; 
} 

.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: -100px;
    right: -100px;
    display: block;
}
.owl-theme .owl-nav button{
    width: 40px;
	height: 40px; 
    line-height: 44px !important; 
	border-radius: 50% !important;
	background:#fff !important;
	color: #3c4e39 !important; 
	padding: 0;
	text-align: center;
	outline: none;
}
.owl-theme .owl-nav button i{   
    font-size: 1.5rem; 
}

.owl-theme .owl-nav .owl-prev{
    float: right;
}
.owl-theme .owl-nav .owl-next{
    float: left;
}


.social-media .nav-item{
	margin: 0 5px;
}

.social-media .nav-link{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
	padding: 0;
	text-align: center;
	transition: all 0.3s ease;
}
.social-media .nav-link:hover,
.social-media .nav-link:focus{ 
	background: #fff;
	color: #3c4e39; 
	transform: scale(1.2);
}

.now {
	position: relative;
	margin: 30px 0 15px;
	padding: 5px 15px;
    background: #fff;
    box-shadow: 0 5px 15px #ddd;
	color: #3c4e39;
	font-size: 3.5rem;
	font-weight: bolder;
    width: 150px;
    border-radius: 100px 0 0 100px;
}

.now:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top:0;
	right: -100%;
	background: #fff;
    box-shadow:20px 5px 15px #ddd;
}
.super-title{
	font-size: 2.6rem;
	line-height:2;
	padding: 10px 0;
	margin: 0;
}
.tab-content{
	display: none
}
.tab-content.current{
	display: block;
}
.tab-content p {
	color: #9c9c9c;
	font-size: 18px;
	line-height: 1.5;
}

.contact-box{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.contact-box .icon{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius:4px;
	color: #fff;
	text-align: center;
	background: url(../img/bc.png) no-repeat;
	background-size: 100%; 
	margin-left: 15px;
}
.contact-box h4{
	color: #636363;
	font-size: 24px;
	margin:0;
}

.download-app{
	display: flex;
	justify-content: flex-start;
	padding-top: 30px;
}

.download-app .app{ 
    padding: 5px;
    border-radius: 50px;
    width: 35%;
	display: flex;
	justify-content: around;
	align-items: center;
	transition: all 0.3s ease;
	border: 2px solid transparent;
	margin-left: 40px;
}
.download-app .app.app-apple{
	border: 2px solid rgba(80,102,76,1);
	color: rgba(80,102,76,1);
}
.download-app .app.app-apple:hover{
	border: 2px solid rgba(80,102,76,1);
	background: linear-gradient(90deg, rgba(60,78,57,1) 0%, rgba(80,102,76,1) 100%);
	color: #fff;
}
.download-app .app.app-google{ 
	background: linear-gradient(90deg, rgba(60,78,57,1) 0%, rgba(80,102,76,1) 100%);
	color: #fff;
}
.download-app .app.app-google:hover{
	border: 2px solid rgba(80,102,76,1);
	background: transparent;
	color: rgba(80,102,76,1);
}

.download-app .app .icon{ 
	width: 60px;
	height: 60px;	
	line-height: 60px;
	text-align: center;
	font-size: 40px;
	margin: 0 5%;
}

.download-app .app .text h5{ 
	margin: 0;
}




@media all and (min-width: 1200px) {

	.download-app .app{
		margin-left: 20px;
		width: 34%;
	}

	.download-app .app .icon{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 25px;
	}
}

@media all and (max-width: 992px) {  
} 

@media all and (max-width: 768px){  
	main{
		background: none;
	}
	.main-navbar .nav-list .nav-link{
		color: rgba(80,102,76,1);
	}
	.main-navbar .nav-list .nav-link.current,
	.main-navbar .nav-list .nav-link:hover,
	.main-navbar .nav-list .nav-link:focus{
		color: #fff;
		background-color: rgba(80,102,76,1);
	}
	.social-media{
		margin-bottom: 30px;
	}
	.social-media .nav-link { 
		border: 1px solid rgba(80,102,76,1);
		color: rgba(80,102,76,1);
	}
}

@media (max-width: 580px) {  
	
	.main-navbar {
		display: block;
	}
	.main-navbar .logo{
		margin: 0 auto 15px;
	}
	.nav-list{ 
		justify-content: space-between;
	}
	.now { 
		padding: 5px 55px; 
		width: 200px;
	}
	.super-title {
		text-align: center;
	}
	.download-app{
		padding-bottom: 30px;
	}
	.download-app .app {
		padding: 0; 
		width: 49%;
	}
	.download-app .app .icon{
		margin:0;
	}
	.owl-theme .owl-nav{
		display: none;
	}
}  
@media (max-width: 420px) { 
	
}
@media (min-width: 1400px){
	.container {
		max-width: 1440px;
	}

}

@media (min-width: 1366px){
	.download-app .app{
		margin-left: 20px;
		width: 34%;
	}

	.download-app .app .icon{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 25px;
	}

}

@media (min-width: 1920px) {

	.container {
		max-width: 1645px;
	}

}