Walk the Red Carpet at the Venice Film Festival - Biennale Cinema 2024 (2024)

Skip to main content

Interests

Locations

Log in

Sign up

Walk the Red Carpet at the Venice Film Festival - Biennale Cinema 2024 (2)

English/USD

    Language: English Walk the Red Carpet at the Venice Film Festival - Biennale Cinema 2024 (3)

    Currency: USD - $ Walk the Red Carpet at the Venice Film Festival - Biennale Cinema 2024 (4)

ITEM ADDED TO CART

Walk the Red Carpet at the Venice Film Festival - Biennale Cinema 2024 (6)

Walk the Red Carpet at the Venice Film Festival - Biennale Cinema 2024 (7)

Log in

Sign up

Language

Currency

Interests

Locations

About priceless™

Contact us

Close

How to buy gift

Walk the Red Carpet at the Venice Film Festival - Biennale Cinema 2024 (12)

Walk the Red Carpet at the Venice Film Festival - Biennale Cinema 2024 (13)

Feel like a VIP star with a luxe stay, hair and makeup styling session, access to a world preview movie screening, and more

More...

The Experience

Immerse yourself in the splendour and excitement of the Venice International Film Festival of La Biennale di Venezia with a VIP package for two. You'll stay two nights at the 5-star Ca' di Dio Hotel. On the first day, you'll experience first-hand the magic of Venice. The next day you'll get pampered like a movie star by professional makeup artists and hairstylists. You will then hop on a water taxi to the famed Venice Lagoon to enjoy a unique aperitif with a magical view before heading to the iconic Cinema Palace, where you'll walk the Red Carpet like a movie star and attend a world preview of a movie screening. Finally, you will end your evenings in beauty with two exclusive dinners at surprise locations. Exclusively for Mastercard cardholders.

What'spriceless

Feeling glamorous as you walk the Red Carpet at the Venice International Film Festival of La Biennale di Venezia.

The highlights

  • Relish a 3-day/2-night VIP experience for two at the Venice International Film Festival of La Biennale di Venezia
  • Stay two nights at the Ca' di Dio Hotel and embark on an enchanting tour of Venice
  • Enjoy a professional makeup and hairstyling session
  • Take a water taxi to the Venice Lagoon and taste a unique aperitif
  • Walk the Red Carpet at the Festival and attend a movie screening
  • Indulge in an excellent lunch and savor two exclusive dinners at surprise locations

Details

  • Priceless experiences are reserved for Mastercard cardholders
  • The experience can be booked from May 29 at 10:00 AM CET until June 28, 2024, at 9:00 AM CET
  • The experience is valid for participants aged 18 and over
  • The experience lasts for 3 days and 2 nights and will take place during the Venice International Film Festival, which will run from August 28th to September 7th, 2024
  • The experience is for 2 people
  • The price listed is for 2 people
  • Tuxedos are recommended but not mandatory
  • Click on 'Add to Cart' and complete the checkout process to book your place. You will receive a confirmation e-mail. In the following days, you will also receive an e-mail from our customer service requesting that you provide the necessary information to participate in the event within 24 hours
  • By clicking "Coming Soon", you agree to all our Terms of Use
  • Terms & Conditions

Fine Print

  • This experience is non-refundable upon purchase, unless otherwise noted

Follow us

  • Contact us (opens in new tab)
  • Terms of Use (opens in new tab)
  • About priceless™ (opens in new tab)
  • Privacy Notice (opens in new tab)
  • Mastercard.com (opens in new tab)
  • Manage cookies
  • Sitemap (opens in new tab)

Mastercard and Priceless are registered trademarks, and the circles design is a trademark of Mastercard International Incorporated. ©2024 Mastercard

  • Contact us (opens in new tab)
  • About priceless™ (opens in new tab)
  • Mastercard.com (opens in new tab)
  • Terms of Use (opens in new tab)
  • Privacy Notice (opens in new tab)
  • Manage cookies
  • Sitemap (opens in new tab)

Mastercard and Priceless are registered trademarks, and the circles design is a trademark of Mastercard International Incorporated. ©2024 Mastercard

eu06-SI5-SCGhgNghYkS3QFz2da3JB4-SO0-U0-AC0-C1-L1-H1-mA0-uA1-auto0-exec:0.86-ajax:0-total:0.86

