Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - fa1x.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 14 May 2025 01:16:14 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
X-Redirect-By: WordPress
Location: https://fa1x.com/
Vary: User-Agent
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=4jno8YcCH1Ij1K4j%2BwcjzzGBXidi0dFJasa7NKOKZdnxq73hJsRJeZmwpQvgrH6zwAfvtpz0yhydrfgYmEfe8DFvWTohQZC0%2Fm4VvSOF8FmpnBLM5Ftn%2FF1r8aoUkf3knvgt1usJNw%3D%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 93f68c824828a455-ARN
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=7527&min_rtt=7527&rtt_var=3763&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=164&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

HTTP Code 301 Moved Permanently

301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://fa1x.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 14 May 2025 01:16:15 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Server: cloudflare
X-Powered-By: PHP/8.1.32
Last-Modified: Mon, 12 May 2025 14:33:43 GMT
Vary: Accept-Encoding,User-Agent
Cf-Cache-Status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=lKhPs6y8FH0rBmuOggPjQMDz%2BTuUpY5aNkMUT5NkvHpgkXT0b7iMk%2Bpb9CuddCvMDsyJzdBSd%2FlrmOk3ErDlhK2dRr5ydSmztt4p0gp9vcNOLB9nCUKHrJz2NbovqdsLq6Ig3I468g%3D%3D"}]}
CF-RAY: 93f68c903bcc0a39-ARN
alt-svc: h3=":443"; ma=86400

HTTP Code 200 OK

