{"id":669,"date":"2020-10-14T09:28:28","date_gmt":"2020-10-14T06:28:28","guid":{"rendered":"https:\/\/rayrafting.com\/%d8%ae%d8%af%d9%85%d8%a7%d8%aa%d9%86%d8%a7\/"},"modified":"2025-07-07T12:04:18","modified_gmt":"2025-07-07T09:04:18","slug":"%d8%ae%d8%af%d9%85%d8%a7%d8%aa%d9%86%d8%a7","status":"publish","type":"page","link":"https:\/\/rayrafting.com\/ar\/%d8%ae%d8%af%d9%85%d8%a7%d8%aa%d9%86%d8%a7\/","title":{"rendered":"\u062e\u062f\u0645\u0627\u062a\u0646\u0627"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"669\" class=\"elementor elementor-669 elementor-84\">\n\t\t\t\t<div class=\"aux-parallax-section elementor-element elementor-element-e502cc2 e-flex e-con-boxed e-con e-parent\" data-id=\"e502cc2\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-171dc14 elementor-widget elementor-widget-html\" data-id=\"171dc14\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div>\n\n\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"\u0627\u0644\u0639\u0631\u0636=\u0639\u0631\u0636 \u0627\u0644\u062c\u0647\u0627\u0632\u060c \u0645\u0642\u064a\u0627\u0633 \u0623\u0648\u0644\u064a=1.0\">\n    <meta http-equiv=\"Content-Type\" content=\"text\/html\u061b charset=utf-8\">\n    <title>\u062e\u062f\u0645\u0627\u062a\u0646\u0627 - \u0631\u0627\u064a \u0631\u0627\u0641\u062a\u064a\u0646\u062c<\/title>\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&subset=latin,latin-ext&display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.7;\n            color: #333;\n            background: #f8fafc;\n        }\n\n        .container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .section {\n            padding: 80px 0;\n        }\n\n        .section-title {\n            font-size: 3rem;\n            font-weight: 700;\n            color: #1e40af;\n            margin-bottom: 3rem;\n            text-align: center;\n        }\n\n        .section-subtitle {\n            font-size: 1.2rem;\n            color: #64748b;\n            text-align: center;\n            max-width: 800px;\n            margin: 0 auto 4rem auto;\n            line-height: 1.6;\n        }\n\n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));\n            gap: 40px;\n            margin: 60px 0;\n        }\n\n        .service-card {\n            background: white;\n            border-radius: 25px;\n            padding: 0;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.08);\n            transition: all 0.4s ease;\n            overflow: hidden;\n            position: relative;\n        }\n\n        .service-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 30px 60px rgba(0,0,0,0.15);\n        }\n\n        .service-header {\n            padding: 40px 40px 30px 40px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .service-icon {\n            font-size: 4rem;\n            margin-bottom: 20px;\n            display: block;\n        }\n\n        .service-title {\n            font-size: 1.8rem;\n            font-weight: 700;\n            margin-bottom: 15px;\n            color: #1e293b;\n        }\n\n        .service-description {\n            font-size: 1rem;\n            color: #64748b;\n            line-height: 1.6;\n            margin-bottom: 25px;\n        }\n\n        .service-features {\n            list-style: none;\n            margin-bottom: 30px;\n        }\n\n        .service-features li {\n            padding: 8px 0;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            color: #475569;\n            font-size: 0.95rem;\n        }\n\n        .service-features li::before {\n            content: '\u2713';\n            background: #10b981;\n            color: white;\n            border-radius: 50%;\n            width: 20px;\n            height: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 12px;\n            font-weight: bold;\n            flex-shrink: 0;\n        }\n\n        .service-footer {\n            padding: 20px 40px 40px 40px;\n            border-top: 1px solid #e2e8f0;\n            background: #f8fafc;\n        }\n\n        .service-cta {\n            display: flex;\n            gap: 15px;\n            flex-wrap: wrap;\n        }\n\n        .btn {\n            padding: 12px 24px;\n            border: none;\n            border-radius: 50px;\n            font-size: 0.9rem;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-decoration: none;\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            flex: 1;\n            justify-content: center;\n            min-width: 120px;\n        }\n\n        .btn-primary {\n            background: #1e40af;\n            color: white;\n        }\n\n        .btn-primary:hover {\n            background: #1e3a8a;\n            transform: translateY(-2px);\n        }\n\n        .btn-secondary {\n            background: #10b981;\n            color: white;\n        }\n\n        .btn-secondary:hover {\n            background: #059669;\n            transform: translateY(-2px);\n        }\n\n        \/* Service-specific colors *\/\n        .rafting-card .service-header {\n            background: linear-gradient(135deg, #1e40af, #3b82f6);\n            color: white;\n        }\n\n        .rafting-card .service-title,\n        .rafting-card .service-description {\n            color: white;\n        }\n\n        .zipline-card .service-header {\n            background: linear-gradient(135deg, #059669, #10b981);\n            color: white;\n        }\n\n        .zipline-card .service-title,\n        .zipline-card .service-description {\n            color: white;\n        }\n\n        .swing-card .service-header {\n            background: linear-gradient(135deg, #ec4899, #f97316);\n            color: white;\n        }\n\n        .swing-card .service-title,\n        .swing-card .service-description {\n            color: white;\n        }\n\n        .atv-card .service-header {\n            background: linear-gradient(135deg, #b45309, #ea580c);\n            color: white;\n        }\n\n        .atv-card .service-title,\n        .atv-card .service-description {\n            color: white;\n        }\n\n        .yayla-card .service-header {\n            background: linear-gradient(135deg, #16a34a, #22c55e);\n            color: white;\n        }\n\n        .yayla-card .service-title,\n        .yayla-card .service-description {\n            color: white;\n        }\n\n        .combo-card .service-header {\n            background: linear-gradient(135deg, #7c3aed, #a855f7);\n            color: white;\n        }\n\n        .combo-card .service-title,\n        .combo-card .service-description {\n            color: white;\n        }\n\n        .stats-section {\n            background: linear-gradient(135deg, #1e293b, #334155);\n            color: white;\n            padding: 80px 0;\n            margin: 60px 0;\n        }\n\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 40px;\n        }\n\n        .stat-item {\n            text-align: center;\n        }\n\n        .stat-number {\n            font-size: 3rem;\n            font-weight: 800;\n            color: #60a5fa;\n            display: block;\n            margin-bottom: 10px;\n        }\n\n        .stat-label {\n            font-size: 1.1rem;\n            opacity: 0.9;\n        }\n\n        .cta-section {\n            background: linear-gradient(135deg, #1e40af, #3b82f6);\n            color: white;\n            text-align: center;\n            padding: 80px 40px;\n            border-radius: 25px;\n            margin: 60px 0;\n        }\n\n        .cta-title {\n            font-size: 2.5rem;\n            font-weight: 700;\n            margin-bottom: 20px;\n        }\n\n        .cta-subtitle {\n            font-size: 1.2rem;\n            opacity: 0.9;\n            margin-bottom: 40px;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .cta-buttons {\n            display: flex;\n            gap: 20px;\n            justify-content: center;\n            flex-wrap: wrap;\n        }\n\n        .cta-btn {\n            background: rgba(255,255,255,0.15);\n            color: white;\n            padding: 15px 30px;\n            border: 2px solid rgba(255,255,255,0.3);\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-size: 1rem;\n        }\n\n        .cta-btn:hover {\n            background: rgba(255,255,255,0.25);\n            transform: translateY(-3px);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.2);\n        }\n\n        @media (max-width: 768px) {\n            .services-grid {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n            \n            .service-header,\n            .service-footer {\n                padding: 30px 25px;\n            }\n            \n            .service-cta {\n                flex-direction: column;\n            }\n            \n            .btn {\n                flex: none;\n            }\n            \n            .cta-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .cta-btn {\n                width: 100%;\n                max-width: 300px;\n                justify-content: center;\n            }\n        }\n\n        .scroll-indicator {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: #e2e8f0;\n            z-index: 1000;\n        }\n\n        .scroll-progress {\n            height: 100%;\n            background: linear-gradient(90deg, #1e40af, #3b82f6);\n            width: 0%;\n            transition: width 0.1s ease;\n        }\n    <\/style>\n\n\n    <!-- Scroll Progress -->\n    <div class=\"scroll-indicator\">\n        <div class=\"scroll-progress\" id=\"scrollProgress\"><\/div>\n    <\/div>\n\n    <!-- Ana \u0130\u00e7erik -->\n    <div class=\"container\">\n        <!-- Hizmetler Tan\u0131t\u0131m\u0131 -->\n        <div class=\"section\">\n            <h2 class=\"section-title\">\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u0645\u063a\u0627\u0645\u0631\u0629<\/h2>\n            <p class=\"section-subtitle\">\n  \u0645\u0646 \u062e\u0644\u0627\u0644 \u0625\u0631\u0634\u0627\u062f\u0627\u062a\u0646\u0627 \u0627\u0644\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0648\u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0633\u0644\u0627\u0645\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u0648\u062e\u0628\u0631\u0629 \u062a\u0632\u064a\u062f \u0639\u0646 15 \u0639\u0627\u0645\u0627\u064b \n \u0646\u0642\u062f\u0645 \u0644\u0643 \u0644\u062d\u0638\u0627\u062a \u0644\u0627 \u062a\u064f\u0646\u0633\u0649 \u0641\u064a \u0623\u062c\u0645\u0644 \u0628\u0642\u0627\u0639 \u0631\u064a\u0632\u0647.\n            <\/p>\n\n            <div class=\"services-grid\">\n                <!-- Rafting Card -->\n                <div class=\"service-card rafting-card\">\n                    <div class=\"service-header\">\n                        <h3 class=\"service-title\">\u0627\u0644\u062a\u062c\u062f\u064a\u0641<\/h3>\n                        <p class=\"service-description\">\n  \u062a\u062c\u0631\u0628\u0629 \u0631\u0643\u0648\u0628 \u0627\u0644\u0631\u0645\u062b \u0627\u0644\u0645\u0644\u064a\u0626\u0629 \u0628\u0627\u0644\u0623\u062f\u0631\u064a\u0646\u0627\u0644\u064a\u0646 \u0641\u064a \u0645\u064a\u0627\u0647 \u0635\u0627\u0641\u064a\u0629. \u0623\u0643\u062b\u0631 \u0623\u0634\u0643\u0627\u0644 \u0627\u0644\u0635\u0631\u0627\u0639 \u0645\u0639 \u0627\u0644\u0637\u0628\u064a\u0639\u0629 \u0625\u062b\u0627\u0631\u0629. \n                        <\/p>\n                    <\/div>\n                    \n                    <div class=\"service-footer\">\n                        <ul class=\"service-features\">\n                            <li>\u0637\u0631\u0642 \u0627\u0644\u0635\u0639\u0648\u0628\u0629 \u0645\u0646 \u0627\u0644\u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u062b\u0627\u0646\u064a \u0625\u0644\u0649 \u0627\u0644\u062b\u0627\u0644\u062b<\/li>\n                            <li>\u062a\u062f\u0631\u064a\u0628 \u0627\u062d\u062a\u0631\u0627\u0641\u064a \u0648\u0645\u0639\u062f\u0627\u062a \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629<\/li>\n                            <li>\u0645\u0646\u0627\u0633\u0628 \u0644\u062c\u0645\u064a\u0639 \u0627\u0644\u0641\u0626\u0627\u062a \u0627\u0644\u0639\u0645\u0631\u064a\u0629<\/li>\n                            <li>\u0628\u0631\u0641\u0642\u0629 \u0645\u0631\u0634\u062f \u0645\u0639\u062a\u0645\u062f<\/li>\n                            <li>\u062a\u062a\u0636\u0645\u0646 \u0625\u062d\u0627\u0637\u0629 \u0627\u0644\u0633\u0644\u0627\u0645\u0629<\/li>\n                        <\/ul>\n                        \n                        <div class=\"service-cta\">\n                             <a href=\"https:\/\/rayrafting.com\/index.php\/rafting-hizmeti\/\" class=\"btn btn-primary\">\n \ud83d\udcd6 \u0639\u0631\u0636 \u0627\u0644\u062e\u062f\u0645\u0629\n <\/a>\n                            <a href=\"https:\/\/wa.link\/khm513\" class=\"btn btn-secondary\" target=\"_blank\">\n \ud83d\udcac \u0648\u0627\u062a\u0633\u0627\u0628\n <\/a> \n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Zipline Card -->\n                <div class=\"service-card zipline-card\">\n                    <div class=\"service-header\">\n                        <h3 class=\"service-title\">\u0632\u064a\u0628\u0644\u0627\u064a\u0646<\/h3>\n                        <p class=\"service-description\">\n  \u0627\u062e\u062a\u0628\u0631 \u0627\u0644\u062d\u0631\u064a\u0629 \u0641\u064a \u0627\u0644\u0633\u0645\u0627\u0621. \u0627\u0633\u062a\u0645\u062a\u0639 \u0628\u0645\u0646\u0638\u0631 \u0639\u064a\u0646 \u0627\u0644\u0637\u0627\u0626\u0631 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0627\u0644\u062a\u062d\u0644\u064a\u0642 \u0641\u0648\u0642 \u0627\u0644\u0648\u062f\u064a\u0627\u0646. \n                        <\/p>\n                    <\/div>\n                    \n                    <div class=\"service-footer\">\n                        <ul class=\"service-features\">\n                            <li>\u062e\u064a\u0627\u0631\u0627\u062a \u0637\u0648\u0644 200 \u0645\u062a\u0631 - 800 \u0645\u062a\u0631<\/li>\n                            <li>\u062e\u0628\u0631\u0629 \u0641\u064a \u0627\u0644\u0627\u0631\u062a\u0641\u0627\u0639 50-150 \u0645\u062a\u0631\u0627\u064b<\/li>\n                            <li>\u0646\u0638\u0627\u0645 \u0623\u0645\u0627\u0646 \u0645\u0632\u062f\u0648\u062c<\/li>\n                            <li>\u0645\u0646\u0638\u0631 \u0628\u0627\u0646\u0648\u0631\u0627\u0645\u064a<\/li>\n                            <li>\u062c\u0644\u0633\u0629 \u062a\u0635\u0648\u064a\u0631 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629<\/li>\n                        <\/ul>\n                        \n                        <div class=\"service-cta\">\n                             <a href=\"https:\/\/rayrafting.com\/index.php\/zepline\/\" class=\"btn btn-primary\">\n\ud83d\udcd6 \u0639\u0631\u0636 \u0627\u0644\u062e\u062f\u0645\u0629\n <\/a>\n                            <a href=\"https:\/\/wa.link\/khm513\" class=\"btn btn-secondary\" target=\"_blank\">\n\ud83d\udcac \u0648\u0627\u062a\u0633\u0627\u0628\n <\/a> \n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Dev Sal\u0131ncak Card -->\n                <div class=\"service-card swing-card\">\n                    <div class=\"service-header\">\n                        <h3 class=\"service-title\">\u0623\u0631\u062c\u0648\u062d\u0629 \u0639\u0645\u0644\u0627\u0642\u0629<\/h3>\n                        <p class=\"service-description\">\n  \u0633\u062d\u0631 \u0644\u062d\u0638\u0629 \u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u062a\u062d\u0644\u064a\u0642. \u0627\u062e\u062a\u0628\u0631 \u0627\u0644\u0634\u0639\u0648\u0631 \u0628\u0627\u0644\u062e\u0644\u0648\u062f \u0641\u0648\u0642 \u0627\u0644\u0648\u062f\u064a\u0627\u0646 \u0645\u0639 \u0627\u0644\u0623\u0631\u062c\u0648\u062d\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0642\u0629. \n                        <\/p>\n                    <\/div>\n                    \n                    <div class=\"service-footer\">\n                        <ul class=\"service-features\">\n                            <li>\u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u0627\u0631\u062a\u0641\u0627\u0639 50-120 \u0645 \u0627\u0631\u062a\u0641\u0627\u0639 50-120 \u0645<\/li>\n                            <li>\u0625\u0645\u0643\u0627\u0646\u064a\u0629 \u0627\u0644\u062a\u062c\u0631\u0628\u0629 \u0627\u0644\u0632\u0648\u062c\u064a\u0629\/\u0627\u0644\u062c\u0645\u0627\u0639\u064a\u0629<\/li>\n                            <li>\u0630\u0643\u0631\u064a\u0627\u062a \u0627\u0644\u0631\u0648\u0645\u0627\u0646\u0633\u064a\u0629 \u0648\u0627\u0644\u0635\u062f\u0627\u0642\u0629<\/li>\n                            <li>\u062a\u0646\u0638\u064a\u0645 \u0637\u0644\u0628 \u0627\u0644\u0632\u0648\u0627\u062c<\/li>\n                            <li>\u0633\u0627\u0639\u0627\u062a \u0627\u0644\u0634\u0631\u0648\u0642\/\u0627\u0644\u063a\u0631\u0648\u0628 \u0627\u0644\u062e\u0627\u0635\u0629<\/li>\n                        <\/ul>\n                        \n                        <div class=\"service-cta\">\n                             <a href=\"https:\/\/rayrafting.com\/index.php\/dev-salincak\/\" class=\"btn btn-primary\">\n\ud83d\udcd6 \u0639\u0631\u0636 \u0627\u0644\u062e\u062f\u0645\u0629\n <\/a>\n                            <a href=\"https:\/\/wa.link\/khm513\" class=\"btn btn-secondary\" target=\"_blank\">\n\ud83d\udcac \u0648\u0627\u062a\u0633\u0627\u0628\n <\/a> \n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- ATV Safari Card -->\n                <div class=\"service-card atv-card\">\n                    <div class=\"service-header\">\n                        <h3 class=\"service-title\">\u0633\u0641\u0627\u0631\u064a ATV<\/h3>\n                        <p class=\"service-description\">\n  \u0627\u0633\u062a\u0643\u0634\u0627\u0641 \u0645\u0644\u064a\u0621 \u0628\u0627\u0644\u0623\u062f\u0631\u064a\u0646\u0627\u0644\u064a\u0646 \u0641\u064a \u0627\u0644\u0637\u0628\u064a\u0639\u0629. \u0627\u062e\u062a\u0628\u0631 \u0627\u0644\u0645\u063a\u0627\u0645\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u0637\u0631\u0642 \u0627\u0644\u0648\u0639\u0631\u0629 \u0641\u064a \u0627\u0644\u062a\u0636\u0627\u0631\u064a\u0633 \u0627\u0644\u0635\u0639\u0628\u0629. \n                        <\/p>\n                    <\/div>\n                    \n                    <div class=\"service-footer\">\n                        <ul class=\"service-features\">\n                            <li>\u0627\u0644\u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0645\u0628\u062a\u062f\u0626 \u0625\u0644\u0649 \u0627\u0644\u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0623\u0642\u0635\u0649<\/li>\n                            <li>\u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u0645\u062d\u0631\u0643 150 \u0633\u0645 \u0645\u0643\u0639\u0628 - 450 \u0633\u0645 \u0645\u0643\u0639\u0628<\/li>\n                            <li>\u0637\u0631\u0642 \u0627\u0644\u0634\u0644\u0627\u0644\u0627\u062a \u0627\u0644\u0645\u062e\u0641\u064a\u0629<\/li>\n                            <li>1-8 \u0633\u0627\u0639\u0627\u062a \u0645\u0646 1-8 \u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u062c\u0648\u0644\u0627\u062a \u0627\u0644\u0633\u064a\u0627\u062d\u064a\u0629<\/li>\n                            <li>\u0625\u0645\u0643\u0627\u0646\u064a\u0629 \u0627\u0644\u0642\u064a\u0627\u0645 \u0628\u0631\u062d\u0644\u0627\u062a \u0627\u0644\u0633\u0641\u0627\u0631\u064a \u0627\u0644\u0644\u064a\u0644\u064a\u0629<\/li>\n                        <\/ul>\n                        \n                        <div class=\"service-cta\">\n                             <a href=\"https:\/\/rayrafting.com\/index.php\/atv-safari\/\" class=\"btn btn-primary\">\n\ud83d\udcd6 \u0639\u0631\u0636 \u0627\u0644\u062e\u062f\u0645\u0629\n <\/a>\n                            <a href=\"https:\/\/wa.link\/khm513\" class=\"btn btn-secondary\" target=\"_blank\">\n\ud83d\udcac \u0648\u0627\u062a\u0633\u0627\u0628\n <\/a> \n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Yayla Turlar\u0131 Card -->\n                <div class=\"service-card yayla-card\">\n                    <div class=\"service-header\">\n                        <h3 class=\"service-title\">\u062c\u0648\u0644\u0627\u062a \u0627\u0644\u0647\u0636\u0628\u0629<\/h3>\n                        <p class=\"service-description\">\n  \u0645\u0644\u0627\u0645\u0633\u0629 \u0627\u0644\u0633\u062d\u0627\u0628 \u0627\u0633\u062a\u0645\u062a\u0639 \u0628\u0627\u0644\u0647\u0648\u0627\u0621 \u0627\u0644\u0646\u0642\u064a \u0648\u0627\u0644\u0645\u0646\u0627\u0638\u0631 \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u0629 \u0641\u064a \u0631\u062d\u0644\u0627\u062a \u0627\u0644\u0647\u0636\u0628\u0629 \u0627\u0644\u0647\u0627\u062f\u0626\u0629. \n                        <\/p>\n                    <\/div>\n                    \n                    <div class=\"service-footer\">\n                        <ul class=\"service-features\">\n                            <li>8 \u062e\u064a\u0627\u0631\u0627\u062a \u0647\u0636\u0628\u0629 \u0645\u062e\u062a\u0644\u0641\u0629<\/li>\n                            <li>\u0637\u0631\u0642 \u0622\u064a\u062f\u0631\u060c \u0628\u0648\u0643\u0648\u062a\u060c \u0647\u0648\u0633\u0631<\/li>\n                            <li>\u0625\u0645\u0643\u0627\u0646\u064a\u0629 \u0631\u062d\u0644\u0627\u062a \u0627\u0644\u0633\u0641\u0627\u0631\u064a \u0627\u0644\u0645\u0635\u0648\u0631\u0629<\/li>\n                            <li>\u062a\u062c\u0631\u0628\u0629 \u0646\u0643\u0647\u0627\u062a \u0627\u0644\u0645\u0631\u062a\u0641\u0639\u0627\u062a<\/li>\n                            <li>\u062e\u064a\u0627\u0631\u0627\u062a \u062c\u0648\u0644\u0627\u062a \u0627\u0644\u062a\u062e\u064a\u064a\u0645<\/li>\n                        <\/ul>\n                        \n                        <div class=\"service-cta\">\n                             <a href=\"https:\/\/rayrafting.com\/index.php\/yayla-turlari\/\" class=\"btn btn-primary\">\n\ud83d\udcd6 \u0639\u0631\u0636 \u0627\u0644\u062e\u062f\u0645\u0629\n <\/a>\n                            <a href=\"https:\/\/wa.link\/khm513\" class=\"btn btn-secondary\" target=\"_blank\">\n\ud83d\udcac \u0648\u0627\u062a\u0633\u0627\u0628\n <\/a> \n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Kombine Paketler Card -->\n                <div class=\"service-card combo-card\">\n                    <div class=\"service-header\">\n                        <span class=\"service-icon\">\ud83c\udfaf<\/span>\n                        <h3 class=\"service-title\">\u0627\u0644\u0628\u0627\u0642\u0627\u062a \u0627\u0644\u0645\u062c\u0645\u0639\u0629<\/h3>\n                        <p class=\"service-description\">\n  \u0623\u0643\u062b\u0631 \u0645\u0646 \u0646\u0634\u0627\u0637 \u0645\u0639\u0627\u064b. \u0628\u0627\u0642\u0627\u062a \u0645\u0645\u064a\u0632\u0629 \u0645\u0646\u0638\u0645\u0629 \u062e\u0635\u064a\u0635\u0627\u064b \u0644\u0644\u062c\u0648\u0644\u0627\u062a \u0627\u0644\u062c\u0645\u0627\u0639\u064a\u0629. \n                        <\/p>\n                    <\/div>\n                    \n                    <div class=\"service-footer\">\n                        <ul class=\"service-features\">\n                            <li>2-5 \u062a\u0631\u0643\u064a\u0628\u0627\u062a \u0623\u0646\u0634\u0637\u0629 2-5<\/li>\n                            <li>\u062e\u0635\u0648\u0645\u0627\u062a \u062e\u0627\u0635\u0629 \u0644\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a<\/li>\n                            <li>\u0628\u0627\u0642\u0627\u062a \u0639\u0627\u0626\u0644\u064a\u0629 \u0645\u062a\u0648\u0641\u0631\u0629<\/li>\n                            <li>\u062a\u0646\u0638\u064a\u0645 \u0641\u0639\u0627\u0644\u064a\u0627\u062a \u0627\u0644\u0634\u0631\u0643\u0627\u062a<\/li>\n                            <li>\u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a \u0628\u0645\u0627 \u0641\u064a \u0630\u0644\u0643 \u0627\u0644\u063a\u062f\u0627\u0621<\/li>\n                        <\/ul>\n                        \n                        <div class=\"service-cta\">\n                             <a href=\"tel:+905446680549\" class=\"btn btn-primary\">\n \ud83d\udcde \u0633\u0639\u0631 \u0627\u0644\u0628\u0627\u0642\u0629\n <\/a>\n                            <a href=\"https:\/\/wa.link\/khm513\" class=\"btn btn-secondary\" target=\"_blank\">\n\ud83d\udcac \u0639\u0631\u0636 \u062e\u0627\u0635\n <\/a> \n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- \u0130statistikler -->\n        <div class=\"stats-section\">\n            <div class=\"container\">\n                <div class=\"stats-grid\">\n                    <div class=\"stat-item\">\n                        <span class=\"stat-number\">15+<\/span>\n                        <span class=\"stat-label\">\u0633\u0646\u0648\u0627\u062a \u0645\u0646 \u0627\u0644\u062e\u0628\u0631\u0629<\/span>\n                    <\/div>\n                    \n                    <div class=\"stat-item\">\n                        <span class=\"stat-number\">25.000+<\/span>\n                        <span class=\"stat-label\">\u0639\u0645\u064a\u0644 \u0633\u0639\u064a\u062f<\/span>\n                    <\/div>\n                    \n                    <div class=\"stat-item\">\n                        <span class=\"stat-number\">5<\/span>\n                        <span class=\"stat-label\">\u0646\u0634\u0627\u0637\u0627\u062a \u0645\u062e\u062a\u0644\u0641\u0629<\/span>\n                    <\/div>\n                    \n                    <div class=\"stat-item\">\n                        <span class=\"stat-number\">365<\/span>\n                        <span class=\"stat-label\">\u062e\u062f\u0645\u0629 \u0627\u0644\u064a\u0648\u0645 \u0627\u0644\u0648\u0627\u062d\u062f<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- CTA Section -->\n        <div class=\"cta-section\">\n            <h2 class=\"cta-title\">\u062f\u0639 \u0645\u063a\u0627\u0645\u0631\u062a\u0643 \u062a\u0628\u062f\u0623!<\/h2>\n            <p class=\"cta-subtitle\">\n  \u0647\u0644 \u0623\u0646\u062a \u0645\u0633\u062a\u0639\u062f \u0644\u062a\u062c\u0631\u0628\u0629 \u0644\u062d\u0638\u0627\u062a \u0644\u0627 \u062a\u064f\u0646\u0633\u0649 \u0641\u064a \u0627\u0644\u0637\u0628\u064a\u0639\u0629 \u0627\u0644\u0641\u0631\u064a\u062f\u0629 \u0644\u0631\u064a\u0632\u0627\u061f  \n  \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0627\u0644\u0622\u0646 \u0648\u0633\u0646\u0642\u0648\u0645 \u0628\u062a\u062e\u0637\u064a\u0637 \u0628\u0631\u0646\u0627\u0645\u062c \u0646\u0634\u0627\u0637 \u062e\u0627\u0635 \u0644\u0643.\n            <\/p>\n            \n            <div class=\"cta-buttons\">\n                 <a href=\"tel:+905446680549\" class=\"cta-btn\">\n\ud83d\udcde \u0627\u062a\u0635\u0644 \u0627\u0644\u0622\u0646\n <\/a>\n                <a href=\"https:\/\/wa.link\/khm513\" class=\"cta-btn\" target=\"_blank\">\n\ud83d\udcac \u062f\u0639\u0645 \u0648\u0627\u062a\u0633\u0627\u0628\n <\/a> \n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Scroll progress indicator\n        window.addEventListener('scroll', function() {\n            const winScroll = document.body.scrollTop || document.documentElement.scrollTop;\n            const height = document.documentElement.scrollHeight - document.documentElement.clientHeight;\n            const scrolled = (winScroll \/ height) * 100;\n            document.getElementById('scrollProgress').style.width = scrolled + '%';\n        });\n\n        \/\/ Smooth scroll for anchor links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({\n                        behavior: 'smooth',\n                        block: 'start'\n                    });\n                }\n            });\n        });\n\n        \/\/ Add scroll animations\n        const observerOptions = {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        };\n\n        const observer = new IntersectionObserver(function(entries) {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.style.opacity = '1';\n                    entry.target.style.transform = 'translateY(0)';\n                }\n            });\n        }, observerOptions);\n\n        document.querySelectorAll('.service-card, .stat-item').forEach(el => {\n            el.style.opacity = '0';\n            el.style.transform = 'translateY(20px)';\n            el.style.transition = 'all 0.6s ease';\n            observer.observe(el);\n        });\n\n        \/\/ Staggered animation for service cards\n        document.querySelectorAll('.service-card').forEach((card, index) => {\n            card.style.transitionDelay = `${index * 0.1}s`;\n        });\n    <\/script>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u062e\u062f\u0645\u0627\u062a\u0646\u0627 &#8211; \u0631\u0627\u064a \u0631\u0627\u0641\u062a\u064a\u0646\u062c \u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u0645\u063a\u0627\u0645\u0631\u0629 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0625\u0631\u0634\u0627\u062f\u0627\u062a\u0646\u0627 \u0627\u0644\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0648\u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0633\u0644\u0627\u0645\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u0648\u062e\u0628\u0631\u0629 \u062a\u0632\u064a\u062f \u0639\u0646 15 \u0639\u0627\u0645\u0627\u064b \u0646\u0642\u062f\u0645 \u0644\u0643 \u0644\u062d\u0638\u0627\u062a \u0644\u0627 \u062a\u064f\u0646\u0633\u0649 \u0641\u064a \u0623\u062c\u0645\u0644 \u0628\u0642\u0627\u0639 \u0631\u064a\u0632\u0647. \u0627\u0644\u062a\u062c\u062f\u064a\u0641 \u062a\u062c\u0631\u0628\u0629 \u0631\u0643\u0648\u0628 \u0627\u0644\u0631\u0645\u062b \u0627\u0644\u0645\u0644\u064a\u0626\u0629 \u0628\u0627\u0644\u0623\u062f\u0631\u064a\u0646\u0627\u0644\u064a\u0646 \u0641\u064a \u0645\u064a\u0627\u0647 \u0635\u0627\u0641\u064a\u0629. \u0623\u0643\u062b\u0631 \u0623\u0634\u0643\u0627\u0644 \u0627\u0644\u0635\u0631\u0627\u0639 \u0645\u0639 \u0627\u0644\u0637\u0628\u064a\u0639\u0629 \u0625\u062b\u0627\u0631\u0629. \u0637\u0631\u0642 \u0627\u0644\u0635\u0639\u0648\u0628\u0629 \u0645\u0646 \u0627\u0644\u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u062b\u0627\u0646\u064a \u0625\u0644\u0649 \u0627\u0644\u062b\u0627\u0644\u062b \u062a\u062f\u0631\u064a\u0628 \u0627\u062d\u062a\u0631\u0627\u0641\u064a \u0648\u0645\u0639\u062f\u0627\u062a \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0645\u0646\u0627\u0633\u0628 \u0644\u062c\u0645\u064a\u0639 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/page-builder-content.php","meta":{"footnotes":""},"class_list":["post-669","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.4 (Yoast SEO v25.4) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u062e\u062f\u0645\u0627\u062a\u0646\u0627 - Ray Rafting<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rayrafting.com\/ar\/\u062e\u062f\u0645\u0627\u062a\u0646\u0627\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u062e\u062f\u0645\u0627\u062a\u0646\u0627\" \/>\n<meta property=\"og:description\" content=\"\u062e\u062f\u0645\u0627\u062a\u0646\u0627 &#8211; \u0631\u0627\u064a \u0631\u0627\u0641\u062a\u064a\u0646\u062c \u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u0645\u063a\u0627\u0645\u0631\u0629 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0625\u0631\u0634\u0627\u062f\u0627\u062a\u0646\u0627 \u0627\u0644\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0648\u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0633\u0644\u0627\u0645\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u0648\u062e\u0628\u0631\u0629 \u062a\u0632\u064a\u062f \u0639\u0646 15 \u0639\u0627\u0645\u0627\u064b \u0646\u0642\u062f\u0645 \u0644\u0643 \u0644\u062d\u0638\u0627\u062a \u0644\u0627 \u062a\u064f\u0646\u0633\u0649 \u0641\u064a \u0623\u062c\u0645\u0644 \u0628\u0642\u0627\u0639 \u0631\u064a\u0632\u0647. \u0627\u0644\u062a\u062c\u062f\u064a\u0641 \u062a\u062c\u0631\u0628\u0629 \u0631\u0643\u0648\u0628 \u0627\u0644\u0631\u0645\u062b \u0627\u0644\u0645\u0644\u064a\u0626\u0629 \u0628\u0627\u0644\u0623\u062f\u0631\u064a\u0646\u0627\u0644\u064a\u0646 \u0641\u064a \u0645\u064a\u0627\u0647 \u0635\u0627\u0641\u064a\u0629. \u0623\u0643\u062b\u0631 \u0623\u0634\u0643\u0627\u0644 \u0627\u0644\u0635\u0631\u0627\u0639 \u0645\u0639 \u0627\u0644\u0637\u0628\u064a\u0639\u0629 \u0625\u062b\u0627\u0631\u0629. \u0637\u0631\u0642 \u0627\u0644\u0635\u0639\u0648\u0628\u0629 \u0645\u0646 \u0627\u0644\u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u062b\u0627\u0646\u064a \u0625\u0644\u0649 \u0627\u0644\u062b\u0627\u0644\u062b \u062a\u062f\u0631\u064a\u0628 \u0627\u062d\u062a\u0631\u0627\u0641\u064a \u0648\u0645\u0639\u062f\u0627\u062a \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0645\u0646\u0627\u0633\u0628 \u0644\u062c\u0645\u064a\u0639 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rayrafting.com\/ar\/\u062e\u062f\u0645\u0627\u062a\u0646\u0627\/\" \/>\n<meta property=\"og:site_name\" content=\"Ray Rafting\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-07T09:04:18+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/rayrafting.com\/ar\/%d8%ae%d8%af%d9%85%d8%a7%d8%aa%d9%86%d8%a7\/\",\"url\":\"https:\/\/rayrafting.com\/ar\/%d8%ae%d8%af%d9%85%d8%a7%d8%aa%d9%86%d8%a7\/\",\"name\":\"\u062e\u062f\u0645\u0627\u062a\u0646\u0627 - Ray Rafting\",\"isPartOf\":{\"@id\":\"http:\/\/rayrafting.com\/#website\"},\"datePublished\":\"2020-10-14T06:28:28+00:00\",\"dateModified\":\"2025-07-07T09:04:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/rayrafting.com\/ar\/%d8%ae%d8%af%d9%85%d8%a7%d8%aa%d9%86%d8%a7\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/rayrafting.com\/ar\/%d8%ae%d8%af%d9%85%d8%a7%d8%aa%d9%86%d8%a7\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/rayrafting.com\/ar\/%d8%ae%d8%af%d9%85%d8%a7%d8%aa%d9%86%d8%a7\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Anasayfa\",\"item\":\"http:\/\/rayrafting.com\/ar\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u062e\u062f\u0645\u0627\u062a\u0646\u0627\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/rayrafting.com\/#website\",\"url\":\"http:\/\/rayrafting.com\/\",\"name\":\"Ray Rafting\",\"description\":\"\",\"publisher\":{\"@id\":\"http:\/\/rayrafting.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/rayrafting.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/rayrafting.com\/#organization\",\"name\":\"Ray Rafting\",\"url\":\"http:\/\/rayrafting.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"http:\/\/rayrafting.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/rayrafting.com\/wp-content\/uploads\/2025\/06\/ray_rafting_logo-5.svg\",\"contentUrl\":\"https:\/\/rayrafting.com\/wp-content\/uploads\/2025\/06\/ray_rafting_logo-5.svg\",\"width\":153,\"height\":40,\"caption\":\"Ray Rafting\"},\"image\":{\"@id\":\"http:\/\/rayrafting.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u062e\u062f\u0645\u0627\u062a\u0646\u0627 - Ray Rafting","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/rayrafting.com\/ar\/\u062e\u062f\u0645\u0627\u062a\u0646\u0627\/","og_locale":"ar_AR","og_type":"article","og_title":"\u062e\u062f\u0645\u0627\u062a\u0646\u0627","og_description":"\u062e\u062f\u0645\u0627\u062a\u0646\u0627 &#8211; \u0631\u0627\u064a \u0631\u0627\u0641\u062a\u064a\u0646\u062c \u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u0645\u063a\u0627\u0645\u0631\u0629 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0625\u0631\u0634\u0627\u062f\u0627\u062a\u0646\u0627 \u0627\u0644\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0648\u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0633\u0644\u0627\u0645\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u0648\u062e\u0628\u0631\u0629 \u062a\u0632\u064a\u062f \u0639\u0646 15 \u0639\u0627\u0645\u0627\u064b \u0646\u0642\u062f\u0645 \u0644\u0643 \u0644\u062d\u0638\u0627\u062a \u0644\u0627 \u062a\u064f\u0646\u0633\u0649 \u0641\u064a \u0623\u062c\u0645\u0644 \u0628\u0642\u0627\u0639 \u0631\u064a\u0632\u0647. \u0627\u0644\u062a\u062c\u062f\u064a\u0641 \u062a\u062c\u0631\u0628\u0629 \u0631\u0643\u0648\u0628 \u0627\u0644\u0631\u0645\u062b \u0627\u0644\u0645\u0644\u064a\u0626\u0629 \u0628\u0627\u0644\u0623\u062f\u0631\u064a\u0646\u0627\u0644\u064a\u0646 \u0641\u064a \u0645\u064a\u0627\u0647 \u0635\u0627\u0641\u064a\u0629. \u0623\u0643\u062b\u0631 \u0623\u0634\u0643\u0627\u0644 \u0627\u0644\u0635\u0631\u0627\u0639 \u0645\u0639 \u0627\u0644\u0637\u0628\u064a\u0639\u0629 \u0625\u062b\u0627\u0631\u0629. \u0637\u0631\u0642 \u0627\u0644\u0635\u0639\u0648\u0628\u0629 \u0645\u0646 \u0627\u0644\u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u062b\u0627\u0646\u064a \u0625\u0644\u0649 \u0627\u0644\u062b\u0627\u0644\u062b \u062a\u062f\u0631\u064a\u0628 \u0627\u062d\u062a\u0631\u0627\u0641\u064a \u0648\u0645\u0639\u062f\u0627\u062a \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0645\u0646\u0627\u0633\u0628 \u0644\u062c\u0645\u064a\u0639 [&hellip;]","og_url":"https:\/\/rayrafting.com\/ar\/\u062e\u062f\u0645\u0627\u062a\u0646\u0627\/","og_site_name":"Ray Rafting","article_modified_time":"2025-07-07T09:04:18+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rayrafting.com\/ar\/%d8%ae%d8%af%d9%85%d8%a7%d8%aa%d9%86%d8%a7\/","url":"https:\/\/rayrafting.com\/ar\/%d8%ae%d8%af%d9%85%d8%a7%d8%aa%d9%86%d8%a7\/","name":"\u062e\u062f\u0645\u0627\u062a\u0646\u0627 - Ray Rafting","isPartOf":{"@id":"http:\/\/rayrafting.com\/#website"},"datePublished":"2020-10-14T06:28:28+00:00","dateModified":"2025-07-07T09:04:18+00:00","breadcrumb":{"@id":"https:\/\/rayrafting.com\/ar\/%d8%ae%d8%af%d9%85%d8%a7%d8%aa%d9%86%d8%a7\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rayrafting.com\/ar\/%d8%ae%d8%af%d9%85%d8%a7%d8%aa%d9%86%d8%a7\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rayrafting.com\/ar\/%d8%ae%d8%af%d9%85%d8%a7%d8%aa%d9%86%d8%a7\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Anasayfa","item":"http:\/\/rayrafting.com\/ar\/"},{"@type":"ListItem","position":2,"name":"\u062e\u062f\u0645\u0627\u062a\u0646\u0627"}]},{"@type":"WebSite","@id":"http:\/\/rayrafting.com\/#website","url":"http:\/\/rayrafting.com\/","name":"Ray Rafting","description":"","publisher":{"@id":"http:\/\/rayrafting.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/rayrafting.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":"Organization","@id":"http:\/\/rayrafting.com\/#organization","name":"Ray Rafting","url":"http:\/\/rayrafting.com\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"http:\/\/rayrafting.com\/#\/schema\/logo\/image\/","url":"https:\/\/rayrafting.com\/wp-content\/uploads\/2025\/06\/ray_rafting_logo-5.svg","contentUrl":"https:\/\/rayrafting.com\/wp-content\/uploads\/2025\/06\/ray_rafting_logo-5.svg","width":153,"height":40,"caption":"Ray Rafting"},"image":{"@id":"http:\/\/rayrafting.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/rayrafting.com\/ar\/wp-json\/wp\/v2\/pages\/669","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rayrafting.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rayrafting.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rayrafting.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rayrafting.com\/ar\/wp-json\/wp\/v2\/comments?post=669"}],"version-history":[{"count":0,"href":"https:\/\/rayrafting.com\/ar\/wp-json\/wp\/v2\/pages\/669\/revisions"}],"wp:attachment":[{"href":"https:\/\/rayrafting.com\/ar\/wp-json\/wp\/v2\/media?parent=669"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}