'); if ($.trim(selector) !== '') { var id = 'error_div_' + selector.replace('#', '').replace('.', '').replace(' ', ''); $error.attr('id', id); } $input.parent().append($error); } $error.html(msg).show(); $input.attr('aria-invalid', true).attr('aria-describedby', $error.attr('id')); if (! aria_live_shown) { aria_live_shown = true; $error.attr('aria-live', 'polite'); $input.focus(); } } } $(".signup_form_submit_btn").removeClass('disabled'); } else if (data.result === 3) { // Email is already being used, please Log In /* $("#nav .js-login").click(); // added #nav to log pageview once for desktop and mobile $("#login-email").val(email).show(); $("#login-pass").focus(); $("#login_error").html(data.msg).show(); resetRecaptcha('signup'); */ alertEx('email already used'); $(".signup_form_submit_btn").removeClass('disabled'); } /* else if (false && data.result === 14) { // for countreis like germany, needs email verification // directly go to next step if (signup_collectCardOnSignUp) { var postData = {action : 'submitSignupCCForm_save_card', payUrl:data.payUrl}; $('#signup_cc_iframe')[0].contentWindow.postMessage(JSON.stringify(postData), '*'); } else { signup_goto_next_step(); } //var message = "Please verify your email."; //alertEx(message); //$(".signup_form_submit_btn").removeClass('disabled'); } */ else if (data.result > 0) { //signup_goto_next_step(); var j = get_next_step_index_by_step_id('signup_form'); $('.signup_stepicon_index_'+ (j-1)).addClass('done'); signup_goto_step(j); if (data.requiresEmailVerification == 1) { $('.done_header_div').addClass('email_verification').removeClass('no_email_verification'); $('.signup_stepicon_done .signup_stepicon_text ').html("Thank You"); } else { $('.done_header_div').addClass('no_email_verification').removeClass('email_verification'); $('.signup_stepicon_done .signup_stepicon_text').html("Done"); } $('.ifonly_pop_close_img').click(function(e){ var redirectUrl = $("#redirectURL").val().trim(); var url_regex = /^(http|https)/; if (url_regex.test(String(redirectUrl).toLowerCase())) { redirectUrl = ''; // do not allow redirect to other site } location.href = redirectUrl; }); signup_form_submitted(data); } else { if (data.error_code == 'sess_exp') { alertEx("Session expired. Page will be refreshed."); window.setTimeout(function() { location.href = g_is_mobile ? '/m' : '/'; }, 5000); } else if (data.msg) { alert(data.msg); } else { alert('register error'); } } }).fail( function(xhr, textStatus, error) { if (g_thisHost === 'www') { location.reload(); } else if (g_thisHost==='dev' || g_thisHost==='test') { alert_error("Error in _streamlined_signup_form register
status:" + textStatus + "
error:" + error + "

" + xhr.responseText); } else { confirmEx("Please refresh and try again." + ' ' + "If you continue to receive this error please contact priceless\u2122 concierge." + '