200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: fa1x.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html dir="rtl" lang="fa-IR">
<head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.4",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript][data-rocket-src]").forEach(e=>{let r=e.getAttribute("data-rocket-src");if(r&&0!==r.indexOf("data:")){0===r.indexOf("//")&&(r=location.protocol+r);try{let i=new URL(r).origin;i!==location.origin&&t.push({src:i,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}catch(n){}}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){if(await this._littleBreath(),!0===t.noModule&&"noModule"in HTMLScriptElement.prototype){t.setAttribute("data-rocket-status","skipped");return}return new Promise(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(){let t={};function e(e,r){!function e(r){!t[r]&&(t[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.remove.apply(r,arguments)});function i(e){return t[r].eventsToRewrite.indexOf(e)>=0?"rocket-"+e:e}}(e),t[e].eventsToRewrite.push(r)}function r(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}e(document,"DOMContentLoaded"),e(window,"DOMContentLoaded"),e(window,"load"),e(window,"pageshow"),e(document,"readystatechange"),r(document,"onreadystatechange"),r(window,"onload"),r(window,"onpageshow")}_delayJQueryReady(t){let e;function r(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}function i(i){if(i&&i.fn&&!t.allJQueries.includes(i)){i.fn.ready=i.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(i):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(i)),i([])};let n=i.fn.on;i.fn.on=i.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=r(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(t=>{let e=arguments[0][t];delete arguments[0][t],arguments[0][r(t)]=e})),n.apply(this,arguments),this},t.allJQueries.push(i)}e=i}i(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){i(t)}})}async _pendingWebpackRequests(t){let e=document.querySelector("script[data-webpack]");async function r(){return new Promise(t=>{e.addEventListener("load",t),e.addEventListener("error",t)})}e&&(await r(),await t._requestAnimFrame(),await t._pendingWebpackRequests(t))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script>
	
		<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	
	<!-- This site is optimized with the Yoast SEO Premium plugin v22.8 (Yoast SEO v24.0) - https://yoast.com/wordpress/plugins/seo/ -->
	<title>سایت وان ایکس فا 1xfa bet + برنامه وانیکس فا 1xfa</title>
	<meta name="description" content="وان ایکس فا (1XFA) یکی از سایت های معتبر و محبوب شرط‌ بندی ایرانی است که به صورت ویژه بر روی بازی های کازینویی و پیش بینی های ورزشی ..." />
	<link rel="canonical" href="https://fa1x.com/" />
	<meta property="og:locale" content="fa_IR" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="سایت وان ایکس فا 1xfa bet + برنامه وانیکس فا 1xfa" />
	<meta property="og:description" content="وان ایکس فا (1XFA) یکی از سایت های معتبر و محبوب شرط‌ بندی ایرانی است که به صورت ویژه بر روی بازی های کازینویی و پیش بینی های ورزشی ..." />
	<meta property="og:url" content="https://fa1x.com/" />
	<meta property="og:site_name" content="سایت وان ایکس فا 1xfa bet + برنامه وانیکس فا 1xfa" />
	<meta property="article:modified_time" content="2025-03-22T14:07:22+00:00" />
	<meta property="og:image" content="https://fa1x.com/wp-content/uploads/2024/02/Untitled-design-2024-02-09T134732.571.png" />
	<meta name="twitter:card" content="summary_large_image" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://fa1x.com/","url":"https://fa1x.com/","name":"سایت وان ایکس فا 1xfa bet + برنامه وانیکس فا 1xfa","isPartOf":{"@id":"https://fa1x.com/#website"},"about":{"@id":"https://fa1x.com/#organization"},"primaryImageOfPage":{"@id":"https://fa1x.com/#primaryimage"},"image":{"@id":"https://fa1x.com/#primaryimage"},"thumbnailUrl":"https://fa1x.com/wp-content/uploads/2024/02/Untitled-design-2024-02-09T134732.571.png","datePublished":"2025-03-22T09:21:52+00:00","dateModified":"2025-03-22T14:07:22+00:00","description":"وان ایکس فا (1XFA) یکی از سایت های معتبر و محبوب شرط‌ بندی ایرانی است که به صورت ویژه بر روی بازی های کازینویی و پیش بینی های ورزشی ...","breadcrumb":{"@id":"https://fa1x.com/#breadcrumb"},"inLanguage":"fa-IR","potentialAction":[{"@type":"ReadAction","target":["https://fa1x.com/"]}]},{"@type":"ImageObject","inLanguage":"fa-IR","@id":"https://fa1x.com/#primaryimage","url":"https://fa1x.com/wp-content/uploads/2024/02/Untitled-design-2024-02-09T134732.571.png","contentUrl":"https://fa1x.com/wp-content/uploads/2024/02/Untitled-design-2024-02-09T134732.571.png"},{"@type":"BreadcrumbList","@id":"https://fa1x.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"سایت وان ایکس فا 1xfa bet + برنامه وانیکس فا 1xfa"}]},{"@type":"WebSite","@id":"https://fa1x.com/#website","url":"https://fa1x.com/","name":"وان ایکس فا 1xfa bet","description":"سایت وان ایکس فا 1xfa bet + برنامه وانیکس فا 1xfa","publisher":{"@id":"https://fa1x.com/#organization"},"alternateName":"وان ایکس فا 1xfa bet","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://fa1x.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fa-IR"},{"@type":"Organization","@id":"https://fa1x.com/#organization","name":"وان ایکس فا 1xfa bet","alternateName":"وان ایکس فا 1xfa bet","url":"https://fa1x.com/","logo":{"@type":"ImageObject","inLanguage":"fa-IR","@id":"https://fa1x.com/#/schema/logo/image/","url":"https://fa1x.com/wp-content/uploads/2025/03/favicon-fa1x.png","contentUrl":"https://fa1x.com/wp-content/uploads/2025/03/favicon-fa1x.png","width":512,"height":512,"caption":"وان ایکس فا 1xfa bet"},"image":{"@id":"https://fa1x.com/#/schema/logo/image/"}}]}</script>
	<!-- / Yoast SEO Premium plugin. -->


<script type="rocketlazyloadscript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/fa1x.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.1"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\ud83d\udd25","\ud83d\udc26\u200b\ud83d\udd25")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
</script>
<style id='wp-emoji-styles-inline-css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<link rel='stylesheet' id='wp-block-library-rtl-css' href='https://fa1x.com/wp-includes/css/dist/block-library/style-rtl.min.css?ver=6.8.1' media='all' />
<style id='classic-theme-styles-inline-css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='hello-elementor-css' href='https://fa1x.com/wp-content/themes/hello-elementor/style.min.css?ver=3.0.2' media='all' />
<link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://fa1x.com/wp-content/themes/hello-elementor/theme.min.css?ver=3.0.2' media='all' />
<link rel='stylesheet' id='hello-elementor-header-footer-css' href='https://fa1x.com/wp-content/themes/hello-elementor/header-footer.min.css?ver=3.0.2' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://fa1x.com/wp-content/plugins/elementor/assets/css/frontend-rtl.min.css?ver=3.25.10' media='all' />
<link rel='stylesheet' id='elementor-post-6-css' href='https://fa1x.com/wp-content/uploads/elementor/css/post-6.css?ver=1742634879' media='all' />
<link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap&#038;ver=6.8.1' media='all' />
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><meta name="generator" content="Elementor 3.25.10; features: e_font_icon_svg, additional_custom_breakpoints, e_optimized_control_loading; settings: css_print_method-external, google_font-enabled, font_display-swap">
			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			<link rel="icon" href="https://fa1x.com/wp-content/uploads/2025/03/favicon-fa1x.png" sizes="32x32" />
<link rel="icon" href="https://fa1x.com/wp-content/uploads/2025/03/favicon-fa1x.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://fa1x.com/wp-content/uploads/2025/03/favicon-fa1x.png" />
<meta name="msapplication-TileImage" content="https://fa1x.com/wp-content/uploads/2025/03/favicon-fa1x.png" />
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript>	<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /></head>
<body class="rtl home wp-singular page-template page-template-elementor_canvas page page-id-179 wp-theme-hello-elementor elementor-default elementor-template-canvas elementor-kit-6">
	



<!DOCTYPE html>
<html amp lang="fa-IR" data-amp-auto-lightbox-disable transformed="self;v=1" i-amphtml-layout="" i-amphtml-no-boilerplate="" i-amphtml-binding>
    <head>
        
        <meta name="viewport" content="width=device-width,minimum-scale=1">
        <link rel="preconnect" href="https://cdn.ampproject.org">
        <style amp-runtime="" i-amphtml-version="012410292120000">
            html {
                overflow-x: hidden!important
            }

            html.i-amphtml-fie {
                height: 100%!important;
                width: 100%!important
            }

            html:not([amp4ads]),html:not([amp4ads]) body {
                height: auto!important
            }

            html:not([amp4ads]) body {
                margin: 0!important
            }

            body {
                -webkit-text-size-adjust: 100%;
                -moz-text-size-adjust: 100%;
                -ms-text-size-adjust: 100%;
                text-size-adjust: 100%
            }

            html.i-amphtml-singledoc.i-amphtml-embedded {
                -ms-touch-action: pan-y pinch-zoom;
                touch-action: pan-y pinch-zoom
            }

            html.i-amphtml-fie>body,html.i-amphtml-singledoc>body {
                overflow: visible!important
            }

            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {
                position: relative!important
            }

            html.i-amphtml-ios-embed-legacy>body {
                overflow-x: hidden!important;
                overflow-y: auto!important;
                position: absolute!important
            }

            html.i-amphtml-ios-embed {
                overflow-y: auto!important;
                position: static
            }

            #i-amphtml-wrapper {
                overflow-x: hidden!important;
                overflow-y: auto!important;
                position: absolute!important;
                top: 0!important;
                left: 0!important;
                right: 0!important;
                bottom: 0!important;
                margin: 0!important;
                display: block!important
            }

            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {
                -webkit-overflow-scrolling: touch!important
            }

            #i-amphtml-wrapper>body {
                position: relative!important;
                border-top: 1px solid transparent!important
            }

            #i-amphtml-wrapper+body {
                visibility: visible
            }

            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,#i-amphtml-wrapper+body[i-amphtml-lightbox] {
                visibility: hidden
            }

            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {
                visibility: visible
            }

            #i-amphtml-wrapper.i-amphtml-scroll-disabled,.i-amphtml-scroll-disabled {
                overflow-x: hidden!important;
                overflow-y: hidden!important
            }

            amp-instagram {
                padding: 54px 0px 0px!important;
                background-color: #fff
            }

            amp-iframe iframe {
                box-sizing: border-box!important
            }

            [amp-access][amp-access-hide] {
                display: none
            }

            [subscriptions-dialog],body:not(.i-amphtml-subs-ready) [subscriptions-action],body:not(.i-amphtml-subs-ready) [subscriptions-section] {
                display: none!important
            }

            amp-experiment,amp-live-list>[update] {
                display: none
            }

            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {
                display: none!important
            }

            amp-list [fetch-error],amp-list[load-more] [load-more-button],amp-list[load-more] [load-more-end],amp-list[load-more] [load-more-failed],amp-list[load-more] [load-more-loading] {
                display: none
            }

            amp-list[diffable] div[role=list] {
                display: block
            }

            amp-story-page,amp-story[standalone] {
                min-height: 1px!important;
                display: block!important;
                height: 100%!important;
                margin: 0!important;
                padding: 0!important;
                overflow: hidden!important;
                width: 100%!important
            }

            amp-story[standalone] {
                background-color: #000!important;
                position: relative!important
            }

            amp-story-page {
                background-color: #757575
            }

            amp-story .amp-active>div,amp-story .i-amphtml-loader-background {
                display: none!important
            }

            amp-story-page:not(:first-of-type):not([distance]):not([active]) {
                transform: translateY(1000vh)!important
            }

            amp-autocomplete {
                position: relative!important;
                display: inline-block!important
            }

            amp-autocomplete>input,amp-autocomplete>textarea {
                padding: 0.5rem;
                border: 1px solid rgba(0,0,0,.33)
            }

            .i-amphtml-autocomplete-results,amp-autocomplete>input,amp-autocomplete>textarea {
                font-size: 1rem;
                line-height: 1.5rem
            }

            [amp-fx^=fly-in] {
                visibility: hidden
            }

            amp-script[nodom],amp-script[sandboxed] {
                position: fixed!important;
                top: 0!important;
                width: 1px!important;
                height: 1px!important;
                overflow: hidden!important;
                visibility: hidden
            }

            [hidden] {
                display: none!important
            }

            .i-amphtml-element {
                display: inline-block
            }

            .i-amphtml-blurry-placeholder {
                transition: opacity 0.3s cubic-bezier(0.0,0.0,0.2,1)!important;
                pointer-events: none
            }

            [layout=nodisplay]:not(.i-amphtml-element) {
                display: none!important
            }

            .i-amphtml-layout-fixed,[layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {
                display: inline-block;
                position: relative
            }

            .i-amphtml-layout-responsive,[layout=responsive][width][height]:not(.i-amphtml-layout-responsive),[width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {
                display: block;
                position: relative
            }

            .i-amphtml-layout-intrinsic,[layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {
                display: inline-block;
                position: relative;
                max-width: 100%
            }

            .i-amphtml-layout-intrinsic .i-amphtml-sizer {
                max-width: 100%
            }

            .i-amphtml-intrinsic-sizer {
                max-width: 100%;
                display: block!important
            }

            .i-amphtml-layout-container,.i-amphtml-layout-fixed-height,[layout=container],[layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {
                display: block;
                position: relative
            }

            .i-amphtml-layout-fill,.i-amphtml-layout-fill.i-amphtml-notbuilt,[layout=fill]:not(.i-amphtml-layout-fill),body noscript>* {
                display: block;
                overflow: hidden!important;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0
            }

            body noscript>* {
                position: absolute!important;
                width: 100%;
                height: 100%;
                z-index: 2
            }

            body noscript {
                display: inline!important
            }

            .i-amphtml-layout-flex-item,[layout=flex-item]:not(.i-amphtml-layout-flex-item) {
                display: block;
                position: relative;
                -ms-flex: 1 1 auto;
                flex: 1 1 auto
            }

            .i-amphtml-layout-fluid {
                position: relative
            }

            .i-amphtml-layout-size-defined {
                overflow: hidden!important
            }

            .i-amphtml-layout-awaiting-size {
                position: absolute!important;
                top: auto!important;
                bottom: auto!important
            }

            i-amphtml-sizer {
                display: block!important
            }

            @supports (aspect-ratio: 1/1) {
                i-amphtml-sizer.i-amphtml-disable-ar {
                    display:none!important
                }
            }

            .i-amphtml-blurry-placeholder,.i-amphtml-fill-content {
                display: block;
                height: 0;
                max-height: 100%;
                max-width: 100%;
                min-height: 100%;
                min-width: 100%;
                width: 0;
                margin: auto
            }

            .i-amphtml-layout-size-defined .i-amphtml-fill-content {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0
            }

            .i-amphtml-replaced-content,.i-amphtml-screen-reader {
                padding: 0!important;
                border: none!important
            }

            .i-amphtml-screen-reader {
                position: fixed!important;
                top: 0px!important;
                left: 0px!important;
                width: 4px!important;
                height: 4px!important;
                opacity: 0!important;
                overflow: hidden!important;
                margin: 0!important;
                display: block!important;
                visibility: visible!important
            }

            .i-amphtml-screen-reader~.i-amphtml-screen-reader {
                left: 8px!important
            }

            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {
                left: 12px!important
            }

            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {
                left: 16px!important
            }

            .i-amphtml-unresolved {
                position: relative;
                overflow: hidden!important
            }

            .i-amphtml-select-disabled {
                -webkit-user-select: none!important;
                -ms-user-select: none!important;
                user-select: none!important
            }

            .i-amphtml-notbuilt,[layout]:not(.i-amphtml-element),[width][height][heights]:not([layout]):not(.i-amphtml-element),[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {
                position: relative;
                overflow: hidden!important;
                color: transparent!important
            }

            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,[layout]:not([layout=container]):not(.i-amphtml-element)>*,[width][height][heights]:not([layout]):not(.i-amphtml-element)>*,[width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {
                display: none
            }

            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {
                display: block
            }

            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),[layout]:not([layout=container]):not(.i-amphtml-element),[width][height][heights]:not([layout]):not(.i-amphtml-element),[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {
                color: transparent!important;
                line-height: 0!important
            }

            .i-amphtml-ghost {
                visibility: hidden!important
            }

            .i-amphtml-element>[placeholder],[layout]:not(.i-amphtml-element)>[placeholder],[width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],[width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {
                display: block;
                line-height: normal
            }

            .i-amphtml-element>[placeholder].amp-hidden,.i-amphtml-element>[placeholder].hidden {
                visibility: hidden
            }

            .i-amphtml-element:not(.amp-notsupported)>[fallback],.i-amphtml-layout-container>[placeholder].amp-hidden,.i-amphtml-layout-container>[placeholder].hidden {
                display: none
            }

            .i-amphtml-layout-size-defined>[fallback],.i-amphtml-layout-size-defined>[placeholder] {
                position: absolute!important;
                top: 0!important;
                left: 0!important;
                right: 0!important;
                bottom: 0!important;
                z-index: 1
            }

            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {
                z-index: auto
            }

            .i-amphtml-notbuilt>[placeholder] {
                display: block!important
            }

            .i-amphtml-hidden-by-media-query {
                display: none!important
            }

            .i-amphtml-element-error {
                background: red!important;
                color: #fff!important;
                position: relative!important
            }

            .i-amphtml-element-error:before {
                content: attr(error-message)
            }

            i-amp-scroll-container,i-amphtml-scroll-container {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: block
            }

            i-amp-scroll-container.amp-active,i-amphtml-scroll-container.amp-active {
                overflow: auto;
                -webkit-overflow-scrolling: touch
            }

            .i-amphtml-loading-container {
                display: block!important;
                pointer-events: none;
                z-index: 1
            }

            .i-amphtml-notbuilt>.i-amphtml-loading-container {
                display: block!important
            }

            .i-amphtml-loading-container.amp-hidden {
                visibility: hidden
            }

            .i-amphtml-element>[overflow] {
                cursor: pointer;
                position: relative;
                z-index: 2;
                visibility: hidden;
                display: initial;
                line-height: normal
            }

            .i-amphtml-layout-size-defined>[overflow] {
                position: absolute
            }

            .i-amphtml-element>[overflow].amp-visible {
                visibility: visible
            }

            template {
                display: none!important
            }

            .amp-border-box,.amp-border-box *,.amp-border-box:after,.amp-border-box:before {
                box-sizing: border-box
            }

            amp-pixel {
                display: none!important
            }

            amp-analytics,amp-auto-ads,amp-story-auto-ads {
                position: fixed!important;
                top: 0!important;
                width: 1px!important;
                height: 1px!important;
                overflow: hidden!important;
                visibility: hidden
            }

            amp-story {
                visibility: hidden!important
            }

            html.i-amphtml-fie>amp-analytics {
                position: initial!important
            }

            [visible-when-invalid]:not(.visible),form [submit-error],form [submit-success],form [submitting] {
                display: none
            }

            amp-accordion {
                display: block!important
            }

            @media (min-width: 1px) {
                :where(amp-accordion>section)>:first-child {
                    margin:0;
                    background-color: #efefef;
                    padding-right: 20px;
                    border: 1px solid #dfdfdf
                }

                :where(amp-accordion>section)>:last-child {
                    margin: 0
                }
            }

            amp-accordion>section {
                float: none!important
            }

            amp-accordion>section>* {
                float: none!important;
                display: block!important;
                overflow: hidden!important;
                position: relative!important
            }

            amp-accordion,amp-accordion>section {
                margin: 0
            }

            amp-accordion:not(.i-amphtml-built)>section>:last-child {
                display: none!important
            }

            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {
                display: block!important
            }
        </style>
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="generator" content="Mobirise v4.9.0, mobirise.com">
        <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
        <meta name="description" content="به مرجع معرفی بهترین سایت شرط بندی وان ایکس فا خوش آمدید.">
        <meta property="og:locale" content="fa_IR">
        <meta property="og:type" content="website">
        <meta property="og:title" content="وان ایکس فا">
        <meta property="og:description" content="به مرجع معرفی وان ایکس فا خوش آمدید. در اینجا بهترین سایت های شرط بندی بازی انفجار را رده بندی کرده ایم. همراه ما باشید.">
        <meta property="og:url" content="https://fa1x.com/">
        <meta property="og:site_name" content="وان ایکس فا">
        <meta property="article:modified_time" content="2024-09-17T18:41:41+00:00">
        <meta property="og:image" content="https://fa1x.com/wp-content/uploads/2024/02/Untitled-design-2024-02-09T140208.312.jpg">
        <meta property="og:image:width" content="1920">
        <meta property="og:image:height" content="810">
        <meta property="og:image:type" content="image/jpeg">
        <meta name="twitter:card" content="summary_large_image">
        <meta name="google-site-verification" content="JcBO2e9-LsLxFSxQBLcvQqSOPIDPYKmFwCnpUbeIjik">
        <meta name="generator" content="AMP Plugin v2.5.4; mode=standard">
        <meta name="msapplication-TileImage" content="https://fa1x.com/wp-content/uploads/2024/02/cropped-Untitled-design-2024-02-09T134732.571-270x270.png">
        <link rel="preload" href="https://fa1x.com/fonts/iransans-web.woff" as="font" crossorigin="">
        <link rel="preload" href="https://fa1x.com/fonts/iransans-web.woff" as="font" crossorigin="">
        <script type="rocketlazyloadscript" async data-rocket-src="https://cdn.ampproject.org/v0.mjs" data-rocket-type="module" crossorigin="anonymous"></script>
        <script type="rocketlazyloadscript" data-minify="1" async nomodule data-rocket-src="https://fa1x.com/wp-content/cache/min/1/v0.js?ver=1742635383" crossorigin="anonymous"></script>
        <script type="rocketlazyloadscript" async custom-element="amp-accordion" data-rocket-src="https://cdn.ampproject.org/v0/amp-accordion-0.1.mjs" data-rocket-type="module" crossorigin="anonymous"></script>
        <script type="rocketlazyloadscript" data-minify="1" async nomodule data-rocket-src="https://fa1x.com/wp-content/cache/min/1/v0/amp-accordion-0.1.js?ver=1742635384" crossorigin="anonymous" custom-element="amp-accordion"></script>
        <script type="rocketlazyloadscript" async custom-element="amp-bind" data-rocket-src="https://cdn.ampproject.org/v0/amp-bind-0.1.mjs" data-rocket-type="module" crossorigin="anonymous"></script>
        <script type="rocketlazyloadscript" data-minify="1" async nomodule data-rocket-src="https://fa1x.com/wp-content/cache/min/1/v0/amp-bind-0.1.js?ver=1742635384" crossorigin="anonymous" custom-element="amp-bind"></script>
        <script type="rocketlazyloadscript" async custom-element="amp-sidebar" data-rocket-src="https://cdn.ampproject.org/v0/amp-sidebar-0.1.mjs" data-rocket-type="module" crossorigin="anonymous"></script>
        <script type="rocketlazyloadscript" data-minify="1" async nomodule data-rocket-src="https://fa1x.com/wp-content/cache/min/1/v0/amp-sidebar-0.1.js?ver=1742635384" crossorigin="anonymous" custom-element="amp-sidebar"></script>
        <link rel="shortcut icon" href="https://fa1x.com/wp-content/uploads/2025/03/logo-fa1x.png" type="image/x-icon">
        <link rel="icon" href="https://fa1x.com/wp-content/uploads/2024/02/cropped-Untitled-design-2024-02-09T134732.571-32x32.png" sizes="32x32">
        <link rel="icon" href="https://fa1x.com/wp-content/uploads/2024/02/cropped-Untitled-design-2024-02-09T134732.571-192x192.png" sizes="192x192">
        <style amp-custom="">
            @font-face {
                font-family: DefaultX;
                src: url("https://fa1x.com/fonts/iransans-web.woff") format("woff"),url("https://fa1x.com/fonts/iransans-web.woff2") format("woff2");
                font-weight: 400;
                font-style: normal;
                font-display: swap
            }

            @font-face {
                font-family: DefaultX;
                src: url("https://fa1x.com/fonts/iransans-web.woff") format("woff"),url("https://fa1x.com/fonts/iransans-web.woff2") format("woff2");
                font-weight: 700;
                font-style: normal;
                font-display: swap
            }

            div,span,h1,h2,h3,p,a,ul,li {
                font: inherit
            }

            * {
                box-sizing: border-box;
                outline: none
            }

            :focus {
                outline: none
            }

            body {
                position: relative;
                font-style: normal;
                line-height: 1.5;
                color: #fff;
                direction: rtl;
                background: #000
            }

            section {
                background-color: #fff;
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-size: cover;
                overflow: hidden;
                padding: 30px 0
            }

            section,.container,.container-fluid {
                position: relative;
                word-wrap: break-word
            }

            h1,h2,h3 {
                margin: 0;
                padding: 0
            }

            p,li {
                line-height: 1.7
            }

            ul,p {
                margin-bottom: 0;
                margin-top: 0
            }

            a {
                cursor: pointer;
                color: #4987B9;
                text-decoration: none
            }

            a:hover {
                text-decoration: none;
                color: rgba(255,255,255,1)
            }

            h1,h2,h3,.display-4,.display-5,.display-7 {
                word-break: break-word;
                word-wrap: break-word
            }

            b,strong {
                font-weight: bold
            }

            html,body {
                height: auto;
                min-height: 100vh
            }

            .ltr {
                direction: ltr
            }

            .rtl {
                direction: rtl
            }

            .mt-20 {
                margin-top: 20px
            }

            .mb-20 {
                margin-bottom: 20px
            }

            .p10 {
                padding: 10px
            }

            .text-center {
                text-align: center
            }

            .tiny-text {
                font-style: normal;
                line-height: 1.6;
                width: 100%
            }

            .btn {
                text-align: center;
                position: relative;
                margin: .4rem .8rem;
                font-weight: 700;
                border-width: 2px;
                border-style: solid;
                font-style: normal;
                white-space: normal;
                transition: all .2s ease-in-out,box-shadow 2s ease-in-out;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                word-break: break-word;
                line-height: 1.5
            }

            .card {
                position: relative;
                background-color: transparent;
                border: none;
                border-radius: 0;
                width: 100%;
                padding-left: 1rem;
                padding-right: 1rem
            }

            @media (max-width: 767px) {
                .card:not(.last-child) {
                    padding-bottom:2rem
                }
            }

            .card .card-wrapper {
                height: 100%
            }

            @media (max-width: 767px) {
                .card .card-wrapper {
                    flex-direction:column
                }
            }

            .card amp-img {
                height: 100%;
                object-fit: cover;
                object-position: center
            }

            @media (min-width: 992px) {
                .lg-pb {
                    padding-bottom:3rem
                }
            }

            @media (max-width: 991px) {
                .md-pb {
                    padding-bottom:2rem
                }
            }

            .gallery-img-wrap {
                position: relative;
                height: 100%
            }

            .gallery-img-wrap:hover {
                cursor: pointer
            }

            .gallery-img-wrap:hover .icon-wrap {
                opacity: 1
            }

            .gallery-img-wrap:hover:after {
                opacity: .5
            }

            .gallery-img-wrap amp-img {
                height: 100%
            }

            .gallery-img-wrap:after {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background: #000;
                opacity: 0;
                transition: opacity .3s;
                pointer-events: none
            }

            .gallery-img-wrap .icon-wrap {
                position: absolute;
                z-index: 3;
                pointer-events: none
            }

            .gallery-img-wrap .icon-wrap {
                opacity: 0;
                transition: opacity .3s
            }

            .gallery-img-wrap .icon-wrap {
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                background-color: #fff;
                padding: .5rem;
                border-radius: 50%
            }

            @media (max-width: 767px) {
                .gallery-img-wrap:after,.gallery-img-wrap:hover:after,.gallery-img-wrap .icon-wrap {
                    display:none
                }
            }

            .tiny-white {
                color: #fff
            }

            .tiny-black {
                color: #000
            }

            .align-center {
                text-align: center
            }

            @media (max-width: 767px) {
                .align-center {
                    text-align:center
                }
            }

            .tiny-bold {
                font-weight: 700
            }

            .tiny-section-btn {
                font-size: 0
            }

            nav .tiny-section-btn {
                margin-left: 0;
                margin-right: 0
            }

            [type="submit"] {
                -webkit-appearance: none
            }

            section.menu {
                min-height: 70px
            }

            .menu-container {
                display: flex;
                justify-content: space-between;
                align-items: center;
                min-height: 70px
            }

            @media (max-width: 991px) {
                .menu-container {
                    max-width:100%;
                    padding: 0 2rem
                }
            }

            @media (max-width: 767px) {
                .menu-container {
                    padding:0 1rem
                }
            }

            .navbar {
                z-index: 100;
                width: 100%
            }

            .navbar-fixed-top {
                position: fixed;
                top: 0
            }

            .navbar-brand {
                display: flex;
                align-items: center;
                word-break: break-word;
                z-index: 1
            }

            .navbar-logo {
                margin-left: .8rem
            }

            @media (max-width: 767px) {
                .navbar-logo amp-img {
                    max-height:55px;
                    max-width: 55px
                }
            }

            .navbar-caption-wrap {
                display: grid
            }

            .navbar .navbar-collapse {
                display: flex;
                flex-basis: auto;
                align-items: center;
                justify-content: flex-end;
                margin-left: auto;
                margin-right: auto;
                float: none
            }

            @media (max-width: 991px) {
                .navbar .navbar-collapse {
                    display:none;
                    position: absolute;
                    top: 0;
                    right: 0;
                    min-height: 100vh;
                    padding: 70px 2rem 1rem;
                    z-index: 1
                }
            }

            .navbar-nav {
                display: flex;
                flex-wrap: wrap;
                padding-right: 0;
                min-width: 10rem;
                list-style: none
            }

            @media (max-width: 991px) {
                .navbar-nav {
                    flex-direction:column
                }
            }

            .navbar-nav li {
                margin-left: 40px;
                font-weight: bold
            }

            .navbar-nav li a {
                color: #fff
            }

            .navbar-nav li a:hover {
                color: #4987B9
            }

            .navbar-caption {
                transition: all .2s
            }

            .nav-dropdown ul {
                list-style: none
            }

            .hamburger span {
                position: absolute;
                right: 0;
                width: 30px;
                height: 2px;
                border-right: 5px
            }

            .hamburger span:nth-child(1) {
                top: 0;
                transition: all .2s
            }

            .hamburger span:nth-child(2) {
                top: 8px;
                transition: all .15s
            }

            .hamburger span:nth-child(3) {
                top: 8px;
                transition: all .15s
            }

            .hamburger span:nth-child(4) {
                top: 16px;
                transition: all .2s
            }

            .ampstart-btn.hamburger {
                position: absolute;
                top: 25px;
                left: 25px;
                margin-right: auto;
                width: 30px;
                height: 20px;
                background: none;
                border: none;
                cursor: pointer;
                z-index: 1000;
                -webkit-box-shadow: 0 0 62px 8px gold;
                box-shadow: 0 0 62px 8px gold
            }

            @media (min-width: 992px) {
                .ampstart-btn,amp-sidebar {
                    display:none
                }
            }

            .close-sidebar {
                width: 30px;
                height: 30px;
                position: relative;
                cursor: pointer;
                background-color: transparent;
                border: none;
                margin-bottom: 20px
            }

            .close-sidebar span {
                position: absolute;
                left: 0;
                width: 30px;
                height: 2px;
                border-right: 5px
            }

            .close-sidebar span:nth-child(1) {
                transform: rotate(45deg)
            }

            .close-sidebar span:nth-child(2) {
                transform: rotate(-45deg)
            }

            .builder-sidebar {
                position: relative;
                min-height: 100vh;
                z-index: 1030;
                padding: 1rem 2rem;
                max-width: 20rem
            }

            amp-img {
                width: 100%
            }

            amp-img img {
                max-height: 100%;
                max-width: 100%
            }

            html:not(.is-builder) amp-img > a {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                z-index: 1
            }

            div.placeholder {
                z-index: 4;
                background: rgba(255,255,255,.5)
            }

            div.placeholder svg {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                width: 20%;
                height: auto
            }

            @keyframes big-anim {
                from {
                    stroke-dashoffset: 900
                }

                to {
                    stroke-dashoffset: 0
                }
            }

            @keyframes small-anim {
                from {
                    stroke-dashoffset: 850
                }

                to {
                    stroke-dashoffset: 0
                }
            }

            .container {
                padding-right: 1rem;
                padding-left: 1rem;
                width: 100%;
                margin-right: auto;
                margin-left: auto
            }

            @media (max-width: 767px) {
                .container {
                    max-width:540px
                }
            }

            @media (min-width: 768px) {
                .container {
                    max-width:720px
                }
            }

            @media (min-width: 992px) {
                .container {
                    max-width:960px
                }
            }

            @media (min-width: 1200px) {
                .container {
                    max-width:1190px
                }
            }

            .container-fluid {
                width: 100%;
                margin-right: auto;
                margin-left: auto;
                padding-left: 1rem;
                padding-right: 1rem
            }

            .tiny-flex {
                display: flex
            }

            .flex-wrap {
                flex-wrap: wrap
            }

            .tiny-jc-c {
                justify-content: center
            }

            .tiny-jc-b {
                justify-content: space-between
            }

            .tiny-row {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin-right: -1rem;
                margin-left: -1rem
            }

            .tiny-row-reverse {
                flex-direction: row-reverse
            }

            .tiny-column {
                flex-direction: column
            }

            @media (max-width: 767px) {
                .tiny-col-sm-12 {
                    -ms-flex:0 0 100%;
                    flex: 0 0 100%;
                    max-width: 100%;
                    padding-right: 1rem;
                    padding-left: 1rem
                }
            }

            .tiny-col-sm-6 {
                -ms-flex: 0 0 100%;
                flex: 0 0 50%;
                max-width: 50%;
                padding-right: 1rem;
                padding-left: 1rem
            }

            @media (min-width: 768px) {
                .tiny-col-md-4 {
                    -ms-flex:0 0 33.333333%;
                    flex: 0 0 33.333333%;
                    max-width: 33.333333%;
                    padding-right: 1rem;
                    padding-left: 1rem
                }

                .tiny-col-md-8 {
                    -ms-flex: 0 0 66.666667%;
                    flex: 0 0 66.666667%;
                    max-width: 66.666667%;
                    padding-left: 1rem;
                    padding-right: 1rem
                }

                .tiny-col-md-12 {
                    -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
                    max-width: 100%;
                    padding-right: 1rem;
                    padding-left: 1rem
                }
            }

            @media (min-width: 992px) {
                .tiny-col-lg-4 {
                    -ms-flex:0 0 33.33%;
                    flex: 0 0 33.33%;
                    max-width: 33.33%;
                    padding-right: 1rem;
                    padding-left: 1rem
                }

                .tiny-col-lg-6 {
                    -ms-flex: 0 0 50%;
                    flex: 0 0 50%;
                    max-width: 50%;
                    padding-right: 1rem;
                    padding-left: 1rem
                }

                .tiny-col-lg-12 {
                    -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
                    max-width: 100%;
                    padding-right: 1rem;
                    padding-left: 1rem
                }
            }

            .tiny-pt-1 {
                padding-top: .5rem
            }

            .tiny-pt-2 {
                padding-top: 1rem
            }

            .tiny-pt-3 {
                padding-top: 1.5rem
            }

            .tiny-pt-4 {
                padding-top: 2rem
            }

            .tiny-pb-1 {
                padding-bottom: .5rem
            }

            .tiny-pb-2 {
                padding-bottom: 1rem
            }

            .tiny-pb-3 {
                padding-bottom: 1.5rem
            }

            .tiny-pb-4 {
                padding-bottom: 2rem
            }

            .tiny-pb-5 {
                padding-bottom: 3rem
            }

            .tiny-px-2 {
                padding-left: 1rem;
                padding-right: 1rem
            }

            .tiny-px-4 {
                padding-left: 2rem;
                padding-right: 2rem
            }

            @media (max-width: 991px) {
                .tiny-px-4 {
                    padding-left:1rem;
                    padding-right: 1rem
                }
            }

            .tiny-m-auto {
                margin: auto
            }

            amp-img {
                height: 100%;
                width: 100%
            }

            amp-sidebar {
                background: transparent
            }

            .iconfont-wrapper {
                display: inline-block;
                width: 1.5rem;
                height: 1.5rem
            }

            .amp-iconfont {
                vertical-align: middle;
                width: 1.5rem;
                font-size: 1.5rem
            }

            body {
                font-family: DefaultX
            }

            .display-4 {
                font-family: "DefaultX",sans-serif;
                font-size: .95rem;
                line-height: 1.4
            }

            .display-5 {
                font-family: "DefaultX",sans-serif;
                font-size: 16px;
                line-height: 1.2
            }

            .display-7 {
                font-family: "DefaultX",sans-serif;
                font-size: 15px;
                line-height: 1.6
            }

            @media (max-width: 768px) {
                .display-4 {
                    font-size:.76rem;
                    font-size: calc(.9825rem + (.95 - .9825) * ((100vw - 20rem) / (48 - 20)));
                    line-height: calc(1.4 * (.9825rem + (.95 - .9825) * ((100vw - 20rem) / (48 - 20))))
                }

                .display-5 {
                    font-size: 1.2rem;
                    font-size: calc(1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
                    line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))))
                }

                .display-7 {
                    font-size: 15px;
                    line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))))
                }
            }

            .btn {
                padding: 20px 55px;
                border-radius: 0
            }

            .btn svg {
                margin-left: 10px
            }

            .btn-sm {
                padding: 8px 20px;
                border-radius: 0
            }

            .btn-md {
                padding: 10px 30px;
                border-radius: 0
            }

            @media (max-width: 991px) {
                .btn-md,.btn-sm {
                    width:100%;
                    margin-right: auto;
                    margin-left: auto;
                    float: none
                }
            }

            .bg-dark {
                background-color: #000
            }

            .btn-info,.btn-info:active {
                background-color: #0178f6;
                border-color: #0178f6;
                color: #fff
            }

            .btn-info:hover,.btn-info:focus,.btn-info:focus-within {
                background-color: #0178f6;
                border-color: #0178f6;
                color: #fff
            }

            .btn-primary,.btn-primary:active {
                background-color: #4987B9;
                border-color: #4987B9;
                color: #000
            }

            .btn-primary:hover,.btn-primary:focus,.btn-primary:focus-within {
                background-color: #4987B9;
                border-color: #4987B9;
                color: #000
            }

            .btn-black,.btn-black:active {
                background-color: #151515;
                border-color: #151515;
                color: #fff
            }

            .btn-black:hover,.btn-black:focus,.btn-black:focus-within {
                background-color: #151515;
                border-color: #151515;
                color: #fff
            }

            .btn-black.disabled,.btn-black:disabled {
                color: #fff;
                background-color: #010101;
                border-color: #444
            }

            .btn-white,.btn-white:active {
                background-color: #fff;
                border-color: #fff;
                color: #808080
            }

            .btn-white:hover,.btn-white:focus,.btn-white:focus-within {
                background-color: #ccc;
                border-color: #ccc;
                color: #808080
            }

            .text-primary {
                color: #4987B9
            }

            .text-black {
                color: #000
            }

            a[class*="text-"],.amp-iconfont {
                transition: .2s ease-in-out
            }

            a.text-primary:hover,a.text-primary:focus {
                color: #34dce4
            }

            a.text-black:hover,a.text-black:focus {
                color: #1bc2ca
            }

            .btn {
                font-size: .9rem;
                font-weight: 700;
                border-radius: 10px;
                text-transform: uppercase
            }

            .card {
                border-radius: 10px
            }

            .card-wrapper {
                height: auto
            }

            .cid-rdpU7WhxMh {
                background-color: #000;
                overflow: visible
            }

            .cid-rdpU7WhxMh .navbar {
                min-height: 80px;
                background: #000;
                padding-top: 20px
            }

            .cid-rdpU7WhxMh .navbar-brand .navbar-logo {
                max-height: 70px;
                min-width: 30px;
                max-width: 70px
            }

            .cid-rdpU7WhxMh .navbar-brand .navbar-logo amp-img {
                height: 70px;
                width: 70px;
                object-fit: contain
            }

            .cid-rdpU7WhxMh .navbar-caption {
                line-height: inherit
            }

            @media (max-width: 991px) {
                .cid-rdpU7WhxMh .navbar .navbar-collapse {
                    background:#000
                }
            }

            .cid-rdpU7WhxMh .hamburger span {
                background-color: #fff
            }

            .cid-rdpU7WhxMh .builder-sidebar {
                background-color: #000
            }

            .cid-rdpU7WhxMh .close-sidebar:focus {
                outline: 2px auto #1bc2ca
            }

            .cid-rdpU7WhxMh .close-sidebar span {
                background-color: #fff
            }

            .cid-rdpU7WhxMh .iconfont-wrapper {
                height: 1.3rem;
                width: 1.3rem;
                padding: .2rem;
                display: inline-flex;
                justify-content: center;
                align-items: center
            }

            .cid-rdpU7WhxMh .iconfont-wrapper .amp-iconfont {
                vertical-align: middle;
                font-size: 1.3rem;
                width: 1.3rem
            }

            .cid-rdpV7GMz7Q {
                padding-top: 1rem;
                padding-bottom: .2rem;
                background-color: #000
            }

            .cid-rdpV7GMz7Q .card-wrapper {
                position: relative;
                z-index: 1;
                border-radius: 15px;
                background-color: #111;
                overflow: hidden
            }

            @media (max-width: 991px) {
                .cid-rdpV7GMz7Q .card-wrapper {
                    flex-wrap:wrap
                }
            }

            .cid-rdpV7GMz7Q .card-wrapper:after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                opacity: 1;
                z-index: -1
            }

            .cid-rdpV7GMz7Q .card-box {
                width: 100%
            }

            .cid-rdpV7GMz7Q .card-box h2 {
                font-size: 18px;
                color: #4987B9;
                margin-bottom: 20px;
                font-weight: bold
            }

            .cid-rdpV7GMz7Q .card-box h3 {
                font-size: 16px;
                color: #fff;
                margin-bottom: 12px;
                font-weight: bold;
                margin-top: 25px
            }

            .cid-rdpV7GMz7Q .card-box p {
                font-size: 15px;
                color: #fff;
                margin-bottom: 10px
            }

            .cid-rdpV7GMz7Q .card-box amp-img {
                margin-top: 15px;
                margin-bottom: 15px
            }

            @media (min-width: 992px) {
                .cid-rdpV7GMz7Q .card-box {
                    padding:2.75rem
                }
            }

            .cid-rdpV1b4a44 {
                padding-top: 25px;
                padding-bottom: 25px;
                background-color: #000
            }

            .cid-rdpV1b4a44 amp-img {
                height: 100%;
                width: 100%;
                object-fit: contain
            }

            .cid-rdpV1b4a44 .iconfont-wrapper {
                margin-right: .25rem
            }

            @media (max-width: 991px) {
                .cid-rdpV1b4a44 .iconfont-wrapper {
                    margin-bottom:30px
                }
            }

            .cid-rdpV1b4a44 .amp-iconfont {
                font-size: 1.25rem;
                width: 1.25rem;
                color: #1bc2ca
            }

            .cid-rdpV1b4a44 .progress {
                height: 10px;
                width: 100%;
                border-radius: 9px
            }

            progress {
                color: #333;
                border-radius: 9px
            }

            progress::-moz-progress-bar {
                background: #333;
                border-radius: 9px
            }

            progress::-webkit-progress-value {
                background: #4987B9;
                border-radius: 9px
            }

            progress::-webkit-progress-bar {
                background: #333;
                border-radius: 9px
            }

            .cid-rdpV1b4a44 .progress-box span {
                color: #999
            }

            .cid-rdpV1b4a44 .progress-box {
                padding: 20px;
                border: 1px solid #333;
                border-radius: 20px
            }

            .cid-rdpUZyLjcf {
                padding-top: 2rem;
                padding-bottom: 2rem;
                background-color: #000
            }

            .cid-rdpUR1WA9g {
                padding-top: 1rem;
                padding-bottom: 1rem;
                background-color: #000
            }

            .cid-rdpUR1WA9g .contacts-block {
                width: 100%
            }

            @media (max-width: 992px) {
                .cid-rdpUR1WA9g .contacts-block {
                    text-align:center
                }
            }

            @media (max-width: 992px) {
                .cid-rdpUR1WA9g .first-element {
                    padding-bottom:2rem
                }
            }

            @media (min-width: 992px) {
                .cid-rdpUR1WA9g .tiny-row {
                    margin-left:-2rem;
                    margin-right: -2rem
                }

                .cid-rdpUR1WA9g .tiny-row > * {
                    padding-left: 2rem;
                    padding-right: 2rem
                }
            }

            .cid-rdpUR1WA9g .iconfont-wrapper {
                width: 2rem;
                height: 2rem;
                display: inline-block
            }

            .cid-rdpUR1WA9g .amp-iconfont {
                color: #1bc2ca;
                font-size: 1.4rem;
                width: 2rem;
                vertical-align: middle
            }

            .cid-rdpUR1WA9g .icon-wrapper2 {
                margin-left: 25px;
                width: 3rem;
                height: 3rem
            }

            .cid-rdpUR1WA9g .titlebox b {
                color: #fff;
                font-weight: bold
            }

            .cid-rdpUR1WA9g .titlebox b:before {
                content: "";
                margin-left: 10px;
                color: #4987B9;
                border-left: 5px solid #4987B9
            }

            .cid-rdpUbNM30k {
                padding-top: .5rem;
                padding-bottom: 2rem;
                background-color: #000
            }

            .cid-rdpUbNM30k .tiny-flex {
                align-items: center
            }

            .cid-rdpUbNM30k .copy-box {
                width: 100%;
                padding: 0 16px;
                margin-top: 100px
            }

            .cid-rdpUbNM30k .links-text {
                margin-left: 20px;
                transition: .3s;
                font-size: 14px
            }

            .cid-rdpUbNM30k .social-box {
                text-align: right
            }

            .cid-rdpUbNM30k .iconfont-wrapper {
                display: inline-flex;
                justify-content: center;
                align-items: center;
                padding: .2rem;
                margin-right: .8rem
            }

            .cid-rdpUbNM30k .amp-iconfont {
                font-size: 1.6rem;
                width: 1.6rem;
                color: #fff
            }

            .cid-rdpUbNM30k .custom-box {
                position: relative
            }

            .cid-rdpUbNM30k .copy-box:before {
                content: "";
                position: absolute;
                top: 70px;
                left: 1%;
                display: block;
                width: 98%;
                height: 1px;
                background-color: #fff;
                opacity: .5
            }

            [class*="-iconfont"] {
                display: inline-flex
            }

            @media (max-width: 992px) {
                .cid-rdpUbNM30k .links-box {
                    text-align:center;
                    margin-bottom: 25px
                }

                .cid-rdpUbNM30k .btn-black {
                    margin-bottom: 25px
                }
            }

            .cid-rdlDlix14b {
                padding-top: 2rem;
                padding-bottom: 3rem;
                align-items: center;
                display: flex;
                background-color: #000
            }

            @media (min-width: 768px) and (max-width:991px) {
                .cid-rdlDlix14b {
                    padding-left:10px;
                    padding-right: 10px
                }
            }

            @media (max-width: 992px) {
                .cid-rdlDlix14b .tiny-row {
                    flex-wrap:nowrap;
                    flex-direction: column-reverse
                }

                .cid-rdlDlix14b .tiny-row .image-wrap {
                    padding-bottom: 2rem
                }
            }

            @media (max-width: 992px) {
                .cid-rdlDlix14b .tiny-row > * {
                    padding:0
                }
            }

            .cid-rdlDlix14b .title-block {
                margin: auto;
                width: 100%
            }

            @media (max-width: 992px) {
                .cid-rdlDlix14b .title-wrap {
                    margin-bottom:2rem
                }
            }

            @media (min-width: 992px) {
                .cid-rdlDlix14b .title-block,.cid-rdlDlix14b .image-block {
                    padding-left:0;
                    padding-right: 0
                }

                .cid-rdlDlix14b .tiny-row > * {
                    padding-left: 2rem;
                    padding-right: 3rem
                }

                .cid-rdlDlix14b .tiny-row {
                    margin-left: -2rem;
                    margin-right: -2rem
                }
            }

            .cid-rdlDlix14b .image-block {
                width: 100%;
                height: 100%
            }

            .cid-rdlDlix14b .profile-box {
                max-width: 180px;
                width: 100%;
                text-align: center;
                float: none;
                margin: 15px auto 10px
            }

            .cid-rdlDlix14b .title-block h1 {
                font-size: 20px;
                font-weight: bold;
                color: #fff;
                text-align: center;
                margin-top: 32px
            }

            .cid-rdlDlix14b .profile-box amp-img {
                border-radius: 20px;
                text-align: center
            }

            .cid-rdlDlix14b .profile-box amp-img:not(#_#_#_#_#_#_#_#_) {
                border: 4px solid #4987B9
            }

            .text-justify {
                text-align: justify
            }

            .featured-box {
                align-items: center
            }

            .featured-box strong {
                color: #fff;
                font-size: 17px;
                font-weight: bold
            }

            .featured-box p {
                color: #999;
                font-size: 15px
            }

            .titlebox {
                background: #161616;
                padding: 20px;
                border-radius: 18px;
                vertical-align: middle
            }

            .titlebox ul {
                list-style: none;
                margin-top: 20px
            }

            .titlebox ul li {
                color: #fff;
                font-size: 16px;
                margin-bottom: 12px
            }

            .titlebox ul li svg {
                color: #fff;
                vertical-align: middle
            }

            .titlebox ul li a {
                color: #fff
            }

            .general-shadow {
                box-shadow: 0 0 100px 0 #fff;
                -webkit-box-shadow: 0 0 100px 0 #fff;
                border-radius: 50px
            }

            .block-primary {
                margin-top: 20px
            }

            .block-primary h2 {
                color: #fff;
                font-size: 25px;
                margin-bottom: 10px;
                font-weight: bold;
                text-align: center
            }

            .block-primary p {
                font-size: 15px;
                color: rgba(255,255,255,1)
            }

            .cid-rdvOzXWYyM {
                padding-top: 2rem;
                padding-bottom: 10rem;
                background-color: #000
            }

            .cid-rdvOzXWYyM .title h3 {
                color: #4987B9;
                font-size: 19px;
                font-weight: bold;
                margin-bottom: 30px
            }

            .cid-rdvOzXWYyM .cmntbox {
                background-color: #111;
                padding: 10px 15px;
                border-radius: 15px;
                margin-bottom: 12px
            }

            .cid-rdvOzXWYyM .cmntbox .cmnt-head {
                display: flex;
                align-items: center;
                margin-bottom: 5px;
                border-bottom: 1px solid #222;
                padding-bottom: 10px
            }

            .cid-rdvOzXWYyM .cmntbox b {
                color: #fff;
                font-size: 14px;
                font-weight: bold
            }

            .cid-rdvOzXWYyM .cmntbox span {
                color: #4987B9;
                font-size: 12px;
                margin-right: 15px
            }

            .cid-rdvOzXWYyM .cmntbox amp-img {
                width: 100%;
                max-width: 45px;
                margin-left: 15px
            }

            .cid-rdvOzXWYyM .cmntbox .message {
                padding-bottom: 10px;
                margin-top: 10px;
                font-size: 15px
            }

            .cid-qPnlsnRHcj {
                padding-top: 10px;
                padding-bottom: 30px;
                background-color: #000
            }

            .cid-qPnlsnRHcj .amp-accordion {
                text-align: center;
                margin-bottom: 3rem;
                width: 100%
            }

            @media (max-width: 992px) {
                .cid-qPnlsnRHcj .amp-accordion {
                    width:100%
                }
            }

            .cid-qPnlsnRHcj .title h3 {
                color: #4987B9;
                font-size: 19px;
                font-weight: bold;
                margin-bottom: 20px
            }

            .cid-qPnlsnRHcj .faq-section h3 {
                cursor: pointer;
                transition: color .4s;
                padding-left: 1rem;
                border-bottom: 2px solid #111;
                position: relative;
                margin: 0;
                padding-top: 1rem;
                padding-bottom: 1rem;
                outline: none;
                color: #4987B9;
                font-weight: bold;
                font-size: 16px;
                background-color: #161616;
                border: none;
                border-radius: 15px 15px 0 0
            }

            .cid-qPnlsnRHcj .faq-section div {
                background-color: #161616;
                margin: 0;
                padding: 20px;
                border-radius: 0 0 15px 15px;
                font-size: 15px;
                border-top: 1px solid #000
            }

            .cid-qPnlsnRHcj .faq-section h3 span {
                position: absolute;
                top: 1.25rem;
                right: 1rem;
                transition: .4s;
                z-index: 1
            }

            .cid-rdpPBY62bU {
                padding-top: 1rem;
                padding-bottom: 2rem;
                background-color: #000
            }

            .cid-rdpPBY62bU .container-fluid {
                padding: 0
            }

            .cid-rdpPBY62bU amp-img {
                height: auto;
                width: 100%
            }

            .cid-rdpPBY62bU .gallery-row {
                padding-left: 0;
                padding-right: 0
            }

            @media (max-width: 992px) {
                .cid-rdpPBY62bU .gallery-row {
                    justify-content:center
                }
            }

            @media (max-width: 768px) {
                .cid-rdpPBY62bU .gallery-row,.cid-rdpPBY62bU .gallery-item {
                    padding-left:0;
                    padding-right: 0
                }
            }

            .cid-rdpPBY62bU .gallery-item:nth-last-child(1),.cid-rdpPBY62bU .gallery-row:nth-last-child(1) {
                padding-bottom: 0
            }

            .cid-rdpPBY62bU .gallery-img-wrap:hover:after {
                opacity: .5
            }

            .cid-rdpPBY62bU .gallery-img-wrap:after {
                background: #444
            }

            .cid-rdpPBY62bU .gallery-img-wrap .amp-iconfont {
                font-size: 1.7rem;
                width: 1.7rem;
                color: #fff
            }

            .cid-rdpPBY62bU .gallery-item,.cid-rdpPBY62bU .gallery-row {
                padding: 0
            }

            .cid-rdpPBY62bU amp-img {
                height: 100%;
                object-fit: cover
            }

            .cid-rdpPBY62bU .games-icon svg {
                width: 50px;
                height: 50px;
                text-align: center;
                background: #222;
                padding: 5px;
                border-radius: 10px;
                color: #fff
            }

            .copy-text {
                font-size: 14px
            }

            .cid-lmnqknRHcj {
                padding-top: 50px;
                padding-bottom: 35px;
                background-color: #000
            }

            .cid-lmnqknRHcj .title h2 {
                color: #4987B9;
                font-size: 19px;
                font-weight: bold;
                margin-bottom: 20px
            }

            .cid-lmnqknRHcj .tiny-row {
                padding: 8px
            }

            .cid-lmnqknRHcj .table {
                width: 100%;
                border: 2px solid #444;
                padding: 10px;
                border-radius: 20px
            }

            .cid-lmnqknRHcj .table-header {
                display: flex;
                width: 100%;
                background: #000;
                padding: 10px 0;
                border-radius: 20px 20px 0 0
            }

            .cid-lmnqknRHcj .table-row {
                display: flex;
                width: 100%;
                padding: 8px;
                border-radius: 30px;
                background: #333;
                margin-top: 10px;
                align-items: center
            }

            .cid-lmnqknRHcj .table-row .btn {
                padding: 5px 15px;
                font-size: 14px
            }

            .cid-lmnqknRHcj .table-row:nth-of-type(odd) {
                background: #333
            }

            .cid-lmnqknRHcj .table-data,.header__item {
                flex: 1 1 20%;
                text-align: center
            }

            .cid-lmnqknRHcj .filter__link {
                color: #fff;
                text-decoration: none;
                position: relative;
                display: inline-block;
                padding-left: 24px;
                padding-right: 24px
            }

            .cid-lmnqknRHcj .filter__link::after {
                content: "";
                position: absolute;
                right: -18px;
                color: white;
                font-size: 12px;
                top: 50%;
                transform: translateY(-50%)
            }

            @media (max-width: 772px) {
                .no-mobile {
                    display:none
                }
            }

            amp-img img,amp-img noscript {
                image-rendering: inherit;
                object-fit: inherit;
                object-position: inherit
            }

            :where(.wp-block-button__link) {
                border-radius: 9999px;
                box-shadow: none;
                padding: calc(.667em + 2px) calc(1.333em + 2px);
                text-decoration: none
            }

            :root:where(.wp-block-button .wp-block-button__link.is-style-outline),:root:where(.wp-block-button.is-style-outline>.wp-block-button__link) {
                border: 2px solid;
                padding: .667em 1.333em
            }

            :root:where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root:where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
                color: currentColor
            }

            :root:where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root:where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
                background-color: initial;
                background-image: none
            }

            :where(.wp-block-columns) {
                margin-bottom: 1.75em
            }

            :where(.wp-block-columns.has-background) {
                padding: 1.25em 2.375em
            }

            :where(.wp-block-post-comments input[type=submit]) {
                border: none
            }

            :where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)) {
                color: #fff
            }

            :where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)) {
                color: #000
            }

            :root:where(.wp-block-cover h1:not(.has-text-color)),:root:where(.wp-block-cover h2:not(.has-text-color)),:root:where(.wp-block-cover h3:not(.has-text-color)),:root:where(.wp-block-cover h4:not(.has-text-color)),:root:where(.wp-block-cover h5:not(.has-text-color)),:root:where(.wp-block-cover h6:not(.has-text-color)),:root:where(.wp-block-cover p:not(.has-text-color)) {
                color: inherit
            }

            :where(.wp-block-file) {
                margin-bottom: 1.5em
            }

            :where(.wp-block-file__button) {
                border-radius: 2em;
                display: inline-block;
                padding: .5em 1em
            }

            :where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited {
                box-shadow: none;
                color: #fff;
                opacity: .85;
                text-decoration: none
            }

            :where(.wp-block-group.wp-block-group-is-layout-constrained) {
                position: relative
            }

            @keyframes show-content-image {
                0% {
                    visibility: hidden
                }

                99% {
                    visibility: hidden
                }

                to {
                    visibility: visible
                }
            }

            @keyframes turn-on-visibility {
                0% {
                    opacity: 0
                }

                to {
                    opacity: 1
                }
            }

            @keyframes turn-off-visibility {
                0% {
                    opacity: 1;
                    visibility: visible
                }

                99% {
                    opacity: 0;
                    visibility: visible
                }

                to {
                    opacity: 0;
                    visibility: hidden
                }
            }

            @keyframes lightbox-zoom-in {
                0% {
                    transform: translate(calc(((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)) * -1),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
                }

                to {
                    transform: translate(50%,-50%) scale(1)
                }
            }

            @keyframes lightbox-zoom-out {
                0% {
                    transform: translate(50%,-50%) scale(1);
                    visibility: visible
                }

                99% {
                    visibility: visible
                }

                to {
                    transform: translate(calc(((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)) * -1),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
                    visibility: hidden
                }
            }

            :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment)) {
                line-height: 1.1
            }

            :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
                line-height: 1.8
            }

            :root:where(.wp-block-latest-posts.is-grid) {
                padding: 0
            }

            :root:where(.wp-block-latest-posts.wp-block-latest-posts__list) {
                padding-right: 0
            }

            ul {
                box-sizing: border-box
            }

            :root:where(.wp-block-list.has-background) {
                padding: 1.25em 2.375em
            }

            :where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
                padding: .5em 1em
            }

            :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
                padding: .5em 1em
            }

            @keyframes overlay-menu__fade-in-animation {
                0% {
                    opacity: 0;
                    transform: translateY(.5em)
                }

                to {
                    opacity: 1;
                    transform: translateY(0)
                }
            }

            :root:where(p.has-background) {
                padding: 1.25em 2.375em
            }

            :where(p.has-text-color:not(.has-link-color)) a {
                color: inherit
            }

            :where(.wp-block-post-excerpt) {
                box-sizing: border-box;
                margin-bottom: var(--wp--style--block-gap);
                margin-top: var(--wp--style--block-gap)
            }

            :where(.wp-block-preformatted.has-background) {
                padding: 1.25em 2.375em
            }

            :where(.wp-block-search__button) {
                border: 1px solid #ccc;
                padding: 6px 10px
            }

            :where(.wp-block-search__input) {
                font-family: inherit;
                font-size: inherit;
                font-style: inherit;
                font-weight: inherit;
                letter-spacing: inherit;
                line-height: inherit;
                text-transform: inherit
            }

            :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
                border: 1px solid #949494;
                box-sizing: border-box;
                padding: 4px
            }

            :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper):where(.wp-block-search__button) {
                padding: 4px 8px
            }

            :root:where(.wp-block-separator.is-style-dots) {
                height: auto;
                line-height: 1;
                text-align: center
            }

            :root:where(.wp-block-separator.is-style-dots):before {
                color: currentColor;
                content: "···";
                font-family: serif;
                font-size: 1.5em;
                letter-spacing: 2em;
                padding-left: 2em
            }

            :root:where(.wp-block-site-logo.is-style-rounded) {
                border-radius: 9999px
            }

            :root:where(.wp-block-social-links .wp-social-link a) {
                padding: .25em
            }

            :root:where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
                padding: 0
            }

            :root:where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
                padding-left: .66667em;
                padding-right: .66667em
            }

            :root:where(.wp-block-tag-cloud.is-style-outline) {
                display: flex;
                flex-wrap: wrap;
                gap: 1ch
            }

            :root:where(.wp-block-tag-cloud.is-style-outline a) {
                border: 1px solid;
                margin-left: 0;
                padding: 1ch 2ch
            }

            :root:where(.wp-block-tag-cloud.is-style-outline a):not(#_#_#_#_#_#_#_#_) {
                font-size: unset;
                text-decoration: none
            }

            :root:where(.wp-block-table-of-contents) {
                box-sizing: border-box
            }

            :where(.wp-block-term-description) {
                box-sizing: border-box;
                margin-bottom: var(--wp--style--block-gap);
                margin-top: var(--wp--style--block-gap)
            }

            :where(pre.wp-block-verse) {
                font-family: inherit
            }

            :root {
                --wp--preset--font-size--normal: 16px;
                --wp--preset--font-size--huge: 42px
            }

            html:where(.has-border-color) {
                border-style: solid
            }

            html:where([data-amp-original-style*=border-top-color]) {
                border-top-style: solid
            }

            html:where([data-amp-original-style*=border-right-color]) {
                border-left-style: solid
            }

            html:where([data-amp-original-style*=border-bottom-color]) {
                border-bottom-style: solid
            }

            html:where([data-amp-original-style*=border-left-color]) {
                border-right-style: solid
            }

            html:where([data-amp-original-style*=border-width]) {
                border-style: solid
            }

            html:where([data-amp-original-style*=border-top-width]) {
                border-top-style: solid
            }

            html:where([data-amp-original-style*=border-right-width]) {
                border-left-style: solid
            }

            html:where([data-amp-original-style*=border-bottom-width]) {
                border-bottom-style: solid
            }

            html:where([data-amp-original-style*=border-left-width]) {
                border-right-style: solid
            }

            html:where(img[class*=wp-image-]) {
                height: auto;
                max-width: 100%
            }

            :where(figure) {
                margin: 0 0 1em
            }

            html:where(.is-position-sticky) {
                --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height,0px)
            }

            @media screen and (max-width: 600px) {
                html:where(.is-position-sticky) {
                    --wp-admin--admin-bar--position-offset:0px
                }
            }

            :root {
                --wp--preset--aspect-ratio--square: 1;
                --wp--preset--aspect-ratio--4-3: 4/3;
                --wp--preset--aspect-ratio--3-4: 3/4;
                --wp--preset--aspect-ratio--3-2: 3/2;
                --wp--preset--aspect-ratio--2-3: 2/3;
                --wp--preset--aspect-ratio--16-9: 16/9;
                --wp--preset--aspect-ratio--9-16: 9/16;
                --wp--preset--color--black: #000;
                --wp--preset--color--cyan-bluish-gray: #abb8c3;
                --wp--preset--color--white: #fff;
                --wp--preset--color--pale-pink: #f78da7;
                --wp--preset--color--vivid-red: #cf2e2e;
                --wp--preset--color--luminous-vivid-orange: #ff6900;
                --wp--preset--color--luminous-vivid-amber: #fcb900;
                --wp--preset--color--light-green-cyan: #7bdcb5;
                --wp--preset--color--vivid-green-cyan: #00d084;
                --wp--preset--color--pale-cyan-blue: #8ed1fc;
                --wp--preset--color--vivid-cyan-blue: #0693e3;
                --wp--preset--color--vivid-purple: #9b51e0;
                --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%);
                --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,#7adcb4 0%,#00d082 100%);
                --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
                --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%);
                --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,#eee 0%,#a9b8c3 100%);
                --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);
                --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,#ffceec 0%,#9896f0 100%);
                --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);
                --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);
                --wp--preset--gradient--pale-ocean: linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);
                --wp--preset--gradient--electric-grass: linear-gradient(135deg,#caf880 0%,#71ce7e 100%);
                --wp--preset--gradient--midnight: linear-gradient(135deg,#020381 0%,#2874fc 100%);
                --wp--preset--font-size--small: 13px;
                --wp--preset--font-size--medium: 20px;
                --wp--preset--font-size--large: 36px;
                --wp--preset--font-size--x-large: 42px;
                --wp--preset--spacing--20: .44rem;
                --wp--preset--spacing--30: .67rem;
                --wp--preset--spacing--40: 1rem;
                --wp--preset--spacing--50: 1.5rem;
                --wp--preset--spacing--60: 2.25rem;
                --wp--preset--spacing--70: 3.38rem;
                --wp--preset--spacing--80: 5.06rem;
                --wp--preset--shadow--natural: 6px 6px 9px rgba(0,0,0,.2);
                --wp--preset--shadow--deep: 12px 12px 50px rgba(0,0,0,.4);
                --wp--preset--shadow--sharp: 6px 6px 0px rgba(0,0,0,.2);
                --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1);
                --wp--preset--shadow--crisp: 6px 6px 0px rgba(0,0,0,1)
            }

            :where(.is-layout-flex) {
                gap: .5em
            }

            :where(.is-layout-grid) {
                gap: .5em
            }

            :where(.wp-block-columns.is-layout-flex) {
                gap: 2em
            }

            :where(.wp-block-columns.is-layout-grid) {
                gap: 2em
            }

            :where(.wp-block-post-template.is-layout-flex) {
                gap: 1.25em
            }

            :where(.wp-block-post-template.is-layout-grid) {
                gap: 1.25em
            }

            :where(.wp-block-post-template.is-layout-flex) {
                gap: 1.25em
            }

            :where(.wp-block-post-template.is-layout-grid) {
                gap: 1.25em
            }

            :where(.wp-block-columns.is-layout-flex) {
                gap: 2em
            }

            :where(.wp-block-columns.is-layout-grid) {
                gap: 2em
            }

            :root:where(.wp-block-pullquote) {
                font-size: 1.5em;
                line-height: 1.6
            }

            .amp-wp-9664197:not(#_#_#_#_#_) {
                background-color: #f00;
                border-color: #f00
            }
        </style>
        <link rel="canonical" href="https://fa1x.com/">
        <script type="application/ld+json" class="yoast-schema-graph">
            {
                "@context": "https://schema.org",
                "@graph": [
                    {
                        "@type": "WebPage",
                        "@id": "https://fa1x.com/",
                        "url": "https://fa1x.com/",
                        "name": "وان ایکس فا 2024 با ضرایب بالا و درگاه مستقیم",
                        "isPartOf": {
                            "@id": "https://fa1x.com/#website"
                        },
                        "about": {
                            "@id": "https://fa1x.com/#/schema/person/50b81963644f2668a33e5604e4b97e3d"
                        },
                        "datePublished": "2023-11-22T16:37:44+00:00",
                        "dateModified": "2024-09-17T18:41:41+00:00",
                        "description": "به مرجع معرفی وان ایکس فا خوش آمدید. در اینجا بهترین سایت های شرط بندی بازی انفجار را رده بندی کرده ایم. همراه ما باشید.",
                        "breadcrumb": {
                            "@id": "https://fa1x.com/#breadcrumb"
                        },
                        "inLanguage": "fa-IR",
                        "potentialAction": [
                            {
                                "@type": "ReadAction",
                                "target": [
                                    "https://fa1x.com/"
                                ]
                            }
                        ]
                    },
                    {
                        "@type": "BreadcrumbList",
                        "@id": "https://fa1x.com/#breadcrumb",
                        "itemListElement": [
                            {
                                "@type": "ListItem",
                                "position": 1,
                                "name": "خانه"
                            }
                        ]
                    },
                    {
                        "@type": "WebSite",
                        "@id": "https://fa1x.com/#website",
                        "url": "https://fa1x.com/",
                        "name": "وان ایکس فا",
                        "description": "",
                        "publisher": {
                            "@id": "https://fa1x.com/#/schema/person/50b81963644f2668a33e5604e4b97e3d"
                        },
                        "potentialAction": [
                            {
                                "@type": "SearchAction",
                                "target": {
                                    "@type": "EntryPoint",
                                    "urlTemplate": "https://fa1x.com/?s={search_term_string}"
                                },
                                "query-input": "required name=search_term_string"
                            }
                        ],
                        "inLanguage": "fa-IR"
                    },
                    {
                        "@type": [
                            "Person",
                            "Organization"
                        ],
                        "@id": "https://fa1x.com/#/schema/person/50b81963644f2668a33e5604e4b97e3d",
                        "name": "landing",
                        "image": {
                            "@type": "ImageObject",
                            "inLanguage": "fa-IR",
                            "@id": "https://fa1x.com/#/schema/person/image/",
                            "url": "https://fa1x.com/wp-content/uploads/2024/02/Untitled-design-2024-02-09T134732.571.png",
                            "contentUrl": "https://fa1x.com/wp-content/uploads/2024/02/Untitled-design-2024-02-09T134732.571.png",
                            "width": 500,
                            "height": 500,
                            "caption": "landing"
                        },
                        "logo": {
                            "@id": "https://fa1x.com/#/schema/person/image/"
                        },
                        "sameAs": [
                            "https://fa1x.com/"
                        ]
                    }
                ]
            }</script>
        <link rel="apple-touch-icon" href="https://fa1x.com/wp-content/uploads/2024/02/cropped-Untitled-design-2024-02-09T134732.571-180x180.png">
        <title>وان ایکس فا لینک بدون فیلتر وان ایکس فا90</title>
    <meta name="google-site-verification" content="GJ6TacCORbER9h52k9fMhT3syCql-sE1PaFzqmJhPuo" />
    </head>
    <body>
        <amp-sidebar id="sidebar" class="cid-rdpU7WhxMh i-amphtml-layout-nodisplay" layout="nodisplay" side="left" hidden="hidden" i-amphtml-layout="nodisplay">
            <div class="builder-sidebar" id="builder-sidebar">
                <button on="tap:sidebar.close" class="close-sidebar">
                    <span></span>
                    <span></span>
                </button>
                <ul class="navbar-nav nav-dropdown" data-app-modern-menu="true">
                    <ul id="menu-menu-1" class="navbar-nav nav-dropdown">
                        <li id="menu-item-25" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-25">
                            <a href="https://fa1x.com/" aria-current="page">وان ایکس فا بدون فیلتر</a>
                        </li>
                    </ul>
                </ul>
            </div>
        </amp-sidebar>
        <section class="menu1 menu horizontal-menu cid-rdpU7WhxMh" id="menu1-2d">
            <nav class="navbar navbar-dropdown navbar-expand-lg navbar-fixed-top">
                <div class="menu-container container">
                    <div class="navbar-brand tiny-white">
                        <div class="navbar-logo">
                            <amp-img data-hero src="https://fa1x.com/wp-content/uploads/2025/03/logo_fa1x_preview.png" layout="responsive" height="70" width="70" alt="وان ایکس فا" class="placeholder-loader i-amphtml-layout-responsive i-amphtml-layout-size-defined" i-amphtml-ssr i-amphtml-layout="responsive">
                                <i-amphtml-sizer slot="i-amphtml-svc" style="display:block;padding-top:100%"></i-amphtml-sizer>
                                <div placeholder="" class="placeholder">
                                    <div class="tinyb-spinner">
                                        <span>بارگذاری&#8230;</span>
                                    </div>
                                </div>
                                <a href="https://fa1x.com/" title="وان ایکس فا" aria-label="وان ایکس فا"></a>
                                <img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="وان ایکس فا" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://fa1x.com/wp-content/uploads/2024/02/Untitled-design-2024-02-09T134732.571.png"><noscript><img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="وان ایکس فا" src="https://fa1x.com/wp-content/uploads/2024/02/Untitled-design-2024-02-09T134732.571.png"></noscript>
                            </amp-img>
                        </div>
                        <span class="navbar-caption-wrap">
                            <a class="navbar-caption tiny-bold tiny-white display-5" href="https://fa1x.com/">وان ایکس فا</a>
                            <span class="text-primary">1xfa bet</span>
                        </span>
                    </div>
                    <div class="collapse navbar-collapse" id="navbarSupportedContent">
                        <ul class="navbar-nav" data-app-modern-menu="true">
                            <ul id="menu-menu-2" class="navbar-nav nav-dropdown">
                                <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-25">
                                    <a href="https://fa1x.com/" aria-current="page">وان ایکس فا امروز</a>
                                </li>
                            </ul>
                        </ul>
                    </div>
                    <button aria-label="menu" on="tap:sidebar.toggle" class="ampstart-btn hamburger">
                        <span></span>
                        <span></span>
                        <span></span>
                        <span></span>
                    </button>
                </div>
            </nav>
        </section>
        <section class="header2 cid-rdlDlix14b ltr" id="header2-5">
            <div class="container-fluid">
                <div class="tiny-row tiny-black tiny-row-reverse">
                    <div class="title-wrap tiny-col-md-12 tiny-col-sm-12 tiny-col-lg-6 tiny-flex rtl">
                        <div class="title-block tiny-col-sm-12 tiny-col-md-12">
                            <h1>وان ایکس فا</h1>
                            <div class="profile-box">
                                <amp-img data-hero src="https://fa1x.com/wp-content/uploads/2025/03/logo-fa1x.png" layout="responsive" width="200" height="200" alt="وان ایکس فا" class="placeholder-loader i-amphtml-layout-responsive i-amphtml-layout-size-defined" i-amphtml-ssr i-amphtml-layout="responsive">
                                    <i-amphtml-sizer slot="i-amphtml-svc" style="display:block;padding-top:100%"></i-amphtml-sizer>
                                    <div placeholder="" class="placeholder">
                                        <div class="tinyb-spinner">
                                            <em></em>
                                            <em></em>
                                            <em></em>
                                        </div>
                                    </div>
                                    <img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="وان ایکس فا" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://fa1x.com/wp-content/uploads/2024/02/Untitled-design-2024-02-09T140044.354.jpg"><noscript><img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="وان ایکس فا" src="https://fa1x.com/wp-content/uploads/2024/02/Untitled-design-2024-02-09T140044.354.jpg"></noscript>
                                </amp-img>
                            </div>
                            <p class="tiny-text tiny-fonts-style tiny-white tiny-pt-2 display-7 text-justify">وان ایکس فا (1XFA) یکی از سایت های معتبر و محبوب شرط‌ بندی ایرانی است که به صورت ویژه بر روی بازی های کازینویی و پیش بینی های ورزشی تمرکز دارد. این سایت با ارائه طیف وسیعی از بازی ها و رویدادهای ورزشی مانند فوتبال، بسکتبال، تنیس و والیبال، جایگاه ویژه ای در دنیای پیش بینی آنلاین به دست آورده است. همچنین، سایت وان ایکس فا با سیستم پرداخت آنلاین امن و متنوع، امکان واریز سریع و مطمئن مبالغ را برای کاربران فراهم کرده است. وان ایکس فا از طراحی و اسکریپت جذابی استفاده می کند.</p>
                            <div class="tiny-section-btn tiny-pt-4">
                                <a href="https://fa1x.com/" target="_blank" title="وب وان ایکس فا" rel="nofollow" class="btn btn-primary btn-md display-7">
                                    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-browser-edge text-black" viewbox="0 0 16 16">
                                        <path d="M9.482 9.341c-.069.062-.17.153-.17.309 0 .162.107.325.3.456.877.613 2.521.54 2.592.538h.002c.667 0 1.32-.18 1.894-.519A3.838 3.838 0 0 0 16 6.819c.018-1.316-.44-2.218-.666-2.664l-.04-.08C13.963 1.487 11.106 0 8 0A8 8 0 0 0 .473 5.29C1.488 4.048 3.183 3.262 5 3.262c2.83 0 5.01 1.885 5.01 4.797h-.004v.002c0 .338-.168.832-.487 1.244l.006-.006a.594.594 0 0 1-.043.041Z"/>
                                        <path d="M.01 7.753a8.137 8.137 0 0 0 .753 3.641 8 8 0 0 0 6.495 4.564 5.21 5.21 0 0 1-.785-.377h-.01l-.12-.075a5.45 5.45 0 0 1-1.56-1.463A5.543 5.543 0 0 1 6.81 5.8l.01-.004.025-.012c.208-.098.62-.292 1.167-.285.129.001.257.012.384.033a4.037 4.037 0 0 0-.993-.698l-.01-.005C6.348 4.282 5.199 4.263 5 4.263c-2.44 0-4.824 1.634-4.99 3.49Zm10.263 7.912c.088-.027.177-.054.265-.084-.102.032-.204.06-.307.086l.042-.002Z"/>
                                        <path d="M10.228 15.667a5.21 5.21 0 0 0 .303-.086l.082-.025a8.019 8.019 0 0 0 4.162-3.3.25.25 0 0 0-.331-.35c-.215.112-.436.21-.663.294a6.367 6.367 0 0 1-2.243.4c-2.957 0-5.532-2.031-5.532-4.644.002-.135.017-.268.046-.399a4.543 4.543 0 0 0-.46 5.898l.003.005c.315.441.707.821 1.158 1.121h.003l.144.09c.877.55 1.721 1.078 3.328.996Z"/>
                                    </svg>
                                    وب وان ایکس فا
                                </a>
                                <a href="https://boro.bet/" target="_blank" title="همین الان شرط بندی کن" rel="nofollow" class="btn btn-black btn-md display-7" data-amp-original-style="background-color:#;border-color:#;">
                                    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-download text-primary" viewbox="0 0 16 16">
                                        <path d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z"/>
                                        <path d="M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z"/>
                                    </svg>
                                    همین الان شرط بندی کن
                                </a>
                                <a href="https://boro.bet/" target="_blank" title="محبوب ترین سایت های امروز بدون فیلتر (کلیک کنید)" rel="nofollow" class="btn btn-black btn-md display-7 disabled amp-wp-9664197" data-amp-original-style="background-color:#C60336 ;border-color:#C60336 ;">
                                    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-award-fill" viewbox="0 0 16 16">
                                        <path d="m8 0 1.669.864 1.858.282.842 1.68 1.337 1.32L13.4 6l.306 1.854-1.337 1.32-.842 1.68-1.858.282L8 12l-1.669-.864-1.858-.282-.842-1.68-1.337-1.32L2.6 6l-.306-1.854 1.337-1.32.842-1.68L6.331.864 8 0z"/>
                                        <path d="M4 11.794V16l4-1 4 1v-4.206l-2.018.306L8 13.126 6.018 12.1 4 11.794z"/>
                                    </svg>
                                    محبوب ترین سایت های امروز بدون فیلتر (کلیک کنید)
                                </a>
                            </div>
                        </div>
                    </div>
                    <div class="image-wrap tiny-col-md-12 tiny-col-sm-12 tiny-col-lg-6 tiny-flex no-mobile">
                        <div class="image-block tiny-col-md-12 tiny-col-sm-12 tiny-m-auto">
                            <amp-img data-hero src="https://fa1x.com/wp-content/uploads/2025/03/cover-fa1x.jpg" layout="responsive" width="670.7638279192273" height="382" alt="وان ایکس فا" class="placeholder-loader i-amphtml-layout-responsive i-amphtml-layout-size-defined" i-amphtml-ssr i-amphtml-layout="responsive">
                                <i-amphtml-sizer slot="i-amphtml-svc" style="display:block;padding-top:56.95%"></i-amphtml-sizer>
                                <div placeholder="" class="placeholder">
                                    <div class="tinyb-spinner">
                                        <em></em>
                                        <em></em>
                                        <em></em>
                                    </div>
                                </div>
                                <img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="وان ایکس فا" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://fa1x.com/wp-content/uploads/2025/03/cover-fa1x.jpg"><noscript><img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="وان ایکس فا" src="https://fa1x.com/wp-content/uploads/2025/03/cover-fa1x.jpg"></noscript>
                            </amp-img>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <section class="contacts3 map cid-rdpUR1WA9g ltr">
            <div class="container">
                <div class="tiny-row main-row tiny-jc-c tiny-row-reverse">
                    <div class="first-element tiny-col-md-12 tiny-col-sm-12 tiny-column tiny-flex tiny-jc-c tiny-col-lg-6 rtl">
                        <div class="contacts-block tiny-pb-4 tiny-flex tiny-jc-c tiny-column">
                            <div class="contacts-box">
                                <div class="tiny-flex tiny-pb-5 featured-box">
                                    <div class="icon-box">
                                        <div class="iconfont-wrapper icon-wrapper2 general-shadow">
                                            <amp-img data-hero src="https://fa1x.com/img/25.png" layout="responsive" alt="بونوس 25 درصد شارژ بیشتر" width="64" height="64" class="placeholder-loader i-amphtml-layout-responsive i-amphtml-layout-size-defined" i-amphtml-ssr i-amphtml-layout="responsive">
                                                <i-amphtml-sizer slot="i-amphtml-svc" style="display:block;padding-top:100%"></i-amphtml-sizer>
                                                <div placeholder="" class="placeholder">
                                                    <div class="tinyb-spinner">
                                                        <em></em>
                                                        <em></em>
                                                        <em></em>
                                                    </div>
                                                </div>
                                                <img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="بونوس 25 درصد شارژ بیشتر" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://fa1x.com/img/25.png"><noscript><img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="بونوس 25 درصد شارژ بیشتر" src="https://fa1x.com/img/25.png"></noscript>
                                            </amp-img>
                                        </div>
                                    </div>
                                    <div class="cont-text-box">
                                        <strong>100% بونوس کازینو زنده </strong>
                                        <p>سایت ما دارای 100% بونوس کازینو زنده است.</p>
                                    </div>
                                </div>
                                <div class="tiny-flex tiny-pb-5 featured-box">
                                    <div class="icon-box">
                                        <div class="iconfont-wrapper icon-wrapper2 general-shadow">
                                            <amp-img data-hero src="https://fa1x.com/img/bomb.png" layout="responsive" alt="بازی انفجار وان ایکس فا" width="64" height="64" class="placeholder-loader i-amphtml-layout-responsive i-amphtml-layout-size-defined" i-amphtml-ssr i-amphtml-layout="responsive">
                                                <i-amphtml-sizer slot="i-amphtml-svc" style="display:block;padding-top:100%"></i-amphtml-sizer>
                                                <div placeholder="" class="placeholder">
                                                    <div class="tinyb-spinner">
                                                        <em></em>
                                                        <em></em>
                                                        <em></em>
                                                    </div>
                                                </div>
                                                <img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="بازی انفجار وان ایکس فا" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://fa1x.com/img/bomb.png"><noscript><img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="بازی انفجار وان ایکس فا" src="https://fa1x.com/img/bomb.png"></noscript>
                                            </amp-img>
                                        </div>
                                    </div>
                                    <div class="cont-text-box">
                                        <strong>بازی پوکر وان ایکس فا</strong>
                                        <p>بهترین بازی پوکر مارکت بت ایران را با ما تجربه کنید!</p>
                                    </div>
                                </div>
                                <div class="tiny-flex tiny-pb-5 featured-box">
                                    <div class="icon-box">
                                        <div class="iconfont-wrapper icon-wrapper2 general-shadow">
                                            <amp-img data-hero src="https://fa1x.com/img/football.png" layout="responsive" alt="پیش بینی فوتبال" width="64" height="64" class="placeholder-loader i-amphtml-layout-responsive i-amphtml-layout-size-defined" i-amphtml-ssr i-amphtml-layout="responsive">
                                                <i-amphtml-sizer slot="i-amphtml-svc" style="display:block;padding-top:100%"></i-amphtml-sizer>
                                                <div placeholder="" class="placeholder">
                                                    <div class="tinyb-spinner">
                                                        <em></em>
                                                        <em></em>
                                                        <em></em>
                                                    </div>
                                                </div>
                                                <img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="پیش بینی فوتبال" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://fa1x.com/img/football.png"><noscript><img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="پیش بینی فوتبال" src="https://fa1x.com/img/football.png"></noscript>
                                            </amp-img>
                                        </div>
                                    </div>
                                    <div class="cont-text-box">
                                        <strong>پشتیبانی آنلاین</strong>
                                        <p>شما می توانید به صورت 24 ساعته با تیم پشتیبانی ارتباط برقرار کنید.</p>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="map-block tiny-col-md-12 tiny-col-sm-12 tiny-jc-c tiny-flex tiny-m-auto tiny-column tiny-col-lg-6 rtl">
                        <div class="titlebox">
                            <b>دسته بندی محتوا</b>
                            <ul>
                                <li>
                                    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-left-short" viewbox="0 0 16 16">
                                        <path fill-rule="evenodd" d="M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z"/>
                                    </svg>
                                    <a href="https://fa1x.com/#title1" title="معرفی سایت وان ایکس فا">معرفی سایت وان ایکس فا</a>
                                </li>
                                <li>
                                    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-left-short" viewbox="0 0 16 16">
                                        <path fill-rule="evenodd" d="M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z"/>
                                    </svg>
                                    <a href="https://fa1x.com/#title2" title="بررسی امکانات در وان ایکس فا">بررسی امکانات در وان ایکس فا</a>
                                </li>
                                <li>
                                    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-left-short" viewbox="0 0 16 16">
                                        <path fill-rule="evenodd" d="M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z"/>
                                    </svg>
                                    <a href="https://fa1x.com/#title3" title="لیست سایت های شرط بندی برتر بت">لیست سایت های شرط بندی برتر بت</a>
                                </li>
                                <li>
                                    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-left-short" viewbox="0 0 16 16">
                                        <path fill-rule="evenodd" d="M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z"/>
                                    </svg>
                                    <a href="https://fa1x.com/#title4" title="آدرس بدون فیلتر وان ایکس فا را چگونه می توان دریافت کرد؟">آدرس بدون فیلتر وان ایکس فا را چگونه می توان دریافت کرد؟</a>
                                </li>
                                <li>
                                    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-left-short" viewbox="0 0 16 16">
                                        <path fill-rule="evenodd" d="M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z"/>
                                    </svg>
                                    <a href="https://fa1x.com/#title5" title="بررسی ضرایب بالا در وان ایکس فا">بررسی ضرایب بالا در وان ایکس فا</a>
                                </li>
                                <li>
                                    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-left-short" viewbox="0 0 16 16">
                                        <path fill-rule="evenodd" d="M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z"/>
                                    </svg>
                                    <a href="https://fa1x.com/#title6" title="آموزش ثبت نام در بهترین سایت انفجار">آموزش ثبت نام در بهترین سایت انفجار</a>
                                </li>
                                <li>
                                    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-left-short" viewbox="0 0 16 16">
                                        <path fill-rule="evenodd" d="M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z"/>
                                    </svg>
                                    <a href="https://fa1x.com/#title7" title="آموزش استفاده از اپلیکیشن بهترین سایت بازی انفجار">آموزش استفاده از اپلیکیشن بهترین سایت بازی انفجار</a>
                                </li>
                                <li>
                                    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-left-short" viewbox="0 0 16 16">
                                        <path fill-rule="evenodd" d="M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z"/>
                                    </svg>
                                    <a href="https://fa1x.com/#title8" title=""></a>
                                </li>
                                <li>
                                    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-left-short" viewbox="0 0 16 16">
                                        <path fill-rule="evenodd" d="M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z"/>
                                    </svg>
                                    <a href="https://fa1x.com/#title9" title="کانال تلگرامی وان ایکس فا">کانال تلگرامی وان ایکس فا</a>
                                </li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <section class="cid-rdpV1b4a44">
            <div class="container">
                <div class="tiny-row tiny-jc-c tiny-pt-1">
                    <div class="tiny-col-sm-12 tiny-col-md-12 tiny-col-lg-12 prog-block">
                        <div class="tiny-row tiny-jc-c">
                            <div class="tiny-col-sm-12 tiny-col-md-4 tiny-col-lg-4">
                                <div class="progress-box">
                                    <div class="tiny-flex tiny-jc-b tiny-white tiny-bold">
                                        <p class="tiny-fonts-style tiny-pb-1 prog-title display-4">اعتبار سایت</p>
                                        74%
                                    </div>
                                    <progress class="progress progress-primary" max="100" value="74"></progress>
                                </div>
                            </div>
                            <div class="tiny-col-sm-12 tiny-col-md-4 tiny-col-lg-4">
                                <div class="progress-box tiny-white tiny-bold">
                                    <div class="tiny-flex tiny-jc-b">
                                        <p class="tiny-fonts-style tiny-pb-1 prog-title display-4">پشتیبانی</p>
                                        84%
                                    </div>
                                    <progress class="progress progress-primary" max="100" value="84"></progress>
                                </div>
                            </div>
                            <div class="tiny-col-sm-12 tiny-col-md-4 tiny-col-lg-4">
                                <div class="progress-box tiny-white tiny-bold">
                                    <div class="tiny-flex tiny-jc-b">
                                        <p class="tiny-fonts-style tiny-pb-1 prog-title display-4">ضرایب</p>
                                        80% 
                                    </div>
                                    <progress class="progress progress-primary" max="100" value="80"></progress>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <section class="cid-lmnqknRHcj">
            <div class="container">
                <div class="title tiny-pb-1 tiny-white align-center">
                    <h2>بهترین سایت های شرط بندی ایران</h2>
                </div>
                <div class="tiny-row">
                    <div class="table">
                        <div class="table-header">
                            <div class="header__item">
                                <span id="name" class="filter__link">سایت شرط بندی</span>
                            </div>
                            <div class="header__item">
                                <span id="rank" class="filter__link filter__link--number">امتیاز</span>
                            </div>
                            <div class="header__item">
                                <span id="link" class="filter__link filter__link--number">ورود و ثبت نام</span>
                            </div>
                        </div>
                        <div class="table-content">
                            <div class="table-row">
                                <div class="table-data text-primary">بت 303</div>
                                <div class="table-data">⭐️⭐️⭐️⭐️⭐️️</div>
                                <div class="table-data">
                                    <a href="https://boro.bet/" target="_blank" rel="nofollow" class="btn btn-white btn-sm display-7">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rocket-takeoff text-black" viewbox="0 0 16 16">
                                            <path d="M9.752 6.193c.599.6 1.73.437 2.528-.362.798-.799.96-1.932.362-2.531-.599-.6-1.73-.438-2.528.361-.798.8-.96 1.933-.362 2.532"/>
                                            <path d="M15.811 3.312c-.363 1.534-1.334 3.626-3.64 6.218l-.24 2.408a2.56 2.56 0 0 1-.732 1.526L8.817 15.85a.51.51 0 0 1-.867-.434l.27-1.899c.04-.28-.013-.593-.131-.956a9.42 9.42 0 0 0-.249-.657l-.082-.202c-.815-.197-1.578-.662-2.191-1.277-.614-.615-1.079-1.379-1.275-2.195l-.203-.083a9.556 9.556 0 0 0-.655-.248c-.363-.119-.675-.172-.955-.132l-1.896.27A.51.51 0 0 1 .15 7.17l2.382-2.386c.41-.41.947-.67 1.524-.734h.006l2.4-.238C9.005 1.55 11.087.582 12.623.208c.89-.217 1.59-.232 2.08-.188.244.023.435.06.57.093.067.017.12.033.16.045.184.06.279.13.351.295l.029.073a3.475 3.475 0 0 1 .157.721c.055.485.051 1.178-.159 2.065Zm-4.828 7.475.04-.04-.107 1.081a1.536 1.536 0 0 1-.44.913l-1.298 1.3.054-.38c.072-.506-.034-.993-.172-1.418a8.548 8.548 0 0 0-.164-.45c.738-.065 1.462-.38 2.087-1.006ZM5.205 5c-.625.626-.94 1.351-1.004 2.09a8.497 8.497 0 0 0-.45-.164c-.424-.138-.91-.244-1.416-.172l-.38.054 1.3-1.3c.245-.246.566-.401.91-.44l1.08-.107-.04.039Zm9.406-3.961c-.38-.034-.967-.027-1.746.163-1.558.38-3.917 1.496-6.937 4.521-.62.62-.799 1.34-.687 2.051.107.676.483 1.362 1.048 1.928.564.565 1.25.941 1.924 1.049.71.112 1.429-.067 2.048-.688 3.079-3.083 4.192-5.444 4.556-6.987.183-.771.18-1.345.138-1.713a2.835 2.835 0 0 0-.045-.283 3.078 3.078 0 0 0-.3-.041Z"/>
                                            <path d="M7.009 12.139a7.632 7.632 0 0 1-1.804-1.352A7.568 7.568 0 0 1 3.794 8.86c-1.102.992-1.965 5.054-1.839 5.18.125.126 3.936-.896 5.054-1.902Z"/>
                                        </svg>
                                        ورود
                                    </a>
                                </div>
                            </div>
                            <div class="table-row">
                                <div class="table-data text-primary">بت یک</div>
                                <div class="table-data">⭐️⭐️⭐️️⭐️⭐️</div>
                                <div class="table-data">
                                    <a href="https://boro.bet/" target="_blank" rel="nofollow" class="btn btn-white btn-sm display-7">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rocket-takeoff text-black" viewbox="0 0 16 16">
                                            <path d="M9.752 6.193c.599.6 1.73.437 2.528-.362.798-.799.96-1.932.362-2.531-.599-.6-1.73-.438-2.528.361-.798.8-.96 1.933-.362 2.532"/>
                                            <path d="M15.811 3.312c-.363 1.534-1.334 3.626-3.64 6.218l-.24 2.408a2.56 2.56 0 0 1-.732 1.526L8.817 15.85a.51.51 0 0 1-.867-.434l.27-1.899c.04-.28-.013-.593-.131-.956a9.42 9.42 0 0 0-.249-.657l-.082-.202c-.815-.197-1.578-.662-2.191-1.277-.614-.615-1.079-1.379-1.275-2.195l-.203-.083a9.556 9.556 0 0 0-.655-.248c-.363-.119-.675-.172-.955-.132l-1.896.27A.51.51 0 0 1 .15 7.17l2.382-2.386c.41-.41.947-.67 1.524-.734h.006l2.4-.238C9.005 1.55 11.087.582 12.623.208c.89-.217 1.59-.232 2.08-.188.244.023.435.06.57.093.067.017.12.033.16.045.184.06.279.13.351.295l.029.073a3.475 3.475 0 0 1 .157.721c.055.485.051 1.178-.159 2.065Zm-4.828 7.475.04-.04-.107 1.081a1.536 1.536 0 0 1-.44.913l-1.298 1.3.054-.38c.072-.506-.034-.993-.172-1.418a8.548 8.548 0 0 0-.164-.45c.738-.065 1.462-.38 2.087-1.006ZM5.205 5c-.625.626-.94 1.351-1.004 2.09a8.497 8.497 0 0 0-.45-.164c-.424-.138-.91-.244-1.416-.172l-.38.054 1.3-1.3c.245-.246.566-.401.91-.44l1.08-.107-.04.039Zm9.406-3.961c-.38-.034-.967-.027-1.746.163-1.558.38-3.917 1.496-6.937 4.521-.62.62-.799 1.34-.687 2.051.107.676.483 1.362 1.048 1.928.564.565 1.25.941 1.924 1.049.71.112 1.429-.067 2.048-.688 3.079-3.083 4.192-5.444 4.556-6.987.183-.771.18-1.345.138-1.713a2.835 2.835 0 0 0-.045-.283 3.078 3.078 0 0 0-.3-.041Z"/>
                                            <path d="M7.009 12.139a7.632 7.632 0 0 1-1.804-1.352A7.568 7.568 0 0 1 3.794 8.86c-1.102.992-1.965 5.054-1.839 5.18.125.126 3.936-.896 5.054-1.902Z"/>
                                        </svg>
                                        ورود
                                    </a>
                                </div>
                            </div>
                            <div class="table-row">
                                <div class="table-data text-primary">جت بت</div>
                                <div class="table-data">⭐️⭐️⭐️⭐️⭐️</div>
                                <div class="table-data">
                                    <a href="https://boro.bet/" target="_blank" rel="nofollow" class="btn btn-white btn-sm display-7">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rocket-takeoff text-black" viewbox="0 0 16 16">
                                            <path d="M9.752 6.193c.599.6 1.73.437 2.528-.362.798-.799.96-1.932.362-2.531-.599-.6-1.73-.438-2.528.361-.798.8-.96 1.933-.362 2.532"/>
                                            <path d="M15.811 3.312c-.363 1.534-1.334 3.626-3.64 6.218l-.24 2.408a2.56 2.56 0 0 1-.732 1.526L8.817 15.85a.51.51 0 0 1-.867-.434l.27-1.899c.04-.28-.013-.593-.131-.956a9.42 9.42 0 0 0-.249-.657l-.082-.202c-.815-.197-1.578-.662-2.191-1.277-.614-.615-1.079-1.379-1.275-2.195l-.203-.083a9.556 9.556 0 0 0-.655-.248c-.363-.119-.675-.172-.955-.132l-1.896.27A.51.51 0 0 1 .15 7.17l2.382-2.386c.41-.41.947-.67 1.524-.734h.006l2.4-.238C9.005 1.55 11.087.582 12.623.208c.89-.217 1.59-.232 2.08-.188.244.023.435.06.57.093.067.017.12.033.16.045.184.06.279.13.351.295l.029.073a3.475 3.475 0 0 1 .157.721c.055.485.051 1.178-.159 2.065Zm-4.828 7.475.04-.04-.107 1.081a1.536 1.536 0 0 1-.44.913l-1.298 1.3.054-.38c.072-.506-.034-.993-.172-1.418a8.548 8.548 0 0 0-.164-.45c.738-.065 1.462-.38 2.087-1.006ZM5.205 5c-.625.626-.94 1.351-1.004 2.09a8.497 8.497 0 0 0-.45-.164c-.424-.138-.91-.244-1.416-.172l-.38.054 1.3-1.3c.245-.246.566-.401.91-.44l1.08-.107-.04.039Zm9.406-3.961c-.38-.034-.967-.027-1.746.163-1.558.38-3.917 1.496-6.937 4.521-.62.62-.799 1.34-.687 2.051.107.676.483 1.362 1.048 1.928.564.565 1.25.941 1.924 1.049.71.112 1.429-.067 2.048-.688 3.079-3.083 4.192-5.444 4.556-6.987.183-.771.18-1.345.138-1.713a2.835 2.835 0 0 0-.045-.283 3.078 3.078 0 0 0-.3-.041Z"/>
                                            <path d="M7.009 12.139a7.632 7.632 0 0 1-1.804-1.352A7.568 7.568 0 0 1 3.794 8.86c-1.102.992-1.965 5.054-1.839 5.18.125.126 3.936-.896 5.054-1.902Z"/>
                                        </svg>
                                        ورود
                                    </a>
                                </div>
                            </div>
                            <div class="table-row">
                                <div class="table-data text-primary">وان ایکس یک بت</div>
                                <div class="table-data">⭐️⭐️⭐️⭐️⭐️</div>
                                <div class="table-data">
                                    <a href="https://boro.bet/" target="_blank" rel="nofollow" class="btn btn-white btn-sm display-7">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rocket-takeoff text-black" viewbox="0 0 16 16">
                                            <path d="M9.752 6.193c.599.6 1.73.437 2.528-.362.798-.799.96-1.932.362-2.531-.599-.6-1.73-.438-2.528.361-.798.8-.96 1.933-.362 2.532"/>
                                            <path d="M15.811 3.312c-.363 1.534-1.334 3.626-3.64 6.218l-.24 2.408a2.56 2.56 0 0 1-.732 1.526L8.817 15.85a.51.51 0 0 1-.867-.434l.27-1.899c.04-.28-.013-.593-.131-.956a9.42 9.42 0 0 0-.249-.657l-.082-.202c-.815-.197-1.578-.662-2.191-1.277-.614-.615-1.079-1.379-1.275-2.195l-.203-.083a9.556 9.556 0 0 0-.655-.248c-.363-.119-.675-.172-.955-.132l-1.896.27A.51.51 0 0 1 .15 7.17l2.382-2.386c.41-.41.947-.67 1.524-.734h.006l2.4-.238C9.005 1.55 11.087.582 12.623.208c.89-.217 1.59-.232 2.08-.188.244.023.435.06.57.093.067.017.12.033.16.045.184.06.279.13.351.295l.029.073a3.475 3.475 0 0 1 .157.721c.055.485.051 1.178-.159 2.065Zm-4.828 7.475.04-.04-.107 1.081a1.536 1.536 0 0 1-.44.913l-1.298 1.3.054-.38c.072-.506-.034-.993-.172-1.418a8.548 8.548 0 0 0-.164-.45c.738-.065 1.462-.38 2.087-1.006ZM5.205 5c-.625.626-.94 1.351-1.004 2.09a8.497 8.497 0 0 0-.45-.164c-.424-.138-.91-.244-1.416-.172l-.38.054 1.3-1.3c.245-.246.566-.401.91-.44l1.08-.107-.04.039Zm9.406-3.961c-.38-.034-.967-.027-1.746.163-1.558.38-3.917 1.496-6.937 4.521-.62.62-.799 1.34-.687 2.051.107.676.483 1.362 1.048 1.928.564.565 1.25.941 1.924 1.049.71.112 1.429-.067 2.048-.688 3.079-3.083 4.192-5.444 4.556-6.987.183-.771.18-1.345.138-1.713a2.835 2.835 0 0 0-.045-.283 3.078 3.078 0 0 0-.3-.041Z"/>
                                            <path d="M7.009 12.139a7.632 7.632 0 0 1-1.804-1.352A7.568 7.568 0 0 1 3.794 8.86c-1.102.992-1.965 5.054-1.839 5.18.125.126 3.936-.896 5.054-1.902Z"/>
                                        </svg>
                                        ورود
                                    </a>
                                </div>
                            </div>
                            <div class="table-row">
                                <div class="table-data text-primary">وان ایکس برو بت</div>
                                <div class="table-data">⭐️⭐️⭐️⭐️⭐️</div>
                                <div class="table-data">
                                    <a href="https://boro.bet/" target="_blank" rel="nofollow" class="btn btn-white btn-sm display-7">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rocket-takeoff text-black" viewbox="0 0 16 16">
                                            <path d="M9.752 6.193c.599.6 1.73.437 2.528-.362.798-.799.96-1.932.362-2.531-.599-.6-1.73-.438-2.528.361-.798.8-.96 1.933-.362 2.532"/>
                                            <path d="M15.811 3.312c-.363 1.534-1.334 3.626-3.64 6.218l-.24 2.408a2.56 2.56 0 0 1-.732 1.526L8.817 15.85a.51.51 0 0 1-.867-.434l.27-1.899c.04-.28-.013-.593-.131-.956a9.42 9.42 0 0 0-.249-.657l-.082-.202c-.815-.197-1.578-.662-2.191-1.277-.614-.615-1.079-1.379-1.275-2.195l-.203-.083a9.556 9.556 0 0 0-.655-.248c-.363-.119-.675-.172-.955-.132l-1.896.27A.51.51 0 0 1 .15 7.17l2.382-2.386c.41-.41.947-.67 1.524-.734h.006l2.4-.238C9.005 1.55 11.087.582 12.623.208c.89-.217 1.59-.232 2.08-.188.244.023.435.06.57.093.067.017.12.033.16.045.184.06.279.13.351.295l.029.073a3.475 3.475 0 0 1 .157.721c.055.485.051 1.178-.159 2.065Zm-4.828 7.475.04-.04-.107 1.081a1.536 1.536 0 0 1-.44.913l-1.298 1.3.054-.38c.072-.506-.034-.993-.172-1.418a8.548 8.548 0 0 0-.164-.45c.738-.065 1.462-.38 2.087-1.006ZM5.205 5c-.625.626-.94 1.351-1.004 2.09a8.497 8.497 0 0 0-.45-.164c-.424-.138-.91-.244-1.416-.172l-.38.054 1.3-1.3c.245-.246.566-.401.91-.44l1.08-.107-.04.039Zm9.406-3.961c-.38-.034-.967-.027-1.746.163-1.558.38-3.917 1.496-6.937 4.521-.62.62-.799 1.34-.687 2.051.107.676.483 1.362 1.048 1.928.564.565 1.25.941 1.924 1.049.71.112 1.429-.067 2.048-.688 3.079-3.083 4.192-5.444 4.556-6.987.183-.771.18-1.345.138-1.713a2.835 2.835 0 0 0-.045-.283 3.078 3.078 0 0 0-.3-.041Z"/>
                                            <path d="M7.009 12.139a7.632 7.632 0 0 1-1.804-1.352A7.568 7.568 0 0 1 3.794 8.86c-1.102.992-1.965 5.054-1.839 5.18.125.126 3.936-.896 5.054-1.902Z"/>
                                        </svg>
                                        ورود
                                    </a>
                                </div>
                            </div>
                            <div class="table-row">
                                <div class="table-data text-primary">آس نود بت</div>
                                <div class="table-data">⭐️⭐️⭐️⭐️⭐️</div>
                                <div class="table-data">
                                    <a href="https://boro.bet/" target="_blank" rel="nofollow" class="btn btn-white btn-sm display-7">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rocket-takeoff text-black" viewbox="0 0 16 16">
                                            <path d="M9.752 6.193c.599.6 1.73.437 2.528-.362.798-.799.96-1.932.362-2.531-.599-.6-1.73-.438-2.528.361-.798.8-.96 1.933-.362 2.532"/>
                                            <path d="M15.811 3.312c-.363 1.534-1.334 3.626-3.64 6.218l-.24 2.408a2.56 2.56 0 0 1-.732 1.526L8.817 15.85a.51.51 0 0 1-.867-.434l.27-1.899c.04-.28-.013-.593-.131-.956a9.42 9.42 0 0 0-.249-.657l-.082-.202c-.815-.197-1.578-.662-2.191-1.277-.614-.615-1.079-1.379-1.275-2.195l-.203-.083a9.556 9.556 0 0 0-.655-.248c-.363-.119-.675-.172-.955-.132l-1.896.27A.51.51 0 0 1 .15 7.17l2.382-2.386c.41-.41.947-.67 1.524-.734h.006l2.4-.238C9.005 1.55 11.087.582 12.623.208c.89-.217 1.59-.232 2.08-.188.244.023.435.06.57.093.067.017.12.033.16.045.184.06.279.13.351.295l.029.073a3.475 3.475 0 0 1 .157.721c.055.485.051 1.178-.159 2.065Zm-4.828 7.475.04-.04-.107 1.081a1.536 1.536 0 0 1-.44.913l-1.298 1.3.054-.38c.072-.506-.034-.993-.172-1.418a8.548 8.548 0 0 0-.164-.45c.738-.065 1.462-.38 2.087-1.006ZM5.205 5c-.625.626-.94 1.351-1.004 2.09a8.497 8.497 0 0 0-.45-.164c-.424-.138-.91-.244-1.416-.172l-.38.054 1.3-1.3c.245-.246.566-.401.91-.44l1.08-.107-.04.039Zm9.406-3.961c-.38-.034-.967-.027-1.746.163-1.558.38-3.917 1.496-6.937 4.521-.62.62-.799 1.34-.687 2.051.107.676.483 1.362 1.048 1.928.564.565 1.25.941 1.924 1.049.71.112 1.429-.067 2.048-.688 3.079-3.083 4.192-5.444 4.556-6.987.183-.771.18-1.345.138-1.713a2.835 2.835 0 0 0-.045-.283 3.078 3.078 0 0 0-.3-.041Z"/>
                                            <path d="M7.009 12.139a7.632 7.632 0 0 1-1.804-1.352A7.568 7.568 0 0 1 3.794 8.86c-1.102.992-1.965 5.054-1.839 5.18.125.126 3.936-.896 5.054-1.902Z"/>
                                        </svg>
                                        ورود
                                    </a>
                                </div>
                            </div>
                            <div class="table-row">
                                <div class="table-data text-primary">بت 90 فوروارد</div>
                                <div class="table-data">⭐️⭐️⭐️⭐️⭐️</div>
                                <div class="table-data">
                                    <a href="https://boro.bet/" target="_blank" rel="nofollow" class="btn btn-white btn-sm display-7">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rocket-takeoff text-black" viewbox="0 0 16 16">
                                            <path d="M9.752 6.193c.599.6 1.73.437 2.528-.362.798-.799.96-1.932.362-2.531-.599-.6-1.73-.438-2.528.361-.798.8-.96 1.933-.362 2.532"/>
                                            <path d="M15.811 3.312c-.363 1.534-1.334 3.626-3.64 6.218l-.24 2.408a2.56 2.56 0 0 1-.732 1.526L8.817 15.85a.51.51 0 0 1-.867-.434l.27-1.899c.04-.28-.013-.593-.131-.956a9.42 9.42 0 0 0-.249-.657l-.082-.202c-.815-.197-1.578-.662-2.191-1.277-.614-.615-1.079-1.379-1.275-2.195l-.203-.083a9.556 9.556 0 0 0-.655-.248c-.363-.119-.675-.172-.955-.132l-1.896.27A.51.51 0 0 1 .15 7.17l2.382-2.386c.41-.41.947-.67 1.524-.734h.006l2.4-.238C9.005 1.55 11.087.582 12.623.208c.89-.217 1.59-.232 2.08-.188.244.023.435.06.57.093.067.017.12.033.16.045.184.06.279.13.351.295l.029.073a3.475 3.475 0 0 1 .157.721c.055.485.051 1.178-.159 2.065Zm-4.828 7.475.04-.04-.107 1.081a1.536 1.536 0 0 1-.44.913l-1.298 1.3.054-.38c.072-.506-.034-.993-.172-1.418a8.548 8.548 0 0 0-.164-.45c.738-.065 1.462-.38 2.087-1.006ZM5.205 5c-.625.626-.94 1.351-1.004 2.09a8.497 8.497 0 0 0-.45-.164c-.424-.138-.91-.244-1.416-.172l-.38.054 1.3-1.3c.245-.246.566-.401.91-.44l1.08-.107-.04.039Zm9.406-3.961c-.38-.034-.967-.027-1.746.163-1.558.38-3.917 1.496-6.937 4.521-.62.62-.799 1.34-.687 2.051.107.676.483 1.362 1.048 1.928.564.565 1.25.941 1.924 1.049.71.112 1.429-.067 2.048-.688 3.079-3.083 4.192-5.444 4.556-6.987.183-.771.18-1.345.138-1.713a2.835 2.835 0 0 0-.045-.283 3.078 3.078 0 0 0-.3-.041Z"/>
                                            <path d="M7.009 12.139a7.632 7.632 0 0 1-1.804-1.352A7.568 7.568 0 0 1 3.794 8.86c-1.102.992-1.965 5.054-1.839 5.18.125.126 3.936-.896 5.054-1.902Z"/>
                                        </svg>
                                        ورود
                                    </a>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <section class="content2 cid-rdpUZyLjcf">
            <div class="image tiny-col-sm-12 tiny-col-md-12 tiny-pb-2 tiny-col-lg-12">
                <amp-img data-hero src="https://fa1x.com/wp-content/uploads/2025/03/cover-fa1x.jpg" layout="responsive" width="1920" height="808" alt="وان ایکس فا" class="placeholder-loader i-amphtml-layout-responsive i-amphtml-layout-size-defined" i-amphtml-ssr i-amphtml-layout="responsive">
                    <i-amphtml-sizer slot="i-amphtml-svc" style="display:block;padding-top:42.0833%"></i-amphtml-sizer>
                    <div placeholder="" class="placeholder">
                        <div class="tinyb-spinner">
                            <em></em>
                            <em></em>
                            <em></em>
                        </div>
                    </div>
                    <img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="وان ایکس فا" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://fa1x.com/wp-content/uploads/2025/03/cover-fa1x.jpg"><noscript><img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="وان ایکس فا" src="https://fa1x.com/wp-content/uploads/2025/03/cover-fa1x.jpg"></noscript>
                </amp-img>
            </div>
            <div class="container" id="title1">
                <div class="tiny-row tiny-row-reverse">
                    <div class="text-wrap tiny-col-sm-12 tiny-col-md-12 tiny-col-lg-12 block-primary">
                        <h2>سایت شرط بندی وان ایکس فا 1xfa bet</h2>
                        <p></p>
