body{
  position: relative;
  width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #070707;
	background-image: url("images/background.png");
	font-family: 'Assistant', sans-serif;
	color: white;
  direction: rtl;
}
 h1{
  font-size: 6rem;
  font-weight: bold;
  line-height: 5.12rem;
}
h3{
  font-size: 3.43rem;
  font-weight: 600;
  line-height: 3.4rem;
}
h4{
  font-size: 3.13rem;
  font-weight: 500;
  line-height: 2.5rem;
}
h1,h3,h4{
  background: #959595;
  background: -webkit-linear-gradient(to right, #959595 0%, #e7e7e8 50%, #8b868b 100%);
  background: -moz-linear-gradient(to right, #959595 0%, #e7e7e8 50%, #8b868b 100%);
  background: linear-gradient(to right, #959595 0%, #e7e7e8 50%, #8b868b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.logo{
  padding-top: 30px;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}
.slider-section-desktop img{
  max-width: 100%;
  height: 100%;
  margin-top: 20px;
}
.back-image .back-top{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.back-image .back-bottom{
	position: absolute;
	bottom: -35px;
	right: 0;
	z-index: -1;
}
.slider-section-desktop{
  text-align: right;
  align-items: flex-end;
  justify-content: space-between;
}
.slider-section-desktop .slider-left{
  margin-top: -90px;
  margin-right: -30px;
}
.slider-section-desktop img.desc-circle{
  position: absolute;
  width: 111px;
  height: 111px;
  left: -50px;
  top: -20px;
}
.slider-section-mobile{
	display: none;
}
.line-title{
	color: #ddd;
	border-top:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	padding: 0px;
	font-size: 2.6rem;
	text-align: center;
	margin: 20px 0;
}
.content-title img{
	margin-top: -11px;
 	margin-bottom: 12px;
 	margin-right: 9px;
}
.img-icon{
	display: flex;
}
.img-icon div img{
	width: 100%;
	margin: 10px 0;
}
.img-logo{
	justify-content: flex-end;
	margin: 15px 0;
}
.footer-section{
	margin: 0 0 10px;
	padding: 10px 0;
	border-top: 5px solid #fff;
  font-size: 1.625rem;
  font-weight: 200;
  line-height: 1.625rem;
  text-align: justify;
}
.footer-section a{
  text-decoration: underline;
}
@media screen and (min-width: 1920px){
  .container {
    max-width: 1166px;
  }

}
@media screen and (max-width: 1919px){
  h1 {
    font-size: 4vw;
    line-height: 1.2;
    margin-bottom: 0;
  }
  h3{
    font-size: 40px;
    line-height: 1.2;
  }
  h4 {
    font-size: 2vw;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .back-image img{
		width: 190px;
	}
  .slider-section-desktop .slider-right {
    margin-left: 20px;
  }
  .slider-section-desktop img {
    height: initial;
  }
  .slider-section-desktop img.desc-circle {
    width: 80px;
    height: 80px;
    left: -20px;
    top: -10px;
  }
  .content-title img {
  	margin-top: -3px;
    margin-bottom: 12px;
    margin-right: 9px;
    width: 21px;
  }
}
@media screen and (max-width: 1200px){
	.back-image img{
		width: 170px;
	}
}

@media screen and (max-width: 1919px) {
	.content-title h3 {
		font-size: 38px;
	}
}

@media screen and (max-width: 767px){
	
	.logo {
		margin-bottom: 20px;
	}

	.logo img{
		width: 260px;
	}
	.back-image .back-top,
  .back-image .back-bottom{
		width: 100px;
	}
  .back-image .back-bottom{
		position: fixed;
    bottom: 0;
	}
	.slider-section-desktop{
		display: none;
	}
	.slider-section-mobile{
		display: block;
	}
	.slider-section-mobile img{
		width: 100%;
	}
	.line-title{
		font-size: 28px;
		max-width: 90%;
	}
	.content-title h3{
		font-weight: 700;
		font-size: 3.5vw;
	}
	.content-title img{
		width: 15px;
		margin-top: 4px;
		margin-right: 5px;
	}
	.img-icon div{
		width: 33.33%;
	}
  .footer-section {
    padding-left: 0;
    padding-right: 0;
  	border-top-width: 2px;
  	font-size: 5vw;
  	font-weight: 300;
  	line-height: 1.2em;
  }

  .img-logo {
  	justify-content: center;
  }

  .img-icon div img {
  	margin: 0 0;
  }

  .img-icon div {
  	padding: 5px 5px;
  }

}
@media screen and (max-width: 640px){
	.back-image .back-bottom{
		display: none;
	}
	.content-title h3{
		font-weight: 700;
		font-size: 4.5vw;
	}
}
@media screen and (max-width: 502px){
	.logo img{
		width: 200px;
	}
	.back-image .back-top,
  .back-image .back-bottom{
		width: 70px;
	}
	.line-title{
		font-size: 5.5vw;
		margin-bottom: 0;
	}
	.content-title{
		font-size: 25px;
	}
	.content-title img{
		width: 12px;
		margin-bottom: 6px;
	}
	.content-title h3{
		font-weight: 700;
		font-size: 4.9vw;
	}
	.img-icon {
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 360px){
	.line-title {
		font-size: 19px;
	}

	.content-title h3 {
		font-size: 17px;
	}

	.content-title img{
		width: 11px;
		margin-bottom: 2px;
	}
}

@media screen and (max-width: 350px){
	.line-title {
		font-size: 17px;
	}

	.content-title h3 {
		font-size: 15px;
	}
}