It will automatically refresh the page in LIVE.
(' + textStatus + ' - ' + xhr.statusText + ')', 'User Signup Error', function(){location.reload();}, function(){loadingAnimation("hide");}, "Refresh", "Close"); console.log(xhr); } $(".signup_form_submit_btn").removeClass('disabled'); }); return false; } // data: data returned form register ajax call function signup_form_submitted(data){ console.log('signup form submitted successfully'); // adobe tracking 1.10 var adobeTracking = {ctaName: 'Sign up - Completed'}; if (g_withMcCompleteRegistrationForm) { adobeTracking['ctaName'] = 'Sign up Completed – Long Form'; } if (data.cardTypeName) { adobeTracking['cardType'] = data.cardTypeName; } adobeSatelliteTracking('Forms', adobeTracking); // Need to make callback since we NOW have emailAddress and userId // emailAddress and userId are needed for BlueShift if (typeof data !== 'undefined' && data.emailAddress && data.userId) { trackingSignupConfirmation(data.emailAddress, data.userId); } if (addGuestProductToCart()) return false; // if need to add a guest product (main.js) /* if (g_sourceId === 0 && g_register_result.result === 1) { // display thank you when it's new user g_signup_timer = 5000; // need more time to read message if (g_register_result.loginExistingUser) { g_signup_timer = 0; } else { var showEmailCrm = false; if (showEmailCrm && $('#pricelessProgram').prop('checked')) { g_signup_timer = 60 * 60 * 1000; // one hour show_ifonly_overlay('.email_crm_overlay'); $('.email_crm_overlay').attr('continu_signup_process', '1'); } else{ showThankYouPopIfNecessary(); } } } */ var redirectUrl = $("#redirectURL").val().trim(); var url_regex = /^(http|https)/; if (url_regex.test(String(redirectUrl).toLowerCase())) { redirectUrl = ''; // do not allow redirect to other site } /* g_signup_timer = 5000; if (g_register_result!==null && ! empty(g_register_result.terms)) { showMemberTermsAndPrivacyDialog(redirectUrl, g_register_result.terms, g_register_result.termsTranslatedText); return false; } else if (redirectUrl !== '' && redirectUrl !== '#') { setTimeout(function() { location.href = redirectUrl; }, g_signup_timer); } else { setTimeout(function() { location.reload(); }, g_signup_timer); } */ } function signup_syncCCIframeSize() { if ($('#signup_cc_iframe').length > 0) { var postData = {action : 'syncCCIframeSize'}; $('#signup_cc_iframe')[0].contentWindow.postMessage(JSON.stringify(postData), '*'); } } function resetCCform() { if ($('#signup_cc_iframe').length > 0) { var postData = {action: 'resetCCform'}; $('#signup_cc_iframe')[0].contentWindow.postMessage(JSON.stringify(postData), '*'); $('.signup_cc_submit_btn').removeClass('disabled'); } } function resetSignupForm() { g_signup_cc_saved = false; $('#redesignedSignupForm .error_div').hide(); $('#redesignedSignupForm input:not([type=hidden]), #redesignedSignupForm select').val(''); $('.signup_cc_submit_btn').removeClass('disabled'); $('.signup_form_submit_btn').removeClass('disabled'); $('.mc_priceless_check').prop('checked', false); } function resetStepIcon() { $('.signup_stepicon').removeClass('done').removeClass('current'); } // ************** listen to message from the iframe ************************ if (typeof(signup_redesign_js_loaded)=='undefined') { signup_redesign_js_loaded = true; window.addEventListener("message", function(e){ if (e.origin !== 'https://pay.priceless.com') return; try { var data = jQuery.parseJSON(e.data); } catch(err) { return; } if (data.action === 'signup_cc_saved') { console.log('signup_cc_saved received'); g_signup_cc_saved = true; //signup_goto_next_step(); var j = get_next_step_index_by_step_id('verify_card'); $('.signup_stepicon_index_'+ (j-1)).addClass('done'); signup_goto_step(j); } else if (data.action === 'signup_cc_save_called') { if (! g_signup_cc_saved) { $('.signup_cc_submit_btn').removeClass('disabled'); } $(".signup_form_submit_btn").removeClass('disabled'); } else if (data.action === 'alert_session_timeout') { alertEx("Session expired. Page will be refreshed."); window.setTimeout(function() { location.href = g_is_mobile ? '/m' : '/'; }, 5000); } // event handlers else if (data.action === 'resize_signup_cc_iframe') { if (data.height) { var $target = $('#signup_cc_iframe'); if(data.target !== undefined && $.trim(data.target) !== '' && $.trim(data.target) !== '.' && $.trim(data.target) !== '#'){ $target = $(data.target); } //$target.attr('style', 'min-height: ' + data.height + 'px; max-height: ' + data.height + 'px;'); $target.css('min-height', data.height ); $target.css('height', data.height ); $target.css('max-height', 'none'); } } }); }

Walk the Red Carpet at the Venice Film Festival - Biennale Cinema 2024 (2024)

References

Top Articles
Latest Posts
Article information

Author: Terrell Hackett

Last Updated:

Views: 5283

Rating: 4.1 / 5 (52 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Terrell Hackett

Birthday: 1992-03-17

Address: Suite 453 459 Gibson Squares, East Adriane, AK 71925-5692

Phone: +21811810803470

Job: Chief Representative

Hobby: Board games, Rock climbing, Ghost hunting, Origami, Kabaddi, Mushroom hunting, Gaming

Introduction: My name is Terrell Hackett, I am a gleaming, brainy, courageous, helpful, healthy, cooperative, graceful person who loves writing and wants to share my knowledge and understanding with you.