<p align="justify">سایت وان ایکس فا (1XFA) یکی از معتبرترین و محبوب ترین سایت های شرط‌ بندی ایرانی است که خدمات گسترده ای در زمینه پیش بینی مسابقات ورزشی و بازی های کازینویی ارائه می کند. این سایت با اپلیکیشن اختصاصی خود امکان دسترسی راحت به خدمات بدون نیاز به فیلتر شکن را فراهم می کند. برای استفاده از سایت، کاربران باید اطلاعات خود را به درستی وارد کنند تا در شارژ و برداشت حساب مشکلی نداشته باشند.

وان ایکس فا با ارائه شانس های بیشتر، اطلاعات دقیق تر مسابقات ورزشی و پشتیبانی 24 ساعته، تجربه امن و هیجان انگیز برای کاربران خود فراهم می کند. سایت شرط بندی وان ایکس فا دارای طراحی و گرافیک بسیار زیبایی است که می تواند نیاز مخاطبان را بر آورده سازد.
<table>
<tbody>
<tr>
<td><img decoding="async" class="emoji emoji-image td-animation-stack-type0-2 entered lazyloaded" src="https://web.telegram.org/k/assets/img/emoji/1f5d3.png" alt="🗓" data-lazy-src="https://web.telegram.org/k/assets/img/emoji/1f5d3.png" data-ll-status="loaded" /> نام سایت:</td>
<td>وان ایکس فا 1xfa bet ⭐</td>
</tr>
<tr>
<td>💯 مجوز بین المللی و لایسنس:</td>
<td>لایسنس جهانی ندارد <img decoding="async" class="emoji emoji-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="❌" data-lazy-src="https://web.telegram.org/k/assets/img/emoji/274c.png" /><noscript><img decoding="async" class="emoji emoji-image" src="https://web.telegram.org/k/assets/img/emoji/274c.png" alt="❌" /></noscript></td>
</tr>
<tr>
<td><img decoding="async" class="emoji td-animation-stack-type0-2 entered lazyloaded" role="img" draggable="false" src="https://s.w.org/images/core/emoji/14.0.0/svg/1f4f2.svg" alt="📲" data-lazy-src="https://s.w.org/images/core/emoji/14.0.0/svg/1f4f2.svg" data-ll-status="loaded" /> اپلیکیشن اندروید و ios:</td>
<td>دارد &#8211; اندروید ⭐</td>
</tr>
<tr>
<td><img decoding="async" class="emoji td-animation-stack-type0-2 entered lazyloaded" role="img" draggable="false" src="https://s.w.org/images/core/emoji/14.0.0/svg/1f381.svg" alt="🎁" data-lazy-src="https://s.w.org/images/core/emoji/14.0.0/svg/1f381.svg" data-ll-status="loaded" /> پرومو کد هدیه ثبت نام:</td>
<td>ندارد <img decoding="async" class="emoji emoji-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="❌" data-lazy-src="https://web.telegram.org/k/assets/img/emoji/274c.png" /><noscript><img decoding="async" class="emoji emoji-image" src="https://web.telegram.org/k/assets/img/emoji/274c.png" alt="❌" /></noscript></td>
</tr>
<tr>
<td>🤩 بونوس خوش آمد گویی:</td>
<td>ندارد <img decoding="async" class="emoji emoji-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="❌" data-lazy-src="https://web.telegram.org/k/assets/img/emoji/274c.png" /><noscript><img decoding="async" class="emoji emoji-image" src="https://web.telegram.org/k/assets/img/emoji/274c.png" alt="❌" /></noscript></td>
</tr>
<tr>
<td>⚽️ شرط بندی ورزشی و زنده:</td>
<td>بله دارد ⭐⭐⭐</td>
</tr>
<tr>
<td>💰 روش های واریزی:</td>
<td>درگاه کارتی پال، کارت به کارت بانکی و ووچر پرفکت و…⭐⭐⭐</td>
</tr>
<tr>
<td>💸 روش های برداشت:</td>
<td>درگاه کارتی پال، کارت به کارت بانکی و ووچر پرفکت و…⭐⭐⭐</td>
</tr>
<tr>
<td>🎰 بازی های کازینویی:</td>
<td>انفجار، کازینو، بلک جک، رولت و … ⭐⭐⭐</td>
</tr>
<tr>
<td>📞 پشتیبانی و تماس:</td>
<td>از طریق چت آنلاین⭐⭐</td>
</tr>
</tbody>
</table>
</p>
                      
