{"id":23,"date":"2026-04-23T12:19:35","date_gmt":"2026-04-23T10:19:35","guid":{"rendered":"https:\/\/nomadra-morocco-tours.com\/?page_id=23"},"modified":"2026-07-11T23:02:55","modified_gmt":"2026-07-11T21:02:55","slug":"home2","status":"publish","type":"page","link":"https:\/\/nomadra-morocco-tours.com\/es\/","title":{"rendered":"home"},"content":{"rendered":"\n\n\t<p>Based in Marrakech \u00b7 Private Morocco Tours<\/p>\n<h1>\n\t\t\tDiscover the real Morocco with a local guide who was born in the desert.\t<\/h1>\n\t<p>Nomadra Morocco Tours creates private and exclusive journeys across Morocco &#8211; from imperial cities and mountain roads to camel rides, desert camps, and unforgettable local experiences.<\/p>\n\t\t\t<a href=\"#contact\"  target=\"_self\">\n\t\t\t\t\t\t\tPlan My Tour\n\t\t\t\t\t<\/a>\n\t\t\t<a href=\"#tours\"  target=\"_self\">\n\t\t\t\t\t\t\tExplore Tours\n\t\t\t\t\t<\/a>\n\t<style>\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 20px;\n  }\n  .feature-card {\n    display: flex;\n    align-items: center;\n    padding: 22px 24px;\n    border-radius: 20px;\n    border: 1px solid rgba(255,255,255,0.15);\n    background: transparent;\n    color: #ffffff;\n    font-size: 16px;\n    font-weight: 400;\n    min-height: 90px; \/* sorgt f\u00fcr gleiche H\u00f6he *\/\n    backdrop-filter: blur(6px);\n    -webkit-backdrop-filter: blur(6px);\n  }\n  \/* Responsive *\/\n  @media (max-width: 768px) {\n    .feature-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n<\/style>\n    Private and exclusive Morocco tours\n    Local licensed drivers and guides\n    Imperial cities, desert camps, coast and mountains\n    Flexible custom itineraries from all locations in Morocco\n\t<p>Why travelers choose Nomadra<\/p>\n<h2>\n\t\t\tNot just a tour. A personal way to experience Morocco.\t<\/h2>\n\t<p>We design journeys for couples, families, solo travelers, groups, students, and budget travelers who want more than a standard route. Every trip is private, flexible, and guided by local expertise.<\/p>\n\t<p>EXPERIENCE<\/p>\n<h1>\n\t\t\t15 years\t<\/h1>\n\t<p>Guided by Youssef, a Moroccan local guide raised in the desert, with years of firsthand knowledge, hospitality, and route planning across the country.<\/p>\n\t    <style>\r\n    .bb-gallery-wrap{\r\n      --gap:16px;\r\n      --thumb-radius:18px;\r\n      --lightbox-bg:rgba(0,0,0,.82);\r\n      --shadow:0 12px 35px rgba(0,0,0,.18);\r\n      position:relative;\r\n      width:100%;\r\n      overflow:hidden;\r\n      padding:10px 0;\r\n      box-sizing:border-box;\r\n    }\r\n\r\n    .bb-gallery-track{\r\n      display:flex;\r\n      align-items:center;\r\n      gap:var(--gap);\r\n      width:max-content;\r\n      animation:bbGalleryScroll 250s linear infinite;\r\n      will-change:transform;\r\n    }\r\n\r\n    .bb-gallery-wrap:hover .bb-gallery-track{\r\n      animation-play-state:paused;\r\n    }\r\n\r\n    .bb-gallery-item{\r\n      flex:0 0 auto;\r\n      width:220px;\r\n      cursor:pointer;\r\n      border-radius:var(--thumb-radius);\r\n      overflow:hidden;\r\n      box-shadow:var(--shadow);\r\n      background:#fff;\r\n      transform:translateY(0);\r\n      transition:transform .25s ease, box-shadow .25s ease;\r\n    }\r\n\r\n    .bb-gallery-item:hover{\r\n      transform:translateY(-4px);\r\n      box-shadow:0 18px 40px rgba(0,0,0,.22);\r\n    }\r\n\r\n    .bb-gallery-item img{\r\n      display:block;\r\n      width:100%;\r\n      height:150px;\r\n      object-fit:cover;\r\n    }\r\n\r\n    @keyframes bbGalleryScroll{\r\n      from{ transform:translateX(0); }\r\n      to{ transform:translateX(calc(-50% - (var(--gap) \/ 2))); }\r\n    }\r\n\r\n    .bb-lightbox{\r\n      position:fixed;\r\n      inset:0;\r\n      background:var(--lightbox-bg);\r\n      display:flex;\r\n      align-items:center;\r\n      justify-content:center;\r\n      opacity:0;\r\n      visibility:hidden;\r\n      transition:opacity .25s ease, visibility .25s ease;\r\n      z-index:99999;\r\n      padding:30px;\r\n      box-sizing:border-box;\r\n    }\r\n\r\n    .bb-lightbox.active{\r\n      opacity:1;\r\n      visibility:visible;\r\n    }\r\n\r\n    .bb-lightbox-inner{\r\n      position:relative;\r\n      max-width:min(1200px, 96vw);\r\n      max-height:90vh;\r\n      width:auto;\r\n    }\r\n\r\n    .bb-lightbox-img{\r\n      display:block;\r\n      max-width:100%;\r\n      max-height:90vh;\r\n      width:auto;\r\n      height:auto;\r\n      border-radius:20px;\r\n      box-shadow:0 20px 60px rgba(0,0,0,.35);\r\n      background:#fff;\r\n    }\r\n\r\n    .bb-lightbox-close{\r\n      position:absolute;\r\n      top:-14px;\r\n      right:-14px;\r\n      width:42px;\r\n      height:42px;\r\n      border:none;\r\n      border-radius:999px;\r\n      background:#fff;\r\n      color:#111;\r\n      font-size:24px;\r\n      line-height:42px;\r\n      text-align:center;\r\n      cursor:pointer;\r\n      box-shadow:0 10px 25px rgba(0,0,0,.25);\r\n      z-index:3;\r\n    }\r\n\r\n    .bb-lightbox-nav{\r\n      position:absolute;\r\n      top:50%;\r\n      transform:translateY(-50%);\r\n      width:52px;\r\n      height:52px;\r\n      border:none;\r\n      border-radius:999px;\r\n      background:rgba(255,255,255,.96);\r\n      color:#111;\r\n      font-size:28px;\r\n      line-height:52px;\r\n      text-align:center;\r\n      cursor:pointer;\r\n      box-shadow:0 10px 25px rgba(0,0,0,.25);\r\n      z-index:3;\r\n    }\r\n\r\n    .bb-lightbox-prev{ left:-70px; }\r\n    .bb-lightbox-next{ right:-70px; }\r\n\r\n    @media (max-width: 900px){\r\n      .bb-gallery-item{\r\n        width:180px;\r\n      }\r\n\r\n      .bb-gallery-item img{\r\n        height:125px;\r\n      }\r\n\r\n      .bb-lightbox-prev{ left:10px; }\r\n      .bb-lightbox-next{ right:10px; }\r\n    }\r\n\r\n    @media (max-width: 640px){\r\n      .bb-gallery-item{\r\n        width:150px;\r\n      }\r\n\r\n      .bb-gallery-item img{\r\n        height:105px;\r\n      }\r\n\r\n      .bb-lightbox{\r\n        padding:14px;\r\n      }\r\n\r\n      .bb-lightbox-close{\r\n        top:10px;\r\n        right:10px;\r\n      }\r\n\r\n      .bb-lightbox-nav{\r\n        width:44px;\r\n        height:44px;\r\n        line-height:44px;\r\n        font-size:24px;\r\n      }\r\n    }\r\n    <\/style>\r\n\r\n    <div class=\"bb-gallery-wrap\">\r\n      <div class=\"bb-gallery-track js-bb-gallery-track\">\r\n                    <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-1.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-1.jpg\" alt=\"nomadra-1\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-10.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-10.jpg\" alt=\"nomadra-10\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-11.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-11.jpg\" alt=\"nomadra-11\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-12.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-12.jpg\" alt=\"nomadra-12\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-13.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-13.jpg\" alt=\"nomadra-13\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-14.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-14.jpg\" alt=\"nomadra-14\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-15.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-15.jpg\" alt=\"nomadra-15\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-16.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-16.jpg\" alt=\"nomadra-16\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-17.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-17.jpg\" alt=\"nomadra-17\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-18.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-18.jpg\" alt=\"nomadra-18\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-19.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-19.jpg\" alt=\"nomadra-19\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-2.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-2.jpg\" alt=\"nomadra-2\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-20.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-20.jpg\" alt=\"nomadra-20\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-21.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-21.jpg\" alt=\"nomadra-21\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-22.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-22.jpg\" alt=\"nomadra-22\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-23.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-23.jpg\" alt=\"nomadra-23\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-24.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-24.jpg\" alt=\"nomadra-24\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-25.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-25.jpg\" alt=\"nomadra-25\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-26.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-26.jpg\" alt=\"nomadra-26\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-27.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-27.jpg\" alt=\"nomadra-27\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-28.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-28.jpg\" alt=\"nomadra-28\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-29.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-29.jpg\" alt=\"nomadra-29\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-3.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-3.jpg\" alt=\"nomadra-3\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-30.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-30.jpg\" alt=\"nomadra-30\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-31.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-31.jpg\" alt=\"nomadra-31\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-32.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-32.jpg\" alt=\"nomadra-32\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-33.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-33.jpg\" alt=\"nomadra-33\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-34.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-34.jpg\" alt=\"nomadra-34\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-35.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-35.jpg\" alt=\"nomadra-35\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-36.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-36.jpg\" alt=\"nomadra-36\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-37.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-37.jpg\" alt=\"nomadra-37\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-38.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-38.jpg\" alt=\"nomadra-38\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-39.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-39.jpg\" alt=\"nomadra-39\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-4.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-4.jpg\" alt=\"nomadra-4\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-40.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-40.jpg\" alt=\"nomadra-40\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-41.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-41.jpg\" alt=\"nomadra-41\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-42.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-42.jpg\" alt=\"nomadra-42\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-43.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-43.jpg\" alt=\"nomadra-43\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-44.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-44.jpg\" alt=\"nomadra-44\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-45.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-45.jpg\" alt=\"nomadra-45\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-46.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-46.jpg\" alt=\"nomadra-46\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-47.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-47.jpg\" alt=\"nomadra-47\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-48.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-48.jpg\" alt=\"nomadra-48\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-49.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-49.jpg\" alt=\"nomadra-49\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-5.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-5.jpg\" alt=\"nomadra-5\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-50.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-50.jpg\" alt=\"nomadra-50\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-51.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-51.jpg\" alt=\"nomadra-51\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-52.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-52.jpg\" alt=\"nomadra-52\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-53.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-53.jpg\" alt=\"nomadra-53\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-54.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-54.jpg\" alt=\"nomadra-54\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-55.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-55.jpg\" alt=\"nomadra-55\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-56.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-56.jpg\" alt=\"nomadra-56\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-57.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-57.jpg\" alt=\"nomadra-57\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-58.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-58.jpg\" alt=\"nomadra-58\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-6.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-6.jpg\" alt=\"nomadra-6\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-7.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-7.jpg\" alt=\"nomadra-7\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-8.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-8.jpg\" alt=\"nomadra-8\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-9.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-9.jpg\" alt=\"nomadra-9\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-1.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-1.jpg\" alt=\"nomadra-1\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-10.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-10.jpg\" alt=\"nomadra-10\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-11.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-11.jpg\" alt=\"nomadra-11\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-12.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-12.jpg\" alt=\"nomadra-12\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-13.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-13.jpg\" alt=\"nomadra-13\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-14.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-14.jpg\" alt=\"nomadra-14\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-15.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-15.jpg\" alt=\"nomadra-15\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-16.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-16.jpg\" alt=\"nomadra-16\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-17.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-17.jpg\" alt=\"nomadra-17\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-18.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-18.jpg\" alt=\"nomadra-18\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-19.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-19.jpg\" alt=\"nomadra-19\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-2.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-2.jpg\" alt=\"nomadra-2\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-20.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-20.jpg\" alt=\"nomadra-20\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-21.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-21.jpg\" alt=\"nomadra-21\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-22.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-22.jpg\" alt=\"nomadra-22\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-23.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-23.jpg\" alt=\"nomadra-23\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-24.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-24.jpg\" alt=\"nomadra-24\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-25.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-25.jpg\" alt=\"nomadra-25\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-26.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-26.jpg\" alt=\"nomadra-26\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-27.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-27.jpg\" alt=\"nomadra-27\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-28.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-28.jpg\" alt=\"nomadra-28\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-29.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-29.jpg\" alt=\"nomadra-29\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-3.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-3.jpg\" alt=\"nomadra-3\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-30.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-30.jpg\" alt=\"nomadra-30\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-31.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-31.jpg\" alt=\"nomadra-31\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-32.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-32.jpg\" alt=\"nomadra-32\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-33.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-33.jpg\" alt=\"nomadra-33\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-34.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-34.jpg\" alt=\"nomadra-34\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-35.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-35.jpg\" alt=\"nomadra-35\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-36.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-36.jpg\" alt=\"nomadra-36\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-37.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-37.jpg\" alt=\"nomadra-37\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-38.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-38.jpg\" alt=\"nomadra-38\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-39.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-39.jpg\" alt=\"nomadra-39\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-4.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-4.jpg\" alt=\"nomadra-4\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-40.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-40.jpg\" alt=\"nomadra-40\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-41.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-41.jpg\" alt=\"nomadra-41\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-42.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-42.jpg\" alt=\"nomadra-42\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-43.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-43.jpg\" alt=\"nomadra-43\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-44.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-44.jpg\" alt=\"nomadra-44\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-45.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-45.jpg\" alt=\"nomadra-45\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-46.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-46.jpg\" alt=\"nomadra-46\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-47.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-47.jpg\" alt=\"nomadra-47\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-48.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-48.jpg\" alt=\"nomadra-48\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-49.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-49.jpg\" alt=\"nomadra-49\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-5.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-5.jpg\" alt=\"nomadra-5\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-50.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-50.jpg\" alt=\"nomadra-50\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-51.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-51.jpg\" alt=\"nomadra-51\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-52.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-52.jpg\" alt=\"nomadra-52\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-53.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-53.jpg\" alt=\"nomadra-53\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-54.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-54.jpg\" alt=\"nomadra-54\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-55.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-55.jpg\" alt=\"nomadra-55\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-56.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-56.jpg\" alt=\"nomadra-56\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-57.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-57.jpg\" alt=\"nomadra-57\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-58.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-58.jpg\" alt=\"nomadra-58\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-6.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-6.jpg\" alt=\"nomadra-6\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-7.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-7.jpg\" alt=\"nomadra-7\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-8.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-8.jpg\" alt=\"nomadra-8\">\r\n            <\/div>\r\n                        <div class=\"bb-gallery-item\" data-full=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/full\/nomadra-9.jpg\">\r\n              <img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/morocco-gallery\/thumbs\/nomadra-9.jpg\" alt=\"nomadra-9\">\r\n            <\/div>\r\n                  <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"bb-lightbox\" id=\"bbLightbox\">\r\n      <div class=\"bb-lightbox-inner\">\r\n        <button class=\"bb-lightbox-close\" id=\"bbLightboxClose\" aria-label=\"Schlie\u00dfen\">\u00d7<\/button>\r\n        <button class=\"bb-lightbox-nav bb-lightbox-prev\" id=\"bbPrev\" aria-label=\"Vorheriges Bild\">\u2039<\/button>\r\n        <img decoding=\"async\" class=\"bb-lightbox-img\" id=\"bbLightboxImg\" src=\"\" alt=\"\">\r\n        <button class=\"bb-lightbox-nav bb-lightbox-next\" id=\"bbNext\" aria-label=\"N\u00e4chstes Bild\">\u203a<\/button>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    (function(){\r\n      const allItems = Array.from(document.querySelectorAll('.bb-gallery-item'));\r\n      const uniqueCount = allItems.length \/ 2;\r\n      const uniqueItems = allItems.slice(0, uniqueCount);\r\n\r\n      const lightbox = document.getElementById('bbLightbox');\r\n      const lightboxImg = document.getElementById('bbLightboxImg');\r\n      const closeBtn = document.getElementById('bbLightboxClose');\r\n      const prevBtn = document.getElementById('bbPrev');\r\n      const nextBtn = document.getElementById('bbNext');\r\n\r\n      const images = uniqueItems.map(item => ({\r\n        full: item.getAttribute('data-full'),\r\n        alt: item.querySelector('img') ? item.querySelector('img').alt : ''\r\n      }));\r\n\r\n      let currentIndex = 0;\r\n\r\n      function openLightbox(index){\r\n        currentIndex = index;\r\n        lightboxImg.src = images[currentIndex].full;\r\n        lightboxImg.alt = images[currentIndex].alt || '';\r\n        lightbox.classList.add('active');\r\n        document.body.style.overflow = 'hidden';\r\n      }\r\n\r\n      function closeLightbox(){\r\n        lightbox.classList.remove('active');\r\n        document.body.style.overflow = '';\r\n      }\r\n\r\n      function showPrev(){\r\n        currentIndex = (currentIndex - 1 + images.length) % images.length;\r\n        lightboxImg.src = images[currentIndex].full;\r\n        lightboxImg.alt = images[currentIndex].alt || '';\r\n      }\r\n\r\n      function showNext(){\r\n        currentIndex = (currentIndex + 1) % images.length;\r\n        lightboxImg.src = images[currentIndex].full;\r\n        lightboxImg.alt = images[currentIndex].alt || '';\r\n      }\r\n\r\n      allItems.forEach((item, index) => {\r\n        item.addEventListener('click', function(){\r\n          const realIndex = index % uniqueCount;\r\n          openLightbox(realIndex);\r\n        });\r\n      });\r\n\r\n      if (closeBtn) closeBtn.addEventListener('click', closeLightbox);\r\n      if (prevBtn) prevBtn.addEventListener('click', showPrev);\r\n      if (nextBtn) nextBtn.addEventListener('click', showNext);\r\n\r\n      if (lightbox) {\r\n        lightbox.addEventListener('click', function(e){\r\n          if(e.target === lightbox){\r\n            closeLightbox();\r\n          }\r\n        });\r\n      }\r\n\r\n      document.addEventListener('keydown', function(e){\r\n        if(!lightbox.classList.contains('active')) return;\r\n        if(e.key === 'Escape') closeLightbox();\r\n        if(e.key === 'ArrowLeft') showPrev();\r\n        if(e.key === 'ArrowRight') showNext();\r\n      });\r\n    })();\r\n    <\/script>\r\n    \n\t<p>Featured tours<\/p>\n<h1>\n\t\t\tChoose your ideal Morocco journey\t<\/h1>\n\t<p>We offer ready-made itineraries and custom private tours. Prices are available on request so each trip can match your dates, group size, and preferences.<\/p>\n<figure itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/2026\/04\/festomarrakech.jpg\" alt=\"festomarrakech\" height=\"535\" width=\"800\" title=\"festomarrakech\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<\/figure>\n\t<p>PRIVATE TOUR<\/p>\n<h3>\n\t\t\t3 Days \u00b7 Fes to Marrakech Desert Tour\t<\/h3>\n\t<p>A fast, unforgettable route through the Middle Atlas, Sahara dunes, desert camp nights, and dramatic landscapes on the way to Marrakech.<\/p>\n  Ideal for first-time visitors\n  Desert experience\n  Private itinerary\n\t\t\t<a href=\"\"  target=\"_self\">\n\t\t\t\t\t\t\tDetails\n\t\t\t\t\t<\/a>\n\t\t\t<a href=\"#contact\"  target=\"_self\">\n\t\t\t\t\t\t\tAsk for itinerary &#038; price\n\t\t\t\t\t<\/a>\n<figure itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/2026\/04\/casablanca.jpg\" alt=\"casablanca\" height=\"334\" width=\"500\" title=\"casablanca\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<\/figure>\n\t<p>PRIVATE TOUR<\/p>\n<h3>\n\t\t\t7 Days \u00b7 Morocco Tour from Casablanca\t<\/h3>\n\t<p>A fuller journey through Morocco&#8217;s culture, cities, landscapes, and desert life with time to explore beyond the usual tourist path.<\/p>\n  Balanced itinerary\n  Cities + desert\n  Great for couples and families\n\t\t\t<a href=\"\"  target=\"_self\">\n\t\t\t\t\t\t\tDetails\n\t\t\t\t\t<\/a>\n\t\t\t<a href=\"#contact\"  target=\"_self\">\n\t\t\t\t\t\t\tAsk for itinerary &#038; price\n\t\t\t\t\t<\/a>\n<figure itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/2026\/04\/grandMorocco.jpg\" alt=\"grandMorocco\" height=\"748\" width=\"500\" title=\"grandMorocco\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<\/figure>\n\t<p>PRIVATE TOUR<\/p>\n<h3>\n\t\t\t14 Days \u00b7 Grand Morocco Journey\t<\/h3>\n\t<p>A complete two-week experience covering the country&#8217;s most iconic places with a deeper local perspective and a relaxed travel rhythm.<\/p>\n  Comprehensive route\n  Authentic local insight\n  Customizable ending\n\t\t\t<a href=\"\"  target=\"_self\">\n\t\t\t\t\t\t\tDetails\n\t\t\t\t\t<\/a>\n\t\t\t<a href=\"#contact\"  target=\"_self\">\n\t\t\t\t\t\t\tAsk for itinerary &#038; price\n\t\t\t\t\t<\/a>\n\t<style>\n\/* OVERLAY *\/\n.modal-overlay {\n  position: fixed;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  backdrop-filter: blur(6px);\n  background: rgba(0,0,0,0.4);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  opacity: 0;\n  visibility: hidden;\n  transition: all 0.3s ease;\n  z-index: 9999;\n}\n.modal-overlay.active {\n  opacity: 1;\n  visibility: visible;\n}\n\/* MODAL BOX *\/\n.modal-box {\n  background: #fff;\n  padding: 56px;\n  border-radius: 24px;\n  max-width: 820px;\n  width: 92%;\n  max-height: 85vh;\n  overflow-y: auto;\n  box-shadow: 0 20px 50px rgba(0,0,0,0.2);\n  transform: translateY(20px);\n  transition: all 0.3s ease;\n  position: relative;\n}\n.modal-overlay.active .modal-box {\n  transform: translateY(0);\n}\n\/* CLOSE BUTTON *\/\n.modal-close {\n  position: absolute;\n  top: 15px;\n  right: 20px;\n  font-size: 26px;\n  cursor: pointer;\n}\n\/* CONTENT STYLING *\/\n.modal-content h2 {\n  font-size: 28px;\n  margin-bottom: 10px;\n}\n.modal-content h3 {\n  font-size: 20px;\n  margin: 10px 0 15px;\n  color: #444;\n}\n.modal-content h4 {\n  margin-top: 25px;\n  margin-bottom: 10px;\n  font-size: 16px;\n  color: #666;\n}\n.modal-content h5 {\n  margin-top: 22px;\n  margin-bottom: 8px;\n  font-size: 16px;\n  color: #555;\n}\n.modal-content ul {\n  padding-left: 20px;\n  margin-bottom: 15px;\n}\n.modal-content li {\n  margin-bottom: 6px;\n}\n.modal-content .highlight {\n  margin-top: 20px;\n  font-weight: 500;\n}\n\/* Templates unsichtbar halten, aber im DOM lassen *\/\n.modal-translation-templates {\n  position: absolute;\n  left: -99999px;\n  top: auto;\n  width: 1px;\n  height: 1px;\n  overflow: hidden;\n}\n<\/style>\n<!-- MODAL -->\n    \u00d7\n      <!-- Wird per JS ersetzt -->\n<!-- \u00dcBERSETZBARE MODAL-INHALTE -->\n  <!-- TOUR 1 -->\n    <h2>\ud83c\udfdc\ufe0f Featured Tours<\/h2>\n    <h3>3 Days \u00b7 Fes to Marrakech Desert Tour<\/h3>\n    \n      Experience Morocco&#8217;s most fascinating landscapes in just three days: from the Middle Atlas and the Ziz Oasis to the Sahara of Merzouga, concluding at A\u00eft Ben Haddou and Marrakech. This three day journey from Fes to Marrakech blends nature, culture, and adventure, featuring cedar forests, Berber villages, spectacular gorges, a sunset camel trek, and an unforgettable night in a luxury desert camp.\n    \n    <h4>Tour Highlights<\/h4>\n    <ul>\n      <li>Drive from Fes to Marrakech through some of Morocco&#8217;s most stunning scenery<\/li>\n      <li>Stop in Ifrane, often called the &#8220;Little Switzerland of Morocco&#8221;<\/li>\n      <li>Encounter Barbary macaques in the cedar forests<\/li>\n      <li>Panoramic views over the Ziz Valley<\/li>\n      <li>Camel trek through the dunes of Erg Chebbi<\/li>\n      <li>Overnight stay in a luxury camp in Merzouga<\/li>\n      <li>Sahara sunrise and sunset experiences<\/li>\n      <li>Visit to the traditional market of Rissani<\/li>\n      <li>Walk through the impressive Todra Gorge<\/li>\n      <li>Overnight stay in a hotel or riad in the Dades Valley<\/li>\n      <li>Visit to A\u00eft Ben Haddou, a UNESCO World Heritage site<\/li>\n      <li>Drive across the spectacular Tizi n&#8217;Tichka Pass in the High Atlas Mountains<\/li>\n    <\/ul>\n    <hr \/>\n    <h4>Itinerary<\/h4>\n    <h4><strong>Day 1:<\/strong> Fes &#8211; Ifrane &#8211; Ziz Valley &#8211; Merzouga<\/h4>\n    <h4>Driving time: approx. 7 hours<\/h4>\n    \n      Your journey toward the Sahara begins after breakfast. The first leg leads to Ifrane, known for its unique architecture and tidy streets. Next, you will travel through the Middle Atlas Mountains and the famous cedar forests, where you can observe wild Barbary macaques.\n      Enjoy beautiful vistas along the way before the impressive Ziz Valley opens up with its vast palm groves. In the afternoon, you reach Merzouga, the gateway to the Sahara.\n      Here, one of the most beautiful experiences of the trip begins: a camel trek through the dunes of Erg Chebbi. You will pause to witness the desert sunset before continuing to your luxury camp. A traditional dinner, campfire music, and an unforgettable starry sky await you.\n    \n    <p><strong>Accommodation: <\/strong>Luxury desert camp in Merzouga<\/p>\n    <h4><strong>Day 2:<\/strong> Merzouga &#8211; Rissani &#8211; Todra Gorge &#8211; Dades Valley<\/h4>\n    <h4>Driving time: approx. 4 hours<\/h4>\n    \n      Waking up early is rewarding, as the sunrise over the dunes is a truly special moment. After breakfast, return to meet your driver either by camel or a comfortable 4&#215;4 vehicle.\n      The journey continues to Rissani, a town rich in tradition and famous for its authentic market and vibrant culture. Afterward, head to the spectacular Todra Gorge, one of the country&#8217;s most striking natural wonders. You will have time to walk along the river between the towering rock walls.\n      Later, you reach the beautiful Dades Valley, renowned for its extraordinary rock formations and panoramic views, including the famous &#8220;Monkey Fingers&#8221; rocks.\n    \n    <p><strong>Accommodation: <\/strong>Hotel or Riad in the Dades Valley<\/p>\n    <h4><strong>Day 3:<\/strong> Dades Valley &#8211; Ouarzazate &#8211; A\u00eft Ben Haddou &#8211; High Atlas &#8211; Marrakech<\/h4>\n    <h4>Driving time: approx. 6 hours<\/h4>\n    \n      The final leg of your tour starts after breakfast. The route takes you through the Valley of the Roses toward Ouarzazate, Morocco&#8217;s famous cinema city. This is home to the Atlas Studios, where numerous international productions were filmed.\n      Just a few miles further lies the legendary Kasbah A\u00eft Ben Haddou, one of Morocco&#8217;s most iconic landmarks. This fortified clay village has been a UNESCO World Heritage site since 1987 and has served as a backdrop for many famous films and series.\n      After a lunch break, the drive continues through the High Atlas via the spectacular Tizi n&#8217;Tichka Pass, offering breathtaking views. You will reach Marrakech in the evening, where your driver will take you directly to your accommodation.\n    \n    <hr \/>\n    <h4>Included in the Price<\/h4>\n    <ul>\n      <li>Pickup from your accommodation in Fes<\/li>\n      <li>Transfer in a modern, air conditioned vehicle<\/li>\n      <li>English speaking driver<\/li>\n      <li>English speaking guide (other languages available upon request)<\/li>\n      <li>1 night in a luxury camp in Merzouga<\/li>\n      <li>1 night in a hotel or riad in the Dades Valley<\/li>\n      <li>Dinner and breakfast on both days<\/li>\n      <li>Camel trek in the Sahara<\/li>\n      <li>Sandboarding<\/li>\n      <li>Drop off at your accommodation in Marrakech<\/li>\n    <\/ul>\n    <h4>Not Included<\/h4>\n    <ul>\n      <li>Lunch<\/li>\n      <li>Drinks<\/li>\n      <li>Gratuities<\/li>\n    <\/ul>\n    <hr \/>\n    <h4>Why Choose This Tour?<\/h4>\n    \n      This three day desert tour is ideal for those who want to experience the best of Morocco in a short amount of time. You travel from the cultural imperial city of Fes to the vibrant metropolis of Marrakech, discovering the magic of the Sahara, spectacular nature, and historic Kasbahs along the way.\n      It is perfect for couples, friends, families, and solo travelers looking to combine adventure, comfort, and authentic impressions.\n    \n      <h3>\n        Book your 3 Day Desert Tour from Fes to Marrakech now.\n      <\/h3>\n      \n        Contact us for prices, availability, or a custom adjustment to the route.\n      \n      <a href=\"#contact\" onclick=\"closeModal()\">\n        Request Your Tour\n      <\/a>\n  <!-- TOUR 2 -->\n    <h2>\ud83c\udfdc\ufe0f Featured Tours<\/h2>\n    <h3>7 Day Morocco Tour from Casablanca<\/h3>\n    \n      Discover Morocco&#8217;s most iconic cities, landscapes, and cultural highlights in one complete journey-from the Atlantic coast to the Sahara Desert and the vibrant streets of Marrakech.\n    \n    \n      This seven day tour from Casablanca combines imperial cities, mountain scenery, ancient kasbahs, and an unforgettable desert experience. From the blue alleys of Chefchaouen and the historic medina of Fes to camel trekking in Merzouga and crossing the High Atlas Mountains, this route offers the perfect first introduction to Morocco.\n    \n    <h4>Tour Highlights<\/h4>\n    <ul>\n      <li>Visit Casablanca and optionally explore the Hassan II Mosque<\/li>\n      <li>Discover Rabat, Morocco&#8217;s capital city<\/li>\n      <li>Walk through the famous blue streets of Chefchaouen<\/li>\n      <li>Guided exploration of the historic medina of Fes<\/li>\n      <li>Scenic drive through the Middle Atlas Mountains<\/li>\n      <li>Encounter cedar forests and Barbary macaques<\/li>\n      <li>Panoramic views across the Ziz Valley oasis<\/li>\n      <li>Camel trek through the dunes of Erg Chebbi<\/li>\n      <li>Overnight stay in a luxury desert camp in Merzouga<\/li>\n      <li>Sahara sunset and sunrise experiences<\/li>\n      <li>Walk through the spectacular Todra Gorge<\/li>\n      <li>Overnight stay in the beautiful Dades Valley<\/li>\n      <li>Visit the UNESCO World Heritage site of A\u00eft Ben Haddou<\/li>\n      <li>Cross the High Atlas Mountains via the Tizi n&#8217;Tichka Pass<\/li>\n      <li>Arrival in Marrakech with free time to explore the city<\/li>\n    <\/ul>\n    <h4>Itinerary<\/h4>\n    <h5>Day 1: Casablanca &#8211; Rabat &#8211; Chefchaouen<\/h5>\n    <p><strong>Driving time:<\/strong> approx. 5 hours<\/p>\n    \n      Your Moroccan adventure begins in Casablanca, the country&#8217;s economic capital. Depending on your arrival time, you may visit the impressive Hassan II Mosque, one of the largest mosques in the world, beautifully positioned above the Atlantic Ocean.\n    \n    \n      The journey continues to Rabat, Morocco&#8217;s capital city, where you can explore highlights such as Hassan Tower and the Kasbah of the Udayas before heading north toward Chefchaouen. Nestled in the Rif Mountains, this charming town is famous for its blue painted streets and relaxed atmosphere.\n    \n    \n      <strong>Accommodation:<\/strong> Riad or hotel in Chefchaouen\n    \n    <h5>Day 2: Chefchaouen &#8211; Fes<\/h5>\n    <p><strong>Driving time:<\/strong> approx. 4 hours<\/p>\n    \n      After breakfast, enjoy free time to stroll through the picturesque medina of Chefchaouen, known for its narrow blue alleys, artisan shops, and mountain scenery.\n    \n    \n      Later, travel toward Fes, one of Morocco&#8217;s oldest imperial cities and an important cultural and spiritual center. Upon arrival, settle into your traditional riad and enjoy the atmosphere of the ancient medina.\n    \n    \n      <strong>Accommodation:<\/strong> Traditional riad in Fes\n    \n    <h5>Day 3: Guided Tour of Fes<\/h5>\n    <p><strong>Driving time:<\/strong> minimal<\/p>\n    \n      Today is dedicated to exploring the fascinating city of Fes with a local guide. Wander through the UNESCO listed medina, discover historic madrasas, traditional tanneries, bustling souks, and centuries old artisan workshops.\n    \n    \n      You will gain insight into Morocco&#8217;s history, craftsmanship, and daily local life while visiting some of the city&#8217;s most important cultural landmarks.\n    \n    \n      <strong>Accommodation:<\/strong> Traditional riad in Fes\n    \n    <h5>Day 4: Fes &#8211; Middle Atlas &#8211; Ziz Valley &#8211; Merzouga<\/h5>\n    <p><strong>Driving time:<\/strong> approx. 7 hours<\/p>\n    \n      Your journey toward the Sahara begins with a scenic drive through the Middle Atlas Mountains. Along the way, stop in Ifrane, often called the &#8220;Little Switzerland of Morocco,&#8221; before continuing through cedar forests inhabited by Barbary macaques.\n    \n    \n      As the landscape changes, the vast palm groves of the Ziz Valley appear, offering spectacular panoramic viewpoints. In the afternoon, arrive in Merzouga, the gateway to the Sahara Desert.\n    \n    \n      A camel trek through the dunes of Erg Chebbi leads you to your luxury desert camp, where you can enjoy sunset over the Sahara, a traditional dinner, local music around the campfire, and a sky full of stars.\n    \n    \n      <strong>Accommodation:<\/strong> Luxury desert camp in Merzouga\n    \n    <h5>Day 5: Merzouga &#8211; Todra Gorge &#8211; Dades Valley<\/h5>\n    <p><strong>Driving time:<\/strong> approx. 4 hours<\/p>\n    \n      Wake early to witness the magical sunrise over the dunes before returning by camel or 4&#215;4 vehicle.\n    \n    \n      The tour continues toward Todra Gorge, one of Morocco&#8217;s most spectacular natural sites, where towering cliffs rise dramatically above the riverbed. You will have time to walk through the gorge and admire the impressive scenery.\n    \n    \n      Later, continue to the Dades Valley, famous for its winding roads, rock formations, and beautiful landscapes.\n    \n    \n      <strong>Accommodation:<\/strong> Hotel or riad in the Dades Valley\n    \n    <h5>Day 6: Dades Valley &#8211; Ouarzazate &#8211; A\u00eft Ben Haddou &#8211; High Atlas<\/h5>\n    <p><strong>Driving time:<\/strong> approx. 6 hours<\/p>\n    \n      After breakfast, travel through the Valley of the Roses toward Ouarzazate, often referred to as Morocco&#8217;s film capital.\n    \n    \n      The highlight of the day is a visit to A\u00eft Ben Haddou, an ancient fortified village and UNESCO World Heritage site that has appeared in many famous films and series.\n    \n    \n      In the afternoon, cross the High Atlas Mountains via the breathtaking Tizi n&#8217;Tichka Pass while enjoying panoramic mountain views along the way.\n    \n    \n      <strong>Accommodation:<\/strong> Hotel or riad near the Atlas region or Marrakech\n    \n    <h5>Day 7: Arrival in Marrakech &#038; Free Time<\/h5>\n    <p><strong>Driving time:<\/strong> flexible<\/p>\n    \n      Arrive in Marrakech and enjoy free time to discover the city at your own pace. Explore Jemaa el-Fnaa square, colorful souks, hidden riads, gardens, and the vibrant atmosphere that makes Marrakech one of Morocco&#8217;s most iconic destinations.\n    \n    \n      Your driver will transfer you to your accommodation or airport depending on your travel plans.\n    \n    <h4>Included in the Price<\/h4>\n    <ul>\n      <li>Pickup from Casablanca<\/li>\n      <li>Private transportation in a modern air conditioned vehicle<\/li>\n      <li>English speaking driver<\/li>\n      <li>Local guide in Fes<\/li>\n      <li>Camel trek in the Sahara Desert<\/li>\n      <li>1 night in a luxury desert camp in Merzouga<\/li>\n      <li>Accommodation in hotels or riads during the tour<\/li>\n      <li>Breakfasts and selected dinners<\/li>\n      <li>Drop off in Marrakech<\/li>\n    <\/ul>\n    <h4>Not Included<\/h4>\n    <ul>\n      <li>Lunches<\/li>\n      <li>Drinks<\/li>\n      <li>Entrance fees to monuments<\/li>\n      <li>Gratuities<\/li>\n    <\/ul>\n    <h4>Why Choose This Tour?<\/h4>\n    \n      This seven day Morocco tour is the perfect balance between culture, landscapes, and adventure. It combines Morocco&#8217;s imperial cities, authentic local experiences, mountain scenery, and the magic of the Sahara Desert in one carefully designed route.\n    \n    \n      It is ideal for first time visitors who want to experience Morocco&#8217;s diversity comfortably while discovering both famous highlights and authentic places along the way.\n    \n    <h4>Book Your Tour<\/h4>\n    \n      Book your 7 Day Morocco Tour from Casablanca now. Contact us for availability, pricing, or a customized version of the itinerary tailored to your travel plans.\n    \n      <h3>\n        Book your 7 Days Morocco Tour from Casablanca now.\n      <\/h3>\n      \n        Contact us for prices, availability, or a custom adjustment to the route.\n      \n      <a href=\"#contact\" onclick=\"closeModal()\">\n        Request Your Tour\n      <\/a>\n  <!-- TOUR 3 -->\n    <h2>\ud83c\udfdc\ufe0f Featured Tours<\/h2>\n    <h3>14 Day Grand Morocco Journey<\/h3>\n    \n      Experience Morocco in depth on a complete journey that combines imperial cities, mountain landscapes, desert adventures, and Atlantic coast charm.\n    \n    \n      This fourteen day Morocco tour is designed for travelers who want more than a quick overview. From the vibrant streets of Casablanca and Fes to the peaceful dunes of the Sahara and the coastal atmosphere of Essaouira, this route offers a balanced mix of culture, nature, history, and authentic local experiences.\n    \n    <h4>Tour Highlights<\/h4>\n    <ul>\n      <li>Visit Casablanca and the impressive Hassan II Mosque<\/li>\n      <li>Explore Rabat, Morocco&#8217;s capital city<\/li>\n      <li>Walk through the blue streets of Chefchaouen<\/li>\n      <li>Guided discovery of the historic medina of Fes<\/li>\n      <li>Scenic drives through the Middle and High Atlas Mountains<\/li>\n      <li>Traditional Berber villages and panoramic mountain landscapes<\/li>\n      <li>Extended stay in the Sahara Desert with time to relax and explore<\/li>\n      <li>Camel trek through the dunes of Erg Chebbi<\/li>\n      <li>Luxury desert camp experience with music under the stars<\/li>\n      <li>Visit Todra Gorge and the Dades Valley<\/li>\n      <li>Explore the UNESCO World Heritage site of A\u00eft Ben Haddou<\/li>\n      <li>Discover Marrakech and its colorful souks and palaces<\/li>\n      <li>Relax on the Atlantic coast in Essaouira<\/li>\n      <li>Authentic cultural experiences throughout the journey<\/li>\n    <\/ul>\n    <h4>Itinerary<\/h4>\n    <h5>Day 1: Arrival in Casablanca<\/h5>\n    \n      Welcome to Morocco. Depending on your arrival time, explore Casablanca and optionally visit the magnificent Hassan II Mosque, beautifully located along the Atlantic coast.\n    \n    \n      <strong>Accommodation:<\/strong> Hotel in Casablanca\n    \n    <h5>Day 2: Casablanca &#8211; Rabat &#8211; Chefchaouen<\/h5>\n    <p><strong>Driving time:<\/strong> approx. 5 hours<\/p>\n    \n      Travel to Rabat, Morocco&#8217;s capital city, where you can visit landmarks such as Hassan Tower and the Kasbah of the Udayas before continuing north into the Rif Mountains.\n    \n    \n      Arrive in Chefchaouen, famous for its peaceful atmosphere and blue painted streets.\n    \n    \n      <strong>Accommodation:<\/strong> Riad in Chefchaouen\n    \n    <h5>Day 3: Exploring Chefchaouen<\/h5>\n    \n      Enjoy a relaxed day discovering the medina of Chefchaouen. Wander through narrow blue alleys, local artisan shops, rooftop caf\u00e9s, and scenic viewpoints overlooking the mountains.\n    \n    \n      <strong>Accommodation:<\/strong> Riad in Chefchaouen\n    \n    <h5>Day 4: Chefchaouen &#8211; Fes<\/h5>\n    <p><strong>Driving time:<\/strong> approx. 4 hours<\/p>\n    \n      Continue your journey toward Fes, one of Morocco&#8217;s oldest imperial cities and a cultural center filled with history, craftsmanship, and tradition.\n    \n    \n      <strong>Accommodation:<\/strong> Traditional riad in Fes\n    \n    <h5>Day 5: Guided Tour of Fes<\/h5>\n    \n      Explore the fascinating medina of Fes with a local guide. Visit historic schools, traditional tanneries, artisan workshops, bustling souks, and hidden cultural treasures throughout the old city.\n    \n    \n      <strong>Accommodation:<\/strong> Traditional riad in Fes\n    \n    <h5>Day 6: Fes &#8211; Middle Atlas &#8211; Ziz Valley &#8211; Merzouga<\/h5>\n    <p><strong>Driving time:<\/strong> approx. 7 hours<\/p>\n    \n      Journey through the Middle Atlas Mountains, passing cedar forests, Berber villages, and panoramic landscapes. Stop in Ifrane and continue toward the impressive Ziz Valley oasis.\n    \n    \n      Arrive in Merzouga and enjoy a camel trek through the golden dunes of Erg Chebbi before reaching your luxury desert camp.\n    \n    \n      <strong>Accommodation:<\/strong> Luxury desert camp in Merzouga\n    \n    <h5>Day 7: Sahara Desert Exploration<\/h5>\n    \n      Spend a full day in the Sahara with time to relax and explore. Visit nomadic families, discover nearby villages, enjoy optional 4&#215;4 excursions, or simply experience the silence and beauty of the desert landscape.\n    \n    \n      In the evening, enjoy traditional music and dinner under the stars.\n    \n    \n      <strong>Accommodation:<\/strong> Luxury desert camp or desert hotel\n    \n    <h5>Day 8: Merzouga &#8211; Rissani &#8211; Todra Gorge &#8211; Dades Valley<\/h5>\n    <p><strong>Driving time:<\/strong> approx. 4 hours<\/p>\n    \n      After sunrise in the desert, continue toward Rissani and the spectacular Todra Gorge, where dramatic cliffs tower above a narrow river valley.\n    \n    \n      Later, travel through the beautiful Dades Valley, known for its unique rock formations and scenic mountain roads.\n    \n    \n      <strong>Accommodation:<\/strong> Hotel or riad in the Dades Valley\n    \n    <h5>Day 9: Dades Valley &#8211; Ouarzazate &#8211; A\u00eft Ben Haddou<\/h5>\n    <p><strong>Driving time:<\/strong> approx. 4 hours<\/p>\n    \n      Drive through the Valley of the Roses toward Ouarzazate, Morocco&#8217;s famous film city. Continue to the legendary A\u00eft Ben Haddou, one of the country&#8217;s most iconic kasbahs and a UNESCO World Heritage site.\n    \n    \n      <strong>Accommodation:<\/strong> Hotel near A\u00eft Ben Haddou\n    \n    <h5>Day 10: A\u00eft Ben Haddou &#8211; High Atlas &#8211; Marrakech<\/h5>\n    <p><strong>Driving time:<\/strong> approx. 5 hours<\/p>\n    \n      Cross the spectacular High Atlas Mountains via the Tizi n&#8217;Tichka Pass while enjoying breathtaking views and scenic stops along the route.\n    \n    \n      Arrive in Marrakech in the afternoon.\n    \n    \n      <strong>Accommodation:<\/strong> Riad in Marrakech\n    \n    <h5>Day 11: Exploring Marrakech<\/h5>\n    \n      Discover Marrakech at your own pace or with an optional guided city tour. Explore Jemaa el-Fnaa square, colorful souks, historic palaces, gardens, and hidden alleyways full of local life.\n    \n    \n      <strong>Accommodation:<\/strong> Riad in Marrakech\n    \n    <h5>Day 12: Marrakech &#8211; Essaouira<\/h5>\n    <p><strong>Driving time:<\/strong> approx. 3 hours<\/p>\n    \n      Travel west to the Atlantic coast and arrive in the charming seaside town of Essaouira. Known for its relaxed atmosphere, fishing harbor, and artistic spirit, Essaouira offers a completely different side of Morocco.\n    \n    \n      <strong>Accommodation:<\/strong> Riad or hotel in Essaouira\n    \n    <h5>Day 13: Free Day in Essaouira<\/h5>\n    \n      Enjoy a relaxed day by the ocean. Walk along the beach, discover the medina, enjoy fresh seafood, or simply take in the calm coastal atmosphere.\n    \n    \n      <strong>Accommodation:<\/strong> Riad or hotel in Essaouira\n    \n    <h5>Day 14: Departure or Return Transfer<\/h5>\n    \n      Depending on your flight schedule, transfer to Marrakech or Casablanca airport for your departure.\n    \n    <h4>Included in the Price<\/h4>\n    <ul>\n      <li>Airport pickup and drop off<\/li>\n      <li>Private transportation in a modern air conditioned vehicle<\/li>\n      <li>English speaking driver<\/li>\n      <li>Local guide in Fes<\/li>\n      <li>Camel trek in the Sahara Desert<\/li>\n      <li>Extended desert experience with overnight stays<\/li>\n      <li>Accommodation in hotels, riads, and desert camp<\/li>\n      <li>Breakfasts and selected dinners<\/li>\n    <\/ul>\n    <h4>Not Included<\/h4>\n    <ul>\n      <li>Lunches<\/li>\n      <li>Drinks<\/li>\n      <li>Entrance fees to monuments<\/li>\n      <li>Personal expenses<\/li>\n      <li>Gratuities<\/li>\n    <\/ul>\n    <h4>Why Choose This Tour?<\/h4>\n    \n      This fourteen day journey is perfect for travelers who want to experience Morocco beyond the usual highlights. The route allows enough time to truly connect with the country&#8217;s landscapes, traditions, people, and atmosphere without rushing from place to place.\n    \n    \n      It combines culture, adventure, relaxation, and authentic experiences in one carefully designed itinerary.\n    \n    <h4>Book Your Tour<\/h4>\n    \n      Book your 14 Day Grand Morocco Journey now. Contact us for availability, pricing, or a customized itinerary adapted to your travel style and interests.\n    \n      <h3>\n        Book your 14 Days Grand Morocco Journey now.\n      <\/h3>\n      \n        Contact us for prices, availability, or a custom adjustment to the route.\n      \n      <a href=\"#contact\" onclick=\"closeModal()\">\n        Request Your Tour\n      <\/a>\n\t<p>ABOUT US<\/p>\n<h2>\n\t\t\tMeet Youssef\t<\/h2>\n\t<p>Hello and welcome. My name is Youssef, a local Moroccan guide born in the desert and raised between tradition and discovery. Growing up among the dunes taught me hospitality, patience, and deep respect for nature. Today, I help travelers experience Morocco in a way that feels personal, authentic, and unforgettable.<\/p>\n<p>From imperial cities to hidden landscapes, my goal is simple: to help you see the beauty of Morocco beyond the usual tourist path and create memories you will carry home forever.<\/p>\n<figure itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/2026\/04\/youssef.jpg\" alt=\"youssef\" height=\"666\" width=\"500\" title=\"youssef\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<\/figure>\n\t<p>REVIEWS<\/p>\n<h2>\n\t\t\tReal guest feedback\t<\/h2>\n\t<p>Add real testimonials, names, and optional profile photos here to build trust and increase booking confidence.<\/p>\n\t<style>\n  .review-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n  }\n  .review-card {\n    background: #efeeec;\n    border-radius: 26px;\n    padding: 26px;\n  }\n  .review-head {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin-bottom: 16px;\n  }\n  .review-avatar {\n    width: 56px;\n    height: 56px;\n    border-radius: 50%;\n    background: #d6d3d1;\n    overflow: hidden;\n    flex-shrink: 0;\n  }\n  .review-avatar img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n  .review-name {\n    font-weight: 600;\n    font-size: 17px;\n    color: #1c1917;\n  }\n  .review-country {\n    font-size: 14px;\n    color: #78716c;\n    margin-top: 2px;\n  }\n  .review-text {\n    font-size: 16px;\n    color: #44403c;\n    line-height: 1.6;\n  }\n  \/* Mobile *\/\n  @media (max-width: 900px) {\n    .review-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n<\/style>\n        <img decoding=\"async\" src=\"DEIN-BILD-1.jpg\" alt=\"\"\/>\n        Anna &#038; Mark\n        Germany\n      Everything felt personal, smooth, and authentic. The desert experience was the highlight of our trip.\n        <img decoding=\"async\" src=\"DEIN-BILD-2.jpg\" alt=\"\"\/>\n        Lucia\n        Italy\n      Great organization, friendly communication, and a route that felt much more authentic than a standard tour.\n        <img decoding=\"async\" src=\"DEIN-BILD-3.jpg\" alt=\"\"\/>\n        Daniel &#038; Friends\n        Spain\n      Flexible, reliable, and full of local insight. We saw places we never would have found on our own.\n\t<p>FAQ<\/p>\n<h2>\n\t\t\tFrequently asked questions\t<\/h2>\n\t<style>\n  .faq-list-custom {\n    display: flex;\n    flex-direction: column;\n    gap: 18px;\n  }\n  .faq-card-custom {\n    background: #f3f2f1;\n    border: 1px solid #e5e3e0;\n    border-radius: 26px;\n    padding: 26px 26px 24px;\n  }\n  .faq-card-custom h3 {\n    margin: 0 0 16px;\n    font-size: 20px;\n    line-height: 1.3;\n    font-weight: 700;\n    color: #111827;\n  }\n  .faq-card-custom p {\n    margin: 0;\n    font-size: 16px;\n    line-height: 1.7;\n    color: #57534e;\n  }\n  @media (max-width: 768px) {\n    .faq-card-custom {\n      padding: 22px 20px;\n      border-radius: 22px;\n    }\n    .faq-card-custom h3 {\n      font-size: 18px;\n      margin-bottom: 12px;\n    }\n    .faq-card-custom p {\n      font-size: 15px;\n      line-height: 1.6;\n    }\n  }\n<\/style>\n    <h3>How do I book a tour?<\/h3>\n    <p>You can book your tour by contacting us through the website contact form, WhatsApp, or email.<\/p>\n    <h3>How much is the deposit?<\/h3>\n    <p>The deposit is 10%. The remaining balance can be paid when you arrive.<\/p>\n    <h3>Is hotel pickup included?<\/h3>\n    <p>Yes, transport from and to your hotel is included.<\/p>\n    <h3>Which languages do you speak?<\/h3>\n    <p>We can guide tours in English, Spanish, Italian, German, and Portuguese.<\/p>\n    <h3>Is the tour suitable for families?<\/h3>\n    <p>Yes. Our tours are suitable for everyone, including children and families.<\/p>\n    <h3>Can I request a custom tour?<\/h3>\n    <p>Yes. We also create custom private tours based on your dates, interests, and group type.<\/p>\n\t<p>CONTACT<\/p>\n<h2>\n\t\t\tStart planning your Morocco trip\t<\/h2>\n\t<p>Send us your dates, number of travelers, and preferred route. We will help you create the right private experience.<\/p>\n\t\r\n    <style>\r\n      .nm-form-wrap{\r\n        max-width: 460px;\r\n        margin: 0 auto;\r\n        font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;\r\n      }\r\n\r\n      .nm-form{\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 16px;\r\n      }\r\n\r\n      .nm-field{\r\n        background: #f1f0ee;\r\n        border: 1px solid #e7e5e4;\r\n        border-radius: 24px;\r\n        padding: 18px 20px;\r\n      }\r\n\r\n      .nm-field label{\r\n        display: block;\r\n        font-size: 14px;\r\n        color: #a8a29e;\r\n        margin-bottom: 8px;\r\n      }\r\n\r\n      .nm-field input,\r\n      .nm-field textarea{\r\n        width: 100%;\r\n        border: 0;\r\n        outline: 0;\r\n        background: transparent;\r\n        font-size: 18px;\r\n        line-height: 1.5;\r\n        color: #1c1917;\r\n        font-family: inherit;\r\n        padding: 0;\r\n        box-shadow: none;\r\n      }\r\n\r\n      .nm-field textarea{\r\n        min-height: 120px;\r\n        resize: vertical;\r\n      }\r\n\r\n      .nm-field input::placeholder,\r\n      .nm-field textarea::placeholder{\r\n        color: #78716c;\r\n      }\r\n\r\n      .nm-submit{\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        width: 100%;\r\n        min-height: 64px;\r\n        margin-top: 4px;\r\n        padding: 16px 22px;\r\n        border: 0;\r\n        border-radius: 24px;\r\n        background: #181312;\r\n        color: #fff;\r\n        font-size: 18px;\r\n        font-weight: 700;\r\n        font-family: inherit;\r\n        cursor: pointer;\r\n        transition: transform .15s ease, opacity .15s ease;\r\n      }\r\n\r\n      .nm-submit:hover{\r\n        transform: translateY(-1px);\r\n        opacity: .95;\r\n      }\r\n\r\n      .nm-success{\r\n        margin-bottom: 18px;\r\n        padding: 14px 18px;\r\n        border-radius: 18px;\r\n        background: #dcfce7;\r\n        color: #166534;\r\n        font-size: 15px;\r\n        font-weight: 600;\r\n      }\r\n    <\/style>\r\n\r\n    <div class=\"nm-form-wrap\">\r\n\r\n      \r\n      <form class=\"nm-form\" method=\"post\" action=\"\">\r\n        <input type=\"hidden\" id=\"nm_contact_form_nonce\" name=\"nm_contact_form_nonce\" value=\"3c7c27dbf0\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/es\/wp-json\/wp\/v2\/pages\/23\" \/>\r\n        <input type=\"hidden\" name=\"nm_contact_form_submitted\" value=\"1\">\r\n\r\n        <div class=\"nm-field\">\r\n          <label for=\"nm-name\">Your name<\/label>\r\n          <input id=\"nm-name\" type=\"text\" name=\"nm_name\" placeholder=\"Enter your name\" required>\r\n        <\/div>\r\n\r\n        <div class=\"nm-field\">\r\n          <label for=\"nm-email\">Email<\/label>\r\n          <input id=\"nm-email\" type=\"email\" name=\"nm_email\" placeholder=\"Enter your email\" required>\r\n        <\/div>\r\n\r\n        <div class=\"nm-field\">\r\n          <label for=\"nm-whatsapp\">WhatsApp<\/label>\r\n          <input id=\"nm-whatsapp\" type=\"text\" name=\"nm_whatsapp\" placeholder=\"Your phone number\">\r\n        <\/div>\r\n\r\n        <div class=\"nm-field\">\r\n          <label for=\"nm-message\">Trip details<\/label>\r\n          <textarea id=\"nm-message\" name=\"nm_message\" placeholder=\"Travel dates, number of travelers, preferred route...\" required><\/textarea>\r\n        <\/div>\r\n\r\n        <button class=\"nm-submit\" type=\"submit\">Send inquiry<\/button>\r\n      <\/form>\r\n    <\/div>\r\n\r\n    \n\t\t<footer class=\"impacta-footer\">\r\n\t\t<div class=\"impacta-footer-inner\">\r\n\r\n\t\t\t<!-- LOGO -->\r\n\t\t\t<div class=\"footer-brand\">\r\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/nomadra-morocco-tours.com\/wp-content\/uploads\/2026\/04\/cropped-Nomadra-Marokko-Touren-Logo-klein.png\" alt=\"Nomadra Morocco Tours Logo\" class=\"footer-logo\">\r\n\t\t\t<\/div>\r\n\r\n\t\t\t<!-- COLUMN 1 -->\r\n\t\t\t<div class=\"footer-col\">\r\n\t\t\t\t<div class=\"footer-title\">Company<\/div>\r\n\t\t\t\t<a href=\"#about\">About Us<\/a>\r\n\t\t\t\t<a href=\"#faq\">FAQ<\/a>\r\n\t\t\t\t<a href=\"#contact\">Contact<\/a>\r\n\t\t\t<\/div>\r\n\r\n\t\t\t<!-- COLUMN 2 -->\r\n\t\t\t<div class=\"footer-col\">\r\n\t\t\t\t<div class=\"footer-title\">Tours<\/div>\r\n\t\t\t\t<a href=\"#tours\">All Tours<\/a>\r\n\t\t\t<\/div>\r\n\r\n\t\t\t<!-- COLUMN 3 -->\r\n\t\t\t<div class=\"footer-col\">\r\n\t\t\t\t<div class=\"footer-title\">Contact<\/div>\r\n\r\n\t\t\t\t<a href=\"tel:+212654302893\">+212 654 302 893<\/a>\r\n\r\n\t\t\t\t<a href=\"https:\/\/wa.me\/212654302893\" target=\"_blank\" rel=\"noopener\">\r\n\t\t\t\t\tWhatsApp\r\n\t\t\t\t<\/a>\r\n\r\n\t\t\t\t<a href=\"mailto:contact@nomadra-morocco-tours.com\">\r\n\t\t\t\t\tcontact@nomadra-morocco-tours.com\r\n\t\t\t\t<\/a>\r\n\r\n\t\t\t\t<a href=\"https:\/\/www.nomadra-morocco-tours.com\" target=\"_blank\" rel=\"noopener\">\r\n\t\t\t\t\twww.nomadra-morocco-tours.com\r\n\t\t\t\t<\/a>\r\n\t\t\t<\/div>\r\n\r\n\t\t<\/div>\r\n\r\n\t\t<div class=\"impacta-footer-credit\">\r\n\t\t\tDesigned and developed by\r\n\t\t\t<a href=\"https:\/\/impacta-media.de\" target=\"_blank\" rel=\"noopener\">\r\n\t\t\t\tImpacta Media\r\n\t\t\t<\/a>.\r\n\t\t<\/div>\r\n\r\n\t<\/footer>\r\n\r\n\t<style>\r\n\t.impacta-footer{\r\n\t\tbackground:#F7EEE7;\r\n\t\tcolor:#eaeaea;\r\n\t\tpadding:70px 20px;\r\n\t\tfont-size:14px;\r\n\t}\r\n\r\n\t.impacta-footer-inner{\r\n\t\tmax-width:1200px;\r\n\t\tmargin:0 auto;\r\n\t\tdisplay:grid;\r\n\t\tgrid-template-columns:1.3fr repeat(3,1fr);\r\n\t\tgap:50px;\r\n\t}\r\n\r\n\t.footer-brand{\r\n\t\tdisplay:flex;\r\n\t\tflex-direction:column;\r\n\t\tgap:18px;\r\n\t}\r\n\r\n\t.footer-logo{\r\n\t\twidth:250px;\r\n\t\tmax-height:150px;\r\n\t\theight:auto;\r\n\t\tobject-fit:contain;\r\n\t}\r\n\r\n\t@media(max-width:900px){\r\n\t\t.footer-logo{\r\n\t\t\twidth:150px;\r\n\t\t\tmax-height:50px;\r\n\t\t}\r\n\t}\r\n\r\n\t.footer-phone{\r\n\t\tfont-size:18px;\r\n\t\tfont-weight:600;\r\n\t\tcolor:#000000;\r\n\t\ttext-decoration:none;\r\n\t\tletter-spacing:.3px;\r\n\t}\r\n\r\n\t.footer-col a,\r\n\t.footer-col span{\r\n\t\tdisplay:block;\r\n\t\tmargin-top:8px;\r\n\t\tcolor:#000000;\r\n\t\ttext-decoration:none;\r\n\t\topacity:.85;\r\n\t}\r\n\r\n\t.footer-col a:hover{\r\n\t\tcolor:#49B3D1;\r\n\t\topacity:1;\r\n\t}\r\n\r\n\t.footer-title{\r\n\t\tfont-size:13px;\r\n\t\tletter-spacing:1.2px;\r\n\t\ttext-transform:uppercase;\r\n\t\tfont-weight:700;\r\n\t\tcolor:#000000;\r\n\t\tmargin-bottom:14px;\r\n\t\tposition:relative;\r\n\t}\r\n\r\n\t.footer-title::after{\r\n\t\tcontent:\"\";\r\n\t\tdisplay:block;\r\n\t\twidth:28px;\r\n\t\theight:2px;\r\n\t\tbackground:#000000;\r\n\t\tmargin-top:8px;\r\n\t\topacity:.4;\r\n\t}\r\n\r\n\t@media(max-width:900px){\r\n\t\t.impacta-footer-inner{\r\n\t\t\tgrid-template-columns:1fr;\r\n\t\t\tgap:40px;\r\n\t\t}\r\n\t}\r\n\r\n\t.impacta-footer-credit{\r\n\t\tmargin-top:60px;\r\n\t\ttext-align:center;\r\n\t\tfont-size:13px;\r\n\t\tcolor:#000000;\r\n\t}\r\n\r\n\t.impacta-footer-credit a{\r\n\t\tcolor:#000000;\r\n\t\ttext-decoration:none;\r\n\t\tfont-weight:600;\r\n\t}\r\n\r\n\t.impacta-footer-credit a:hover{\r\n\t\ttext-decoration:underline;\r\n\t}\r\n\t<\/style>\r\n\r\n\t\n\n","protected":false},"excerpt":{"rendered":"<p>Based in Marrakech \u00b7 Private Morocco Tours Discover the real Morocco with a local guide who was born in the desert. Nomadra Morocco Tours creates private and exclusive journeys across Morocco &#8211; from imperial cities and mountain roads to camel rides, desert camps, and unforgettable local experiences. Plan My Tour Explore Tours Private and exclusive&#8230;<\/p>","protected":false},"author":1,"featured_media":19,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-23","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/nomadra-morocco-tours.com\/es\/wp-json\/wp\/v2\/pages\/23","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nomadra-morocco-tours.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nomadra-morocco-tours.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nomadra-morocco-tours.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nomadra-morocco-tours.com\/es\/wp-json\/wp\/v2\/comments?post=23"}],"version-history":[{"count":11,"href":"https:\/\/nomadra-morocco-tours.com\/es\/wp-json\/wp\/v2\/pages\/23\/revisions"}],"predecessor-version":[{"id":120,"href":"https:\/\/nomadra-morocco-tours.com\/es\/wp-json\/wp\/v2\/pages\/23\/revisions\/120"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nomadra-morocco-tours.com\/es\/wp-json\/wp\/v2\/media\/19"}],"wp:attachment":[{"href":"https:\/\/nomadra-morocco-tours.com\/es\/wp-json\/wp\/v2\/media?parent=23"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}