﻿@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700,900&display=swap&subset=hebrew');
body {
	margin: 0;
	padding: 0;
	direction: rtl;
	background: #fff;
	font-family: 'Rubik', sans-serif;
}

* {
	font-family: 'Rubik', sans-serif;
}

*,
 ::after,
 ::before {
	box-sizing: border-box;
}

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

img {
	max-width: 100%;
}

.logo_container {
	width: 100%;
	text-align: left;
}

.logo_container img {
	padding: 50px 55px;
}

.man_container img {
	display: block;
	margin: auto;
}

.man {
	width: 1200px;
	max-width: 100%;
	margin: auto;
	position: relative;
}

.man .text_container {
	position: absolute;
	top: 41%;
	left: 0;
	font-size: 50px;
	font-weight: 900;
	line-height: 1em;
}

.first_text {
	color: #000;
}

.second_text {
	color: #0099da;
}

#Main {
	background: #0099da;
}

.misc_pic {
	width: 1600px;
	max-width: 100%;
	margin: auto;
	position: relative;
	top: -100px;
}

.pic_container {
	display: inline-block;
	position: relative;
}

.misc_text {
	position: absolute;
	bottom: 19%;
	left: -33%;
	color: #fff;
	font-size: 26px;
}

#Main h1 {
	color: #000;
	font-size: 40px;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
	top: -20px;
}

.btn_container {
	width: 100%;
	text-align: center;
}

.btn {
	color: #000;
	font-size: 26px;
	background: #00ffa2;
	border-radius: 50px;
	display: inline-block;
	padding: 30px 60px;
	margin: auto;
	box-shadow: 5px 5px 65px 28px rgba(0, 0, 0, 0.15);
}

#Main .btn {
	margin-top: 20px;
}

#Maven {
	background: #0099da;
	padding: 0 15px;
}

.maven_container {
	background: #fff;
	width: 1334px;
	border-radius: 20px;
	max-width: 100%;
	margin: auto;
	padding: 20px 20px 120px 20px;
}

#Maven .slogo {
	width: 100%;
	text-align: center;
	padding-top: 72px;
}

#Maven p {
	font-size: 26px;
	margin-bottom: 60px;
	text-align: center;
}

#Maven ul {
	font-size: 40px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

#Maven ul li {
	white-space: nowrap;
}

.flex_container {
	display: flex;
	flex-flow: row wrap;
	/* Then we define how is distributed the remaining space */
	justify-content: space-around;
}

.flex_item {}

#Maven .btn_container {
	position: relative;
	top: -50px;
}

#Features {
	background: #0099da;
	padding: 0 15px;
}

.features_container {
	width: 1334px;
	max-width: 100%;
	margin: auto;
	padding: 20px 20px 160px 20px;
}

#Features .slogo {
	width: 100%;
	text-align: center;
	padding-top: 152px;
}

#Features p {
	font-size: 26px;
	color: #fff;
	margin-bottom: 60px;
	text-align: center;
}

#Features .flex_item {
	text-align: center;
}

#Features .flex_item h1 {
	font-size: 40px;
	color: #000;
	font-weight: 500;
	margin: 0;
}

#Features .flex_item h2 {
	font-size: 26px;
	color: #fff;
	font-weight: 300;
	margin: 0;
}

#Features .btn {
	margin-top: 110px;
}

footer {
	direction: ltr;
	text-align: center;
	font-size: 16px;
	margin: 160px 0 50px 0;
}

@media only screen and (max-width: 1380px) {
	.misc_pic {
		top: -50px;
	}
	.pic_container {
		display: block;
		width: 100%;
		text-align: center;
	}
	.misc_text {
		position: static;
		font-size: 26px;
	}
	#Main h1 {
		top: 0;
		margin: 30px 0;
	}

}

@media only screen and (max-width: 1270px) {
	.man .text_container {
		font-size: 3vw;
		left: 5%;
	}
}

@media only screen and (max-width: 780px) {
	.man_container img {
		max-width: 60%;
		margin: 0 40% 0 0;
	}
	.man .text_container {
		position: absolute;
		top: 30%;
		right: 5%;
		font-size: 26px;
		font-weight: 900;
		line-height: 1em;
	}
	.btn {
		font-size: 4.5vw;
		padding: 20px 40px;
	}
	#Maven .btn_container {
		top: -35px;
	}
	.logo_container {
		text-align: center;
	}
	#Maven ul {
		margin-bottom: 50px;
		font-size: 30px;
	}
	#Features .flex_item {
		width: 100%;
	}
}