</p>                        <p></p>
                        <p>
                            <p></p>
                            <p></p>
                        <h2>پیش‌بینی ورزشی وان ایکس فا</h2>
                        <p></p>
<p align="justify">سایت وان ایکس فا یکی از بهترین و معتبرترین سایت های شرط‌ بندی است که امکانات گسترده ای برای پیش بینی در انواع ورزش ها مانند فوتبال، بسکتبال، والیبال، تنیس و غیره ارائه می کند. این سایت امکان پیش بینی زنده را فراهم می کند تا کاربران در حین برگزاری مسابقات، شرط‌ بندی های خود را به روز کنند. همچنین، اطلاعات و آمار لحظه ای بازی ها نیز در اختیار کاربران قرار می دهد.

علاوه بر ورزش های سنتی، وان ایکس فا پیش بینی در ورزش های الکترونیکی و مجازی را نیز ارائه می کند. برای ثبت شرط بر روی مسابقات ورزشی، باید به بخش های ورزشی، زنده، ورزش های الکترونیکی و مجازی سایت مراجعه کنید. </p>
                                             <p></p>
مسابقات ورزشی وان ایکس فا
<p></p>
🔵 فوتبال
<p></p>
🔵 والیبال
<p></p>
🔵 ورزش های مجازی
<p></p>
🔵 فوتبال آمریکایی
<p></p>
🔵 واترپلو
<p></p>
🔵 هاکی روی یخ
<p></p>
🔵 بوکس
<p></p>
🔵 تنیس و&#8230;
<p></p>
                        <p>
                            <p></p>
                            <p></p>
                         <h2>کازینو آنلاین وان ایکس فا 1xfa bet</h2>
                        <p></p>
