@font-face{
	src:url("../fonts/IRANYekanXVF.woff");
	font-family: "iranYekan";
}

::-webkit-scrollbar{
	width: 1vw;
	
}
::-webkit-scrollbar-track{
	background-color: var(--back-btn);
}

::-webkit-scrollbar-thumb{
	background-color: var(--color-dark);
	border-radius: .5vw;
}
html{
	scrollbar-width: thin;
	scrollbar-color: var(--back-light-blue) var(--trans);
}

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
	list-style: none;
	font-family: "iranYekan";
	
}
p{
	
	line-height: 35px;
}
body{
	direction: rtl;
	background: var(--backgrund);
	color:var(--color-dark);
}
header{
	
	width: 100%;
	z-index: 1000;
	padding: 30px 8%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all .5s ease;
	position: sticky;
}
.logo{
	display: flex;
	align-items: center;
	font-size: 28px;
	color: var(--text) ;
	font-weight: 800;
}
.logo img{
	width:120px;
	height: auto;
}
.navlist{
	display: flex;
}

.navlist a{
	display: inline-block;
	margin: 0 35px;
	color: var(--text);
	font-weight: 600;
	transition: all .5s ease;
}
.navlist a:hover{
	text-shadow: var(--shadow);
}

.nav-right{
	display: flex;
	align-items: center;
}
.btn{
	
	padding: 14px 35px;
	background: var(--back-btn);
	color: var(--light-text);
	font-size: 14px;
	font-weight: 600;
	border-radius: 10px;
	margin-left: 12px;
	transition: all .5s ease;
	display: flex;
		align-items: center;
		justify-content: space-between;
	gap:10px;
}
.btn:hover{
	background: var(--back-light-blue);
	color: #000;
	box-shadow: var(--boxshadow);
	transform: scale(1.1);
}

#menu-icon{
	font-size: 35px;
	color:var(--text);
	z-index: 1000001;
	cursor: pointer;
	display: none;
}

