Reservation
1
Pick up
--
--
Drop off
--
--
3
Your information
--
Payment information
--

Select vehicle/add-ons

Showing 13–22 of 22 resultsSorted by price: low to high

Rent Volkswagen T-Roc Marrakech | Premium Car Rental Morocco

Volkswagen T Roc

Automatic, Diesel
5 Seats
5 Doors
A/C
0 Days / 0 Hours
QTY
RATE
SUBTOTAL
Rental Charges Rate
0.00

Pick Up

Place to pick up the Car*

Pick-up Date/Time*

Return

Place to drop the Car*

Drop Date/Time*

(function($) { "use strict";$(document).ready(function(){ $('input[name="return_same"]').on('change', function(){ if($(this).prop('checked')) { $('.stm_same_return').slideUp(); } else { $('.stm_same_return').slideDown(); } });let form = $('.stm_rent_car_form form')$('.stm_pickup_location select').on('select2:open', function() { $('body').addClass('stm_background_overlay'); $('.select2-container').css('width', $('.select2-dropdown').outerWidth()); });$('.stm_pickup_location select').on('select2:close', function(){ $('body').removeClass('stm_background_overlay'); });$('.stm_date_time_input input').on('change', function(){ if($(this).val() === '') { $(this).removeClass('active'); } else { $(this).addClass('active'); } });$('.stm-date-timepicker-start').on('change.datetimepicker', function(e) { clearWooCommerceCart(); });$('.stm-date-timepicker-end').on('change.datetimepicker', function(e) { clearWooCommerceCart(); });function clearWooCommerceCart() {$.ajax({ url: woocommerce_params.ajax_url, type: 'POST', data: { action: 'clear_woo_cart' }, });}var locations = [["
Fes
fes
Phone: +212 661-384453
Fax: +212 661-384453
24\/24 - 7\/7","34.018124","-5.007845",0,"Fes",14191],["
Casablanca
Casablanca
Phone: +212 661-384453
Fax: +212 661-384453
24\/24 - 7\/7","33.573109","-7.589843",1,"Casablanca",14187],["
Marrakech
Marrakech
Phone: +212 661-384453
Fax: +212 661-384453
24\/24 - 7\/7","31.629473","-7.981084",2,"Marrakech",14183],["
Rabat
Rabat
Phone: +212 661-384453
Fax: +212 661-384453","33.971588","-6.849813",3,"Rabat",14179],["
Mekn\u00e8s
Mekn\u00e8s
Phone: +212 661-384453
Fax: +212 661-384453
24\/24 - 7\/7","33.894470","-5.549240",4,"Mekn\u00e8s",14175],["
Tanger
Tanger
Phone: +212 661-384453
Fax: +212 661-384453
24\/24 - 7\/7","36.644424","-93.264442",5,"Tanger",14169],["
Agadir
Agadir
Phone: +212 661-384453
24\/24 - 7\/7","30.427755","-9.598107",6,"Agadir",14165],["
Oujda
Oujda
Phone: +212 661-384453
Fax: +212 661-384453
24\/24 - 7\/7","34.679169","-1.919240",7,"Oujda",14161],["
T\u00e9touan
T\u00e9touan
Phone: +212 661-384453
Fax: +212 661-384453
24\/24 - 7\/7","35.567211","-5.371620",8,"T\u00e9touan",14157],["
Sal\u00e9
Sal\u00e9
Phone: +212 661-384453
Fax: +212 661-384453
24\/24 - 7\/7","34.053570","-6.792860",9,"Sal\u00e9",14153],["
Larache
Larache
Phone: +212 661-384453
Fax: +212 661-384453
24\/24 - 7\/7","35.190159","-6.148250",10,"Larache",14149],["
Safi
Safi
Phone: +212 661-384453
Fax: +212 661-384453
24\/24 - 7\/7","32.309879","-9.232620",11,"Safi",14145],["
Essaouira
Essaouira
Phone: +212 661-384453
Fax: +212 661-384453
24\/24 - 7\/7","31.509560","-9.767320",12,"Essaouira",14141],["
Kh\u00e9nifra
Kh\u00e9nifra
Phone: +212 661-384453
Fax: +212 661-384453
24\/24 - 7\/7","32.939178","-5.666820",13,"Kh\u00e9nifra",14137],["
Ouarzazate
Ouarzazate
Phone: +212 661-384453
Fax: +212 661-384453
24\/24 - 7\/7","30.918871","-6.902170",14,"Ouarzazate",14133],["
El Jadida
El Jadida
Phone: +212 661-384453
Fax: +212 661-384453
24\/24 - 7\/7","33.248348","-8.516350",15,"El Jadida",14129],["
Nador
Nador
Phone: +212 661-384453
Fax: +212 661-384453
24\/24 - 7\/7","35.173870","-2.933930",16,"Nador",14125],["
Khouribga
Khouribga
Phone: +212 661-384453
Fax: +212 661-384453
24\/24 - 7\/7","32.879101","-6.911180",17,"Khouribga",14121]]; var contents = []; var content = ''; var i = 0;for (i = 0; i < locations.length; i++) { content = '
    '; content += '
  • ' + locations[i][0] + '
  • '; content += '
';contents.push(content); }$(document).on('mouseover', '.stm_rent_location .select2-results__options li', function(){ var currentLi = ($(this).index()) - 1; $('.stm_rent_location .stm_locations_description').remove(); $('.stm_rent_location').append(contents[currentLi]); });var stmStart = $('.stm-date-timepicker-start') var stmEnd = $('.stm-date-timepicker-end') var stmStartVal = stmStart.val(); var stmEndVal = stmEnd.val(); var expireCookieTime = parseInt( '' ); var expiresTime = new Date(); if ( isNaN( expireCookieTime ) ) { expireCookieTime = 24; } expiresTime.setTime(expiresTime.getTime() + (expireCookieTime * 60 * 60 * 1000)); /*Timepicker*/ var stmToday = new Date(); var stmTomorrow = new Date(+new Date() + 86400000); var startDate = stmStartVal ? stmStartVal : false; var endDate = stmEndVal ? stmEndVal : false; var dateTimeFormat = 'F j, Y H:i'; var dateTimeFormatHide = 'MM DD, YYYY HH:mm';stmStart.datetimepicker({ format: dateTimeFormat, dayOfWeekStart: 1, defaultDate: stmToday, defaultSelect: true, closeOnDateSelect: false, timeHeightInTimePicker: 40, validateOnBlur: false, fixed: false, lang: currentLocale ? currentLocale : 'en', onShow: function( ct ) { $('body').addClass('stm_background_overlay stm-lock');var stmEndDate = stmEnd.val() ? moment(stmEnd.val()) : false;if(stmEndDate) { stmEndDate = stmEndDate.toDate(); }this.setOptions({ minDate: new Date(), });$(".xdsoft_time_variant").css('margin-top', '-600px'); }, onSelectDate: function (ct, $i) { $i.datetimepicker('close');$('.xdsoft_time').removeClass('xdsoft_current'); //reset end date stmEnd.val(''); stmEnd.removeAttr( 'data-dt-hide' ); }, onClose: function (ct, $i) { startDate = ct;if (ct < new Date()) { $i.datetimepicker('reset'); }if (startDate && endDate) { checkDate(moment(startDate).format(dateTimeFormatHide), moment(endDate).format(dateTimeFormatHide)); } $('.stm-date-timepicker-end').trigger('blur');},onChangeDateTime: function (ct, $i) { $i.attr('data-dt-hide', moment(ct).format(dateTimeFormatHide)); },onGenerate: function () { if(!stmStart.val()) { $('.xdsoft_time').removeClass('xdsoft_current'); } } });stmEnd.datetimepicker({ format:dateTimeFormat, dayOfWeekStart: 1, defaultDate: stmTomorrow, defaultSelect: true, closeOnDateSelect: false, timeHeightInTimePicker: 40, validateOnBlur: false, fixed: false, lang: currentLocale ? currentLocale : 'en', onShow: function (ct, $i) { $('body').addClass('stm_background_overlay stm-lock');var stmStartDate = startDate ? moment(startDate).add(1, 'day') : false; if (stmStartDate) { stmStartDate = stmStartDate.toDate(); } else { stmStartDate = new Date(); }this.setOptions({ minDate: stmStartDate, defaultDate: stmStartDate, }) }, onSelectDate: function (ct, $i) { $('.xdsoft_time').removeClass('xdsoft_current'); $i.datetimepicker('close'); }, onClose: function( ct, $i ) { endDate = ct;if(ct < new Date()) { $i.datetimepicker('reset'); }if(!stmStart.val() && !$i.val()) { checkDate(moment(startDate).format(dateTimeFormatHide), moment(endDate).format(dateTimeFormatHide)); }var s = moment(startDate); var e = moment(ct);if(e.diff(s) < 0) { s = s.add(1, 'day'); $i.val(''); $i.attr('data-dt-hide', ''); this.setOptions({ minDate: s.toDate(), defaultDate: s.toDate() }); }$('body').removeClass('stm_background_overlay stm-lock'); }, onChangeDateTime: function (ct, $i) { $i.attr('data-dt-hide', moment(ct).format(dateTimeFormatHide)); }, onGenerate: function (ct, $i) { if ($i.val() === '') { $('.xdsoft_time').removeClass('xdsoft_current'); } } });let clear_button = $('form .clear-data') clear_button.each(function (index, item) { if (!$(item).hasClass('isNotHidden')) $(item).hide() })form.find('select, input').change(function () { let form = $(this.form) form.find('.clear-data').show() })clear_button.on('click', function (e) { e.preventDefault();let form = $(this.form)form.attr('action', 'https://fascinocar.com/cars/');jQuery.ajax({ url: ajaxurl, type: "GET", dataType: 'json', context: this, data: 'action=stm_ajax_clear_data&security=' + stm_security_nonce, success: function (data) {} });$("select[name='pickup_location']").val('').trigger('change'); $("select[name='drop_location']").val('').trigger('change');$.each(form.serializeArray(), function (i, field) { if(field.name === 'pickup_location' || field.name === 'drop_location') { $.cookie('stm_' + field.name + '_' + stm_site_blog_id, '', { expires: -1, path: '/' }); $.cookie('stm_car_watched', '', { expires: -1, path: '/' }); return } else { let _field = $('input[name="' + field.name + '"]') _field.val(''); _field.attr('data-dt-hide', ''); }$.cookie('stm_' + field.name + '_' + stm_site_blog_id, '', { expires: -1, path: '/' }); $.cookie('stm_car_watched', '', { expires: -1, path: '/' }); });$(this).hide();return false; });/*Set cookie with order data*/ form.on('submit', function (e) { var error = false;$('.stm_pickup_location').removeClass('stm_error'); $('.stm_date_time_input input').removeClass('stm_error');const pickupDateValue = $('input[name="pickup_date"]').val(); const returnDateValue = $('input[name="return_date"]').val();const convertedPickupDate = moment(pickupDateValue).format('MM DD, YYYY HH:mm') const convertedReturnDate = moment(returnDateValue).format('MM DD, YYYY HH:mm')/*Save in cookies all fields*/ if($.cookie('stm_pickup_date_' + stm_site_blog_id) != null) { $.cookie('stm_pickup_date_old_' + stm_site_blog_id, $.cookie('stm_pickup_date_' + stm_site_blog_id), {expires: expiresTime, path: '/'}); $.cookie('stm_return_date_old_' + stm_site_blog_id, $.cookie('stm_return_date_' + stm_site_blog_id), {expires: expiresTime, path: '/'}); }$.each($(this).serializeArray(), function (i, field) { $.cookie('stm_' + field.name + '_' + stm_site_blog_id, encodeURIComponent(field.value), {expires: expiresTime, path: '/'});if (field.name == 'pickup_date' || field.name == 'return_date') { if (typeof $('input[name="' + field.name + '"]').attr('data-dt-hide') == 'undefined' || $('input[name="' + field.name + '"]').attr('data-dt-hide') == '') { $('input[name="' + field.name + '"]').addClass('stm_error'); error = true; } else { $('input[name="' + field.name + '"]').removeClass('stm_error'); }$.cookie('stm_calc_' + field.name + '_' + stm_site_blog_id, (typeof $('input[name="' + field.name + '"]').attr('data-dt-hide') != 'undefined') ? $('input[name="' + field.name + '"]').attr('data-dt-hide') : '', {expires: expiresTime, path: '/'}); } });if(!$('input[name="return_same"]').prop('checked')) { $.cookie('stm_return_same_' + stm_site_blog_id, "off", {expires: expiresTime, path: '/'}); }var stm_pickup_location = $('.stm_pickup_location select').val(); var return_same = $('input[name="return_same"]').prop('checked'); var stm_drop_location = $('.stm_drop_location select').val();if (stm_pickup_location == '') { $('.stm_pickup_location:not(".stm_drop_location")').addClass('stm_error'); error = true; }if (!return_same && stm_drop_location == '') { $('.stm_drop_location').addClass('stm_error'); error = true; }if (error) { e.preventDefault(); } });if ($.cookie('stm_pickup_date_' + stm_site_blog_id) === null || $.cookie('stm_pickup_date_' + stm_site_blog_id) === undefined ) { jQuery.ajax({ url: ajaxurl, type: "GET", dataType: 'json', context: this, data: 'action=stm_ajax_clear_data&security=' + stm_security_nonce, success: function (data) {} }); }$('.stm-template-car_rental .stm_rent_order_info .image.image-placeholder a').on('click', function(e){ var $stmThis = $('.stm_rent_car_form form'); $stmThis.trigger('submit'); e.preventDefault(); });$('body').on('click touchstart', '.stm-rental-overlay', function(e) { $('.stm-date-timepicker-start').trigger('blur'); $('.stm-date-timepicker-end').trigger('blur'); $('.xdsoft_datetimepicker').hide(); $('body').removeClass('stm_background_overlay'); });});})(jQuery);function checkDate ($start, $end) {var locationId = jQuery('select[name="pickup_location"]').select2("val"); var stm_timeout_rental; if(locationId != '') { jQuery.ajax({ url: ajaxurl, type: "GET", dataType: 'json', context: this, data: 'startDate=' + $start + '&endDate=' + $end + '&action=stm_ajax_check_is_available_car_date&security=' + stm_security_nonce, success: function (data) { jQuery("#select-vehicle-popup").attr("href", jQuery("#select-vehicle-popup").attr('href').split("?")[0] + "?pickup_location=" + locationId); if (data != '') { clearTimeout(stm_timeout_rental); jQuery('.choose-another-class').addClass('single-add-to-compare-visible'); jQuery(".choose-another-class").addClass('car-reserved'); jQuery(".choose-another-class").find(".stm-title.h5").html(data); stm_timeout_rental = setTimeout(function () { jQuery('.choose-another-class').removeClass('single-add-to-compare-visible').removeClass('car-reserved'); }, 10000); } } }); } }

Rent Volkswagen T-Roc Marrakech | Premium Car Rental Morocco

Looking for a reliable compact SUV? Rent a Volkswagen T-Roc in Marrakech with free airport delivery, unlimited mileage & no hidden fees. Book online!Rent a Volkswagen T-Roc in Marrakech, MoroccoAre you searching for a stylish, reliable, and versatile compact SUV for your upcoming trip? The **Volkswagen T-Roc** is one of the most popular choices for travelers demanding comfort and performance. Whether you are navigating the busy urban streets of Marrakech, cruising along the coastal highways, or embarking on a scenic Morocco road trip itinerar , this vehicle delivers an exceptional driving experience.At Fascino Car, we make your car rental in Morocco simple, transparent, and entirely hassle-free.—## Why Choose the Volkswagen T-Roc Rental?The Volkswagen T-Roc perfectly bridges the gap between an agile city hatchback and a sturdy crossover. Built with German precision, our latest models come fully equipped with: * **Smooth Automatic Transmission:** Effortless driving through mountain passes or heavy city traffic. * **Efficient Diesel Engine:** Maximum fuel economy without compromising on power. * **Spacious 5-Seat Cabin & Boot:** Plenty of room for up to 4 large suitcases and family luggage. * **Modern Tech Suite:** Touchscreen display, Apple CarPlay/Android Auto, Bluetooth, and GPS navigation.To learn more about the engineering behind this model, you can review the Volkswagen T-Roc premium specifications.—## Seamless Airport Pickup & Premium ServiceWe understand that arriving in a foreign country can be stressful. That is why we provide custom delivery options tailored to your arrival schedule. You can pick up your vehicle directly at Marrakech Menara Airport (RAK) right outside your terminal, or have it delivered straight to your hotel or Riad.### Every T-Roc rental with Fascino Car includes: 1. **Unlimited Mileage:** Explore the country from north to south without counting the kilometers. 2. **24/7 Roadside Assistance:** Peace of mind throughout your entire journey. 3. **Zero Hidden Fees:** The price you reserve online is the exact price you pay upon arrival. 4. **Free Cancellation:** Plans change? Cancel up to 48 hours before your booking at no cost.If you would like to compare this crossover with other options like sedans or large 4x4s, feel free to browse our premium fleet to find the perfect match for your travel style. Secure your Volkswagen T-Roc rental today and experience Morocco with absolute confidence!

Minimum rental period is 4 days

Volkswagen Golf 8-R-Line

Automatic, Diesel
5 Seats
5 Doors
A/C
0 Days / 0 Hours
QTY
RATE
SUBTOTAL
Rental Charges Rate
0.00

Minimum rental period is 4 days

Mercedes Classe A

Automatic, Diesel
5 Seats
5 Doors
A/C
0 Days / 0 Hours
QTY
RATE
SUBTOTAL
Rental Charges Rate
0.00

Mercedes A-Class rental Morocco: Enjoy a top-of-the-range driving experience in Morocco. Rent your Mercedes now.

Minimum rental period is 4 days

Volkswagen Touareg

Automatic, Diesel
5 Seats
5 Doors
A/C
0 Days / 0 Hours
QTY
RATE
SUBTOTAL
Rental Charges Rate
0.00

Minimum rental period is 4 days

Rantal car Audi Q3 2025 in Morocco

Audi Q3 2025

Essence
5 Seats
5 Doors
A/C
0 Days / 0 Hours
QTY
RATE
SUBTOTAL
Rental Charges Rate
0.00

Car Rentals a Audi Q3 2025 in Morocco

Key Features:

✔ Spacious & Luxurious Interior – Premium materials, ergonomic seating, and ample cargo space.
✔ Advanced Tech – High-resolution infotainment system, smartphone integration, and voice control.
✔ Efficient Performance – Responsive turbocharged engine with smooth handling.
✔ Top Safety Ratings – Equipped with adaptive cruise control, lane assist, and emergency braking.
✔ Stylish Exterior – Bold grille, LED lighting, and aerodynamic design.

Book nowAudi Q3 2025

Minimum rental period is 4 days

Range Rover Evoque rental car in Marrakech – luxury SUV with premium features

Range Rover Evoque

Diesel
5 Seats
5 Doors
A/C
0 Days / 0 Hours
QTY
RATE
SUBTOTAL
Rental Charges Rate
0.00

Car Rentals a Range Rover Evoque in Marrakech

Key Features:

✔️ Luxurious Interior – Premium leather seats, climate control, and advanced infotainment system
✔️ Powerful Performance – Turbocharged engine for a dynamic driving experience
✔️ All-Terrain Capability – Land Rover’s renowned 4WD system for confident off-road driving
✔️ Advanced Safety – Includes lane-keep assist, adaptive cruise control, and emergency braking
✔️ Compact Yet Spacious – Perfect for navigating narrow streets while offering ample cabin space

Whether exploring Marrakech’s medina or venturing into the Atlas Mountains, the Range Rover Evoque delivers unmatched elegance and versatility.

Book nowRange Rover Evoque

Minimum rental period is 4 days

Fiat Ulysse 2025

Diesel
9 Seats
5 Doors
A/C
0 Days / 0 Hours
QTY
RATE
SUBTOTAL
Rental Charges Rate
0.00

Car Rentals a Range Rover Evoque in Marrakech

Key Features:

✔️ Luxurious Interior – Premium leather seats, climate control, and advanced infotainment system
✔️ Powerful Performance – Turbocharged engine for a dynamic driving experience
✔️ All-Terrain Capability – Land Rover’s renowned 4WD system for confident off-road driving
✔️ Advanced Safety – Includes lane-keep assist, adaptive cruise control, and emergency braking
✔️ Compact Yet Spacious – Perfect for navigating narrow streets while offering ample cabin space

Whether exploring Marrakech’s medina or venturing into the Atlas Mountains, the Range Rover Evoque delivers unmatched elegance and versatility.

Book nowRange Rover Evoque

Minimum rental period is 4 days

Porsche Macan 2025 luxury rental car in Marrakech

Porsche Macan 2025

Essence
5 Seats
5 Doors
A/C
0 Days / 0 Hours
QTY
RATE
SUBTOTAL
Rental Charges Rate
0.00

Car Rentals a Porsche Macan 2025 in Marrakech

Key Features:

✔ Powerful Engine – Turbocharged performance for a thrilling drive.
✔ Luxurious Interior – Premium leather seats, advanced infotainment, and climate control.
✔ Advanced Safety – Adaptive cruise control, lane-keeping assist, and 360° cameras.
✔ Spacious & Stylish – Ample cargo space with a sleek, modern exterior.
✔ Smart Connectivity – Apple CarPlay, Android Auto, and wireless charging.

Rent the Porsche Macan 2025 in Marrakech for an unforgettable driving experience.

Book nowPorsche Macan 2025

Minimum rental period is 4 days

Rent the Audi Q8 2025

Audi Q8 2025

Essence
5 Seats
5 Doors
A/C
0 Days / 0 Hours
QTY
RATE
SUBTOTAL
Rental Charges Rate
0.00

Car Rentals a Audi Q8 2025 in Marrakech

Key Features:

✔️ Powerful Engine – Turbocharged V6 delivering exceptional performance.
✔️ Luxurious Interior – Premium leather seats, panoramic sunroof, and advanced infotainment.
✔️ Advanced Safety – Adaptive cruise control, lane assist, and 360° cameras.
✔️ Spacious Cabin – Ample legroom and cargo space for a comfortable trip.
✔️ Stylish Exterior – Sleek design with LED lighting and bold grille.

Rent the Audi Q8 2025 in Marrakech for a seamless blend of sophistication and adventure.

Book nowAudi Q3 2025

Minimum rental period is 4 days

Range Rover Sport rental car in Marrakech – luxury SUV for city and off-road adventures

Range Rover Sport

Automatic, Diesel
5 Seats
5 Doors
A/C
0 Days / 0 Hours
QTY
RATE
SUBTOTAL
Rental Charges Rate
0.00

Car Rentals a Range Rover Sport in Marrakech

Key Features:

✔️ Powerful engine for dynamic on- and off-road performance
✔️ Spacious, high-end interior with premium leather seating
✔️ Advanced infotainment system with touchscreen navigation
✔️ Superior safety features, including adaptive cruise control
✔️ Striking design with signature Range Rover aesthetics

Whether navigating Marrakech’s bustling streets or venturing into the Atlas Mountains, the Range Rover Sport delivers an unforgettable driving experience.

Book nowRange Rover Sport

Minimum rental period is 4 days

There is no selected car class in current office. Please choose another Class!