<p align="justify">سایت وان ایکس فا با اسکریپت های قدرتمند و همکاری با شرکت های معتبر، انواع بازی های کازینویی را ارائه می کند. در این سایت می توانید بازی های کارتی مانند باکارات و بلک جک، بازی های رومیزی مثل رولت، و بازی های مبتنی بر شانس مانند اسلات ها را تجربه کنید. همچنین بخش کازینو زنده این سایت به کاربران امکان می دهد تا با دیلر های زنده در محیطی واقعی بازی کنند. در سایت شرط بندی وان ایکس فا قابلیت های ویژه و جذابی وجود دارد که از مهم ترین آن ها می توان به ارائه بازی های نوین و منحصر به فرد با طراحی و گرافیک زیبا اشاره کرد. در ادامه به معرفی برخی از بازی های کازینویی موجود در سایت وان ایکس فا می پردازیم.
از دیگر ویژگی های جذاب سایت وان ایکس فا امکان انجام بازی های کازینویی دو نفره می باشد.
</p>
                     
<p></p> 
📌بازی های کازینویی وان ایکس فا
<p></p>
🔵 کینو
<p></p>
🔵 تخته نرد
<p></p>
🔵 باکارات
<p></p>
🔵 پوکر
<p></p>
🔵 مگاویل
<p></p>
🔵 اسلات
<p></p>
🔵 رولت و&#8230;
<p></p>
 </p>                        <p></p>
                        <p>
                            <p></p>
                            <p></p>
                        <h2>بازی انفجار وان ایکس فا</h2>
                        <p></p>
<p align="justify"> بازی انفجار در سایت وان ایکس فا یکی از مهیج ترین بازی های کازینویی آنلاین است که ترکیبی از شانس و استراتژی را به بازیکنان ارائه می کند. در این بازی، کاربران با مبلغ کم وارد می شوند و باید قبل از رسیدن ضریب به عدد نهایی، شرط خود را خارج کنند تا سود کسب کنند. موفقیت در بازی به استراتژی، مدیریت ریسک و تصمیم گیری به موقع بستگی دارد. این بازی با قوانین ساده و سرعت بالا، تجربه ای جذاب برای طرفداران به کازینو است.
کافیست برای انجام بازی انفجار در سایت وان ایکس فا به بخش بازی ها مراجعه کنید و نام بازی crash را جست و جو کنید.
</p>

                   
</p>  
<p></p>
                        <p>
                            <p></p>
                            <p></p>
                            <p></p>

<h2>ثبت‌ نام در وان ایکس فا 1xfa bet</h2>
                        <p></p>
<p align="justify">در صورتی که قصد پیش بینی مسابقات ورزشی و انجام بازی های کازینویی را در سایت شرط بندی وان ایکس فا دارید، در ابتدا باید حساب کاربری خود را در این سایت ایجاد کنید. برای ثبت نام کافیست بر روی لینک های موجود در این مطلب کلیک کنید و پس از آن که وارد سایت شدید، گزینه ثبت نام را انتخاب کنید. با زدن گزینه ثبت نام صفحه جدیدی برای شما باز می شود که باید اطلاعات لازم را وارد کنید.
<p></p> 
📌فرم ثبت نام سایت وان ایکس فا
<p></p> 
🔵 نام و نام خانوادگی
<p></p> 
🔵 شماره موبایل همراه
<p></p>
🔵 کد امنیتی
<p></p>
🔵 آدرس ایمیل
<p></p>
🔵 رمز عبور
<p></p> 
🔵 تکرار رمز عبور و&#8230;

 </p>