.footer{
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.top-footer{
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-logo{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	
}
.foot-logo img{
	width: 200px;
}
.foot-about{
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
	gap:10px;
}
.footer-phone a{
	color: var(--back-btn);
}
.topback{
	padding: 10px 15px;
	border: 1px solid var(--back-btn);
	border-radius: 12px;
	display: flex;
	align-items: center; gap:10px;
	color: var(--color-dark);
	transition: all 300ms ease;
}

.topback:hover{
	background: var(--back-btn);
	
}
.fooer-main{
	width: 90%;
	background: var(--back-btn);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	border-radius: 12px;
	padding: 10px 15px;
}
.footerbtn{
	padding: 10px 15px;
	background: var(--color-dark);
	border-radius: 12px;
	color:var(--back-btn);
}
.footer-link{
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
}
.link{
	width: 25%;
	display: flex;
	flex-direction: column;
}

.link h3{
	font-weight: 400;
	padding: 10px 8px;
}
.alink{
	padding: 8px 8px;
	color: var(--back-btn);
	transition: all 300ms ease;
}
.alink:hover{
	color: var(--color-dark);
}
.social{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
.imgso{
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.imgso a img{
	width: 100%;
}
.header3{
	width: 94%;
	height: 80px;
	background: var(--back-btn);
	margin-right: 3%;
	margin-top: 20px;
	border-radius: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.right-header{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 35px;
}
.header-logo{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 5px;
}
.header-logo h1{
	font-size: 22px;
	font-weight: 500;
	color: var(--color-dark);
}
.header-logo img{
	width: 80px;
}
.header-link{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 5px;
	column-gap: 25px;
}
.h-link{
	display: flex;
	grid-gap: 1px;
	align-items: center;
	justify-content: center;
	color: var(--color-dark);
	transition: all .3s ease;
	padding: 6px 7px;
	border-radius: 7px;
	column-gap: 10px;
}
.h-link:hover{
	background-color: var(--back-light-blue);
	
}
.h-link p{
	font-weight: 600;
}
.left-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 5px;
	margin-left: 10px;
}
.insta{
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-dark);
	font-weight: 600;
	column-gap: 4px;
	transition: all .3s ease;
	padding: 7px 12px;
	border-radius: 7px;
}
.insta:hover{
	background-color: var(--back-light-blue);
}
.activ-link{
	background-color: var(--back-light-blue);
}

.reg-link{
		display: flex;
	align-items: center;
	justify-content: center;
	color: var(--back-btn);
	font-weight: 600;
	column-gap: 4px;
	transition: all .3s ease;
	padding: 12px 15px;
	border-radius: 7px;
	background-color: var(--color-dark);
}
.hamb{
	display: none;
}
.header-daste{
	width: 94%;
	overflow-x: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 15px;
	margin-right: 3%;
	padding-bottom:10px;
	margin-top: 30px;
	text-align: right;
	direction: rtl;
}
.h-daste{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 3px 13px;
	background: var(--text);
	border-radius: 7px;
	color: var(--color-dark);
	transition: all .3s ease;
	
}
.h-daste:hover{
	background: var(--back-btn);
	
}
.h-daste img{
	width: 35px;
}
.h-daste p{
	font-weight: 500;
}
.footer-btn{
	bottom: 0;
	position: fixed;
	width: 100%;
	height: 70px;
}
.navigation{
	width: 100%;
	background: var(--back-btn);
	height: 70px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	
	margin-right: 0%;
	
}
.navigation ul{
	display: flex;
	width: 350px;
}
.navigation ul li{
	position: relative;
	list-style: none;
	width: 70px ;
	height: 70px;
	z-index: 1;

}
.navigation ul li a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	text-align: center;
	font-weight: 400;
	margin-top: 20px;
	
}
.navigation ul li a .icon{
	position: relative;
	display: block;
	line-height: 35px;
	font-size: 1.5em;
	text-align: center;
	transition: 0.5s;
	color: var(--color-dark);
}
.navigation ul li.activ a .icon{
	transform: translateY(-35px);
}
.navigation ul li a .text{
	position: absolute;
	display: block;
	font-weight: 600;
	font-size: .85em;
	transition: 0.5s;
	color: var(--color-dark);
	opacity: 0;
	transform: translateY(20px);
}
.navigation ul li.activ a .text{
	opacity: 1;
}
.indicator{
	position: absolute;
	width: 70px;
	height: 70px;
	background: var(--back-light-blue);
		top: -50%;
	border-radius: 50%;
	border: 6px solid var(--backgrund);
	transition: 0.5s;
}
.indicator::before{
	content: '';
	position: absolute;
	top:50%;
	width: 20px;
	height: 20px;
	background: var(--back-btn);
	border-top-left-radius: 20px;
	right: -22px;
	box-shadow: 0 -10px 0 0 var(--backgrund);
}
.indicator::after{
	content: '';
	position: absolute;
	top:50%;
	width: 20px;
	height: 20px;
	background: var(--back-btn);
	border-top-right-radius: 20px;
	left: -22px;
	box-shadow: 0 -10px 0 0 var(--backgrund);
}
.navigation ul li:nth-child(1).activ ~ .indicator{
	transform: translateX(calc(-70px * 0));
}
.navigation ul li:nth-child(2).activ ~ .indicator{
	transform: translateX(calc(-70px * 1));
}
.navigation ul li:nth-child(3).activ ~ .indicator{
	transform: translateX(calc(-70px * 2));
}
.navigation ul li:nth-child(4).activ ~ .indicator{
	transform: translateX(calc(-70px * 3));
}
.navigation ul li:nth-child(5).activ ~ .indicator{
	transform: translateX(calc(-70px * 4));
}
.hide1{
	display: flex; align-items: center; justify-content: center; width: 98%; margin-right: 1%; flex-wrap: wrap;margin-bottom: 40px;
}
@media only screen and (max-width:1300px){
	header{
		padding: 30px 4%;
	}
}
@media only screen and (min-width:1150px){
	.footer-btn {
		display: none;
	}

}
@media only screen and (max-width:1150px){
	.hide{
		display: none;
	}
	.hide1{
		display: none;
	}
	.header-link{
		display: none;
	}
	.header-logo h1{
	display: none;
}
}
@media only screen and (max-width:1040px){
	.logo{
		font-size: 25px;
	}
	.logo img{
		width: 80px;
		height: auto;
	}
	.navlist a{
		margin: 0 25px;
	}
	
	.btn{
		padding: 11px 23px;
		
	}

}


@media only screen and (max-width:940px){
	.footer-logo{
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	
}
	.link{
	width: 40%;
	display: flex;
	flex-direction: column;
}
	.footer-link{
		width: 96%;
		flex-wrap: wrap;
		justify-content: space-around;
		grid-gap: 25px;
	}
	.top-footer{
	width: 96%;
	display: flex;
	justify-content: space-between;
	align-items: center;
		flex-wrap: wrap;
}
	.fooer-main{
		width: 96%;
	   
	}
	#menu-icon{
		display: block;
		z-index: 1000001;
	}
	.navlist{
		position: absolute;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100vh;
		z-index: 100001;
		background: var(--light-text);
		display: flex;
		flex-direction: column;
		padding-top: 20vh;
		transition: all .50s ease;
		align-items: center;
	}
	.navlist a{
		display: block;
		padding: 0;
		margin: 0 0 50px 0px;
		font-size: 1.2rem;
	}
	.navlist.open{
		right: 0;
	}
	.logo img{
		width: 95px;
		height: auto;
	}
}
@media only screen and (max-width:700px){
	.foot-about{
	display: flex;
		flex-direction: column;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
	gap:10px;
		grid-gap: 15px;
}
	.foot-logo{
		text-align: center;
		justify-content: center;
	}
		.footer-logo{
	width: 98%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	
}
	.fooer-main{
		width: 96%;
		flex-direction: column;
	   grid-gap: 30px;
		padding-bottom: 25px;
	}
		.top-footer{
	width: 96%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
			grid-gap: 25px;
}
	
}
@media only screen and (max-width:500px){
	.link{
	width: 90%;
	display: flex;
	flex-direction: column;
}
}
@keyframes heartbeat {
  0% {
    transform: scale( 1 );    
  }
  
  50% {
    transform: scale( 1.1 ) 
      translateX(1%) 
      translateY(10%);
	  background: var(--back-light-blue);
	color: #000;
	box-shadow: var(--boxshadow);
	
  }
}
.btnh{
	  animation: heartbeat 1s infinite; 
}
