body, html {
	height: 100%;
	background-repeat: no-repeat;    /*background-image: linear-gradient(rgb(12, 97, 33),rgb(104, 145, 162));*/
	background:black;
	position: relative;
	direction: rtl;
}

body {
	background-image: url(../elements/back2.jpg);
    background-position: center;
    background-size: cover;
}

#particles-js{
  	width: 100%;
  	height: 100%;
  	background-size: cover;
  	background-position: 50% 50%;
  	position: fixed;
  	top: 7vh;
  	z-index:1;
}

.main-body {
	height: 93vh;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}


.page-div {
	width: 80%;
    background: #292f33e3;
    height: 50vh;
    min-height: 300px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -40%;
    margin-top: -25vh;
    z-index: 2;
    -webkit-box-shadow: 0px 55px 60px -30px rgba(0,0,0,1);
	-moz-box-shadow: 0px 55px 60px -30px rgba(0,0,0,1);
	box-shadow: 0px 55px 60px -30px rgba(0,0,0,1);
}

.image-div {
	position: relative;
    width: 33%;
    height: 100%;
    float: right;
}

.icon-div {
	position: absolute;
    margin-right: -10%;
    height: 90%;
}

.icon-holder {
	position: relative;
	height: 25%;
}

.icon-cont {
	left: 50%;
    top: 0;
    margin: 7% 0;
    margin-left: calc(-13% - 3px);
    width: 30%;
    /*height: 86%;*/
    z-index: 1;
    /*position: absolute;*/
    border: 6px solid;
    border-radius: 50%;
   	background: rgb(134,157,208);
	background: radial-gradient(circle, rgba(134,157,208,1) 0%, rgba(24,40,79,1) 80%);
}

.box-icon {
	width: 100%;
}

.one-img {
	
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: right;
    -webkit-clip-path: polygon(58% 0, 100% 0%, 100% 100%, 1% 100%);
    clip-path: polygon(58% 0, 100% 0%, 100% 100%, 1% 100%);

}

.two-img {
	position: absolute;
    height: 100%;
    margin-right: 13%;
}

.overlay-1 {
	position: absolute;
    clip-path: polygon(66% 0, 90% 0%, 25% 100%, 1% 100%);
    -webkit-clip-path: polygon(66% 0, 90% 0%, 25% 100%, 1% 100%);
    height: 71vh;
    min-height: 426px;
    width: 124%;
    background: rgba(24, 40, 79, 0.56);
}

.overlay-2 {
	position: absolute;
    clip-path: polygon(78% 0, 100% 0%, 25% 100%, 1% 100%);
    -webkit-clip-path: polygon(78% 0, 100% 0%, 25% 100%, 1% 100%);
    height: 84vh;
    min-height: 504px;
    width: 124%;
    background: rgba(64, 45, 71, 0.56);
    left: 16%;
    bottom: -25%;
    
}

.content-div {
	height: 100%;
    float: left;
    width: 67%;
    
}

.overlay-cont {
	position: absolute;
    width: 100%;
    height: 59vh;
    min-height: 354px;
    top: 50%;
    margin-top: -31vh;
    margin-right: -15%;
    -webkit-box-shadow: 0px -108px 46px -97px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -108px 46px -97px rgba(0,0,0,0.75);
    box-shadow: 0px -108px 46px -97px rgba(0,0,0,0.75)
}

.page-overlay {
	clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

#svg-container {
	height: 100%;
	width: 100%;
}

.pp {
	fill:rgba(0, 0, 0, 0.2);
}

.img-poly {
	fill: url(#img1)
}

.title {
	margin: 0;
    margin-right: -20%;
    text-align: center;
    color: white;
    font-size: 2.2em;
    line-height: 55px;
    text-shadow: 3px 3px 5px black;
}

.small-icon-div {
	display: none;
}

@media screen and (max-width: 1440px) {
	.title {
		line-height: initial;
	}
	
	.icon-cont {
		width: 25%;
		margin: 5% 0;
	}
	
}


@media screen and (max-width: 1024px) {
	
	.title {
		line-height: normal;
		font-size: 2em;
	}
}


@media screen and (max-width: 800px) {
	.title {
		font-size: 2.3em;
    	font-weight: bold;
    	line-height: 1.6em;
    	margin-right: -3%;
	}
	
	
	.icon-cont {
		width: 18%;
		margin: 3% 0;
	}
	
}


@media screen and (max-width: 768px) {

.one-img {
	background-image: url(../elements/down/B.png);
    position: absolute;
    height: 124%;
    width: 100vw;
    background-size: cover;
    background-position: right;
    -webkit-clip-path: polygon(100% 0%, 83% 0, 61% 79%, 0 79%, 1% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 86% 0, 67% 81%, 0 81%, 0% 100%, 100% 100%);
}

.page-div {
	width: 100%;
	right: 0;
	margin-right: 0;
}

.overlay-cont {
	width: 90%;
	margin-right: 0;
}

.icon-div {
	display: none;
}

.small-icon-div {
	display: block;
	position: absolute;
    top: 12vh;
    left: 5vw;
    margin-right: 0%;
    /* margin-right: -10%; */
    /* height: 49%; */
    width: 36%;
    z-index: 2;
}

.small-icon-holder {
	width: 20%;
    margin-left: 5%;
    float: right;
}

.small-icon-cont {
	width: 100%;
	 border: 6px solid;
    border-radius: 50%;
   	background: rgb(134,157,208);
	background: radial-gradient(circle, rgba(134,157,208,1) 0%, rgba(24,40,79,1) 80%);
}

}

@media screen and (max-width: 550px) {
	.small-icon-div  {
		top: 13vh;
	}
	
	.small-icon-cont {
		border: 3px solid;
	}
}

@media screen and (max-width: 450px) {
	.small-icon-div  {
		top: 14vh;
	}
	
	.title {
		font-size: 2em;
		line-height: 1.7em;
		text-shadow: none;
	}
}