با توجه به اینکه فرآیند ثبت نام در وان ایکس فا 1xFa بسیار ساده است، یک نکته بسیار مهم وجود دارد که باید در نظر داشته باشید. هنگام ثبت نام، لازم است که تمامی اطلاعات خود را به درستی وارد کنید. در غیر این صورت، در صورت بروز مشکلات یا اختلاف در اطلاعات کاربری، احتمال دارد که سایت 1xFa نسبت به حساب شما شک کرده و آن را مسدود کند.                       
<p></p>
<p></p>
                        <p>
                            <p></p>
                            <p></p>
<h2>بونوس‌ های وان ایکس فا</h2>
                        <p></p>
<p align="justify">تنوع بالای بونوس ها در سایت وان ایکس فا، یکی از عوامل اصلی جذب کاربران به این سایت شرط‌ بندی است. این سایت با ارائه شمار زیادی از بونوس ها و طرح های تشویقی، تجربه ای جذاب و منحصر به فرد برای کاربران خود فراهم کرده است که به سادگی می توانند از این امکانات استفاده کنند. این بونوس ها باعث شده تا سایت وان ایکس فا به یکی از محبوب ترین مقاصد برای علاقه مندان به شرط‌ بندی تبدیل شود. کاربران می توانند با استفاده از این پیشنهادات ویژه، تجربه هیجان انگیز و سودآور از بازی های مختلف داشته باشند.</p>
                                               <p></p>
لیست بونوس های سایت وان ایکس فا
<p></p>
🎁 10% بونوس ورزشی
<p></p>
🎁 100% بونوس کازینو زنده
<p></p>
🎁 جک پات ورزشی
<p></p>
🎁 بونوس برگشت پول و&#8230;
<p></p>

  <p></p>
  <p></p>
                        <p>
                            <p></p>
                            <p></p>

<h2>اپلیکیشن وان ایکس فا 1xfa bet</h2>
                        <p></p>
<p align="justify">سایت شرط بندی وان ایکس فا برنامه اختصاصی و رسمی خود را برای اندروید طراحی و ارائه کرده است. با نصب اپلیکیشن وان ایکس فا به آسانی می توانید بدون نیاز به فیلترشکن از خدمات موجود در سایت استفاده کنید

برای نصب می توانید از لینک های موجود در این مطلب استفاده کنید. علاوه بر این با مراجعه به سایت وان ایکس فا نیز به صورت مستقیم می توانید برنامه را بر روی موبایل های خود نصب کنید. 
</p>
                       
</p>                        <p></p>
                        <p>
                            <p></p>
                            <p></p>

<h2>برنامه وان ایکس فا</h2>
                        <p></p>
<p align="justify">سایت وان ایکس فا اپلیکیشن اختصاصی خود را برای سیستم عامل اندروید عرضه کرده است. با دانلود و نصب این اپلیکیشن، شما می توانید به راحتی و بدون نیاز به فیلتر شکن از تمامی خدمات سایت استفاده کنید و تجربه خوبی از شرط بندی داشته باشید.

برای نصب برنامه، کافی است از لینک های موجود در این مقاله استفاده کنید یا به صورت مستقیم به سایت وان ایکس فا مراجعه کرده و اپلیکیشن را روی گوشی خود نصب کنید.</p>
                        
</p>                        <p></p>
                        <p>
                            <p></p>
                            <p></p>

<h2>پشتیبانی وان ایکس فا 1xfa bet</h2>
                        <p></p> 
<p align="justify">پشتیبانی در سایت شرط‌ بندی وان ایکس فا (1xFa) از طریق چت آنلاین انجام می شود. این روش به کاربران این امکان را می کند که به سرعت و به راحتی با تیم پشتیبانی ارتباط برقرار کرده و سوالات یا مشکلات خود را مطرح کنند. تیم پشتیبانی وان ایکس فا همواره آماده است تا در کوتاه ترین زمان ممکن راه حل های مورد نیاز را ارائه دهد و تجربه بدون مشکل و راحت برای کاربران فراهم کند. از آنجایی که پشتیبانی به صورت آنلاین است، کاربران می توانند به سرعت پاسخ سوالات خود را دریافت کنند و در صورت بروز هرگونه مشکل، راهنمایی های لازم را دریافت کنند.</p>
                                               <p></p>

                        <p>
                            <p></p>
                            <p></p>

<h2>روش‌های واریز و برداشت وان ایکس فا 1xfa bet</h2>
                        <p></p>
<p align="justify">برای شارژ حساب کاربری خود در سایت وان ایکس فا، شما می توانید از سه روش درگاه کارتی پال، کارت به کارت بانکی و ووچر پرفکت مانی و&#8230; استفاده کنید. هر کدام از روش های فعال در سایت شرط بندی وان ایکس فا دارای حداقل و حداکثر مبلغی برای تراکنش هستند.

در صورتی که بخواهید جایزه خود را برداشت کنید، تنها باید از همان روش که موجودی خود را افزایش داده اید، استفاده کنید. برای انجام فرآیند برداشت از طریق کارتی پی، شما باید شماره کارت و شماره شبای بانکی خود را ارائه دهید تا واریز به حساب بانکی شما انجام شود. این روش، سریع و امن است و تجربه ای راحت برای کاربران فراهم می کند تا از جوایز خود استفاده کنید.</p>
                                               <p></p>
                        <p>
                            <p></p>
                            <p></p> 
<h2>شرط‌بندی زنده وان ایکس فا</h2>
                        <p></p>
<p align="justify">شرط‌ بندی زنده یکی از امکانات هیجان انگیز و منحصر به فرد سایت وان ایکس فا است که به کاربران این فرصت را می دهد تا پیش بینی های خود را به صورت لحظه ای و همزمان با برگزاری مسابقات ثبت کنند. این قابلیت به طرفداران ورزش این امکان را می دهد که با توجه به جریان بازی و تغییرات لحظه ای، تصمیمات بهتری برای شرط‌ بندی اتخاذ کنند.

برای استفاده از این ویژگی، کافی است وارد بخش زنده در سایت وان ایکس فا شوید. در این بخش، لیستی از مسابقات و رویدادهای ورزشی که در حال پخش هستند به شما نمایش داده می شود. شما می توانید به راحتی از میان این رویدادها، مسابقه مورد نظر خود را انتخاب کرده و پیش بینی خود را در هر لحظه ثبت کنید. شرط‌ بندی زنده به شما این امکان را می دهد که در حین بازی پیش بینی خود را ثبت کنید.</p>
                                               <p></p>
                        <p>
                            <p></p>
                            <p></p> 
<h2>بازی‌های کازینو زنده وان ایکس فا</h2>
                        <p></p>
<p align="justify">بازی های کازینو زنده وان ایکس فا یکی از جذاب ترین و پرطرفدارترین بخش های این سایت است که تجربه واقعی و جذابی از کازینوهای فیزیکی را به صورت آنلاین به کاربران ارائه می کند. در این بخش، شما می توانید با دیلرهای زنده در ارتباط باشید و بازی های مختلف کازینو را در محیطی جذاب تجربه کنید.
وان ایکس فا مجموعه گسترده از بازی های کازینو زنده را از جمله بازی هایی مانند بلک جک، رولت، باکارات، پوکر و&#8230; در اختیار شما قرار می دهد. به این موضوع نیز توجه داشته باشید که بازی های سایت وان ایکس فا در چند بخش ارائه می شود. با مراجعه به بخش های کازینو، کازینو زنده، بخت آزمایی، بازی ها، بازی های دو نفره و&#8230; می توانید انواع بازی های کازینویی را تجربه کنید.</p>
                                          <p></p>
<h2>پیش‌بینی فوتبال وان ایکس فا 1xfa bet</h2>
                        <p></p>
<p align="justify">سایت وان ایکس فا امکان پیش بینی فوتبال را هم قبل از شروع بازی و هم به صورت زنده فراهم می کند. این سایت با پوشش انواع لیگ ها و مسابقات معتبر جهانی مانند لیگ برتر انگلیس، لالیگا، سری آ، بوندسلیگا و لیگ قهرمانان اروپا، گزینه های متنوعی برای شرط‌ بندی ارائه می کند. آپشن های متنوع، پوشش لیگ های مختلف، اهدای بونوس های ویژه و&#8230; از مهم ترین ویژگی های پیش بینی فوتبال در سایت شرط بندی وان ایکس فا محسوب می شود. برای پیش بینی مسابقات ورزشی کافیست به یکی از بخش های ورزشی یا زنده مراجعه کنید و در ادامه رشته ورزشی فوتبال را انتخاب کنید. با انتخاب مسابقه و آپشن مورد نظر پیش بینی خود را بر روی آن ثبت کنید.</p>
                        <p>
                            <p></p>
                            <p></p> 
                       
        </section>
        <section class="features1 cid-rdpV7GMz7Q">
            <div class="container">
                <div class="tiny-row tiny-jc-c tiny-column">
                    <div class="card tiny-col-sm-12 md-pb lg-pb">
                        <div class="card-wrapper tiny-flex mb-20" id="title2">
                            <div class="card-box tiny-m-auto tiny-white tiny-pb-3 tiny-pt-3 tiny-px-4">
                                <h2 class="text-center">بررسی امکانات در وان ایکس فا</h2>
                                <p></p>
<p align="justify">وان ایکس فا (1XFA) یکی از سایت های شرط‌ بندی معتبر ایرانی است که به طور ویژه بر روی شرط‌ بندی ورزشی و بازی های کازینویی تمرکز دارد. این سایت امکانات جذاب و متنوعی برای مخاطبان خود ارائه می کند تا تجربه جذاب و کاملی از شرط‌ بندی آنلاین داشته باشند. کاربران می توانند علاوه بر پیش بینی های ورزشی قبل از شروع مسابقات، شرط های زنده در حین برگزاری رویدادها ثبت کنند. همچنین، بخش های مختلفی از جمله ورزش های الکترونیکی، بخت آزمایی، بازی‌های کازینویی و کازینو زنده، پوکر و بازی‌های دو نفره نیز در این سایت در دسترس است. </p>
                               
                                <p></p>
                                <h3 class="wp-block-heading">🎰 کازینو آنلاین</h3>
                                <p></p>
<p align="justify">در سایت شرط بندی وان ایکس فا یک بخش ویژه برای علاقه مندان بازی های کازینویی وجود دارد که در آن نسخه های مختلفی از بازی های کارتی، رومیزی، مبتنی بر شانس و احتمال و&#8230; در آن ارائه می شود و می توانید برخی از بازی ها را به صورت دو نفره تجربه کنید.</p>
                                <p></p>
                                <h3 class="wp-block-heading">🎾 پیش بینی ورزشی</h3>
                                <p></p>
<p align="justify">از امکانات جذاب دیگر سایت وان ایکس فا، امکان پیش بینی مسابقات ورزشی به صورت زنده و قبل از بازی با آپشن های متنوع می باشد. در این سایت شرط بندی علاوه بر رشته های ورزشی رایج، می توان به پیش بینی ورزش های مجازی و الکترونیکی نیز پرداخت.</p>  
                                <p></p>
                                <h3 class="wp-block-heading">☎ پشتیبانی آنلاین</h3>
                                <p></p>
<p align="justify">یکی دیگر از امکانات جذاب سایت وان ایکس فا، امکان ارتباط با تیم پشتیبانی به صورت آنلاین و 24 ساعته است. در واقع شما هر زمان که لازم داشته باشید می توانید با تیم پشتیبانی ارتباط برقرار کنید.</p>
                                <p></p>
                             <h3 class="wp-block-heading">📲 اپلیکیشن اندروید</h3>
                                <p></p>
<p align="justify">اپلیکیشن اندروید وان ایکس فا، نسخه موبایلی این سایت شرط‌ بندی است که برای کاربران گوشی های اندرویدی طراحی شده است. این اپلیکیشن تمام امکانات سایت را به شکلی سریع و آسان بدون نیاز به فیلترشکن در دسترس کاربران قرار می دهد. شما می توانید با نصب این اپلیکیشن، به تمامی بخش های سایت از جمله پیش بینی های ورزشی، بازی های کازینویی، شرط‌ بندی زنده و&#8230; دسترسی داشته باشید.</p>
                                <p></p>
                                <p></p>
                            </div>
                        </div>
                        <div class="card-wrapper tiny-flex mb-20" id="title3">
                            <div class="card-box tiny-m-auto tiny-white tiny-pb-3 tiny-pt-3 tiny-px-4">
                                <h2 class="text-center">لیست سایت های شرط بندی برتر بت 2025</h2>
                                <p></p>
<p align="justify">با توجه به این که طی چند سال اخیر صنعت شرط بندی به یکی از صنایع محبوب و پرطرفدار نزد کاربران تبدیل شده است، سایت های بسیار زیادی تاسیس شدند که فرصت شرط بندی را در اختیار مخاطبان قرار می دهند. اما تمام این سایت ها معتبر نیستند و عضویت در آن ها می تواند مشکلات بزرگی را برای مخاطبان ایجاد کند. اگر شما هم به دنبال سایت های معتبر هستید، می توانید از سایت هایی نظیر بت 303، بت یک، جت بت، وان ایکس بت، وان ایکس برو بت، بت 90 فوروارد، آس نود بت و&#8230; استفاده کنید که جزو برترین ها در این حوزه در سال 2025 هستند.</p>
                                
                                <p></p>
                            </div>
                        </div>
                        <div class="card-wrapper tiny-flex mb-20" id="title4">
                            <div class="card-box tiny-m-auto tiny-white tiny-pb-3 tiny-pt-3 tiny-px-4">
                                <h2 class="text-center">آدرس بدون وان ایکس فا را چگونه می توان دریافت کرد؟</h2>
<p align="justify">برای دریافت آدرس بدون وان ایکس فا، می توانید به سایت اصلی آن مراجعه کنید. در سایت، لینک های مربوط به دریافت اپلیکیشن اندروید وجود دارد که با کلیک بر روی آن، شما می توانید به راحتی آدرس جدید را دریافت کنید. همچنین، عضویت در شبکه های اجتماعی وان ایکس فا نیز می تواند به شما کمک کند تا از طریق این پلتفرم ها، آدرس های جدید را دریافت کنید.</p>
                               
</p>
                                <p></p>
                                <p></p>
                            </div>
                        </div>
                        <div class="card-wrapper tiny-flex mb-20" id="title5">
                            <div class="card-box tiny-m-auto tiny-white tiny-pb-3 tiny-pt-3 tiny-px-4">
                                <h2 class="text-center">بررسی ضرایب در وان ایکس فا</h2>
                                <p></p>
<p align="justify">ضرایب در وان ایکس فا به طور کلی به عنوان یکی از ویژگی های برجسته این سایت شناخته می شوند. این سایت در اغلب موارد ضرایب بالاتری نسبت به بسیاری از سایت های دیگر ارائه می کند، که می تواند برای کاربران جذاب باشد. این ضرایب بالا به معنای پتانسیل برد بیشتر در شرط‌ بندی های مختلف است.

