@font-face { 
 font-family: 'Yekan'; 
	 src:	url('font/Yekan.eot'); /* IE9 Compat Modes */ 
	 src:	url('font/Yekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
			url('font/Yekan.woff2') format('woff2'), /* Modern Browsers */ 
			 url('font/Yekan.woff') format('woff'), /* Modern Browsers */ 
			 url('font/Yekan.otf') format('opentype'), /* Open Type Font */	 
			url('font/Yekan.ttf') format('truetype'); /* Safari, Android, iOS */
	 font-weight: normal; 
	 text-rendering: optimizeLegibility; 
	font-display: auto; 
 } 
a,
a img {
    cursor: pointer;
}
* {
  padding: 0px;
  overflow-x: hidden !important;
  margin: 0px;
  box-sizing: border-box;
  padding-top: 1rem;
  font-family: Yekan;
}
.guide-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40rem;
 
}
.title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ios-img {
  width: 21rem;
  height:9rem;
}
.put-img {
  width: 25rem;
 
}
.description {
  font-size: 2.2rem;
  color: #666666;
  width: 60%;
  text-align: center;
  direction: rtl;
  line-height: 4rem;
  font-weight: 400;
}
.center {
  text-align: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guide-page {
  width: 600px; /* Set the desired width */
  height: auto;
}
.arrow {
  width: 2.2rem;
  height: auto;
  margin-bottom: 8rem;
}
.ml-6{
    margin-left:6rem
}
.ml-8{
    margin-left:8rem
}
.ml-2{
    margin-left:-6rem
}