@font-face {
	font-family: 'Kalameh';
	src: url("fonts/Kalameh/Kalameh-FaNum-Regular.ttf") format("turetype"), url("fonts/Kalameh/KalamehWeb-FaNum-Regular.eot") format("eot"), url("fonts/Kalameh/KalamehWeb-FaNum-Regular.woff") format("woff"), url("fonts/Kalameh/KalamehWeb-FaNum-Regular.woff2") format("woff2");
	font-display: block;
	font-weight: normal;
  }
  @font-face {
	font-family: 'Kalameh';
	src: url("fonts/Kalameh/Kalameh-FaNum-Bold.ttf") format("turetype"), url("fonts/Kalameh/KalamehWeb-FaNum-Bold.eot") format("eot"), url("fonts/Kalameh/KalamehWeb-FaNum-Bold.woff") format("woff"), url("fonts/Kalameh/KalamehWeb-FaNum-Bold.woff2") format("woff2");
	font-display: block;
	font-weight: bold;
  }



a {
  text-decoration: none !important;
}
::-webkit-scrollbar {
  width: 5px;
}

/****************************************new styles**********************/
*{
	line-height: normal;
	list-style: none;
	box-sizing: border-box;
}
body{
	font-size: 17px;
	font-family: 'Kalameh';
	background: #fff;
}
input:focus,
button:focus,
textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

#header {
  display: flex;
  width: 100%;
  height: 100vh;
  color: #fff;
  text-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
#header #particle-canvas {
  position: absolute !important;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.menubar{
	padding: 20px 15px;
}
.logobar img{
	width: 250px;
	max-width: 100%;
}
.langbar li a{
	color: #fff;
}
.langbar li{
	display: inline-block;
	margin-left: 15px;
}
.langbar li select{
	padding: 2px 15px;
	border-radius: 3px;
	cursor: pointer;
}
.hero{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hero h1{
	color: #fff;
	font-weight: bold;
}
.hero p{
	color: #fff;
}
.btns{
	margin-top: 30px;
}
.btns li{
	width: 49.5%;
	display: inline-block;
	margin: 2px 0;
}
.btns li button{
	background: #fff;
	border : none;
	padding: 15px;
	border-radius: 50px;
	width: 100%;
	cursor: pointer;
	transition: 0.2s;
	position: relative;
	overflow: hidden;
	color:#000!important;
}
.btns li button img{
	position: absolute;
    top: -9px;
    left: -14px;
    width: 75px;
    height: 75px;
    transform: rotate(345deg);
	opacity: 0.8;
}
.btns li:hover button{
	background: #24a2ff;
	transition: 0.2s;
	color: #fff!important;
}
.social .s1,.social .s2{
	padding: 0;
}
.social .s1 li{
	display: inline-block;
	margin: 0 2px;
	background: #fff;
	padding: 10px;
	border-radius: 50px;
}
.social .s1 li svg{
	float: right;
	width: 20px;
	height: 20px;
	color: #218DB0;
}
.social .s2 li{
	display: inline-block;
	margin: 0 2px;
	background: #fff;
	padding: 10px;
	border-radius: 3px;
}
.social .s2 li svg{
	float: right;
	width: 20px;
	height: 20px;
	color: #444;
}
.openmenu{
	display: none!important;
}
.resmenu{
	position: fixed;
	top: 0;
	right: -500px;
	width: 250px;
	height: 100%;
	max-width: 80%;
	background: #fff;
	z-index: 100000;
	opacity: 0;
	transition: 0.4s;
	visibility: hidden;
}
.resclose{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.50);
	z-index: 10000;
	opacity: 0;
	transition: 0.4s;
	visibility: hidden;
}
.hero img{
	display: block;
	margin: 0 auto;
}
.resmenu ul{
	padding: 30px;
	margin: 0;
}
.resmenu ul li{
	margin-bottom: 10px;
}
.resmenu ul li a{
	color: #000;
}
.myimage{
    width: 220px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 12px solid rgba(255, 255, 255, 0.30);
    object-fit: cover;
    height: auto;
}
@media(max-width:992px){
	.hero h1{
		text-align: center!important;
	}
	.hero p{
		text-align: center!important;
	}
	.hero img{
		width: 90%;
		display: block;
		margin: 0 auto;
	}	
	.home,.reg{
		display: none!important;
	}
	.openmenu{
		display: inline-block!important;
	}
	.langbar svg{
		margin-bottom: -11px;
		color: #fff;
		cursor: pointer;
		margin-left: -10px;
	}
	.hero{
		margin: 20px auto;
		position:inherit;
		transform:none;
	}
	.hero p{
		margin-bottom: 20px!important;
	}
}
@media(max-width:768px){
	.btns li{
		width: 100%;
	}
	.hero h1{
		font-size: 30px;
		text-align: center!important;
		margin-top: 30px;
	}
	.hero p{
		text-align: center!important;
	}
	.hero img{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
}












