@font-face {
  font-family: yekanBakh;
  src: url("../font/YekanBakh-Regular.ttf") format("truetype");
}
@font-face {
  font-family: yekanBakhBold;
  src: url("../font/YekanBakh-Bold.ttf") format("truetype");
}
@font-face {
  font-family: build;
  src: url("../font/build.ttf") format("truetype");
}
* , html , body{
  padding: 0;
  margin: 0;
  font-size: 1rem;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: 'yekanBakh', sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'yekanBakhBold', sans-serif;
}
.bodyDesc p{
  line-height: 2.2rem !important;
  font-size: 1rem !important;
  font-family: 'yekanBakh' !important;
}
.bodyDesc h1{
  color: #e96235 !important;
  font-size: 1.6rem !important;
  line-height: 1.5rem !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  font-family: 'yekanBakhBold' !important;
}
.bodyDesc h2{
  line-height: 2.2rem !important;
  font-size: 1.475rem !important;
  color: #e96235 !important;
  margin-top: .6rem !important;
  margin-bottom: .6rem !important;
  font-family: 'yekanBakhBold' !important;
}
.bodyDesc h3{
  line-height: 2.2rem !important;
  font-size: 1.3rem !important;
  color: #e96235 !important;
  margin-top: .6rem !important;
  margin-bottom: .6rem !important;
  font-family: 'yekanBakhBold' !important;
}
.bodyDesc h4{
  line-height: 2.2rem !important;
  font-size: 1.2rem !important;
  color: #e96235 !important;
  margin-top: .6rem !important;
  margin-bottom: .6rem !important;
  font-family: 'yekanBakhBold' !important;
}
.bodyDesc h5{
  line-height: 2.2rem !important;
  font-size: 1.1rem !important;
  color: #e96235 !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  font-family: 'yekanBakhBold' !important;
}
.bodyDesc h6{
  color: #e96235 !important;
  font-size: 1.5rem !important;
  line-height: 1.5rem !important;
}
.bodyDesc ul li{
  list-style-type: circle !important;
  margin-right: 1.5rem !important;
}
.bodyDesc ol li{
  list-style-type: decimal !important;
  margin-right: 1.5rem !important;
}

.bodyDesc pre{
  line-height: 2.2rem !important;
  font-size: 1.3rem !important;
  background-color: #081421 !important;
  color: #fff !important;
  padding: 1rem !important;
  border-radius: 1rem !important;
  text-align: left !important;
  display: block !important;
  margin-top: .5rem !important;
  margin-bottom: 0.5rem !important;
}
.bodyDesc table{
  width: 100% !important;
  border: 2px solid #081421 !important;
}
.bodyDesc table, th, td{
  border: 2px solid !important;
  text-align: center !important;
}
.bodyDesc th, td{
  padding: 0.7rem;
}

.build{
  font-family: 'build', sans-serif;
}
.swiper-pagination-bullet{
  width: .9rem;
  height: .9rem;
}
.swiper-pagination-bullet-active{
  border: solid 0.2rem #333 !important;
  background: #e96235;
}
.swiper-3d .swiper-slide-shadow-left{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.swiper-3d .swiper-slide-shadow-right{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.text-shadow{
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.bg{
  background: url(../images/indexPage/nordwood-themes-KcsKWw77Ovw-unsplash.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.link:before {
  content: "";
  width: 0;
  height: 5px;
  background-color: #e96235;
  position: absolute;
  top: 120%;
  left: 0;
  transition: all 0.5s;
}

.link:after {
  content: "";
  width: 0;
  height: 5px;
  background-color: #c7532c;
  position: absolute;
  top: 120%;
  right: 0;
  transition: all 0.5s;
}

.link:hover:before {
  width: 50%;
  transform: translateX(100%);
}

.link:hover:after {
  width: 50%;
  transform: translateX(-100%);
}


.menuLink{
  position: relative;
  display: block;
  height: 40px;
  text-decoration: none;
  padding: 5px 10px;
  font-weight: 300;
  letter-spacing: 2px;
  overflow: hidden;
}

.menuLink span {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  color: white;
  font-size: 20px;
  text-transform: capitalize;
  transition-delay: 0.5s;
}

.menuLink:hover span:nth-child(1) {
  transform: translateY(-100%);
  transition-delay: 0s;
}

.menuLink:hover span:nth-child(2) {
  transform: translateY(-100%);
  transition-delay: 0s;
}

.menuLink:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e96235;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.5s;
}

.menuLink:hover:before {
  transform: scaleX(1);
  transform-origin: right;
  transition-delay: 0.2s;
}
.heroLink {
	transition: all .5s;
	position: relative;
	overflow: hidden;
}
.heroLink:before {
	content: 'محصولات';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #4a5257;
  border-color: #4a5257;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(5);
	opacity: 0;
	transition: all .5s;
}
.heroLink:hover:before {
	transform: scale(1);
	opacity: 1;
}
.heroLink2 {
	transition: all .5s;
	position: relative;
	overflow: hidden;
}
.heroLink2:before {
	content: 'ارتباط با ما';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #e96235;
  border-color: #e96235;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(5);
	opacity: 0;
	transition: all .5s;
}
.heroLink2:hover:before {
	transform: scale(1);
	opacity: 1;
}
.stroke{
  text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
             1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}