* {
	box-sizing: border-box;
  }

body{
	margin:0;
	padding:0;
	font-family: 'Heebo', sans-serif;
	color: #222;
	background: #fff;
	text-align: center;
	direction: rtl;
}
.slogan img.logo_in_text {
	width: 120px;
	margin: 0 0 30px;
}
.many_money {
	font-size: 24px;
	background: #7901ed;
	padding: 0 10px;
}
.clock svg {
	width: 107px;
	margin-bottom: 30px;
}
.clock path {
	fill: #7901ed;
}

.how_many {
	background: #333;
	padding: 0;
	margin: 90px 0;
	height: 28vw;
	overflow: hidden;
	position: relative;
}
.how_many .iframe_blocker{
	width: 100%;
	height: 100%;
	z-index: 5;
	position: absolute;
	top:0;
	left: 0;
}
.how_many iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.how_many h3 {
	color: #fff;
	font-weight: 100;
	font-size: 43px;
	line-height: 55px;
	margin-bottom: 34px;
}
.how_many p {
	color: #fff;
	margin: 0;
}

.possible > h3 {
	font-size: 43px;

	margin: 0 auto 41px;
}

.strip_img_wrapper img {
	object-fit: contain;
	width: auto;
	height: 100vh;
	position: absolute;
	object-position: center;
	left: 0;
}
.strip_img_wrapper {
	background: #faf9ff;
	position: relative;
	height: 100vh;
}
.logo_wrapper {
	position: fixed;
	top: 0;
	height: 90px;
	left: 0;
	z-index: 2;
}
.logo_wrapper img {
	width: 90px;
	margin: 9px;
	padding: 0;
}
.grid {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
}
.grid.reverse {
	flex-flow: row-reverse;
}
.grid > div {
	width: 50%;
}

.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slogan {
	padding: 90px 0;
	
}
.slogan img {
	width: 230px;
	margin: 60px 32px 60px;
}
.text {
	
	
}
.text > img {
	width: 7vw;
	margin-top: -1vw;
	margin-bottom: 1.2vw;
}
h1 {
	margin: 0 0 1vw;
	font-size: 30px;
	font-weight: 400;
}
h2 {
	font-weight: normal;
	font-size: 72px;
	font-family: 'Waterfall', cursive;
	margin: 0 0 24px;
}
ul {
	/* width: 100%; */
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
	line-height: 21px;
	margin-right: -10px;
	font-size: 18px;
	text-align: right;
	padding: 0;
	list-style-position: revert;
	display: flex;
	align-items: center;
	margin-bottom: 7px;
	justify-content: center;
}
li::before {
	content: "";
	background: url(https://hotelplus.io/wp-content/uploads/homepage/vi.png);
	display: block;
	width: 38px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: 15px;
	margin-top: 0;
	background-position: center;
	display: flex;
	align-items: center;
}
.above_squares {
	background: none;
	border-top: 1px solid #ebebeb;
}
.slogan li {
	text-align: center;
}
.hp {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #7901ed;
}
p {
	line-height: 30px;
	font-size: 18px;
}
.grid > div.img {
	display: flex;
}
.only {
	font-size: 20px;
	border-bottom: 1px solid;
	margin: 0 auto 26px;
	display: table;
}

.click_here {
	display: table;
	margin: 0 auto;
	background: #fff;
	border-radius: 90px;
	color: #333;
	font-size: 14px;
	padding: 8px 16px;
	box-shadow: 0 0 15px #0004;
	cursor: pointer;
	transition: all 0.2s;
}
.click_here:hover{
	background: #222;
	color: #fff;
}
.about_wrapper {
	padding: 120px 0;
	background: #fff;
}
.gray_bg {
	/*background: #f1f1f1;*/
	background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
}
footer.gray_bg {
	background: #f1f1f1;
}
.margin90-0{
	
}
.text_wrapper {
	max-width: 600px;
	margin: 0 auto;
}
.about_wrapper img {
	width: 77px;
	margin-bottom: 30px;
}
a {
	color: #222;
	text-decoration: none;
}

footer {
	padding: 30px 0;
	font-size: 14px;
	color: #555;
}
footer a{
	font-size: 14px;
	color: #555;
}

footer a,footer span{
	margin: 0 20px;
}

.arrow {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 35px;
	margin: 35px auto 26px;
}
h3 {
	font-weight: 400;
	font-size: 22px;
	line-height: 35px;
	margin: 0;
}


@media only screen
and (max-width : 760px)
and (orientation : portrait)
{

	.how_many .iframe_blocker{
		display: none;

	}
	#engine ul {
		padding: 0 5%;
	}
	.possible > h3 {
		font-size: 36px;
	}
	.how_many {
		padding: 0;
		height: 51vw;
		margin: 50px 0;
	}
	.clock svg {
		width: 21%;
	}
	.how_many h3 {
		font-size: 30px;
		line-height: 38px;
	}

	.slogan img.logo_in_text {
		width: 29%;
		margin: 30px 0 30px;
	}

	h3 {
		font-weight: 400;
		font-size: 19px;
		line-height: 30px;
		margin: 0;
	}

	.about_wrapper img {
		margin-bottom: 0;
	}

	.about_wrapper .text_wrapper {
		text-align: center;
	}
	.about_wrapper h1 {
		text-align: center;
	}
	body,li{
		font-size: 15px;
	}
	.logo_wrapper {
		display: none;
	}
	p {
		font-size: 15px;
		line-height: 24px;
	}


	.strip_img_wrapper {
		height: auto;
	}
	.strip_img_wrapper img {
		object-fit: contain;
		width: 100%;
		height: auto;
		position: relative;
	}
	.slogan {
		padding: 30px 5%;
	}
	h1 {
		font-size: 26px;
		text-align: right;
		margin: 0px 0 20px;
	}
	h2 {
		margin: 15px 0 41px;
		font-size: 11vw;
		line-height: 12vw;

	}
	.slogan .text_wrapper {
		text-align: center;
		padding: 0;
	}

	.text {
		text-align: center;
		padding: 30px 5%;
	}
	.text > img {
		width: 22vw;
		margin-right: 25px;
		display: table;
		margin-top: 30px;
	}
	.text_wrapper {
		padding: 5%;
		text-align: right;
	}
	.grid > div {
		width: 100%;
	}
	.grid.reverse {
		flex-flow: row wrap;
	}
	li {
		justify-content: flex-start;
	}
	li::before {
		content: "";
		background: url(https://hotelplus.io/wp-content/uploads/homepage/vi.png);
		display: block;
		width: 32px;
		height: 28px;
		background-repeat: no-repeat;
		background-size: 15px;
		margin-top: 0;
		background-position: center right;
		display: flex;
		align-items: center;
	}
	.slogan li {
		text-align: right;
	  }

}