﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	vertical-align:baseline;
}

html
{
    height:100%; 
    margin-bottom: 0px; 
}

body 
{
    text-align: center;
    height: 100%; 
    margin-bottom: 0px;
    font-family: 'Heebo', sans-serif;
	direction: rtl;
	background-image: url(../images/bgmain.png);
	background-size: cover;
	background-repeat: no-repeat;
	
}

body.home{
	text-align: center;
}

body.case{
	text-align: center;
}

div.page1{
	display: inline-block;
	text-align: center;
	width: 1200px;
	margin-top: 270px;
	font-size: 45px;
	color: #1ad397;
	font-weight: bold;
}

div.page2{
	display: inline-block;
	text-align: center;
	width: 1200px;
	margin-top: 170px;
	font-size: 45px;
	color: #1ad397;
	font-weight: bold;
}

div.page3{
	display: inline-block;
	text-align: center;
	width: 1200px;
	margin-top: 120px;
	font-size: 45px;
	color: #1ad397;
	font-weight: bold;
}

div.page5{
	display: inline-block;
	text-align: center;
	width: 1200px;
	margin-top: 40px;
	font-size: 45px;
	color: #FFD459;
	font-weight: bold;
}


div.page1 p{
	color: #cbcbcb;
	font-size: 25px;
	letter-spacing: 1px;
	font-weight: lighter;
}

div.page2 p{
	color: #cbcbcb;
	font-size: 25px;
	letter-spacing: 1px;
	font-weight: lighter;
}

div.page3 p{
	color: #cbcbcb;
	font-size: 25px;
	letter-spacing: 1px;
	font-weight: lighter;
}

div.page5 p{
	color: #cbcbcb;
	font-size: 25px;
	letter-spacing: 1px;
	font-weight: lighter;
}

div.box{
	width: 1200px;
	text-align: center;
}

div.box div.left{
	display: inline-block;
	font-size: 30px;
	font-weight: normal;
	color: #D7D7D7;
	float: left;
	width: 500px;
	background-color: rgba(18,18,18,0.8);
	padding: 30px 20px;
	border-bottom: 4px #0171c5 solid;
	border-top: 4px #808080 solid;
}

div.box div.right{
	display: inline-block;
	font-size: 30px;
	font-weight: normal;
	color: #D7D7D7;
	float: right;
	width: 500px;
	background-color: rgba(18,18,18,0.8);
	padding: 30px 20px;
	border-bottom: 4px #d60000 solid;
	border-top: 4px #808080 solid;
}


div.box img{
	display: inline-block;
	float: right;
	margin-right: 40px;
}

div.box p{
	font-size: 18px;
}

div.pcblue{
	display: absolute;
	background-image: url(../images/pcblue.png);
	float: left;
	background-repeat: no-repeat;
	padding: 100px 200px;
	margin-left: -200px;
}

div.pcred{
	display: absolute;
	background-image: url(../images/pcred.png);
	float: right;
	background-repeat: no-repeat;
	padding: 100px 200px;
	margin-right: -200px;
	background-position: right;
	    margin-top: -336px;
}

div.box div.left:hover{
	display: inline-block;
	font-size: 30px;
	font-weight: normal;
	color: white;
	float: left;
	width: 500px;
	background-color: #0171c5;
	padding: 30px 20px;
	border-bottom: 4px #0A5E9E solid;
	border-top: 4px #808080 solid;
}

div.box div.right:hover{
	display: inline-block;
	font-size: 30px;
	font-weight: normal;
	color: white;
	float: left;
	width: 500px;
	background-color: #d60000;
	padding: 30px 20px;
	border-bottom: 4px #A70F0F solid;
	border-top: 4px #808080 solid;
}

img.backbutton{
	position: fixed;
	top: 60px;
	right: 60px;
}

div.casetext{
	font-size: 22px;
	color: white;
	font-weight: bold;
	background-color: #222222;
	padding: 10px 0px;
}

div.casetext p{
	font-size: 16px;
	color: #F9D760;
	font-weight: lighter;
}

div.case{
	display: inline-block;
	margin: 20px;
}

div.case:hover{
	background-color: #222222;
}

div.games{
	display: inline-block;
	text-align: center;
	width: 210;
	height: 184;
	background-image: url(../images/polygon.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px;	
	position: relative;

}

div.active{
	display: inline-block;
	text-align: center;
	width: 210;
	height: 184;
	background-image: url(../images/polygonpick.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px;	
	position: relative;

}

div.games img{
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	
    
}

div.container{
	margin-top: 40px;
}

div.container a{
	margin-top: 30px;
	font-size: 18px;
	color: white;
	font-weight: bold;
	padding: 20px 77px;
	display: inline-block;
	text-decoration: none;
	background-color: #0599c4;
}

div.container a:hover{
	margin-top: 30px;
	font-size: 18px;
	color: white;
	font-weight: bold;
	padding: 20px 77px;
	display: inline-block;
	text-decoration: none;
	background-color: #23B7E3;
}

img.nextarrow{
	margin-right: 10px;
	margin-bottom: -5px;
}

div.slider{
	width: 1200px;
	text-align: center;
	display: inline-block;
	margin-top: 40px;
}

div.slider h3{
	font-size: 25px;
	color: #cbcbcb;
	margin-bottom: 10px;
	margin-top: 50px;
	
}


input[type="range"]{
    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius: 6px;
    height: 15px;
	width: 400px;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
    );
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background-color: #E9E9E9;
    border: 1px solid #CECECE;
    height: 25px;
    width: 25px;
	border-radius: 100%;
}


div.slider a{
	text-align: center;
	margin-top: 80px;
	font-size: 18px;
	color: white;
	font-weight: bold;
	padding: 20px 50px;
	display: inline-block;
	text-decoration: none;
	background-color: #0599c4;
}


div.slider a:hover{
	text-align: center;
	margin-top: 80px;
	font-size: 18px;
	color: white;
	font-weight: bold;
	padding: 20px 50px;
	display: inline-block;
	text-decoration: none;
	background-color: #1BB2DD;
}



div.slider img.nextarrow2{
	margin-right: 10px;
	display: inline-block;
	position: fixed;
    margin-top: 4px;
}

img.icon{
	margin: -20px 20px;
}

div.container2 a{
	font-size: 18px;
	color: white;
	font-weight: normal;
	height: 50px;
	width: 120px;
    padding: 22px 50px;
	margin: 15px;
	text-decoration: none;
	background-color: #0599c4;
}

div.container2 a:hover{
	font-size: 18px;
	color: white;
	font-weight: normal;
	height: 50px;
	width: 120px;
    padding: 22px 50px;
	margin: 15px;
	text-decoration: none;
	background-color: #1183A4;
}


div.container2{
	margin-top: 80px;
}

img.last{
	margin-top: -25px;
}

footer{
	background-color: #191919;
	position: fixed;
	bottom: 0;
	right: 0;
	display: inline-block;
	text-align: center;
	width: 1920px;
	padding: 7px 0px;
}
footer h4{
	color: #C5C5C5;
	letter-spacing: 1px;
}

footer p{
	font-size: 13px;
	letter-spacing: 1px;
	color: #B50A0C;
	font-weight: bold;
}

img.homebutton{
	position: fixed;
	top: 60px;
	right: 115px;
}

img.firewoks{
	right: 0;
}
div.container2 img{
	margin-left: 15px;
	
}