{"id":463,"date":"2025-05-06T22:27:04","date_gmt":"2025-05-06T22:27:04","guid":{"rendered":"https:\/\/imeo-eg.net\/?page_id=463"},"modified":"2025-05-14T11:43:11","modified_gmt":"2025-05-14T11:43:11","slug":"details-of-projects","status":"publish","type":"page","link":"https:\/\/imeo-eg.net\/?page_id=463","title":{"rendered":"GALLARY"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"utf-8\">\n    <title>WaterLand &#8211; Projects Gallery<\/title>\n    <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n    <meta content=\"\" name=\"keywords\">\n    <meta content=\"\" name=\"description\">\n\n    <!-- Google Web Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&#038;family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&#038;display=swap\" rel=\"stylesheet\"> \n\n    <!-- Icon Font Stylesheet -->\n    <link rel=\"stylesheet\" href=\"https:\/\/use.fontawesome.com\/releases\/v5.15.4\/css\/all.css\"\/>\n    <link href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap-icons@1.4.1\/font\/bootstrap-icons.css\" rel=\"stylesheet\">\n\n    <!-- Libraries Stylesheet -->\n    <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/animate.css\/4.1.1\/animate.min.css\" rel=\"stylesheet\">\n    <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/lightbox2\/2.11.3\/css\/lightbox.min.css\" rel=\"stylesheet\">\n    <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/OwlCarousel2\/2.3.4\/assets\/owl.carousel.min.css\" rel=\"stylesheet\">\n    <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/OwlCarousel2\/2.3.4\/assets\/owl.theme.default.min.css\" rel=\"stylesheet\">\n    <!-- AOS Animation Library -->\n    <link href=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.css\" rel=\"stylesheet\">\n\n    <!-- Bootstrap CSS -->\n    <link href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.0.2\/dist\/css\/bootstrap.min.css\" rel=\"stylesheet\">\n\n    <style>\n        :root {\n            --primary-color: #06BBCC;\n            --secondary-color: #f8f9fa;\n            --dark-color: #343a40;\n        }\n        \n        body {\n            font-family: 'Open Sans', sans-serif;\n            scroll-behavior: smooth;\n        }\n        \n        h1, h2, h3, h4 {\n            font-family: 'Montserrat', sans-serif;\n        }\n        \n        .bg-breadcrumb {\n            position: relative;\n            overflow: hidden;\n            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-07-at-8.51.55-PM-1-scaled.jpeg);\n            background-position: center center;\n            background-repeat: no-repeat;\n            background-size: cover;\n            padding: 60px 0 60px 0;\n            transition: 0.5s;\n        }\n\n        .bg-breadcrumb .breadcrumb {\n            position: relative;\n        }\n\n        .bg-breadcrumb .breadcrumb .breadcrumb-item a {\n            color: var(--bs-white);\n        }\n\n        #spinner {\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity .5s ease-out, visibility 0s linear .5s;\n            z-index: 99999;\n        }\n\n        #spinner.show {\n            transition: opacity .5s ease-out, visibility 0s linear 0s;\n            visibility: visible;\n            opacity: 1;\n        }\n        \n        \/* Project Section Styling *\/\n        \/* Project Section - Matching Gallery Style *\/\n.project-section {\n    padding: 80px 0;\n    background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);\n}\n\n.project-section:nth-child(odd) {\n    background-color: white;\n}\n\n.project-header {\n    margin-bottom: 50px;\n    text-align: center;\n}\n\n.project-header h2 {\n    font-size: 2.5rem;\n    color: var(--primary-color, #06bbcc);\n    margin-bottom: 20px;\n    position: relative;\n    display: inline-block;\n}\n\n.project-header h2::after {\n    content: '';\n    position: absolute;\n    width: 50%;\n    height: 3px;\n    background: var(--primary-color, #06bbcc);\n    bottom: -10px;\n    left: 25%;\n}\n\n\/* Gallery Cards - Identical to Previous Gallery *\/\n.gallery-card {\n    position: relative;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);\n    height: 100%;\n}\n\n.gallery-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);\n}\n\n.gallery-img {\n    width: 100%;\n    height: 250px;\n    object-fit: cover;\n    transition: transform 0.8s ease;\n}\n\n.gallery-card:hover .gallery-img {\n    transform: scale(1.05);\n}\n\n.gallery-overlay {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.2));\n    opacity: 0;\n    transition: opacity 0.3s ease;\n}\n\n.gallery-card:hover .gallery-overlay {\n    opacity: 1;\n}\n\n.gallery-caption {\n    position: absolute;\n    bottom: -50px;\n    left: 0;\n    width: 100%;\n    padding: 20px;\n    color: white;\n    transition: bottom 0.3s ease;\n    z-index: 2;\n}\n\n.gallery-card:hover .gallery-caption {\n    bottom: 0;\n}\n\n\/* Navigation Tabs *\/\n.project-nav {\n    position: sticky;\n    top: 0;\n    z-index: 1000;\n    background: white;\n    box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n}\n\n.project-nav .nav-link {\n    color: var(--dark-color, #212529);\n    font-weight: 600;\n    padding: 15px 20px;\n    transition: all 0.3s;\n}\n\n.project-nav .nav-link:hover,\n.project-nav .nav-link.active {\n    color: var(--primary-color, #06bbcc);\n    background: rgba(6, 187, 204, 0.1);\n}\n\n\/* Back to top button *\/\n.back-to-top {\n    position: fixed;\n    bottom: 30px;\n    right: 30px;\n    width: 50px;\n    height: 50px;\n    border-radius: 50%;\n    background: var(--primary-color, #06bbcc);\n    color: white;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 20px;\n    z-index: 99;\n    opacity: 0;\n    transition: all 0.3s;\n}\n\n\n.back-to-top:hover {\n    background: var(--dark-color, #212529);\n    transform: translateY(-3px);\n}\n\n\/* Responsive adjustments *\/\n@media (max-width: 991.98px) {\n    .gallery-img {\n        height: 200px;\n    }\n}\n\n@media (max-width: 767.98px) {\n    .gallery-img {\n        height: 180px;\n    }\n}\n\n@media (max-width: 575.98px) {\n    .gallery-img {\n        height: 150px;\n    }\n}\n    <\/style>\n<\/head>\n\n<body>\n    <!-- Spinner Start -->\n    <div id=\"spinner\" class=\"show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center\">\n        <div class=\"spinner-border text-primary\" style=\"width: 3rem; height: 3rem;\" role=\"status\">\n            <span class=\"sr-only\">Loading&#8230;<\/span>\n        <\/div>\n    <\/div>\n    <!-- Spinner End -->\n\n    <!-- Header Start -->\n    <div class=\"container-fluid bg-breadcrumb\">\n        <div class=\"container text-center py-5\" style=\"max-width: 900px;\">\n            <h4 class=\"text-white display-4 mb-4\" data-aos=\"fade-down\" data-aos-delay=\"100\">Our Projects Gallery<\/h4>\n            <ol class=\"breadcrumb d-flex justify-content-center mb-0\" data-aos=\"fade-down\" data-aos-delay=\"300\">\n                <li class=\"breadcrumb-item\"><a href=\"https:\/\/imeo-eg.net\/\">Home<\/a><\/li>\n                <li class=\"breadcrumb-item\"><a href=\"https:\/\/imeo-eg.net\/?page_id=373\">Projects<\/a><\/li>\n                <li class=\"breadcrumb-item active text-primary\">Gallery<\/li>\n            <\/ol>    \n        <\/div>\n    <\/div>\n    <!-- Header End -->\n    \n  \n\n\n\n<!-- Gallery Section -->\n<section id=\"gallery\" class=\"gallery-section py-5 position-relative\">\n    <div class=\"container position-relative z-index-1\">\n      \n        <!-- Gallery Grid -->\n        <div class=\"row g-3 gallery-grid\">\n            <!-- Egypt Images -->\n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 0.1s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-07-at-8.51.55-PM-scaled.jpeg\" data-lightbox=\"gallery\" data-title=\"Pyramids of Giza\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-07-at-8.51.55-PM-scaled.jpeg\" alt=\"Pyramids of Giza\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">Egypt<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 0.2s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-06-at-6.38.45-PM-2-1.jpeg\" data-lightbox=\"gallery\" data-title=\"Nile Cruise\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-06-at-6.38.45-PM-2-1.jpeg\" alt=\"Nile Cruise\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">Egypt<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 0.3s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-06-at-6.38.44-PM-2.jpeg\" data-lightbox=\"gallery\" data-title=\"Red Sea Diving\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-06-at-6.38.44-PM-2.jpeg\" alt=\"Red Sea Diving\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">????? ??????<\/span>\n                            <div class=\"gallery-location\">Egypt<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 0.4s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-08-at-9.10.41-PM-scaled.jpeg\" data-lightbox=\"gallery\" data-title=\"Red Sea Diving\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-08-at-9.10.41-PM-scaled.jpeg\" alt=\"Red Sea Diving\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">????? ??????<\/span>\n                            <div class=\"gallery-location\">Egypt<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <!-- Saudi Images -->\n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 0.5s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-08-at-9.11.05-PM.jpeg\" data-lightbox=\"gallery\" data-title=\"AlUla Heritage\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-08-at-9.11.05-PM.jpeg\" alt=\"AlUla Heritage\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">Saudi<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 0.6s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-08-at-9.11.00-PM.jpeg\" data-lightbox=\"gallery\" data-title=\"Makkah Pilgrimage\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-08-at-9.11.00-PM.jpeg\" alt=\"Makkah Pilgrimage\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">EGYPT<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 0.7s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-08-at-9.10.11-PM-scaled.jpeg\" data-lightbox=\"gallery\" data-title=\"Riyadh Skyline\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-08-at-9.10.11-PM-scaled.jpeg\" alt=\"Riyadh Skyline\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">Saudi<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 0.8s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-08-at-9.10.16-PM-scaled.jpeg\" data-lightbox=\"gallery\" data-title=\"Dammam Corniche\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-08-at-9.10.16-PM-scaled.jpeg\" alt=\"Dammam Corniche\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">EGYPT<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <!-- Additional Images -->\n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 0.9s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-08-at-9.10.23-PM-scaled.jpeg\" data-lightbox=\"gallery\" data-title=\"Luxor Temple\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-08-at-9.10.23-PM-scaled.jpeg\" alt=\"Luxor Temple\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">Egypt<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 1.0s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-08-at-9.10.34-PM-scaled.jpeg\" data-lightbox=\"gallery\" data-title=\"Sharm El Sheikh\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-08-at-9.10.34-PM-scaled.jpeg\" alt=\"Sharm El Sheikh\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">Egypt<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 1.1s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-08-at-9.10.58-PM-scaled.jpeg\" data-lightbox=\"gallery\" data-title=\"Jeddah Fountain\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-08-at-9.10.58-PM-scaled.jpeg\" alt=\"Jeddah Fountain\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">EGYPT<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 1.2s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-08-at-9.11.01-PM-1.jpeg\" data-lightbox=\"gallery\" data-title=\"Abha Mountains\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-08-at-9.11.01-PM-1.jpeg\" alt=\"Abha Mountains\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">EGYPT<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 1.3s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.13-PM-2-scaled.jpeg\" data-lightbox=\"gallery\" data-title=\"Abha Mountains\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.13-PM-2-scaled.jpeg\" alt=\"Abha Mountains\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">EGYPT<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 1.4s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.13-PM-scaled.jpeg\" data-lightbox=\"gallery\" data-title=\"Abha Mountains\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.13-PM-scaled.jpeg\" alt=\"Abha Mountains\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">EGYPT<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 1.5s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.12-PM-5-scaled.jpeg\" data-lightbox=\"gallery\" data-title=\"Abha Mountains\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.12-PM-5-scaled.jpeg\" alt=\"Abha Mountains\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">EGYPT<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 1.6s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.12-PM-4.jpeg\" data-lightbox=\"gallery\" data-title=\"Abha Mountains\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.12-PM-4.jpeg\" alt=\"Abha Mountains\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">EGYPT<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 1.7s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.12-PM-3-scaled.jpeg\" data-lightbox=\"gallery\" data-title=\"Abha Mountains\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.12-PM-3-scaled.jpeg\" alt=\"Abha Mountains\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">EGYPT<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 1.8s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.12-PM.jpeg\" data-lightbox=\"gallery\" data-title=\"Abha Mountains\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.12-PM.jpeg\" alt=\"Abha Mountains\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">EGYPT<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 1.9s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.11-PM-4.jpeg\" data-lightbox=\"gallery\" data-title=\"Abha Mountains\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.11-PM-4.jpeg\" alt=\"Abha Mountains\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">EGYPT<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 2.0s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.11-PM-3.jpeg\" data-lightbox=\"gallery\" data-title=\"Abha Mountains\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.11-PM-3.jpeg\" alt=\"Abha Mountains\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">EGYPT<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 2.1s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.11-PM-2.jpeg\" data-lightbox=\"gallery\" data-title=\"Abha Mountains\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.11-PM-2.jpeg\" alt=\"Abha Mountains\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">EGYPT<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 2.2s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.11-PM-1.jpeg\" data-lightbox=\"gallery\" data-title=\"Abha Mountains\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.11-PM-1.jpeg\" alt=\"Abha Mountains\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">EGYPT<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 2.3s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.11-PM.jpeg\" data-lightbox=\"gallery\" data-title=\"Abha Mountains\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.11-PM.jpeg\" alt=\"Abha Mountains\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">EGYPT<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 2.4s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.10-PM.jpeg\" data-lightbox=\"gallery\" data-title=\"Abha Mountains\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.26.10-PM.jpeg\" alt=\"Abha Mountains\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">EGYPT<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 2.5s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.24.59-PM.jpeg\" data-lightbox=\"gallery\" data-title=\"Abha Mountains\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.24.59-PM.jpeg\" alt=\"Abha Mountains\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">EGYPT<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 2.6s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.23.58-PM-scaled.jpeg\" data-lightbox=\"gallery\" data-title=\"Abha Mountains\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-9.23.58-PM-scaled.jpeg\" alt=\"Abha Mountains\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">EGYPT<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 2.5s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-10.30.24-PM-4.jpeg\" data-lightbox=\"gallery\" data-title=\"Abha Mountains\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-10.30.24-PM-4.jpeg\" alt=\"Abha Mountains\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">EGYPT<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 2.5s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-10.30.23-PM-3.jpeg\" data-lightbox=\"gallery\" data-title=\"Abha Mountains\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-10.30.23-PM-3.jpeg\" alt=\"Abha Mountains\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">EGYPT<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"col-md-3 col-6 gallery-item animate__animated animate__fadeIn\" style=\"animation-delay: 2.5s\">\n                <div class=\"gallery-card h-100\">\n                    <a href=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-10.30.23-PM-2.jpeg\" data-lightbox=\"gallery\" data-title=\"Abha Mountains\">\n                        <img decoding=\"async\" src=\"http:\/\/imeo-eg.net\/wp-content\/uploads\/WhatsApp-Image-2025-05-10-at-10.30.23-PM-2.jpeg\" alt=\"Abha Mountains\" class=\"img-fluid gallery-img\">\n                        <div class=\"gallery-overlay\"><\/div>\n                        <div class=\"gallery-caption\">\n                            <span class=\"en\">IMEO<\/span>\n                            <span class=\"ar\" style=\"display:none\">IMEO<\/span>\n                            <div class=\"gallery-location\">EGYPT<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n\n            \n\n      \n\n\n<\/section>     \n        \n       \n    <!-- Loading Spinner -->\n    <div class=\"loading-spinner\" style=\"display:none;\">\n        <div class=\"spinner-border text-primary\" role=\"status\">\n            <span class=\"visually-hidden\">Loading&#8230;<\/span>\n        <\/div>\n    <\/div>\n<\/section>\n<!--Gallary End-->\n<!-- Back to top button -->\n<div class=\"back-to-top\">\n    <i class=\"fas fa-arrow-up\"><\/i>\n<\/div>\n\n    <!-- JavaScript Libraries -->\n    <script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.0.2\/dist\/js\/bootstrap.bundle.min.js\"><\/script>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery-easing\/1.4.1\/jquery.easing.min.js\"><\/script>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/waypoints\/4.0.1\/jquery.waypoints.min.js\"><\/script>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/Counter-Up\/1.0.0\/jquery.counterup.min.js\"><\/script>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/lightbox2\/2.11.3\/js\/lightbox.min.js\"><\/script>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/OwlCarousel2\/2.3.4\/owl.carousel.min.js\"><\/script>\n    <!-- AOS Animation JS -->\n    <script src=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.js\"><\/script>\n\n    <script>\n        $(document).ready(function() {\n            \/\/ Spinner\n            var spinner = function() {\n                setTimeout(function() {\n                    if ($('#spinner').length > 0) {\n                        $('#spinner').removeClass('show');\n                    }\n                }, 1);\n            };\n            spinner();\n            \n            \/\/ Initialize AOS Animation\n            AOS.init({\n                duration: 800,\n                easing: 'ease-in-out',\n                once: false,\n                mirror: true,\n                anchorPlacement: 'top-bottom'\n            });\n\n            \/\/ Sticky Navbar\n            $(window).scroll(function() {\n                if ($(this).scrollTop() > 100) {\n                    $('.sticky-top').addClass('shadow-sm').css('top', '0px');\n                } else {\n                    $('.sticky-top').removeClass('shadow-sm').css('top', '-100px');\n                }\n            });\n\n            \/\/ Back to top button\n            $(window).scroll(function() {\n                if ($(this).scrollTop() > 300) {\n                    $('.back-to-top').fadeIn('slow');\n                } else {\n                    $('.back-to-top').fadeOut('slow');\n                }\n            });\n            \n            $('.back-to-top').click(function() {\n                $('html, body').animate({scrollTop: 0}, 1500, 'easeInOutExpo');\n                return false;\n            });\n\n            \/\/ Initialize lightbox\n            if (typeof lightbox === 'function') {\n                lightbox.option({\n                    'resizeDuration': 200,\n                    'wrapAround': true\n                });\n            }\n\n            \/\/ Initialize Owl Carousels\n            if ($.fn.owlCarousel) {\n                \/\/ Hero Header carousel\n                $(\".header-carousel\").owlCarousel({\n                    animateOut: 'slideOutDown',\n                    items: 1,\n                    autoplay: true,\n                    smartSpeed: 500,\n                    dots: false,\n                    loop: true,\n                    nav: true,\n                    navText: [\n                        '<i class=\"bi bi-arrow-left\"><\/i>',\n                        '<i class=\"bi bi-arrow-down\"><\/i>'\n                    ],\n                });\n\n                \/\/ attractions carousel\n                $(\".attractions-carousel\").owlCarousel({\n                    autoplay: true,\n                    smartSpeed: 2000,\n                    center: false,\n                    dots: false,\n                    loop: true,\n                    margin: 25,\n                    nav: true,\n                    navText: [\n                        '<i class=\"fa fa-angle-right\"><\/i>',\n                        '<i class=\"fa fa-angle-left\"><\/i>'\n                    ],\n                    responsiveClass: true,\n                    responsive: {\n                        0: {\n                            items: 1\n                        },\n                        576: {\n                            items: 2\n                        },\n                        768: {\n                            items: 2\n                        },\n                        992: {\n                            items: 3\n                        },\n                        1200: {\n                            items: 4\n                        },\n                        1400: {\n                            items: 4\n                        }\n                    }\n                });\n\n                \/\/ testimonial carousel\n                $(\".testimonial-carousel\").owlCarousel({\n                    autoplay: true,\n                    smartSpeed: 1500,\n                    center: false,\n                    dots: true,\n                    loop: true,\n                    margin: 25,\n                    nav: true,\n                    navText: [\n                        '<i class=\"fa fa-angle-right\"><\/i>',\n                        '<i class=\"fa fa-angle-left\"><\/i>'\n                    ],\n                    responsiveClass: true,\n                    responsive: {\n                        0: {\n                            items: 1\n                        },\n                        576: {\n                            items: 1\n                        },\n                        768: {\n                            items: 1\n                        },\n                        992: {\n                            items: 1\n                        },\n                        1200: {\n                            items: 1\n                        }\n                    }\n                });\n            }\n\n            \/\/ Facts counter\n            if ($.fn.counterUp) {\n                $('[data-toggle=\"counter-up\"]').counterUp({\n                    delay: 5,\n                    time: 2000\n                });\n            }\n            \n            \/\/ Smooth scroll for project navigation\n            $('.project-nav a').click(function(e) {\n                e.preventDefault();\n                var target = $(this).attr('href');\n                $('html, body').animate({\n                    scrollTop: $(target).offset().top - 70\n                }, 800);\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>WaterLand &#8211; Projects Gallery Loading&#8230; Our Projects Gallery Home Projects Gallery IMEO IMEO Egypt IMEO IMEO Egypt IMEO ????? ?????? Egypt IMEO ????? ?????? Egypt IMEO IMEO Saudi IMEO IMEO EGYPT IMEO IMEO Saudi IMEO IMEO EGYPT IMEO IMEO Egypt IMEO IMEO Egypt IMEO IMEO EGYPT IMEO IMEO EGYPT IMEO IMEO EGYPT IMEO IMEO EGYPT [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-463","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/imeo-eg.net\/index.php?rest_route=\/wp\/v2\/pages\/463","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/imeo-eg.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/imeo-eg.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/imeo-eg.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/imeo-eg.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=463"}],"version-history":[{"count":18,"href":"https:\/\/imeo-eg.net\/index.php?rest_route=\/wp\/v2\/pages\/463\/revisions"}],"predecessor-version":[{"id":921,"href":"https:\/\/imeo-eg.net\/index.php?rest_route=\/wp\/v2\/pages\/463\/revisions\/921"}],"wp:attachment":[{"href":"https:\/\/imeo-eg.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=463"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}