وان ایکس فا به طور مداوم سعی دارد تا ضرایب خود را تنظیم کند که جذابیت بیشتری برای کاربران ایجاد کند. البته برخی از کاربران معتقد هستند که ضرایب این سایت شرط بندی ثبات ندارد.</p>
</p>
                                <p></p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <section class="gallery2 cid-rdpPBY62bU" id="gallery2-11">
            <div class="container-fluid">
                <div class="tiny-row tiny-px-2 gallery-wrap tiny-jc-c">
                    <div class="tiny-col-md-12 tiny-col-sm-12 gallery-row row-first flex-wrap tiny-col-lg-12 tiny-pb-4 tiny-flex">
                        <div class="gallery-item tiny-col-sm-6 tiny-col-lg-4 tiny-col-md-8 md-pb tiny-px-2">
                            <a href="https://boro.bet/" target="_blank" rel="nofollow">
                                <div class="gallery-img-wrap">
                                    <amp-img data-hero tabindex="0" class="placeholder-loader image-without-link i-amphtml-layout-responsive i-amphtml-layout-size-defined" src="https://fa1x.com/img/poker.jpeg" alt="بازی کازینویی" layout="responsive" height="196" width="348.73873873873873" i-amphtml-ssr i-amphtml-layout="responsive">
                                        <i-amphtml-sizer slot="i-amphtml-svc" style="display:block;padding-top:56.2025%"></i-amphtml-sizer>
                                        <div placeholder="" class="placeholder">
                                            <div class="tinyb-spinner">
                                                <em></em>
                                                <em></em>
                                                <em></em>
                                            </div>
                                        </div>
                                        <img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="بازی کازینویی" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://fa1x.com/img/poker.jpeg"><noscript><img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="بازی کازینویی" src="https://fa1x.com/img/poker.jpeg"></noscript>
                                    </amp-img>
                                    <div class="icon-wrap iconfont-wrapper games-icon" tabindex="0">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-controller" viewbox="0 0 16 16">
                                            <path d="M11.5 6.027a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm-6.5-3h1v1h1v1h-1v1h-1v-1h-1v-1h1v-1z"/>
                                            <path d="M3.051 3.26a.5.5 0 0 1 .354-.613l1.932-.518a.5.5 0 0 1 .62.39c.655-.079 1.35-.117 2.043-.117.72 0 1.443.041 2.12.126a.5.5 0 0 1 .622-.399l1.932.518a.5.5 0 0 1 .306.729c.14.09.266.19.373.297.408.408.78 1.05 1.095 1.772.32.733.599 1.591.805 2.466.206.875.34 1.78.364 2.606.024.816-.059 1.602-.328 2.21a1.42 1.42 0 0 1-1.445.83c-.636-.067-1.115-.394-1.513-.773-.245-.232-.496-.526-.739-.808-.126-.148-.25-.292-.368-.423-.728-.804-1.597-1.527-3.224-1.527-1.627 0-2.496.723-3.224 1.527-.119.131-.242.275-.368.423-.243.282-.494.575-.739.808-.398.38-.877.706-1.513.773a1.42 1.42 0 0 1-1.445-.83c-.27-.608-.352-1.395-.329-2.21.024-.826.16-1.73.365-2.606.206-.875.486-1.733.805-2.466.315-.722.687-1.364 1.094-1.772a2.34 2.34 0 0 1 .433-.335.504.504 0 0 1-.028-.079zm2.036.412c-.877.185-1.469.443-1.733.708-.276.276-.587.783-.885 1.465a13.748 13.748 0 0 0-.748 2.295 12.351 12.351 0 0 0-.339 2.406c-.022.755.062 1.368.243 1.776a.42.42 0 0 0 .426.24c.327-.034.61-.199.929-.502.212-.202.4-.423.615-.674.133-.156.276-.323.44-.504C4.861 9.969 5.978 9.027 8 9.027s3.139.942 3.965 1.855c.164.181.307.348.44.504.214.251.403.472.615.674.318.303.601.468.929.503a.42.42 0 0 0 .426-.241c.18-.408.265-1.02.243-1.776a12.354 12.354 0 0 0-.339-2.406 13.753 13.753 0 0 0-.748-2.295c-.298-.682-.61-1.19-.885-1.465-.264-.265-.856-.523-1.733-.708-.85-.179-1.877-.27-2.913-.27-1.036 0-2.063.091-2.913.27z"/>
                                        </svg>
                                    </div>
                                </div>
                            </a>
                        </div>
                        <div class="gallery-item tiny-col-sm-6 tiny-col-lg-4 tiny-col-md-8 md-pb tiny-px-2">
                            <a href="https://boro.bet/" target="_blank" rel="nofollow">
                                <div class="gallery-img-wrap">
                                    <amp-img data-hero tabindex="0" class="placeholder-loader image-without-link i-amphtml-layout-responsive i-amphtml-layout-size-defined" src="https://fa1x.com/wp-content/uploads/2023/11/hokm.jpg" alt="بازی کازینویی" layout="responsive" height="196" width="348.73873873873873" i-amphtml-ssr i-amphtml-layout="responsive">
                                        <i-amphtml-sizer slot="i-amphtml-svc" style="display:block;padding-top:56.2025%"></i-amphtml-sizer>
                                        <div placeholder="" class="placeholder">
                                            <div class="tinyb-spinner">
                                                <em></em>
                                                <em></em>
                                                <em></em>
                                            </div>
                                        </div>
                                        <img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="بازی کازینویی" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://fa1x.com/wp-content/uploads/2023/11/hokm.jpg"><noscript><img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="بازی کازینویی" src="https://fa1x.com/wp-content/uploads/2023/11/hokm.jpg"></noscript>
                                    </amp-img>
                                    <div class="icon-wrap iconfont-wrapper games-icon" tabindex="0">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-controller" viewbox="0 0 16 16">
                                            <path d="M11.5 6.027a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm-6.5-3h1v1h1v1h-1v1h-1v-1h-1v-1h1v-1z"/>
                                            <path d="M3.051 3.26a.5.5 0 0 1 .354-.613l1.932-.518a.5.5 0 0 1 .62.39c.655-.079 1.35-.117 2.043-.117.72 0 1.443.041 2.12.126a.5.5 0 0 1 .622-.399l1.932.518a.5.5 0 0 1 .306.729c.14.09.266.19.373.297.408.408.78 1.05 1.095 1.772.32.733.599 1.591.805 2.466.206.875.34 1.78.364 2.606.024.816-.059 1.602-.328 2.21a1.42 1.42 0 0 1-1.445.83c-.636-.067-1.115-.394-1.513-.773-.245-.232-.496-.526-.739-.808-.126-.148-.25-.292-.368-.423-.728-.804-1.597-1.527-3.224-1.527-1.627 0-2.496.723-3.224 1.527-.119.131-.242.275-.368.423-.243.282-.494.575-.739.808-.398.38-.877.706-1.513.773a1.42 1.42 0 0 1-1.445-.83c-.27-.608-.352-1.395-.329-2.21.024-.826.16-1.73.365-2.606.206-.875.486-1.733.805-2.466.315-.722.687-1.364 1.094-1.772a2.34 2.34 0 0 1 .433-.335.504.504 0 0 1-.028-.079zm2.036.412c-.877.185-1.469.443-1.733.708-.276.276-.587.783-.885 1.465a13.748 13.748 0 0 0-.748 2.295 12.351 12.351 0 0 0-.339 2.406c-.022.755.062 1.368.243 1.776a.42.42 0 0 0 .426.24c.327-.034.61-.199.929-.502.212-.202.4-.423.615-.674.133-.156.276-.323.44-.504C4.861 9.969 5.978 9.027 8 9.027s3.139.942 3.965 1.855c.164.181.307.348.44.504.214.251.403.472.615.674.318.303.601.468.929.503a.42.42 0 0 0 .426-.241c.18-.408.265-1.02.243-1.776a12.354 12.354 0 0 0-.339-2.406 13.753 13.753 0 0 0-.748-2.295c-.298-.682-.61-1.19-.885-1.465-.264-.265-.856-.523-1.733-.708-.85-.179-1.877-.27-2.913-.27-1.036 0-2.063.091-2.913.27z"/>
                                        </svg>
                                    </div>
                                </div>
                            </a>
                        </div>
                        <div class="gallery-item tiny-col-sm-6 tiny-col-lg-4 tiny-col-md-8 md-pb tiny-px-2">
                            <a href="https://boro.bet/" target="_blank" rel="nofollow">
                                <div class="gallery-img-wrap">
                                    <amp-img data-hero tabindex="0" class="placeholder-loader image-without-link i-amphtml-layout-responsive i-amphtml-layout-size-defined" src="https://fa1x.com/wp-content/uploads/2023/11/crash.jpg" alt="بازی کازینویی" layout="responsive" height="196" width="348.73873873873873" i-amphtml-ssr i-amphtml-layout="responsive">
                                        <i-amphtml-sizer slot="i-amphtml-svc" style="display:block;padding-top:56.2025%"></i-amphtml-sizer>
                                        <div placeholder="" class="placeholder">
                                            <div class="tinyb-spinner">
                                                <em></em>
                                                <em></em>
                                                <em></em>
                                            </div>
                                        </div>
                                        <img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="بازی کازینویی" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://fa1x.com/wp-content/uploads/2023/11/crash.jpg"><noscript><img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="بازی کازینویی" src="https://fa1x.com/wp-content/uploads/2023/11/crash.jpg"></noscript>
                                    </amp-img>
                                    <div class="icon-wrap iconfont-wrapper games-icon" tabindex="0">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-controller" viewbox="0 0 16 16">
                                            <path d="M11.5 6.027a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm-6.5-3h1v1h1v1h-1v1h-1v-1h-1v-1h1v-1z"/>
                                            <path d="M3.051 3.26a.5.5 0 0 1 .354-.613l1.932-.518a.5.5 0 0 1 .62.39c.655-.079 1.35-.117 2.043-.117.72 0 1.443.041 2.12.126a.5.5 0 0 1 .622-.399l1.932.518a.5.5 0 0 1 .306.729c.14.09.266.19.373.297.408.408.78 1.05 1.095 1.772.32.733.599 1.591.805 2.466.206.875.34 1.78.364 2.606.024.816-.059 1.602-.328 2.21a1.42 1.42 0 0 1-1.445.83c-.636-.067-1.115-.394-1.513-.773-.245-.232-.496-.526-.739-.808-.126-.148-.25-.292-.368-.423-.728-.804-1.597-1.527-3.224-1.527-1.627 0-2.496.723-3.224 1.527-.119.131-.242.275-.368.423-.243.282-.494.575-.739.808-.398.38-.877.706-1.513.773a1.42 1.42 0 0 1-1.445-.83c-.27-.608-.352-1.395-.329-2.21.024-.826.16-1.73.365-2.606.206-.875.486-1.733.805-2.466.315-.722.687-1.364 1.094-1.772a2.34 2.34 0 0 1 .433-.335.504.504 0 0 1-.028-.079zm2.036.412c-.877.185-1.469.443-1.733.708-.276.276-.587.783-.885 1.465a13.748 13.748 0 0 0-.748 2.295 12.351 12.351 0 0 0-.339 2.406c-.022.755.062 1.368.243 1.776a.42.42 0 0 0 .426.24c.327-.034.61-.199.929-.502.212-.202.4-.423.615-.674.133-.156.276-.323.44-.504C4.861 9.969 5.978 9.027 8 9.027s3.139.942 3.965 1.855c.164.181.307.348.44.504.214.251.403.472.615.674.318.303.601.468.929.503a.42.42 0 0 0 .426-.241c.18-.408.265-1.02.243-1.776a12.354 12.354 0 0 0-.339-2.406 13.753 13.753 0 0 0-.748-2.295c-.298-.682-.61-1.19-.885-1.465-.264-.265-.856-.523-1.733-.708-.85-.179-1.877-.27-2.913-.27-1.036 0-2.063.091-2.913.27z"/>
                                        </svg>
                                    </div>
                                </div>
                            </a>
                        </div>
                        <div class="gallery-item tiny-col-sm-6 tiny-col-lg-4 tiny-col-md-8 md-pb tiny-px-2">
                            <a href="https://boro.bet/" target="_blank" rel="nofollow">
                                <div class="gallery-img-wrap">
                                    <amp-img data-hero tabindex="0" class="placeholder-loader image-without-link i-amphtml-layout-responsive i-amphtml-layout-size-defined" src="https://fa1x.com/wp-content/uploads/2023/11/back.jpg" alt="بازی کازینویی" layout="responsive" height="196" width="348.73873873873873" i-amphtml-ssr i-amphtml-layout="responsive">
                                        <i-amphtml-sizer slot="i-amphtml-svc" style="display:block;padding-top:56.2025%"></i-amphtml-sizer>
                                        <div placeholder="" class="placeholder">
                                            <div class="tinyb-spinner">
                                                <em></em>
                                                <em></em>
                                                <em></em>
                                            </div>
                                        </div>
                                        <img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="بازی کازینویی" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://fa1x.com/wp-content/uploads/2023/11/back.jpg"><noscript><img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="بازی کازینویی" src="https://fa1x.com/wp-content/uploads/2023/11/back.jpg"></noscript>
                                    </amp-img>
                                    <div class="icon-wrap iconfont-wrapper games-icon" tabindex="0">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-controller" viewbox="0 0 16 16">
                                            <path d="M11.5 6.027a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm-6.5-3h1v1h1v1h-1v1h-1v-1h-1v-1h1v-1z"/>
                                            <path d="M3.051 3.26a.5.5 0 0 1 .354-.613l1.932-.518a.5.5 0 0 1 .62.39c.655-.079 1.35-.117 2.043-.117.72 0 1.443.041 2.12.126a.5.5 0 0 1 .622-.399l1.932.518a.5.5 0 0 1 .306.729c.14.09.266.19.373.297.408.408.78 1.05 1.095 1.772.32.733.599 1.591.805 2.466.206.875.34 1.78.364 2.606.024.816-.059 1.602-.328 2.21a1.42 1.42 0 0 1-1.445.83c-.636-.067-1.115-.394-1.513-.773-.245-.232-.496-.526-.739-.808-.126-.148-.25-.292-.368-.423-.728-.804-1.597-1.527-3.224-1.527-1.627 0-2.496.723-3.224 1.527-.119.131-.242.275-.368.423-.243.282-.494.575-.739.808-.398.38-.877.706-1.513.773a1.42 1.42 0 0 1-1.445-.83c-.27-.608-.352-1.395-.329-2.21.024-.826.16-1.73.365-2.606.206-.875.486-1.733.805-2.466.315-.722.687-1.364 1.094-1.772a2.34 2.34 0 0 1 .433-.335.504.504 0 0 1-.028-.079zm2.036.412c-.877.185-1.469.443-1.733.708-.276.276-.587.783-.885 1.465a13.748 13.748 0 0 0-.748 2.295 12.351 12.351 0 0 0-.339 2.406c-.022.755.062 1.368.243 1.776a.42.42 0 0 0 .426.24c.327-.034.61-.199.929-.502.212-.202.4-.423.615-.674.133-.156.276-.323.44-.504C4.861 9.969 5.978 9.027 8 9.027s3.139.942 3.965 1.855c.164.181.307.348.44.504.214.251.403.472.615.674.318.303.601.468.929.503a.42.42 0 0 0 .426-.241c.18-.408.265-1.02.243-1.776a12.354 12.354 0 0 0-.339-2.406 13.753 13.753 0 0 0-.748-2.295c-.298-.682-.61-1.19-.885-1.465-.264-.265-.856-.523-1.733-.708-.85-.179-1.877-.27-2.913-.27-1.036 0-2.063.091-2.913.27z"/>
                                        </svg>
                                    </div>
                                </div>
                            </a>
                        </div>
                        <div class="gallery-item tiny-col-sm-6 tiny-col-lg-4 tiny-col-md-8 md-pb tiny-px-2">
                            <a href="https://boro.bet/" target="_blank" rel="nofollow">
                                <div class="gallery-img-wrap">
                                    <amp-img data-hero tabindex="0" class="placeholder-loader image-without-link i-amphtml-layout-responsive i-amphtml-layout-size-defined" src="https://fa1x.com/wp-content/uploads/2023/11/pasor.jpg" alt="بازی کازینویی" layout="responsive" height="196" width="348.73873873873873" i-amphtml-ssr i-amphtml-layout="responsive">
                                        <i-amphtml-sizer slot="i-amphtml-svc" style="display:block;padding-top:56.2025%"></i-amphtml-sizer>
                                        <div placeholder="" class="placeholder">
                                            <div class="tinyb-spinner">
                                                <em></em>
                                                <em></em>
                                                <em></em>
                                            </div>
                                        </div>
                                        <img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="بازی کازینویی" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://fa1x.com/wp-content/uploads/2023/11/pasor.jpg"><noscript><img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="بازی کازینویی" src="https://fa1x.com/wp-content/uploads/2023/11/pasor.jpg"></noscript>
                                    </amp-img>
                                    <div class="icon-wrap iconfont-wrapper games-icon" tabindex="0">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-controller" viewbox="0 0 16 16">
                                            <path d="M11.5 6.027a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm-6.5-3h1v1h1v1h-1v1h-1v-1h-1v-1h1v-1z"/>
                                            <path d="M3.051 3.26a.5.5 0 0 1 .354-.613l1.932-.518a.5.5 0 0 1 .62.39c.655-.079 1.35-.117 2.043-.117.72 0 1.443.041 2.12.126a.5.5 0 0 1 .622-.399l1.932.518a.5.5 0 0 1 .306.729c.14.09.266.19.373.297.408.408.78 1.05 1.095 1.772.32.733.599 1.591.805 2.466.206.875.34 1.78.364 2.606.024.816-.059 1.602-.328 2.21a1.42 1.42 0 0 1-1.445.83c-.636-.067-1.115-.394-1.513-.773-.245-.232-.496-.526-.739-.808-.126-.148-.25-.292-.368-.423-.728-.804-1.597-1.527-3.224-1.527-1.627 0-2.496.723-3.224 1.527-.119.131-.242.275-.368.423-.243.282-.494.575-.739.808-.398.38-.877.706-1.513.773a1.42 1.42 0 0 1-1.445-.83c-.27-.608-.352-1.395-.329-2.21.024-.826.16-1.73.365-2.606.206-.875.486-1.733.805-2.466.315-.722.687-1.364 1.094-1.772a2.34 2.34 0 0 1 .433-.335.504.504 0 0 1-.028-.079zm2.036.412c-.877.185-1.469.443-1.733.708-.276.276-.587.783-.885 1.465a13.748 13.748 0 0 0-.748 2.295 12.351 12.351 0 0 0-.339 2.406c-.022.755.062 1.368.243 1.776a.42.42 0 0 0 .426.24c.327-.034.61-.199.929-.502.212-.202.4-.423.615-.674.133-.156.276-.323.44-.504C4.861 9.969 5.978 9.027 8 9.027s3.139.942 3.965 1.855c.164.181.307.348.44.504.214.251.403.472.615.674.318.303.601.468.929.503a.42.42 0 0 0 .426-.241c.18-.408.265-1.02.243-1.776a12.354 12.354 0 0 0-.339-2.406 13.753 13.753 0 0 0-.748-2.295c-.298-.682-.61-1.19-.885-1.465-.264-.265-.856-.523-1.733-.708-.85-.179-1.877-.27-2.913-.27-1.036 0-2.063.091-2.913.27z"/>
                                        </svg>
                                    </div>
                                </div>
                            </a>
                        </div>
                        <div class="gallery-item tiny-col-sm-6 tiny-col-lg-4 tiny-col-md-8 md-pb tiny-px-2">
                            <a href="https://boro.bet/" target="_blank" rel="nofollow">
                                <div class="gallery-img-wrap">
                                    <amp-img data-hero tabindex="0" class="placeholder-loader image-without-link i-amphtml-layout-responsive i-amphtml-layout-size-defined" src="https://fa1x.com/wp-content/uploads/2023/11/poop.jpg" alt="بازی کازینویی" layout="responsive" height="196" width="348.73873873873873" i-amphtml-ssr i-amphtml-layout="responsive">
                                        <i-amphtml-sizer slot="i-amphtml-svc" style="display:block;padding-top:56.2025%"></i-amphtml-sizer>
                                        <div placeholder="" class="placeholder">
                                            <div class="tinyb-spinner">
                                                <em></em>
                                                <em></em>
                                                <em></em>
                                            </div>
                                        </div>
                                        <img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="بازی کازینویی" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://fa1x.com/wp-content/uploads/2023/11/poop.jpg"><noscript><img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="بازی کازینویی" src="https://fa1x.com/wp-content/uploads/2023/11/poop.jpg"></noscript>
                                    </amp-img>
                                    <div class="icon-wrap iconfont-wrapper games-icon" tabindex="0">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-controller" viewbox="0 0 16 16">
                                            <path d="M11.5 6.027a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm-6.5-3h1v1h1v1h-1v1h-1v-1h-1v-1h1v-1z"/>
                                            <path d="M3.051 3.26a.5.5 0 0 1 .354-.613l1.932-.518a.5.5 0 0 1 .62.39c.655-.079 1.35-.117 2.043-.117.72 0 1.443.041 2.12.126a.5.5 0 0 1 .622-.399l1.932.518a.5.5 0 0 1 .306.729c.14.09.266.19.373.297.408.408.78 1.05 1.095 1.772.32.733.599 1.591.805 2.466.206.875.34 1.78.364 2.606.024.816-.059 1.602-.328 2.21a1.42 1.42 0 0 1-1.445.83c-.636-.067-1.115-.394-1.513-.773-.245-.232-.496-.526-.739-.808-.126-.148-.25-.292-.368-.423-.728-.804-1.597-1.527-3.224-1.527-1.627 0-2.496.723-3.224 1.527-.119.131-.242.275-.368.423-.243.282-.494.575-.739.808-.398.38-.877.706-1.513.773a1.42 1.42 0 0 1-1.445-.83c-.27-.608-.352-1.395-.329-2.21.024-.826.16-1.73.365-2.606.206-.875.486-1.733.805-2.466.315-.722.687-1.364 1.094-1.772a2.34 2.34 0 0 1 .433-.335.504.504 0 0 1-.028-.079zm2.036.412c-.877.185-1.469.443-1.733.708-.276.276-.587.783-.885 1.465a13.748 13.748 0 0 0-.748 2.295 12.351 12.351 0 0 0-.339 2.406c-.022.755.062 1.368.243 1.776a.42.42 0 0 0 .426.24c.327-.034.61-.199.929-.502.212-.202.4-.423.615-.674.133-.156.276-.323.44-.504C4.861 9.969 5.978 9.027 8 9.027s3.139.942 3.965 1.855c.164.181.307.348.44.504.214.251.403.472.615.674.318.303.601.468.929.503a.42.42 0 0 0 .426-.241c.18-.408.265-1.02.243-1.776a12.354 12.354 0 0 0-.339-2.406 13.753 13.753 0 0 0-.748-2.295c-.298-.682-.61-1.19-.885-1.465-.264-.265-.856-.523-1.733-.708-.85-.179-1.877-.27-2.913-.27-1.036 0-2.063.091-2.913.27z"/>
                                        </svg>
                                    </div>
                                </div>
                            </a>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <section class="features1 cid-rdpV7GMz7Q" id="features1-2y">
            <div class="container">
                <div class="tiny-row tiny-jc-c tiny-column">
                    <div class="card tiny-col-sm-12 md-pb lg-pb">
                        <div class="card-wrapper tiny-flex mb-20" id="title6">
                            <div class="card-box tiny-m-auto tiny-white tiny-pb-3 tiny-pt-3 tiny-px-4">
                                <h2 class="text-center">آموزش ثبت نام در بهترین سایت شرط بندی</h2>
                                <p></p>
<p align="justify">اگر قصد دارید در سایت های شرط‌ بندی به انجام بازی های کازینویی و پیش بینی مسابقات ورزشی بپردازید، این موضوع را باید توجه کنید که حتما یک سایت معتبر و ایمن انتخاب نمایید. در ایران، سایت هایی مانند بت 90 فوروارد، آس نود بت، جت بت و&#8230; فعالیت می کنند که مجوز و لایسنس رسمی برای فعالیت های خود دارند و می توانند امنیت کاربران را تامین سازد. پس از انتخاب سایت، باید فرایند ثبت نام و ایجاد حساب کاربری خود را آغاز کنید. در این مرحله از شما خواسته می شود که اطلاعاتی مانند ایمیل، شماره موبایل و نام کامل خود را وارد کنید تا حساب کاربری شما ایجاد شود. پس از تکمیل ثبت نام و تایید اطلاعات، می توانید به حساب کاربری خود وارد شده و از امکانات مختلف سایت، مانند پیش بینی های ورزشی، بازی های کازینویی و خدمات دیگر استفاده کنید.
</p>
                               

                                <p></p>
                                <p></p>
                                <div class="mt-20">
                                    <a href="https://boro.bet/" target="_blank" rel="nofollow" title="دانلود اپلیکیشن" class="btn btn-primary btn-sm display-7">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-download" viewbox="0 0 16 16">
                                            <path d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z"/>
                                            <path d="M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z"/>
                                        </svg>
                                        دانلود اپلیکیشن وان ایکس فا
                                    </a>
                                </div>
                            </div>
                        </div>
                        <div class="card-wrapper tiny-flex mb-20" id="title7">
                            <div class="card-box tiny-m-auto tiny-white tiny-pb-3 tiny-pt-3 tiny-px-4">
                                <h2 class="text-center">آموزش استفاده از اپلیکیشن بهترین سایت بازی انفجار</h2>
                                <p></p>
