@charset "utf-8";

@font-face {
  font-family:'samim';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Samim-FD.woff") format('woff');
}

@font-face {
  font-family:'c';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Shekasteh.ttf") format('woff');
}

@font-face {
font-family :' Font Awesome 5 Solid' ;
 
  src: url("../webfonts/fa-solid-900.woff2") format('woff2');
}
body{

}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'samim';
}
a{
	color: #fff;
	text-decoration: none;
	
}
a:hover{
		color:blueviolet;
	transition: all 0.4s;
}

.logo-name{

	font-size: 20px;color: white;
	margin: 10px;
	padding-right: 20px;
 
	
}
.logo-name h2{
	font-family: 'c';
			line-height: 50px;
}
 .titr{
	font-family: 'c';
	margin: 0  auto;
  color: #fff;
	text-align: center;
	width: 100%;
	font-size: 25px;
}
.list_nav_mobile li{
	list-style: none;

} 
.menu-top {
	position:sticky;
	top:0;
	left:0;
  direction: ltr;
 
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
/*  background-color: #7f7f7f;*/
  background-color: #000;
  display: flex;
  flex-direction: row;
  justify-content:space-around;
  align-items: center;
  column-gap: 10px;
 
	z-index:2000;
	box-shadow: 0px 0px 10px 30px rgba(250,245,250,0.83) ;
	-webkit-box-shadow: 0px 0px 10px -3px rgba(250,245,250,0.53);
-moz-box-shadow: 0px 0px 10px -3px rgba(250,245,250,0.53);
box-shadow: 0px 0px 10px -3px rgba(250,245,250,8.53);
}
 
.right-menu {
	direction: rtl;
  width:60%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  padding-right: 20px;
}
.menu-item {
  margin: 0 10px;
}
 

.tell-top{
	font-size: 14px;
	margin-left: 30px;
}

.sub-menu{
	 padding-right: 30px;
	margin: 25px;
	line-height: 30px;
}

.main-lang{
		width: 100px;
	display: flex;
	flex-direction: column;
 
 
	background: #000;

	list-style: none;
 
	margin:20px;
}
.main-lang li{
	list-style: none;
}
.main-lang :hover ul{
	display: block;
}
 
.sub-lang-menu{
 position: relative;
	top:170px;
	display: none;
		list-style: none;
	  line-height: 50px;
	padding: 5px 10px;
	z-index: 1000;
	height: 320px;
 
 
}

 
#toggle_nav:checked + label + ul{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
#toggle_nav:checked + label span:first-child{
    transform: rotate(45deg);
    position: relative;
    top: -4px;
}   
#toggle_nav:checked + label span.line_mid{
    transform: translateX(10px);
    opacity: 0;

}
#toggle_nav:checked + label span:last-child{
    position: relative;
    top: -13px;
    transform: rotate(-45deg);

}
 
 .list_nav_mobile{
	 
    position: fixed;
    right: 0;
    background-color:rgba(0,0,0,0.51);
    height: 100%;
    top: 40px;
    width: 150px;
/*	 width: 100%;*/
    transform: translateX(350px);
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    text-align: right;
    overflow-x: hidden;
	 z-index: 100;

}
.line{
    border-bottom: 2px solid #fff;
    width: 20px;
    display: block;
    margin-bottom: 3px;
    transition: all 260ms ease-out;
    -webkit-transition: all 260ms ease-out;
    -moz-transition: all 260ms ease-out;
    -ms-transition: all 260ms ease-out;
    -o-transition: all 260ms ease-out;

}

.label_toggle_nav{
    position: relative;
    top: 0;
right: 20px;
		    background-color:transparent;
}
.active-menu{
 
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    font-weight: bold;
	margin-right: 10px;
	margin-top: 10px;
	background-color:transparent;
  transition: all 0.4s ease;
	/* border: 2px solid rgba(33,33,33,0.91);*/
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease
}

.active-menu:hover{
	   border: 2px solid #fff;
    box-shadow: 0 0 10px #2f84e1;
	color: #fff;
		background-color:rgba(33,33,33,0.91);
   filter: drop-shadow(5px 1px 10px #2f84e1);
}
  


@media screen and (min-width:1200px) {
    .nav_mobile{
        display: none;
    }
}
@media   screen and (Max-width:1200px){

	.right-menu{
	display:none;
			
	}
	.menu-top{
		justify-content: space-between;
		position: fixed;
	}
	 
	 .nav_mobile{
        display: block;
		 z-index: 40000;

		 
    }
	 
}

@media   screen and (Max-width:500px){
	
		.menu-top ,.tell-top{
 
			font-size: 12px;
		
	}
	.logo-name h2{
		margin-top: 5px;
			font-size: 25px;
		line-height: 50px;

}
 
}/*&#9776*/