<!DOCTYPE html>
<html lang="fa" dir="rtl">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="enamad" content="20211684" />
    <title>دومینا</title>
    
    
    <link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
    <link rel="manifest" href="/favicons/site.webmanifest">
    <link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#5bbad5">
    <link rel="shortcut icon" href="/favicons/favicon.ico">
    <meta name="msapplication-TileColor" content="#da532c">
    <meta name="msapplication-config" content="/favicons/browserconfig.xml">
    <meta name="theme-color" content="#ffffff">

    
    <link rel="stylesheet" href="/css/loadsfonts.css">
    <!-- Scripts -->
    <link rel="preload" as="style" href="https://domaina.ir/build/assets/app-BcgVG73Q.css" /><link rel="modulepreload" as="script" href="https://domaina.ir/build/assets/app-DTFpikCh.js" /><link rel="stylesheet" href="https://domaina.ir/build/assets/app-BcgVG73Q.css" data-navigate-track="reload" /><script type="module" src="https://domaina.ir/build/assets/app-DTFpikCh.js" data-navigate-track="reload"></script>
    <!-- Styles -->
    <!-- Livewire Styles --><style >[wire\:loading][wire\:loading], [wire\:loading\.delay][wire\:loading\.delay], [wire\:loading\.list-item][wire\:loading\.list-item], [wire\:loading\.inline-block][wire\:loading\.inline-block], [wire\:loading\.inline][wire\:loading\.inline], [wire\:loading\.block][wire\:loading\.block], [wire\:loading\.flex][wire\:loading\.flex], [wire\:loading\.table][wire\:loading\.table], [wire\:loading\.grid][wire\:loading\.grid], [wire\:loading\.inline-flex][wire\:loading\.inline-flex] {display: none;}[wire\:loading\.delay\.none][wire\:loading\.delay\.none], [wire\:loading\.delay\.shortest][wire\:loading\.delay\.shortest], [wire\:loading\.delay\.shorter][wire\:loading\.delay\.shorter], [wire\:loading\.delay\.short][wire\:loading\.delay\.short], [wire\:loading\.delay\.default][wire\:loading\.delay\.default], [wire\:loading\.delay\.long][wire\:loading\.delay\.long], [wire\:loading\.delay\.longer][wire\:loading\.delay\.longer], [wire\:loading\.delay\.longest][wire\:loading\.delay\.longest] {display: none;}[wire\:offline][wire\:offline] {display: none;}[wire\:dirty]:not(textarea):not(input):not(select) {display: none;}:root {--livewire-progress-bar-color: #2299dd;}[x-cloak] {display: none !important;}[wire\:cloak] {display: none !important;}dialog#livewire-error::backdrop {background-color: rgba(0, 0, 0, .6);}</style>
</head>

<body class="flex flex-col items-center w-full antialiased font-body">
    <div x-data="{&quot;show&quot;:true,&quot;style&quot;:&quot;success&quot;,&quot;message&quot;:null}"
            :class="{ 'bg-indigo-500': style == 'success', 'bg-red-700': style == 'danger', 'bg-gray-500': style != 'success' && style != 'danger' }"
            style="display: none;"
            x-show="show && message"
            x-on:banner-message.window="
                style = event.detail.style;
                message = event.detail.message;
                show = true;
            ">
    <div class="max-w-screen-xl mx-auto py-2 px-3 sm:px-6 lg:px-8">
        <div class="flex items-center justify-between flex-wrap">
            <div class="w-0 flex-1 flex items-center min-w-0">
                <span class="flex p-2 rounded-lg" :class="{ 'bg-indigo-600': style == 'success', 'bg-red-600': style == 'danger' }">
                    <svg x-show="style == 'success'" class="h-5 w-5 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
                        <path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75L11.25 15 15 9.75M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
                    </svg>
                    <svg x-show="style == 'danger'" class="h-5 w-5 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
                        <path stroke-linecap="round" stroke-linejoin="round" d="M12 9v3.75m9-.75a9 9 0 11-18 0 9 9 0 0118 0zm-9 3.75h.008v.008H12v-.008z" />
                    </svg>
                    <svg x-show="style != 'success' && style != 'danger'" class="h-5 w-5 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
                        <path stroke-linecap="round" stroke-linejoin="round" d="M11.25 11.25l.041-.02a.75.75 0 011.063.852l-.708 2.836a.75.75 0 001.063.853l.041-.021M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9-3.75h.008v.008H12V8.25z" />
                    </svg>
                </span>

                <p class="ms-3 font-medium text-sm text-white truncate" x-text="message"></p>
            </div>

            <div class="shrink-0 sm:ms-3">
                <button
                    type="button"
                    class="-me-1 flex p-2 rounded-md focus:outline-none sm:-me-2 transition"
                    :class="{ 'hover:bg-indigo-600 focus:bg-indigo-600': style == 'success', 'hover:bg-red-600 focus:bg-red-600': style == 'danger' }"
                    aria-label="Dismiss"
                    x-on:click="show = false">
                    <svg class="h-5 w-5 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
                        <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
                    </svg>
                </button>
            </div>
        </div>
    </div>
</div>
    <header class="w-full font-title ">
    <nav wire:key="lw-3213715677-0" wire:snapshot="{&quot;data&quot;:[],&quot;memo&quot;:{&quot;id&quot;:&quot;qEfEVydgRNquEFH9T5aS&quot;,&quot;name&quot;:&quot;navigation-menu&quot;,&quot;path&quot;:&quot;domains\/jaame.ir&quot;,&quot;method&quot;:&quot;GET&quot;,&quot;release&quot;:&quot;a-a-a&quot;,&quot;children&quot;:[],&quot;scripts&quot;:[],&quot;assets&quot;:[],&quot;errors&quot;:[],&quot;locale&quot;:&quot;fa&quot;,&quot;islands&quot;:[]},&quot;checksum&quot;:&quot;821fa34731817411cc6ba62cf05bd68af802f842ec8df4feb0d5abb48ee3fe90&quot;}" wire:effects="{&quot;partials&quot;:[],&quot;listeners&quot;:[&quot;refresh-navigation-menu&quot;]}" wire:id="qEfEVydgRNquEFH9T5aS" wire:name="navigation-menu" class="relative z-10 h-16 font-bold text-base-content bg-base-100">
    <div class="container flex justify-between h-full mx-auto max-w-8xl">
        <!-- logo -->
        <a wire:navigate href="https://domaina.ir" class="flex items-center flex-grow flex-shrink-0 p-4 md:flex-grow-0">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1042 417" class="block w-auto h-6 mx-2 fill-current text-primary">
    <path d="M0 80.848c-3.721-2.206-6.663-5.191-8.824-8.955-2.164-3.763-3.244-7.851-3.244-12.263V-3.309H6.619v61.771c0 1.732.561 3.179 1.687 4.347 1.123 1.168 2.508 1.752 4.152 1.752h7.138c.863 0 1.298.434 1.298 1.298v17c0 .866-.435 1.298-1.298 1.298h-7.267c-4.5 0-8.61-1.103-12.329-3.309" style="fill:#f72486;fill-rule:nonzero" transform="translate(66.58 27.167) scale(3.07829)" />
    <path d="M433.771 642.586h16.611v16.611h-16.611v-16.611Zm-13.497 56.58h6.489c1.73 0 3.157-.584 4.282-1.752 1.124-1.168 1.687-2.615 1.687-4.347v-22.71h18.688v22.71c0 1.732.561 3.179 1.687 4.347 1.123 1.168 2.551 1.752 4.282 1.752h6.489c.864 0 1.297.434 1.297 1.298v17c0 .866-.433 1.298-1.297 1.298h-6.489c-6.403 0-11.507-2.119-15.313-6.359-3.98 4.24-9.084 6.359-15.313 6.359h-6.489c-.863 0-1.297-.432-1.297-1.298v-17c0-.864.434-1.298 1.297-1.298" style="fill:#f72486;fill-rule:nonzero" transform="translate(-1166.827 -1926.33) scale(3.07829)" />
    <path d="M490.871 674.38h16.74v16.611h-16.74V674.38Zm-23.359 0h16.611v16.611h-16.611V674.38Zm-3.634-30.756h8.435c1.729 0 3.157-.584 4.283-1.752 1.123-1.168 1.687-2.615 1.687-4.347v-22.71h18.687v22.71c0 1.732.561 3.179 1.687 4.347 1.123 1.168 2.551 1.752 4.282 1.752h8.436c.863 0 1.297.434 1.297 1.298v17c0 .866-.434 1.298-1.297 1.298h-8.436c-6.403 0-11.507-2.119-15.313-6.359-3.98 4.24-9.084 6.359-15.313 6.359h-8.435c-.864 0-1.298-.432-1.298-1.298v-17c0-.864.434-1.298 1.298-1.298" style="fill:#f72486;fill-rule:nonzero" transform="translate(-1166.827 -1755.356) scale(3.07829)" />
    <path d="M0 11.161c1.643-1.687 2.466-3.784 2.466-6.294C2.466 2.446 1.643.434 0-1.167c-1.645-1.6-3.721-2.401-6.229-2.401h-8.565v8.435c0 2.51.799 4.607 2.401 6.294 1.6 1.687 3.654 2.531 6.164 2.531 2.508 0 4.584-.844 6.229-2.531m8.046-29.783c4.325 2.336 7.765 5.56 10.317 9.668 2.551 4.111 3.828 8.718 3.828 13.821 0 5.106-1.277 9.842-3.828 14.21-2.552 4.37-6.014 7.831-10.382 10.382-4.37 2.553-9.106 3.828-14.21 3.828-3.461 0-6.706-.604-9.733-1.816a27.494 27.494 0 0 1-8.175-5.061c-3.721 4.412-8.739 6.618-15.054 6.618h-8.565c-.864 0-1.298-.432-1.298-1.298v-17c0-.864.434-1.298 1.298-1.298h8.565c1.643 0 3.05-.584 4.218-1.752 1.168-1.168 1.752-2.616 1.752-4.347V-3.568h-8.046v-18.558h35.038c5.191 0 9.948 1.168 14.275 3.504" style="fill:#f72486;fill-rule:nonzero" transform="translate(554.336 184.557) scale(3.07829)" />
    <path d="M0-35.688c0-2.508-.801-4.584-2.401-6.229-1.602-1.642-3.614-2.465-6.035-2.465-2.509 0-4.606.823-6.293 2.465-1.687 1.645-2.531 3.721-2.531 6.229 0 2.51.844 4.587 2.531 6.229 1.687 1.645 3.784 2.466 6.293 2.466H0v-8.695ZM-9.798 3.763c3.764-2.076 6.336-4.023 7.722-5.84C-.693-3.894 0-6.057 0-8.565h-8.436c-5.19 0-9.95-1.168-14.274-3.504-4.327-2.336-7.767-5.558-10.317-9.668-2.553-4.108-3.828-8.715-3.828-13.821 0-5.191 1.275-9.948 3.828-14.275 2.55-4.325 5.99-7.764 10.317-10.317 4.324-2.551 9.084-3.828 14.274-3.828 5.017 0 9.604 1.277 13.756 3.828 4.153 2.553 7.398 5.992 9.734 10.317 2.336 4.327 3.504 9.084 3.504 14.275v18.947c0 8.046-1.234 14.554-3.7 19.53-2.465 4.974-6.445 9.299-11.938 12.977-5.495 3.677-13.519 7.807-24.073 12.394l-5.84-16.481c7.699-3.289 13.431-5.97 17.195-8.046" style="fill:#f72486;fill-rule:nonzero" transform="translate(757.192 312.593) scale(3.07829)" />
    <path d="M0 26.992c1.901 0 3.438-.562 4.606-1.687 1.168-1.123 1.752-2.551 1.752-4.282 0-1.211-.369-2.271-1.102-3.18-.736-.908-2.057-2.011-3.959-3.309L-25.955-4.153l10.512-15.443L14.924 1.427c3.286 2.51 5.774 5.256 7.462 8.241 1.686 2.984 2.53 6.597 2.53 10.836 0 4.846-1.19 9.258-3.569 13.236-2.38 3.981-5.603 7.117-9.668 9.409-4.068 2.293-8.48 3.439-13.237 3.439h-30.885V26.992H0Z" style="fill:#f72486;fill-rule:nonzero" transform="translate(935.542 142.816) scale(3.07829)" />
</svg>
            
        </a>
        <!-- theme changer -->
        <div class="w-24 h-full">
            <div class="w-full h-full" x-data="themeManager()" x-init="startup()">
    <button x-on:click="toggleDropdown" class="w-full h-full text-sm font-bold transition border-2 border-transparent hover:text-primary font-title lg:text-base focus:outline-none">
        
        <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->        <svg class="inline flex-shrink-0 w-5 h-5" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
  <path stroke-linecap="round" stroke-linejoin="round" d="M4.098 19.902a3.75 3.75 0 0 0 5.304 0l6.401-6.402M6.75 21A3.75 3.75 0 0 1 3 17.25V4.125C3 3.504 3.504 3 4.125 3h5.25c.621 0 1.125.504 1.125 1.125v4.072M6.75 21a3.75 3.75 0 0 0 3.75-3.75V8.197M6.75 21h13.125c.621 0 1.125-.504 1.125-1.125v-5.25c0-.621-.504-1.125-1.125-1.125h-4.072M10.5 8.197l2.88-2.88c.438-.439 1.15-.439 1.59 0l3.712 3.713c.44.44.44 1.152 0 1.59l-2.879 2.88M6.75 17.25h.008v.008H6.75v-.008Z"/>
</svg>
    <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->    </button>

    <div x-cloak x-show="open" x-on:click.away="closeDropdown" class="absolute w-48 mt-2 bg-gray-100 rounded-md shadow-lg dark:bg-gray-900 ring-1 ring-black ring-opacity-5">
        <div class="py-1" role="menu" aria-orientation="vertical" aria-labelledby="options-menu">
            <div class="px-4 py-2 text-xs text-gray-700/80 dark:text-gray-100/80">
                پوسته‌ها
            </div>
            <button x-on:click="setTheme('light', 'light')" class="block w-full px-4 py-4 text-sm text-gray-800 dark:text-gray-100 hover:bg-base-300" role="menuitem">روشن </button>
            <button x-on:click="setTheme('dark', 'dark')" class="block w-full px-4 py-4 text-sm text-gray-800 dark:text-gray-100 hover:bg-base-300" role="menuitem">تیره </button>
            
            
            
        </div>
    </div>
</div>

<script>
    function themeManager() {
        return {
            open: false,
            theme: 'light',
            themeType: 'light',

            startup() {
                this.loadTheme();
                this.listenToSystemThemeChange();
            },

            toggleDropdown() {
                this.open = !this.open;
            },

            closeDropdown() {
                this.open = false;
            },

            setTheme(theme, themeType) {
                localStorage.setItem('theme', theme);
                localStorage.setItem('themeType', themeType);
                this.applyTheme(theme, themeType);
            },

            applyTheme(theme, themeType) {
                document.documentElement.setAttribute('data-theme', theme);
                document.documentElement.classList.toggle('dark', themeType === 'dark');
            },

            loadTheme() {
                const userOsPref = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light';
                this.theme = localStorage.getItem('theme') ?? userOsPref;
                this.themeType = localStorage.getItem('themeType') ?? userOsPref;
                this.applyTheme(this.theme, this.themeType);
            },

            listenToSystemThemeChange() {
                const mediaQuery = window.matchMedia('(prefers-color-scheme: dark)');
                mediaQuery.addListener((e) => {
                    const newColorScheme = e.matches ? 'dark' : 'light';
                    if (localStorage.getItem('theme') === null) {
                        this.applyTheme(newColorScheme, newColorScheme);
                    }
                });
            }
        };
    }
</script>
        </div>
        <!-- Desktop Menu -->
        <ul class="items-center flex-grow hidden md:flex gap-x-2">

            
            <div class="flex items-center justify-center flex-shrink-0 w-24 h-full">
                
            </div>

            <!--Regular Link-->
            <li class="flex items-center h-full hover:text-primary">
                <a wire:navigate href="https://domaina.ir/blog" class="relative block h-full px-2 py-6 text-sm font-bold font-title lg:p-6 lg:text-base">
                    بلاگ
                </a>
            </li>
            <li class="flex items-center h-full hover:text-primary">
                <a wire:navigate href="https://domaina.ir/about" class="relative block h-full px-2 py-6 text-sm font-bold font-title lg:p-6 lg:text-base">
                    درباره ما
                </a>
            </li>
            

            

        </ul>

        <!-- Settings Dropdown -->
        <div id="nav-right" class="flex items-center flex-shrink-0 md:space-x-6">
            <!--[if BLOCK]><![endif]-->                <div class="flex items-center justify-end h-full font-bold">
    <!--[if BLOCK]><![endif]-->        <a href="/login"
    
        wire:key="mary2f7cfd7b0184f3c0dc6c7562f890eb0f"
        type="button"
        class="btn mx-1"

        
                    wire:navigate
        
        
            >

        <!-- SPINNER LEFT -->
        <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
        <!-- ICON -->
        <!--[if BLOCK]><![endif]-->            <span class="block" >
                <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->        <svg class="inline flex-shrink-0 w-5 h-5" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
  <path stroke-linecap="round" stroke-linejoin="round" d="M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15M12 9l-3 3m0 0 3 3m-3-3h12.75"/>
</svg>
    <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->            </span>
        <!--[if ENDBLOCK]><![endif]-->
        <!-- LABEL / SLOT -->
        <!--[if BLOCK]><![endif]-->            <span class="hidden lg:block">
                ورود
            </span>
            <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->        <!--[if ENDBLOCK]><![endif]-->
        <!-- ICON RIGHT -->
        <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
        <!-- SPINNER RIGHT -->
        <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
    <!--[if BLOCK]><![endif]-->        </a>
    <!--[if ENDBLOCK]><![endif]-->    <!--[if BLOCK]><![endif]-->        <a href="/register"
    
        wire:key="mary0545d1dd330c64c887fcafd548556838"
        type="button"
        class="btn hidden md:flex"

        
                    wire:navigate
        
        
            >

        <!-- SPINNER LEFT -->
        <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
        <!-- ICON -->
        <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
        <!-- LABEL / SLOT -->
        <!--[if BLOCK]><![endif]-->            <span class="">
                ثبت‌نام
            </span>
            <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->        <!--[if ENDBLOCK]><![endif]-->
        <!-- ICON RIGHT -->
        <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
        <!-- SPINNER RIGHT -->
        <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
    <!--[if BLOCK]><![endif]-->        </a>
    <!--[if ENDBLOCK]><![endif]--></div>
            <!--[if ENDBLOCK]><![endif]-->        </div>

        
        <div x-data="{ open: false }" x-init="console.log('Responsive Menu Mounted')">

            <div x-cloak x-show="open" class="font-bold text-gray-600 font-action dark:text-white dark:bg-gray-900">
                <div class="absolute flex flex-col items-center py-8 mt-10 space-y-6 font-bold rounded-md dark:bg-gray-900 bg-neutral-100 sm:w-auto sm:self-center left-2 top-4 right-2 drop-shadow-md">
                    <a class="inline-block px-2 pb-1 my-1 text-center border-b-2 " href="">مقالات</a>
                    <a class="inline-block px-2 pb-1 my-1 text-center border-b-2 " href="#">فروشگاه</a>
                    <a class="inline-block px-2 pb-1 my-1 text-center border-b-2 " href="#">درباره‌ما</a>
                    <a class="inline-block px-2 pb-1 my-1 text-center border-b-2 " href="#">تماس</a>
                </div>

            </div>
            <div class="flex items-center justify-center flex-shrink-0 w-12 h-16 md:hidden">

                <button x-on:click="open=!open" class="self-center block hamburger focus:outline-none">
                    <svg x-show="!open" class="h-4" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
  <path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"/>
</svg>                    <svg x-cloak="1" x-show="open" class="h-4" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
  <path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12"/>
</svg>                </button>
            </div>
        </div>

    </div>
</nav>
    
</header>

    <main class="w-full bg-base-100">
        <div class="flex flex-col items-center justify-center pt-4 mx-auto bg-base-200  min-h-[50vh]">
        <div class="flex flex-col items-center justify-start w-full max-w-3xl py-10 gap-y-4 md:gap-y-6">
            <div class="font-title">دامنه‌ی jaame.ir می‌تواند برای شما باشد.</div>
            <h1 class="font-bold text-md md:text-xl font-title">فروش دامنه <span class="text-primary">Jaame.ir</span> در سایت دومینا</h1>
                            <p class="font-action text-xl font-extrabold text-secondary md:text-3xl">جامه</p>
            
            
            

            <a target="_blank" href="sms:+989123971031?&body=Hello Domaina. I want to buy jaame.ir" class=" btn md:btn-lg btn-primary">
                <span class="font-bold text-content-primary font-action">پیامک</span> <svg class="inline flex-shrink-0 h-8" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2026 Fonticons, Inc. --><path fill="currentColor" d="M256 480c141.4 0 256-107.5 256-240S397.4 0 256 0 0 107.5 0 240c0 54.3 19.2 104.3 51.6 144.5L2.8 476.8c-4.8 9-3.3 20 3.6 27.5s17.8 9.8 27.1 5.8l118.4-50.7C183.7 472.6 218.9 480 256 480zM140.8 172.8l19.2 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-19.2 0c-5.3 0-9.6 4.3-9.6 9.6s4.3 9.6 9.6 9.6c23 0 41.6 18.6 41.6 41.6s-18.6 41.6-41.6 41.6l-25.6 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l25.6 0c5.3 0 9.6-4.3 9.6-9.6s-4.3-9.6-9.6-9.6c-23 0-41.6-18.6-41.6-41.6s18.6-41.6 41.6-41.6zm188.8 41.6c0-23 18.6-41.6 41.6-41.6l19.2 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-19.2 0c-5.3 0-9.6 4.3-9.6 9.6s4.3 9.6 9.6 9.6c23 0 41.6 18.6 41.6 41.6s-18.6 41.6-41.6 41.6l-25.6 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l25.6 0c5.3 0 9.6-4.3 9.6-9.6s-4.3-9.6-9.6-9.6c-23 0-41.6-18.6-41.6-41.6zm-98.3-33.8l24.7 41.1 24.7-41.1c3.7-6.2 11.1-9.1 18-7.2s11.7 8.2 11.7 15.4l0 102.4c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-44.6-8.7 14.5c-2.9 4.8-8.1 7.8-13.7 7.8s-10.8-3-13.7-7.8l-8.7-14.5 0 44.6c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-102.4c0-7.2 4.8-13.5 11.7-15.4s14.3 1 18 7.2z"/></svg>
                </a>
            <p class="text-xl font-display">قیمت: توافقی</p>
                    </div>
    </div>
    </main>
    <footer class="pt-10 mx-auto text-center font-action text-base-content bg-base-100 max-w-7xl">
    <div class="flex flex-col-reverse mx-auto md:flex-row ">
        
        <div class="flex w-full px-5 lg:px-14 md:py-16 md:w-1/2 ">
            
            <div class="flex w-1/2 ">
                <div class="flex flex-col w-full ">
                    <div class="flex flex-col w-full ">
                        <h4 class="text-xl font-bold text-left rtl:text-right text-primary">درباره ما</h4>
                        <a href="#"
    
        wire:key="maryefed95ba84cf0a115c37bf6acf206df2"
        type="button"
        class="btn text-base border-none shadow-none hover:border-dashed hover:border-primary max-w-max bg-base-100 hover:bg-inherit hover:text-primary"

        
                    wire:navigate
        
        
            >

        <!-- SPINNER LEFT -->
        
        <!-- ICON -->
        
        <!-- LABEL / SLOT -->
                    <span class="">
                لینک مقالات
            </span>
                    
        <!-- ICON RIGHT -->
        
        <!-- SPINNER RIGHT -->
        
            </a>
                            <a href="#"
    
        wire:key="mary2fb42ea230e145e0f9bf74fb17a9ff3c"
        type="button"
        class="btn text-base border-none shadow-none hover:border-dashed hover:border-primary max-w-max bg-base-100 hover:bg-inherit hover:text-primary"

        
                    wire:navigate
        
        
            >

        <!-- SPINNER LEFT -->
        
        <!-- ICON -->
        
        <!-- LABEL / SLOT -->
                    <span class="">
                لینک
            </span>
                    
        <!-- ICON RIGHT -->
        
        <!-- SPINNER RIGHT -->
        
            </a>
                        </div>
                    <div class="flex flex-col w-full mt-6">
                        <h4 class="text-xl font-bold text-left rtl:text-right text-primary">مقالات</h4>
                        <a href="#"
    
        wire:key="mary2fb42ea230e145e0f9bf74fb17a9ff3c"
        type="button"
        class="btn text-base border-none shadow-none hover:border-dashed hover:border-primary bg-base-100 hover:bg-inherit hover:text-primary max-w-max"

        
                    wire:navigate
        
        
            >

        <!-- SPINNER LEFT -->
        
        <!-- ICON -->
        
        <!-- LABEL / SLOT -->
                    <span class="">
                لینک
            </span>
                    
        <!-- ICON RIGHT -->
        
        <!-- SPINNER RIGHT -->
        
            </a>
                            <a href="#"
    
        wire:key="mary2fb42ea230e145e0f9bf74fb17a9ff3c"
        type="button"
        class="btn text-base border-none shadow-none hover:border-dashed hover:border-primary bg-base-100 hover:bg-inherit hover:text-primary max-w-max"

        
                    wire:navigate
        
        
            >

        <!-- SPINNER LEFT -->
        
        <!-- ICON -->
        
        <!-- LABEL / SLOT -->
                    <span class="">
                لینک
            </span>
                    
        <!-- ICON RIGHT -->
        
        <!-- SPINNER RIGHT -->
        
            </a>
                            <a href="#"
    
        wire:key="mary2fb42ea230e145e0f9bf74fb17a9ff3c"
        type="button"
        class="btn text-base border-none shadow-none hover:border-dashed hover:border-primary bg-base-100 hover:bg-inherit hover:text-primary max-w-max"

        
                    wire:navigate
        
        
            >

        <!-- SPINNER LEFT -->
        
        <!-- ICON -->
        
        <!-- LABEL / SLOT -->
                    <span class="">
                لینک
            </span>
                    
        <!-- ICON RIGHT -->
        
        <!-- SPINNER RIGHT -->
        
            </a>
                            <a href="#"
    
        wire:key="mary2fb42ea230e145e0f9bf74fb17a9ff3c"
        type="button"
        class="btn text-base border-none shadow-none hover:border-dashed hover:border-primary bg-base-100 hover:bg-inherit hover:text-primary max-w-max"

        
                    wire:navigate
        
        
            >

        <!-- SPINNER LEFT -->
        
        <!-- ICON -->
        
        <!-- LABEL / SLOT -->
                    <span class="">
                لینک
            </span>
                    
        <!-- ICON RIGHT -->
        
        <!-- SPINNER RIGHT -->
        
            </a>
                            <a href="#"
    
        wire:key="mary2fb42ea230e145e0f9bf74fb17a9ff3c"
        type="button"
        class="btn text-base border-none shadow-none hover:border-dashed hover:border-primary bg-base-100 hover:bg-inherit hover:text-primary max-w-max"

        
                    wire:navigate
        
        
            >

        <!-- SPINNER LEFT -->
        
        <!-- ICON -->
        
        <!-- LABEL / SLOT -->
                    <span class="">
                لینک
            </span>
                    
        <!-- ICON RIGHT -->
        
        <!-- SPINNER RIGHT -->
        
            </a>
                        </div>
                </div>
            </div>
            
            <div class="flex w-1/2 ">
                <div class="flex flex-col w-full ">
                    <div class="flex flex-col w-full ">
                        <h4 class="text-xl font-bold text-left rtl:text-right text-primary">آموزش‌ها</h4>
                        <a href="#"
    
        wire:key="mary2fb42ea230e145e0f9bf74fb17a9ff3c"
        type="button"
        class="btn text-base border-none shadow-none hover:border-dashed max-w-max hover:border-primary bg-base-100 hover:bg-inherit hover:text-primary"

        
                    wire:navigate
        
        
            >

        <!-- SPINNER LEFT -->
        
        <!-- ICON -->
        
        <!-- LABEL / SLOT -->
                    <span class="">
                لینک
            </span>
                    
        <!-- ICON RIGHT -->
        
        <!-- SPINNER RIGHT -->
        
            </a>
                            <a href="#"
    
        wire:key="maryefed95ba84cf0a115c37bf6acf206df2"
        type="button"
        class="btn text-base border-none shadow-none hover:border-dashed max-w-max hover:border-primary bg-base-100 hover:bg-inherit hover:text-primary"

        
                    wire:navigate
        
        
            >

        <!-- SPINNER LEFT -->
        
        <!-- ICON -->
        
        <!-- LABEL / SLOT -->
                    <span class="">
                لینک مقالات
            </span>
                    
        <!-- ICON RIGHT -->
        
        <!-- SPINNER RIGHT -->
        
            </a>
                            <a href="#"
    
        wire:key="maryefed95ba84cf0a115c37bf6acf206df2"
        type="button"
        class="btn text-base border-none shadow-none hover:border-dashed max-w-max hover:border-primary bg-base-100 hover:bg-inherit hover:text-primary"

        
                    wire:navigate
        
        
            >

        <!-- SPINNER LEFT -->
        
        <!-- ICON -->
        
        <!-- LABEL / SLOT -->
                    <span class="">
                لینک مقالات
            </span>
                    
        <!-- ICON RIGHT -->
        
        <!-- SPINNER RIGHT -->
        
            </a>
                        </div>
                    <div class="flex flex-col w-full mt-6">
                        <h4 class="text-xl font-bold text-left rtl:text-right text-primary">کسب درآمد از دومینا</h4>
                        <a href="#"
    
        wire:key="mary2fb42ea230e145e0f9bf74fb17a9ff3c"
        type="button"
        class="btn text-base border-none shadow-none hover:border-dashed max-w-max hover:border-primary bg-base-100 hover:bg-inherit hover:text-primary"

        
                    wire:navigate
        
        
            >

        <!-- SPINNER LEFT -->
        
        <!-- ICON -->
        
        <!-- LABEL / SLOT -->
                    <span class="">
                لینک
            </span>
                    
        <!-- ICON RIGHT -->
        
        <!-- SPINNER RIGHT -->
        
            </a>
                            <a href="#"
    
        wire:key="maryefed95ba84cf0a115c37bf6acf206df2"
        type="button"
        class="btn text-base border-none shadow-none hover:border-dashed max-w-max hover:border-primary bg-base-100 hover:bg-inherit hover:text-primary"

        
                    wire:navigate
        
        
            >

        <!-- SPINNER LEFT -->
        
        <!-- ICON -->
        
        <!-- LABEL / SLOT -->
                    <span class="">
                لینک مقالات
            </span>
                    
        <!-- ICON RIGHT -->
        
        <!-- SPINNER RIGHT -->
        
            </a>
                            <a href="#"
    
        wire:key="maryefed95ba84cf0a115c37bf6acf206df2"
        type="button"
        class="btn text-base border-none shadow-none hover:border-dashed max-w-max hover:border-primary bg-base-100 hover:bg-inherit hover:text-primary"

        
                    wire:navigate
        
        
            >

        <!-- SPINNER LEFT -->
        
        <!-- ICON -->
        
        <!-- LABEL / SLOT -->
                    <span class="">
                لینک مقالات
            </span>
                    
        <!-- ICON RIGHT -->
        
        <!-- SPINNER RIGHT -->
        
            </a>
                            <a href="#"
    
        wire:key="maryefed95ba84cf0a115c37bf6acf206df2"
        type="button"
        class="btn text-base border-none shadow-none hover:border-dashed max-w-max hover:border-primary bg-base-100 hover:bg-inherit hover:text-primary"

        
                    wire:navigate
        
        
            >

        <!-- SPINNER LEFT -->
        
        <!-- ICON -->
        
        <!-- LABEL / SLOT -->
                    <span class="">
                لینک مقالات
            </span>
                    
        <!-- ICON RIGHT -->
        
        <!-- SPINNER RIGHT -->
        
            </a>
                        </div>
                </div>
            </div>
        </div>

        
        <div class="flex flex-col px-5 text-left md:px-6 lg:px-14 md:py-16 md:w-1/2 rtl:text-right ">
            <div class="w-full">

                
                <div class="flex items-center justify-between"><span class="text-2xl font-bold text-primary">دومینا</span><svg class="w-36" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 90">

    <path class="fill-current text-secondary" d="M231.2 56.1c-.9-1.2-1.4-2.8-1.3-4.3.4-4.7 1.2-15.4 1.7-21.2.2-2.4 1.7-4.3 3.9-5 7.9-2.3 26.8-7.9 36.1-10.6 1.4-.4 2.9-.2 4.2.6s2.3 2 2.7 3.5l11.2 38c.4 1.5.3 3.1-.4 4.5s-1.9 2.4-3.3 2.8c-9.3 2.7-28.2 8.3-36.1 10.6-2.2.6-4.5-.2-5.9-2.1-3.4-4.6-9.9-13.1-12.8-16.8zm28.4 3.1c.4 1.3-.3 2.2-1.9 2.7-1.4.4-2.4-.6-3.2-3.1-.5-1.6-1.2-3.9-2.1-7-1-3.1-1.7-5.4-2.1-6.9-1.1-3.7-.8-5.8.8-6.3 1.5-.4 2.7.8 3.5 3.7.4 1.3.9 3.1 1.6 5.6.7 2.5 1.2 4.4 1.6 5.6.5 1.7.9 3 1.3 3.8.3 1.2.5 1.8.5 1.9zM275 35.1c.3 1 .4 2 .3 3.1-.1 1.3-.6 2.1-1.4 2.3-.4.1-1 .1-1.9-.1-.8-.2-1.3-.5-1.4-.9-.1-.3 0-.9.3-1.6.3-.8.4-1.4.3-1.8-.2-.6-.7-.8-1.7-.5-1.5.4-2.9 1.5-4.1 3.1-1.4 1.8-1.8 3.4-1.4 5 .3 1 .7 2.4 1.4 4.4.6 1.9 1.1 3.4 1.4 4.4 1.2 4.2 1.2 6.6-.2 7-1.6.5-2.9-1.1-4-4.6-.2-.7-.5-1.8-.9-3.3-.4-1.5-.7-2.5-.9-3.3-.9-3.2-1.7-5.6-2.4-7.3-1-2.6-1.5-3.9-1.5-3.8-.6-2.1-.2-3.3 1.4-3.8.5-.1 1.1.2 1.9 1l1.7 1.7c2.3-3.1 4.3-4.9 6.2-5.4 1.4-.4 2.8-.1 4.3.9 1.3.7 2.2 1.9 2.6 3.5zm-37.4 12c2.3-.7 4.7.8 5.4 3.2.7 2.4-.6 4.9-2.8 5.6-2.3.7-4.7-.8-5.4-3.2-.7-2.4.6-5 2.8-5.6zm15.6-18c.2.8-.2 1.8-1.4 3-1.6 1.8-2.5 2.7-2.5 2.7-.2.3-.3.5-.4.5-.5.1-1.2-.3-2.2-1.2-.9-.9-1.4-1.6-1.6-2.2-.3-1.1-.1-2.3.8-3.4.8-1.1 1.7-1.8 2.8-2.2.9-.3 1.8-.1 2.7.4.9.7 1.5 1.5 1.8 2.4z" style="fill-rule:evenodd;clip-rule:evenodd;" />
    <path class="fill-current text-primary" d="M39.3 14.8c-10.9 0-25.7 5.1-28.7 15.4C8.2 38 12.3 44.9 20.3 45c6.8.1 5.2-8 5.2-8-3.9 1.6-9.2-.7-7.3-7.1 2-6.9 10.1-10.6 18.5-10.6 11.9 0 15.8 7.9 13.6 22.8-2 13.6-10.2 22.4-19.6 22.2-5.3-.1-12-3.3-11.1-8.8.6-2.8 3-4.3 6.2-2.7l-.4 4.4c-.2 2.1-.7 3.1-.7 3.1 7 4.3 11.8 2.4 11.9-10 .2-23.3 4.1-25 4.1-25 0-2.5-7.4-5.9-11.3-1-3.1 4-2.2 8.6-3.3 23.8-6.5-1.4-13 1-13.3 6.8-.5 7.5 7.4 11.8 16.8 12.2 14.5.6 30.5-9.3 32.6-26.4 2.4-18.3-9.5-25.9-22.9-25.9zM78.5 35.5c-7.6-.6-16.2 6-17.4 15.2-1.2 8.9 2.8 14.8 10.4 15.5 9.6 1 15-9.5 16.1-16.9.2-1.7.3-3.2.3-4.6 3.2-.4 6.4-1.5 8.5-2.5 1.9-.8 1.8-2.2.7-2.6-.1 0-.1-.1-.1-.1-3.3 1.6-6.5 1.7-9.6 1.5-1.2-5.7-5-7.8-7.8-5.9-.2.1-.4.3-.7.5 0 0-.2 0-.4-.1zm3.7 9.2c.5.1 1 .2 1.4.2.2 1.4.2 3-.1 4.6-.9 6.2-4.1 10.1-7.9 9.8-4-.2-5.2-4.5-4.4-9.9.9-6.2 3.6-10.9 6.4-11.6-.8 2.7.8 6.1 4.6 6.9z" />
    <path class="fill-current text-primary" d="M112.2 36.2c-3-1-7.7 1.7-11.4 9 1.1-6.5 2.3-7.7 2.3-7.8-.1-.1-5.9-4.2-9.9-1.5-3.9 2.6-3.6 11.4-3.5 25.6 0 2.1.2 3 .2 3 4.5 1.7 8.1.1 9.9-11.5 3.7-9.1 5.2-11.5 6.4-11.2 1.2.2.2 3.5-1.3 10.9s-2.5 11.9-2.5 11.9c3.1 1.2 8.7.7 10.1-3.3 1.1-3.4 1.9-6.4 2.5-9.1 3.3-8.1 5.1-10.7 6.1-10.3 1.3.4.2 3-1.7 10.3-3 11.4-.7 17.5 2.8 19s7.7-.6 10.1-6.4c.7-1.9-.2-2.8-1.4-2.4l-.1.1c-1.3 3.6-3 5.1-4.4 4.6-1.4-.6.5-6.2 2.8-16.1 2-8.7.7-13.6-2.2-14.6-3.5-1.2-7.6.9-11.2 8.1-.2-5.2-1.7-7.7-3.6-8.3zM149.6 37.2c-6.8-2-14.8 3.6-16.5 12.6-1.5 8.6 2.5 15.2 7.6 14.9 4.6-.3 6.2-4.8 7.3-8.5.5 4.8 2.1 8 5.2 8.8 4.9 1.2 9.1-3 11.4-9 .7-2-.2-2.8-1.4-2.4h-.1c-1.5 4.4-4.1 8.2-6.1 7.8-1.9-.4-.9-5.6.1-11.1 1.4-7.2 3.8-12.1 3.8-12.1-2.4-2.4-6.5-2.8-9.4.1-.5-.5-1.1-.9-1.9-1.1zm-.9 7.2c-.4 2-.6 4-.7 5.7-1.8 7.4-2.6 10-4.3 9.4-2-.5-1.7-6-.6-10.7 1.1-4.9 3-8.8 5.9-8.6.3 0 .6.1.9.1-.5 1.2-.9 2.5-1.2 4.1z" />
    <path class="fill-current text-primary" d="M177.2 53.6c-1.6 4.4-4.2 8.8-6.2 8.3-1.9-.4-1.1-5.9.4-12.2 2.2-9 4.7-11.6 4.7-11.6-5.1-3.6-12.2.1-13.9 7.8-2.3 9.9.4 18.3 5 19.6 4.8 1.2 9.1-3.6 11.4-9.5.8-1.9-.2-2.8-1.4-2.4zm3.7-25.3c1.4-2.8.4-6.5-3.5-7.7-3.8-1.2-7.6.7-8.5 4.4-.6 2.5 1.2 5.9 4.6 6.6 3.1.5 6.2-1 7.4-3.3z" />
    <path class="fill-current text-primary" d="M175.8 61.6c0 2.1.2 2.9.2 2.9 4.5 1.7 8.1 0 9.9-11.6 3.8-9.1 5.6-12 6.7-11.7 1.2.5.2 3-1.7 10.4-3 11.4-.7 17.5 2.7 19 3.5 1.5 7.8-.6 10.1-6.4.7-1.9-.2-2.8-1.4-2.3-.1 0-.1.1-.1.1-1.2 3.6-2.9 5.1-4.3 4.6-1.5-.6.4-6.2 2.8-16.1 2.1-8.6.7-13.6-2.2-14.6-3.9-1.4-7.4 1.9-11.8 9.9 1.2-7 2.4-8.2 2.5-8.3-.1-.1-5.9-4.1-9.9-1.5-3.9 2.5-3.6 11.3-3.5 25.6zM221.3 34.4c-8.1-1.7-12.5 2.8-13.6 6.4-1.5 5.3 3.9 8.4 8.5 6.7 4.4-1.7 1.2-5.9 1.2-5.9-3.8 3.7-6.1 1.5-5.4-1 .7-2.3 2.2-2.7 4.7-2.7 2.5.1 3.4 3.6 3 6.5-.2 1.2-.3 2.3-.4 3.5-2.5.7-4.9 1.2-5.9 1.5-4.6 1-8.4 2.8-9.3 7.3-.7 4 2.7 8.3 7.6 8 4.3-.3 6.4-4.4 7.5-8.1.5 4.4 2 7.7 5 8.5 4.9 1.2 9.1-3.1 11.4-9 .8-2-.2-2.8-1.3-2.4h-.1c-1.6 4.4-4.2 8.2-6.2 7.8-1.9-.4-.9-5.6.1-11.1 2.1-10.5-1.2-14.8-6.8-16zm-2.2 15.7c-1.2 6.3-2.7 9.7-4.2 9.5-1.4-.1-1.2-2.3-.6-4.9.6-2.1 2-3.6 4.9-4.7l-.1.1c0-.1 0-.1 0 0z" />
</svg>
</div>

                <p class="mt-2">هر آنچه برای شروع نیاز دارید.</p>
                <h4 class="mt-3 text-xl font-bold text-primary">ارتباط با ما</h4>

                <a href="/cdn-cgi/l/email-protection#c7aea9a1a887a3a8aaa6aea9a6e9aeb5" aria-label="Email info@domaina.ir" class="flex items-center rtl:flex-row-reverse gap-x-3">
                    <svg class="inline flex-shrink-0 w-5 h-5 fill-current text-primary" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
  <path d="M1.5 8.67v8.58a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V8.67l-8.928 5.493a3 3 0 0 1-3.144 0L1.5 8.67Z"/>
  <path d="M22.5 6.908V6.75a3 3 0 0 0-3-3h-15a3 3 0 0 0-3 3v.158l9.714 5.978a1.5 1.5 0 0 0 1.572 0L22.5 6.908Z"/>
</svg>
                        <span><span class="__cf_email__" data-cfemail="630a0d050c23070c0e020a0d024d0a11">[email&#160;protected]</span></span>
                </a>

                <a href="tel:+982146019037" aria-label="Call +98 (21) 46019037" class="flex items-center mt-3 rtl:flex-row-reverse gap-x-3">
                    <svg class="inline flex-shrink-0 w-5 h-5 fill-current text-primary" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
  <path fill-rule="evenodd" d="M1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z" clip-rule="evenodd"/>
</svg>
                        <p class="text-xs ">(روزهای کاری از ۱۱ صبح تا 4 بعدازظهر) <span dir="rtl" class="text-sm">021-46019037</span>
                    </p>
                </a>

                
                <div class="flex justify-center mt-4 gap-x-3 ">

                    <button href="#">
                        <svg class="inline flex-shrink-0 w-8 transition duration-300 fill-current text-secondary hover:text-primary" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2026 Fonticons, Inc. --><path fill="currentColor" d="M194.4 211.7a53.3 53.3 0 1 0 59.2 88.6 53.3 53.3 0 1 0 -59.2-88.6zm142.3-68.4c-5.2-5.2-11.5-9.3-18.4-12-18.1-7.1-57.6-6.8-83.1-6.5-4.1 0-7.9 .1-11.2 .1s-7.2 0-11.4-.1c-25.5-.3-64.8-.7-82.9 6.5-6.9 2.7-13.1 6.8-18.4 12s-9.3 11.5-12 18.4c-7.1 18.1-6.7 57.7-6.5 83.2 0 4.1 .1 7.9 .1 11.1s0 7-.1 11.1c-.2 25.5-.6 65.1 6.5 83.2 2.7 6.9 6.8 13.1 12 18.4s11.5 9.3 18.4 12c18.1 7.1 57.6 6.8 83.1 6.5 4.1 0 7.9-.1 11.2-.1s7.2 0 11.4 .1c25.5 .3 64.8 .7 82.9-6.5 6.9-2.7 13.1-6.8 18.4-12s9.3-11.5 12-18.4c7.2-18 6.8-57.4 6.5-83 0-4.2-.1-8.1-.1-11.4s0-7.1 .1-11.4c.3-25.5 .7-64.9-6.5-83-2.7-6.9-6.8-13.1-12-18.4l0 .2zm-67.1 44.5c18.1 12.1 30.6 30.9 34.9 52.2s-.2 43.5-12.3 61.6c-6 9-13.7 16.6-22.6 22.6s-19 10.1-29.6 12.2c-21.3 4.2-43.5-.2-61.6-12.3s-30.6-30.9-34.9-52.2 .2-43.5 12.2-61.6 30.9-30.6 52.2-34.9 43.5 .2 61.6 12.2l.1 0zm29.2-1.3c-3.1-2.1-5.6-5.1-7.1-8.6s-1.8-7.3-1.1-11.1 2.6-7.1 5.2-9.8 6.1-4.5 9.8-5.2 7.6-.4 11.1 1.1 6.5 3.9 8.6 7 3.2 6.8 3.2 10.6c0 2.5-.5 5-1.4 7.3s-2.4 4.4-4.1 6.2-3.9 3.2-6.2 4.2-4.8 1.5-7.3 1.5c-3.8 0-7.5-1.1-10.6-3.2l-.1 0zM448 96c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320zM357 389c-18.7 18.7-41.4 24.6-67 25.9-26.4 1.5-105.6 1.5-132 0-25.6-1.3-48.3-7.2-67-25.9s-24.6-41.4-25.8-67c-1.5-26.4-1.5-105.6 0-132 1.3-25.6 7.1-48.3 25.8-67s41.5-24.6 67-25.8c26.4-1.5 105.6-1.5 132 0 25.6 1.3 48.3 7.1 67 25.8s24.6 41.4 25.8 67c1.5 26.3 1.5 105.4 0 131.9-1.3 25.6-7.1 48.3-25.8 67l0 .1z"/></svg>
                        </button>

                    <button href="">
                        <svg class="inline flex-shrink-0 w-8 transition duration-300 fill-current text-secondary hover:text-primary" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2026 Fonticons, Inc. --><path fill="currentColor" d="M282 256.2l-95.2-54.1 0 108.2 95.2-54.1zM384 32L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64zm14.4 136.1c7.6 28.6 7.6 88.2 7.6 88.2s0 59.6-7.6 88.1c-4.2 15.8-16.5 27.7-32.2 31.9-28.3 7.7-142.2 7.7-142.2 7.7s-113.9 0-142.2-7.6c-15.7-4.2-28-16.1-32.2-31.9-7.6-28.6-7.6-88.2-7.6-88.2s0-59.7 7.6-88.2c4.2-15.8 16.5-28.2 32.2-32.4 28.3-7.7 142.2-7.7 142.2-7.7s113.9 0 142.2 7.7c15.7 4.2 28 16.6 32.2 32.4z"/></svg>
                        </button>

                    <button href="">
                        <svg class="inline flex-shrink-0 w-8 transition duration-300 fill-current text-secondary hover:text-primary" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2026 Fonticons, Inc. --><path fill="currentColor" d="M256 8a248 248 0 1 0 0 496 248 248 0 1 0 0-496zM371 176.7c-3.7 39.2-19.9 134.4-28.1 178.3-3.5 18.6-10.3 24.8-16.9 25.4-14.4 1.3-25.3-9.5-39.3-18.7-21.8-14.3-34.2-23.2-55.3-37.2-24.5-16.1-8.6-25 5.3-39.5 3.7-3.8 67.1-61.5 68.3-66.7 .2-.7 .3-3.1-1.2-4.4s-3.6-.8-5.1-.5c-2.2 .5-37.1 23.5-104.6 69.1-9.9 6.8-18.9 10.1-26.9 9.9-8.9-.2-25.9-5-38.6-9.1-15.5-5-27.9-7.7-26.8-16.3 .6-4.5 6.7-9 18.4-13.7 72.3-31.5 120.5-52.3 144.6-62.3 68.9-28.6 83.2-33.6 92.5-33.8 2.1 0 6.6 .5 9.6 2.9 2 1.7 3.2 4.1 3.5 6.7 .5 3.2 .6 6.5 .4 9.8z"/></svg>
                        </button>

                    <button href="">

                        <svg class="inline flex-shrink-0 w-8 transition duration-300 fill-current text-secondary hover:text-primary" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2026 Fonticons, Inc. --><path fill="currentColor" d="M416 32L31.9 32C14.3 32 0 46.5 0 64.3L0 447.7C0 465.5 14.3 480 31.9 480L416 480c17.6 0 32-14.5 32-32.3l0-383.4C448 46.5 433.6 32 416 32zM135.4 416l-66.4 0 0-213.8 66.5 0 0 213.8-.1 0zM102.2 96a38.5 38.5 0 1 1 0 77 38.5 38.5 0 1 1 0-77zM384.3 416l-66.4 0 0-104c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9l0 105.8-66.4 0 0-213.8 63.7 0 0 29.2 .9 0c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9l0 117.2z"/></svg>
                        </button>

                    <button href="">
                        <svg class="inline flex-shrink-0 w-8 transition duration-300 fill-current text-secondary hover:text-primary" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2026 Fonticons, Inc. --><path fill="currentColor" d="M92.1 254.6c0 24.9 7 49.2 20.2 70.1l3.1 5-13.3 48.6 49.9-13.1 4.8 2.9c20.2 12 43.4 18.4 67.1 18.4l.1 0c72.6 0 133.3-59.1 133.3-131.8 0-35.2-15.2-68.3-40.1-93.2-25-25-58-38.7-93.2-38.7-72.7 0-131.8 59.1-131.9 131.8zM274.8 330c-12.6 1.9-22.4 .9-47.5-9.9-36.8-15.9-61.8-51.5-66.9-58.7-.4-.6-.7-.9-.8-1.1-2-2.6-16.2-21.5-16.2-41 0-18.4 9-27.9 13.2-32.3 .3-.3 .5-.5 .7-.8 3.6-4 7.9-5 10.6-5 2.6 0 5.3 0 7.6 .1l.8 0c2.3 0 5.2 0 8.1 6.8 1.2 2.9 3 7.3 4.9 11.8 3.3 8 6.7 16.3 7.3 17.6 1 2 1.7 4.3 .3 6.9-3.4 6.8-6.9 10.4-9.3 13-3.1 3.2-4.5 4.7-2.3 8.6 15.3 26.3 30.6 35.4 53.9 47.1 4 2 6.3 1.7 8.6-1 2.3-2.6 9.9-11.6 12.5-15.5 2.6-4 5.3-3.3 8.9-2s23.1 10.9 27.1 12.9c.8 .4 1.5 .7 2.1 1 2.8 1.4 4.7 2.3 5.5 3.6 .9 1.9 .9 9.9-2.4 19.1-3.3 9.3-19.1 17.7-26.7 18.8zM448 96c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320zM148.1 393.9L64 416 86.5 333.8c-13.9-24-21.2-51.3-21.2-79.3 .1-87.4 71.2-158.5 158.6-158.5 42.4 0 82.2 16.5 112.2 46.5 29.9 30 47.9 69.8 47.9 112.2 0 87.4-72.7 158.5-160.1 158.5-26.6 0-52.7-6.7-75.8-19.3z"/></svg>
                        </button>
                </div>

            </div>

            <div class="w-[90%] mt-4 border mx-auto border-neutral-content border-dashed border-b-1"></div>

            
            <div class="mt-3">

                <a href="https://domaina.ir/about" class="flex items-center justify-center w-40 mx-auto">

                    <div class="flex flex-col items-center justify-center w-full p-6 bg-base-200/40 gap-y-4 rounded-2xl">
                        <div class="flex items-center justify-center w-24 h-24 ">
                            <img class="w-full" src="/images/certificates.png" alt="مجوز‌های دومینا">
                        </div>
                        <div class="font-bold text-md text-secondary">مجوزها</div>

                    </div>

                </a>

            </div>
        </div>
    </div>

    <div class="my-1 text-xs">Made with <svg class="inline flex-shrink-0 w-5 h-5 fill-current text-[#EF352B]" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
  <path d="m11.645 20.91-.007-.003-.022-.012a15.247 15.247 0 0 1-.383-.218 25.18 25.18 0 0 1-4.244-3.17C4.688 15.36 2.25 12.174 2.25 8.25 2.25 5.322 4.714 3 7.688 3A5.5 5.5 0 0 1 12 5.052 5.5 5.5 0 0 1 16.313 3c2.973 0 5.437 2.322 5.437 5.25 0 3.925-2.438 7.111-4.739 9.256a25.175 25.175 0 0 1-4.244 3.17 15.247 15.247 0 0 1-.383.219l-.022.012-.007.004-.003.001a.752.752 0 0 1-.704 0l-.003-.001Z"/>
</svg>
     in <a class="hover:text-secondary font-bold underline text-[#EF352B]" target="_blank" href="https://nobon.ir">Nobon Studio</a></div>
    <div class="my-1 text-xs">Powered by powerful servers of <a class="underline text-secondary" target="_blank" href="https://modir.net">Modir</a></div>
    <div class="mb-4 text-xs text-center font-body">تمامی حقوق این وبسایت متعلق
        به <span class="font-bold text-secondary">آرمان‌پرداز قرن جدید</span> است.</div>
</footer>
        
    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script  data-navigate-once="true">window.livewireScriptConfig = {"csrf":"494kXyGYU6yeF4I2DEQ6NRlLSIdSKPrHnJaXGTUa","uri":"https:\/\/domaina.ir\/livewire-b6b5b64c\/update","moduleUrl":"https:\/\/domaina.ir\/livewire-b6b5b64c","progressBar":"","nonce":""};</script>

</body>

</html>