<p align="justify">برای شروع بازی انفجار با استفاده از اپلیکیشن های شرط‌ بندی، اولین قدم انتخاب یک سایت معتبر و ایمن است. پس از انتخاب سایت، به آن وارد شده و از طریق لینک های موجود در سایت، اپلیکیشن رسمی و معتبر را دانلود کنید. بعد از نصب اپلیکیشن روی دستگاه خود، با وارد کردن نام کاربری و رمز عبور، به حساب کاربری خود وارد شوید. سپس به بخش کازینوی آنلاین یا بازی ها مراجعه کرده و بازی انفجار را انتخاب کنید. حالا می توانید با مشاهده نمودار ضرایب و وارد کردن مبلغ مورد نظر، شرط خود را ثبت کرده و بازی انفجار را شروع کنید.</p>
                            
                                <p></p>
                            </div>
                        </div>
                        <div class="card-wrapper tiny-flex mb-20" id="title9">
                            <div class="card-box tiny-m-auto tiny-white tiny-pb-3 tiny-pt-3 tiny-px-4">
                                <h2 class="text-center">کانال تلگرامی وان ایکس فا</h2>
                                <p>از لینک زیر وارد کانال تلگرام ما شوید. عضویت در کانال تلگرام سایت شرط بندی وان ایکس فا مزیت های بسیار زیادی برای مخاطبان دارد. </p>
                                <div class="mt-20">
                                    <a href="https://boro.bet/" target="_blank" title="کانال تلگرام" rel="nofollow" class="btn btn-info btn-sm display-7">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-telegram" viewbox="0 0 16 16">
                                            <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.287 5.906c-.778.324-2.334.994-4.666 2.01-.378.15-.577.298-.595.442-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294.26.006.549-.1.868-.32 2.179-1.471 3.304-2.214 3.374-2.23.05-.012.12-.026.166.016.047.041.042.12.037.141-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8.154 8.154 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629.093.06.183.125.27.187.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.426 1.426 0 0 0-.013-.315.337.337 0 0 0-.114-.217.526.526 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09z"/>
                                        </svg>
                                        کانال تلگرام وان ایکس فا
                                    </a>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <section class="accordion1 cid-qPnlsnRHcj">
            <div class="container">
                <div class="title tiny-pb-1 tiny-white align-center">
                    <h3>پرسش های متداول کاربران سایت وان ایکس فا</h3>
                </div>
                <div class="tiny-row">
                    <div class="amp-accordion card1">
                        <amp-accordion expand-single-section class="faq-section i-amphtml-layout-container" itemscope="" itemtype="https://schema.org/FAQPage" i-amphtml-layout="container">
                            <section class="bg-dark p10" expanded itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
                                <h3 itemprop="name" role="none">
                                    وان ایکس فا ایرانی کدام است؟
                                    <span class="amp-iconfont">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash" viewbox="0 0 16 16">
                                            <path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/>
                                        </svg>
                                    </span>
                                </h3>
                                <div itemscope="" itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
                                    <p itemprop="text">وان ایکس فا (1XFA) یک سایت شرط‌ بندی ایرانی است که به صورت خاص در زمینه شرط‌ بندی آنلاین فعالیت می کند و تمرکز زیادی روی بازی های کازینویی دارد.</p>
                                </div>
                            </section>
                            <section class="bg-dark p10" expanded itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question">
                                <h3 itemprop="name" role="none">
                                    آیا سایت وان ایکس فا اپلیکیشن دارد؟
                                    <span class="amp-iconfont">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash" viewbox="0 0 16 16">
                                            <path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/>
                                        </svg>
                                    </span>
                                </h3>
                                <div itemscope="" itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
                                    <p itemprop="text">بله سایت وان ایکس فا بت برنامه اندروید خود را طراحی و ارائه کرده است که از طریق لینک های موجود در این مطلب می توانید دانلود کنید.</p>
                                </div>
                            </section>
                        </amp-accordion>
                    </div>
                </div>
            </div>
        </section>
        <section class="cid-rdvOzXWYyM">
            <div class="container">
                <div class="title tiny-pb-1 tiny-white align-center">
                    <h3>کاربران ما چه می گویند؟</h3>
                </div>
                <div class="tiny-row">
                    <div class="tiny-flex tiny-column tiny-jc-c tiny-col-sm-12 tiny-col-md-12 tiny-col-lg-12">
                        <div class="cmntbox">
                            <div class="cmnt-head">
                                <amp-img data-hero src="https://fa1x.com/wp-content/uploads/2023/11/user.png" layout="responsive" width="45" height="45" alt="نظرات کاربران" class="placeholder-loader i-amphtml-layout-responsive i-amphtml-layout-size-defined" i-amphtml-ssr i-amphtml-layout="responsive">
                                    <i-amphtml-sizer slot="i-amphtml-svc" style="display:block;padding-top:100%"></i-amphtml-sizer>
                                    <div placeholder="" class="placeholder">
                                        <div class="tinyb-spinner">
                                            <em></em>
                                            <em></em>
                                            <em></em>
                                        </div>
                                    </div>
                                    <img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="نظرات کاربران" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://fa1x.com/wp-content/uploads/2023/11/user.png"><noscript><img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="نظرات کاربران" src="https://fa1x.com/wp-content/uploads/2023/11/user.png"></noscript>
                                </amp-img>
                                <b>رضا</b>
                                <span>کاربر جدید وان ایکس فا</span>
                            </div>
                            <div class="message">
                                <p>من داخلش حساب داره تا الان که خوب بوده امیدوارم خراب نشه بعدا</p>
                                <p></p>
                            </div>
                        </div>
                        <div class="cmntbox">
                            <div class="cmnt-head">
                                <amp-img data-hero src="https://fa1x.com/wp-content/uploads/2023/11/user.png" layout="responsive" width="45" height="45" alt="نظرات کاربران" class="placeholder-loader i-amphtml-layout-responsive i-amphtml-layout-size-defined" i-amphtml-ssr i-amphtml-layout="responsive">
                                    <i-amphtml-sizer slot="i-amphtml-svc" style="display:block;padding-top:100%"></i-amphtml-sizer>
                                    <div placeholder="" class="placeholder">
                                        <div class="tinyb-spinner">
                                            <em></em>
                                            <em></em>
                                            <em></em>
                                        </div>
                                    </div>
                                    <img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="نظرات کاربران" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://fa1x.com/wp-content/uploads/2023/11/user.png"><noscript><img class="i-amphtml-fill-content i-amphtml-replaced-content" decoding="async" alt="نظرات کاربران" src="https://fa1x.com/wp-content/uploads/2023/11/user.png"></noscript>
                                </amp-img>
                                <b>اسما</b>
                                <span>کاربر قدیمی وان ایکس فا</span>
                            </div>
                            <div class="message">
                                <p>یعنی من واقعا نمی دونم چی بگم از بدی این سایت.</p>
                                <p></p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <section class="footer2 cid-rdpUbNM30k">
            <div class="container">
                <div class="tiny-row">
                    <div class="tiny-col-sm-12 tiny-col-md-12 tiny-col-lg-12">
                        <div class="links-box">
                            <a href="https://fa1x.com/" target="_blank" title="وب سایت رسمی وان ایکس فا" rel="nofollow" class="btn btn-white btn-sm display-7">
                                <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-browser-edge text-black" viewbox="0 0 16 16">
                                    <path d="M9.482 9.341c-.069.062-.17.153-.17.309 0 .162.107.325.3.456.877.613 2.521.54 2.592.538h.002c.667 0 1.32-.18 1.894-.519A3.838 3.838 0 0 0 16 6.819c.018-1.316-.44-2.218-.666-2.664l-.04-.08C13.963 1.487 11.106 0 8 0A8 8 0 0 0 .473 5.29C1.488 4.048 3.183 3.262 5 3.262c2.83 0 5.01 1.885 5.01 4.797h-.004v.002c0 .338-.168.832-.487 1.244l.006-.006a.594.594 0 0 1-.043.041Z"/>
                                    <path d="M.01 7.753a8.137 8.137 0 0 0 .753 3.641 8 8 0 0 0 6.495 4.564 5.21 5.21 0 0 1-.785-.377h-.01l-.12-.075a5.45 5.45 0 0 1-1.56-1.463A5.543 5.543 0 0 1 6.81 5.8l.01-.004.025-.012c.208-.098.62-.292 1.167-.285.129.001.257.012.384.033a4.037 4.037 0 0 0-.993-.698l-.01-.005C6.348 4.282 5.199 4.263 5 4.263c-2.44 0-4.824 1.634-4.99 3.49Zm10.263 7.912c.088-.027.177-.054.265-.084-.102.032-.204.06-.307.086l.042-.002Z"/>
                                    <path d="M10.228 15.667a5.21 5.21 0 0 0 .303-.086l.082-.025a8.019 8.019 0 0 0 4.162-3.3.25.25 0 0 0-.331-.35c-.215.112-.436.21-.663.294a6.367 6.367 0 0 1-2.243.4c-2.957 0-5.532-2.031-5.532-4.644.002-.135.017-.268.046-.399a4.543 4.543 0 0 0-.46 5.898l.003.005c.315.441.707.821 1.158 1.121h.003l.144.09c.877.55 1.721 1.078 3.328.996Z"/>
                                </svg>
                                وب سایت رسمی وان ایکس فا
                            </a>
                            <a href="https://fa1x.com/" target="_blank" title="دانلود اپلیکیشن" rel="nofollow" class="btn btn-black btn-sm display-7">
                                <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-download text-primary" viewbox="0 0 16 16">
                                    <path d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z"/>
                                    <path d="M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z"/>
                                </svg>
                                دانلود اپلیکیشن
                            </a>
                            <a class="tiny-fonts-style custom-text tiny-white tiny-bold links-text" href="https://fa1x.com/about">درباره ما</a>
                            <a class="tiny-fonts-style custom-text tiny-white tiny-bold links-text" href="https://fa1x.com/contact">تماس با ما</a>
                            <a class="tiny-fonts-style custom-text tiny-white tiny-bold links-text" href="https://fa1x.com/privacy-policy">حریم خصوصی</a>
                        </div>
                    </div>
                    <div class="tiny-col-sm-12 tiny-col-md-12 tiny-col-lg-12 tiny-jc-c tiny-flex mt-20">
                        <div class="social-box mt-20">
                            <div>
                                <a href="https://fa1x.com/" target="_blank" rel="external noopener nofollow" class="iconfont-wrapper" title="اینستاگرام" aria-label="اینستاگرام">
                                    <span class="amp-iconfont animation-normal">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-instagram" viewbox="0 0 16 16">
                                            <path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"/>
                                        </svg>
                                    </span>
                                </a>
                                <a href="#" target="_blank" rel="external noopener nofollow" class="iconfont-wrapper" title="تلگرام" aria-label="تلگرام">
                                    <span class="amp-iconfont animation-normal">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-telegram" viewbox="0 0 16 16">
                                            <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.287 5.906c-.778.324-2.334.994-4.666 2.01-.378.15-.577.298-.595.442-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294.26.006.549-.1.868-.32 2.179-1.471 3.304-2.214 3.374-2.23.05-.012.12-.026.166.016.047.041.042.12.037.141-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8.154 8.154 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629.093.06.183.125.27.187.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.426 1.426 0 0 0-.013-.315.337.337 0 0 0-.114-.217.526.526 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09z"/>
                                        </svg>
                                    </span>
                                </a>
                                <a href="https://fa1x.com/" target="_blank" rel="external noopener nofollow" class="iconfont-wrapper" title="فیسبوک" aria-label="فیسبوک">
                                    <span class="amp-iconfont animation-normal">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-facebook" viewbox="0 0 16 16">
                                            <path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951"/>
                                        </svg>
                                    </span>
                                </a>
                                <a href="https://fa1x.com/" target="_blank" rel="external noopener nofollow" class="iconfont-wrapper" title="توییتر" aria-label="توییتر">
                                    <span class="amp-iconfont animation-normal">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-twitter-x" viewbox="0 0 16 16">
                                            <path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865l8.875 11.633Z"/>
                                        </svg>
                                    </span>
                                </a>
                                <a href="https://fa1x.com/" target="_blank" rel="external noopener nofollow" class="iconfont-wrapper" title="یوتیوب" aria-label="یوتیوب">
                                    <span class="amp-iconfont animation-normal">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-youtube" viewbox="0 0 16 16">
                                            <path d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408z"/>
                                        </svg>
                                    </span>
                                </a>
                                <a href="https://fa1x.com/" target="_blank" rel="external noopener nofollow" class="iconfont-wrapper" title="ثردز" aria-label="ثردز">
                                    <span class="amp-iconfont animation-normal">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-threads-fill" viewbox="0 0 16 16">
                                            <path d="M6.81 9.204c0-.41.197-1.062 1.727-1.062.469 0 .758.034 1.146.121-.124 1.606-.91 1.818-1.674 1.818-.418 0-1.2-.218-1.2-.877Z"/>
                                            <path d="M2.59 16h10.82A2.59 2.59 0 0 0 16 13.41V2.59A2.59 2.59 0 0 0 13.41 0H2.59A2.59 2.59 0 0 0 0 2.59v10.82A2.59 2.59 0 0 0 2.59 16M5.866 5.91c.567-.81 1.315-1.126 2.35-1.126.73 0 1.351.246 1.795.711.443.466.696 1.132.754 1.983.245.103.472.224.678.363.832.559 1.29 1.395 1.29 2.353 0 2.037-1.67 3.806-4.692 3.806-2.595 0-5.291-1.51-5.291-6.004C2.75 3.526 5.361 2 8.033 2c1.234 0 4.129.182 5.217 3.777l-1.02.264c-.842-2.56-2.607-2.968-4.224-2.968-2.675 0-4.187 1.628-4.187 5.093 0 3.107 1.69 4.757 4.222 4.757 2.083 0 3.636-1.082 3.636-2.667 0-1.079-.906-1.595-.953-1.595-.177.925-.651 2.482-2.733 2.482-1.213 0-2.26-.838-2.26-1.936 0-1.568 1.488-2.136 2.663-2.136.44 0 .97.03 1.247.086 0-.478-.404-1.296-1.426-1.296-.911 0-1.16.288-1.45.624l-.024.027c-.202-.135-.875-.601-.875-.601Z"/>
                                        </svg>
                                    </span>
                                </a>
                                <a href="https://fa1x.com/" target="_blank" rel="external noopener nofollow" class="iconfont-wrapper" title="توییچ" aria-label="توییچ">
                                    <span class="amp-iconfont animation-normal">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-twitch" viewbox="0 0 16 16">
                                            <path d="M3.857 0 1 2.857v10.286h3.429V16l2.857-2.857H9.57L14.714 8V0H3.857zm9.714 7.429-2.285 2.285H9l-2 2v-2H4.429V1.143h9.142z"/>
                                            <path d="M11.857 3.143h-1.143V6.57h1.143zm-3.143 0H7.571V6.57h1.143z"/>
                                        </svg>
                                    </span>
                                </a>
                                <a href="#" target="_blank" rel="external noopener nofollow" class="iconfont-wrapper" title="vimeo" aria-label="vimeo">
                                    <span class="amp-iconfont animation-normal">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-vimeo" viewbox="0 0 16 16">
                                            <path d="M15.992 4.204c-.071 1.556-1.158 3.687-3.262 6.393-2.175 2.829-4.016 4.243-5.522 4.243-.933 0-1.722-.861-2.367-2.583L3.55 7.523C3.07 5.8 2.556 4.94 2.007 4.94c-.118 0-.537.253-1.254.754L0 4.724a209.56 209.56 0 0 0 2.334-2.081c1.054-.91 1.845-1.388 2.373-1.437 1.243-.123 2.01.728 2.298 2.553.31 1.968.526 3.19.646 3.666.36 1.631.756 2.446 1.186 2.445.334 0 .836-.53 1.508-1.587.671-1.058 1.03-1.863 1.077-2.415.096-.913-.263-1.37-1.077-1.37a3.022 3.022 0 0 0-1.185.261c.789-2.573 2.291-3.825 4.508-3.756 1.644.05 2.419 1.117 2.324 3.2z"/>
                                        </svg>
                                    </span>
                                </a>
                                <a href="https://www.reddit.com/" target="_blank" rel="external noopener nofollow" class="iconfont-wrapper" title="reddit" aria-label="reddit">
                                    <span class="amp-iconfont animation-normal">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-reddit" viewbox="0 0 16 16">
                                            <path d="M6.167 8a.831.831 0 0 0-.83.83c0 .459.372.84.83.831a.831.831 0 0 0 0-1.661m1.843 3.647c.315 0 1.403-.038 1.976-.611a.232.232 0 0 0 0-.306.213.213 0 0 0-.306 0c-.353.363-1.126.487-1.67.487-.545 0-1.308-.124-1.671-.487a.213.213 0 0 0-.306 0 .213.213 0 0 0 0 .306c.564.563 1.652.61 1.977.61zm.992-2.807c0 .458.373.83.831.83.458 0 .83-.381.83-.83a.831.831 0 0 0-1.66 0z"/>
                                            <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.828-1.165c-.315 0-.602.124-.812.325-.801-.573-1.9-.945-3.121-.993l.534-2.501 1.738.372a.83.83 0 1 0 .83-.869.83.83 0 0 0-.744.468l-1.938-.41a.203.203 0 0 0-.153.028.186.186 0 0 0-.086.134l-.592 2.788c-1.24.038-2.358.41-3.17.992-.21-.2-.496-.324-.81-.324a1.163 1.163 0 0 0-.478 2.224c-.02.115-.029.23-.029.353 0 1.795 2.091 3.256 4.669 3.256 2.577 0 4.668-1.451 4.668-3.256 0-.114-.01-.238-.029-.353.401-.181.688-.592.688-1.069 0-.65-.525-1.165-1.165-1.165z"/>
                                        </svg>
                                    </span>
                                </a>
                                <a href="https://www.pinterest.ch/" target="_blank" rel="external noopener nofollow" class="iconfont-wrapper" title="pinterest" aria-label="pinterest">
                                    <span class="amp-iconfont animation-normal">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-pinterest" viewbox="0 0 16 16">
                                            <path d="M8 0a8 8 0 0 0-2.915 15.452c-.07-.633-.134-1.606.027-2.297.146-.625.938-3.977.938-3.977s-.239-.479-.239-1.187c0-1.113.645-1.943 1.448-1.943.682 0 1.012.512 1.012 1.127 0 .686-.437 1.712-.663 2.663-.188.796.4 1.446 1.185 1.446 1.422 0 2.515-1.5 2.515-3.664 0-1.915-1.377-3.254-3.342-3.254-2.276 0-3.612 1.707-3.612 3.471 0 .688.265 1.425.595 1.826a.24.24 0 0 1 .056.23c-.061.252-.196.796-.222.907-.035.146-.116.177-.268.107-1-.465-1.624-1.926-1.624-3.1 0-2.523 1.834-4.84 5.286-4.84 2.775 0 4.932 1.977 4.932 4.62 0 2.757-1.739 4.976-4.151 4.976-.811 0-1.573-.421-1.834-.919l-.498 1.902c-.181.695-.669 1.566-.995 2.097A8 8 0 1 0 8 0"/>
                                        </svg>
                                    </span>
                                </a>
                                <a href="https://dribbble.com/" target="_blank" rel="external noopener nofollow" class="iconfont-wrapper" title="dribbble" aria-label="dribbble">
                                    <span class="amp-iconfont animation-normal">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-dribbble" viewbox="0 0 16 16">
                                            <path fill-rule="evenodd" d="M8 0C3.584 0 0 3.584 0 8s3.584 8 8 8c4.408 0 8-3.584 8-8s-3.592-8-8-8m5.284 3.688a6.802 6.802 0 0 1 1.545 4.251c-.226-.043-2.482-.503-4.755-.217-.052-.112-.096-.234-.148-.355-.139-.33-.295-.668-.451-.99 2.516-1.023 3.662-2.498 3.81-2.69zM8 1.18c1.735 0 3.323.65 4.53 1.718-.122.174-1.155 1.553-3.584 2.464-1.12-2.056-2.36-3.74-2.551-4A6.95 6.95 0 0 1 8 1.18zm-2.907.642A43.123 43.123 0 0 1 7.627 5.77c-3.193.85-6.013.833-6.317.833a6.865 6.865 0 0 1 3.783-4.78zM1.163 8.01V7.8c.295.01 3.61.053 7.02-.971.199.381.381.772.555 1.162l-.27.078c-3.522 1.137-5.396 4.243-5.553 4.504a6.817 6.817 0 0 1-1.752-4.564zM8 14.837a6.785 6.785 0 0 1-4.19-1.44c.12-.252 1.509-2.924 5.361-4.269.018-.009.026-.009.044-.017a28.246 28.246 0 0 1 1.457 5.18A6.722 6.722 0 0 1 8 14.837m3.81-1.171c-.07-.417-.435-2.412-1.328-4.868 2.143-.338 4.017.217 4.251.295a6.774 6.774 0 0 1-2.924 4.573z"/>
                                        </svg>
                                    </span>
                                </a>
                                <a href="#" target="_blank" rel="external noopener nofollow" class="iconfont-wrapper" title="behance" aria-label="behance">
                                    <span class="amp-iconfont animation-normal">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-behance" viewbox="0 0 16 16">
                                            <path d="M4.654 3c.461 0 .887.035 1.278.14.39.07.711.216.996.391.286.176.497.426.641.747.14.32.216.711.216 1.137 0 .496-.106.922-.356 1.242-.215.32-.566.606-.997.817.606.176 1.067.496 1.348.922.281.426.461.957.461 1.563 0 .496-.105.922-.285 1.278a2.317 2.317 0 0 1-.782.887c-.32.215-.711.39-1.137.496a5.329 5.329 0 0 1-1.278.176L0 12.803V3zm-.285 3.978c.39 0 .71-.105.957-.285.246-.18.355-.497.355-.887 0-.216-.035-.426-.105-.567a.981.981 0 0 0-.32-.355 1.84 1.84 0 0 0-.461-.176c-.176-.035-.356-.035-.567-.035H2.17v2.31c0-.005 2.2-.005 2.2-.005zm.105 4.193c.215 0 .426-.035.606-.07.176-.035.356-.106.496-.216s.25-.215.356-.39c.07-.176.14-.391.14-.641 0-.496-.14-.852-.426-1.102-.285-.215-.676-.32-1.137-.32H2.17v2.734h2.305v.005zm6.858-.035c.286.285.711.426 1.278.426.39 0 .746-.106 1.032-.286.285-.215.46-.426.53-.64h1.74c-.286.851-.712 1.457-1.278 1.848-.566.355-1.243.566-2.06.566a4.135 4.135 0 0 1-1.527-.285 2.827 2.827 0 0 1-1.137-.782 2.851 2.851 0 0 1-.712-1.172c-.175-.461-.25-.957-.25-1.528 0-.531.07-1.032.25-1.493.18-.46.426-.852.747-1.207.32-.32.711-.606 1.137-.782a4.018 4.018 0 0 1 1.493-.285c.606 0 1.137.105 1.598.355.46.25.817.532 1.102.958.285.39.496.851.641 1.348.07.496.105.996.07 1.563h-5.15c0 .58.21 1.11.496 1.396zm2.24-3.732c-.25-.25-.642-.391-1.103-.391-.32 0-.566.07-.781.176-.215.105-.356.25-.496.39a.957.957 0 0 0-.25.497c-.036.175-.07.32-.07.46h3.196c-.07-.526-.25-.882-.497-1.132zm-3.127-3.728h3.978v.957h-3.978v-.957z"/>
                                        </svg>
                                    </span>
                                </a>
                                <a href="https://github.com/" target="_blank" rel="external noopener nofollow" class="iconfont-wrapper" title="gitHub" aria-label="gitHub">
                                    <span class="amp-iconfont animation-normal">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-github" viewbox="0 0 16 16">
                                            <path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8"/>
                                        </svg>
                                    </span>
                                </a>
                                <a href="https://fa1x.com/" target="_blank" rel="external noopener nofollow" class="iconfont-wrapper" title="medium" aria-label="medium">
                                    <span class="amp-iconfont animation-normal">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-medium" viewbox="0 0 16 16">
                                            <path d="M9.025 8c0 2.485-2.02 4.5-4.513 4.5A4.506 4.506 0 0 1 0 8c0-2.486 2.02-4.5 4.512-4.5A4.506 4.506 0 0 1 9.025 8m4.95 0c0 2.34-1.01 4.236-2.256 4.236-1.246 0-2.256-1.897-2.256-4.236 0-2.34 1.01-4.236 2.256-4.236 1.246 0 2.256 1.897 2.256 4.236M16 8c0 2.096-.355 3.795-.794 3.795-.438 0-.793-1.7-.793-3.795 0-2.096.355-3.795.794-3.795.438 0 .793 1.699.793 3.795"/>
                                        </svg>
                                    </span>
                                </a>
                                <a href="https://rss.com/podcasts/" target="_blank" rel="external noopener nofollow" class="iconfont-wrapper" title="RSS" aria-label="RSS">
                                    <span class="amp-iconfont animation-normal">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-rss-fill" viewbox="0 0 16 16">
                                            <path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm1.5 2.5c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1 0-2m0 4a6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1 0-2m.5 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3"/>
                                        </svg>
                                    </span>
                                </a>
                                <a href="https://fa1x.com/" target="_blank" rel="external noopener nofollow" class="iconfont-wrapper" title="soundcloud" aria-label="soundcloud">
                                    <span class="amp-iconfont animation-normal">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" viewbox="0 0 25 25">
                                            <path d="M20 0a4 4 0 0 1 4 4v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h16zm-6.19 8.5c-.44 0-.87.09-1.26.24-.14.06-.18.11-.19.23v6.3c0 .11.1.21.22.23h5.45c1.09 0 1.97-.89 1.97-1.98a1.98 1.98 0 0 0-2.73-1.83 3.48 3.48 0 0 0-3.46-3.19zm-2.52.85a.2.2 0 0 0-.2.2l-.08 4.1.08 1.64c0 .11.09.2.2.2a.2.2 0 0 0 .2-.14v-.06l.09-1.64-.09-4.1a.2.2 0 0 0-.2-.2zm-.67.67a.2.2 0 0 0-.2.19l-.08 3.44.09 1.65c0 .1.08.2.19.2.08 0 .15-.06.17-.14l.01-.06.1-1.65-.1-3.44a.2.2 0 0 0-.18-.2zm-2.65.22a.14.14 0 0 0-.14.13l-.11 3.28.11 1.7c0 .08.06.14.14.14.05 0 .1-.04.12-.1l.01-.03.13-1.71-.13-3.28a.14.14 0 0 0-.13-.13zm1.31-.42a.16.16 0 0 0-.16.16l-.1 3.67.1 1.68c0 .09.07.16.16.16.07 0 .13-.04.15-.11l.01-.05.12-1.68-.12-3.67c0-.09-.07-.16-.16-.16zm.67.08c-.1 0-.18.08-.18.17l-.1 3.58.1 1.66c0 .1.08.18.18.18.07 0 .14-.05.16-.12l.01-.06.1-1.66-.1-3.58c0-.1-.08-.17-.17-.17zm-2.63.96a.12.12 0 0 0-.12.12l-.13 2.67.13 1.72c0 .06.05.12.12.12.05 0 .1-.04.11-.08v-.04l.15-1.72-.14-2.67a.12.12 0 0 0-.12-.12zm1.3-.9a.15.15 0 0 0-.15.14l-.1 3.55.1 1.69c0 .08.07.15.15.15.07 0 .12-.04.14-.1l.01-.05.12-1.7-.12-3.54a.15.15 0 0 0-.15-.15zm3.34-1c-.12 0-.21.1-.21.22l-.1 4.47.1 1.62c0 .12.1.22.21.22.1 0 .18-.07.21-.16v-.06l.1-1.62-.1-4.47c0-.12-.09-.22-.2-.22zM6.67 11.9c-.05 0-.1.05-.1.1l-.14 1.64.14 1.73c0 .06.05.1.1.1a.1.1 0 0 0 .1-.06l.01-.04.15-1.73-.15-1.63c0-.06-.05-.1-.1-.1zm-.63-.11c-.05 0-.1.04-.1.09l-.14 1.76.14 1.71c0 .06.05.1.1.1a.1.1 0 0 0 .08-.06v-.04l.17-1.7-.16-1.77c0-.05-.05-.1-.1-.1zm-.64.06c-.04 0-.07.03-.08.08l-.15 1.72.15 1.65c0 .05.04.08.08.08s.08-.03.08-.08l.17-1.65-.17-1.72c0-.05-.04-.08-.08-.08zm-.63.28c-.03 0-.06.03-.06.07l-.16 1.44.16 1.42c0 .04.03.07.06.07.04 0 .06-.03.07-.07l.18-1.42-.18-1.44c0-.04-.03-.07-.07-.07zm-.59.56c-.03 0-.06.02-.06.06l-.12.9.12.87c0 .04.03.07.06.07s.06-.03.07-.06l.13-.89-.13-.9c-.01-.03-.04-.05-.07-.05z"/>
                                        </svg>
                                    </span>
                                </a>
                                <a href="https://fa1x.com/" target="_blank" rel="external noopener nofollow" class="iconfont-wrapper" title="tumblr" aria-label="tumblr">
                                    <span class="amp-iconfont animation-normal">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" viewbox="0 0 448 512">
                                            <path d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-82.3 364.2c-8.5 9.1-31.2 19.8-60.9 19.8-75.5 0-91.9-55.5-91.9-87.9v-90h-29.7c-3.4 0-6.2-2.8-6.2-6.2v-42.5c0-4.5 2.8-8.5 7.1-10 38.8-13.7 50.9-47.5 52.7-73.2 .5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2h-52.1V321c0 21.4 14.8 33.5 42.5 22.4 3-1.2 5.6-2 8-1.4 2.2 .5 3.6 2.1 4.6 4.9l13.8 40.2c1 3.2 2 6.7-.3 9.1z"/>
                                        </svg>
                                    </span>
                                </a>
                                <a href="https://fa1x.com/" target="_blank" rel="external noopener nofollow" class="iconfont-wrapper" title="digg" aria-label="digg">
                                    <span class="amp-iconfont animation-normal">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" viewbox="0 0 512 512">
                                            <path d="M81.7 172.3H0v174.4h132.7V96h-51v76.3zm0 133.4H50.9v-92.3h30.8v92.3zm297.2-133.4v174.4h81.8v28.5h-81.8V416H512V172.3H378.9zm81.8 133.4h-30.8v-92.3h30.8v92.3zm-235.6 41h82.1v28.5h-82.1V416h133.3V172.3H225.1v174.4zm51.2-133.3h30.8v92.3h-30.8v-92.3zM153.3 96h51.3v51h-51.3V96zm0 76.3h51.3v174.4h-51.3V172.3z"/>
                                        </svg>
                                    </span>
                                </a>
                                <a href="https://fa1x.com/" target="_blank" rel="external noopener nofollow" class="iconfont-wrapper" title="flickr" aria-label="flickr">
                                    <span class="amp-iconfont animation-normal">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" viewbox="0 0 448 512">
                                            <path d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z"/>
                                        </svg>
                                    </span>
                                </a>
                                <a href="https://fa1x.com/" target="_blank" rel="external noopener nofollow" class="iconfont-wrapper" title="flickr" aria-label="flickr">
                                    <span class="amp-iconfont animation-normal">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" viewbox="0 0 448 512">
                                            <path d="M0 64v348.9c0 56.2 88 58.1 88 0V174.3c7.9-52.9 88-50.4 88 6.5v175.3c0 57.9 96 58 96 0V240c5.3-54.7 88-52.5 88 4.3v23.8c0 59.9 88 56.6 88 0V64H0z"/>
                                        </svg>
                                    </span>
                                </a>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="tiny-row custom-box">
                    <div class="copy-box tiny-flex tiny-jc-b tiny-pt-1">
                        <p class="tiny-fonts-style tiny-white copy-text">
                            © تمام حقوق برای وب سایت <a href="https://fa1x.com/" target="_blank">وان ایکس فا</a>
                            محفوظ میباشد.
                        </p>
                    </div>
                </div>
            </div>
        </section>
    <script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode-wpr",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
</html>
<!-- Page cached by LiteSpeed Cache 6.5.2 on 2024-11-18 19:57:37 -->



<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/hello-elementor\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
			<script type='text/javascript'>
				const lazyloadRunObserver = () => {
					const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
					const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
						entries.forEach( ( entry ) => {
							if ( entry.isIntersecting ) {
								let lazyloadBackground = entry.target;
								if( lazyloadBackground ) {
									lazyloadBackground.classList.add( 'e-lazyloaded' );
								}
								lazyloadBackgroundObserver.unobserve( entry.target );
							}
						});
					}, { rootMargin: '200px 0px 200px 0px' } );
					lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
						lazyloadBackgroundObserver.observe( lazyloadBackground );
					} );
				};
				const events = [
					'DOMContentLoaded',
					'elementor/lazyload/observe',
				];
				events.forEach( ( event ) => {
					document.addEventListener( event, lazyloadRunObserver );
				} );
			</script>
			<script type="rocketlazyloadscript" data-rocket-src="https://fa1x.com/wp-content/themes/hello-elementor/assets/js/hello-frontend.min.js?ver=3.0.2" id="hello-theme-frontend-js"></script>
<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script type="rocketlazyloadscript" data-no-minify="1" async data-rocket-src="https://fa1x.com/wp-content/plugins/wp-rocket1/assets/js/lazyload/17.8.3/lazyload.min.js"></script>	</body>
</html>

<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1747060423 -->                               

Whois info of domain

Domain Name: FA1X.COM
Registry Domain ID: 2947098527_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2025-03-03T20:05:16Z
Creation Date: 2025-01-02T04:06:11Z
Registry Expiry Date: 2026-01-02T04:06:11Z
Registrar: NameCheap, Inc.
Registrar IANA ID: 1068
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6613102107
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: KYLE.NS.CLOUDFLARE.COM
Name Server: LADY.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-14T01:16:01Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass