It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://venuewise.com/

  1. <!DOCTYPE html>
  2. <html lang="en" ontouchmove>
  3.  
  4. <head>
  5.  <meta charset="UTF-8" />
  6.  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
  7.  <link rel="icon" href="https://venuewise.com/assets/favicon/favicon-white.png">
  8.    <meta http-equiv="x-ua-compatible" content="ie=edge" />
  9.    <title>venuewise.com - Find the Best Venues in UAE - Top Event Spaces and Locations</title>
  10.    <meta name="description" content="">
  11.    <meta name="keywords" content="">
  12.    <link rel="canonical" href="https://venuewise.com/">
  13.    <meta name="author" content="Venue Wsie">
  14.    <meta name="theme-color" content="#C8D200">
  15.  
  16.  
  17.    <!-- Open Graph Meta Tags -->
  18.    <meta property="og:url" content="https://venuewise.com/">
  19.    <meta property="og:title" content="venuewise.com - Find the Best Venues in UAE - Top Event Spaces and Locations">
  20.    <meta property="og:description" content="">
  21.    
  22.    <meta property="og:type" content="website">
  23.    <meta property="og:site_name" content="venuewise.com">
  24.    <meta property="og:locale" content="en_US">
  25.    <meta property="og:image:width" content="1200">
  26.    <meta property="og:image:height" content="630">
  27.    <meta property="og:image:type" content="image/jpeg">
  28.  
  29.    <!-- Additional Meta Tags for Facebook -->
  30.    
  31.  
  32.    <!-- Additional Meta Tags for Twitter -->
  33.    
  34.    
  35.  
  36.    <!-- Additional Meta Tags for LinkedIn -->
  37.    <meta property="og:linkedin:url" content="https://venuewise.com/">
  38.    <meta property="og:linkedin:title" content="venuewise.com - Find the Best Venues in UAE - Top Event Spaces and Locations">
  39.    <meta property="og:linkedin:description" content="">
  40.    
  41.  
  42.    <!-- Additional Meta Tags for Pinterest -->
  43.    <meta name="pinterest-rich-pin" content="true">
  44.    <meta property="og:pinterest" content="nopin">
  45.  
  46.    <!-- Main and Final CSS File -->
  47.    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
  48.  
  49.    <link rel="stylesheet" href="https://venuewise.com/style/main.css?v=0.0.8" />
  50.  
  51.    <!-- Google Map CDN + API Key -->
  52.    <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBmkGZ_bmBlqv3njsS1bddxnzzxy8LW99k" ></script>
  53.    <!-- Google Tag Manager -->
  54.    <!--  Style For home BG -->
  55.    <style>
  56.      body {
  57.        background-color: #fff !important;
  58.      }
  59.    </style>
  60.  
  61. <style>
  62. /*
  63. .disabledLink {
  64.    pointer-events: none;
  65.    color: gray;
  66.    text-decoration: none;
  67.    cursor: not-allowed;
  68. }
  69.  
  70.  
  71. .venue-marker-card-image {
  72.    position: relative;
  73.    overflow: hidden;
  74. }
  75.  
  76. .image-container {
  77.    position: relative;
  78.    width: 100%;
  79.    height: 100%;
  80. }
  81.  
  82. .image-container img {
  83.    width: 100%;
  84.    height: 100%;
  85.    object-fit: cover;
  86. }  */
  87.  </style>
  88. <script src="https://recaptcha.net/recaptcha/api.js?render=6LdupEAqAAAAALmorCPwUuM46JkbrPVZCDiujbxu"></script>
  89. <script src="https://unpkg.com/lenis@1.1.9/dist/lenis.min.js"></script>
  90.  
  91. <style>
  92.    .grecaptcha-badge {
  93.        visibility: hidden;
  94.    }
  95.  
  96.    .bezio-error {
  97.        text-align: left;
  98.        color: red;
  99.    }
  100. </style>
  101. <style>
  102.    body{
  103.        font-family: 'Vazir',sans-serif;
  104.    }
  105.    /* Absolute Center Spinner */
  106.    .loading {
  107.        position: fixed;
  108.        z-index: 1200000;
  109.        height: 2em;
  110.        width: 2em;
  111.        overflow: show;
  112.        margin: auto;
  113.        top: 0;
  114.        left: 0;
  115.        bottom: 0;
  116.        right: 0;
  117.    }
  118.  
  119.    /* Transparent Overlay */
  120.    .loading:before {
  121.        content: '';
  122.        display: block;
  123.        position: fixed;
  124.        top: 0;
  125.        left: 0;
  126.        width: 100%;
  127.        height: 100%;
  128.        z-index: 1200000;
  129.        background-color: rgba(0,0,0,0.3);
  130.    }
  131.  
  132.    /* :not(:required) hides these rules from IE9 and below */
  133.    .loading:not(:required) {
  134.        /* hide "loading..." text */
  135.        font: 0/0 a;
  136.        color: transparent;
  137.        text-shadow: none;
  138.        background-color: transparent;
  139.        border: 0;
  140.    }
  141.  
  142.    .loading:not(:required):after {
  143.        content: '';
  144.        display: block;
  145.        font-size: 10px;
  146.        width: 1em;
  147.        height: 1em;
  148.        margin-top: -0.5em;
  149.        -webkit-animation: spinner 1500ms infinite linear;
  150.        -moz-animation: spinner 1500ms infinite linear;
  151.        -ms-animation: spinner 1500ms infinite linear;
  152.        -o-animation: spinner 1500ms infinite linear;
  153.        animation: spinner 1500ms infinite linear;
  154.        border-radius: 0.5em;
  155.        -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  156.        box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  157.    }
  158.  
  159.    /* Animation */
  160.  
  161.    @-webkit-keyframes spinner {
  162.        0% {
  163.            -webkit-transform: rotate(0deg);
  164.            -moz-transform: rotate(0deg);
  165.            -ms-transform: rotate(0deg);
  166.            -o-transform: rotate(0deg);
  167.            transform: rotate(0deg);
  168.        }
  169.        100% {
  170.            -webkit-transform: rotate(360deg);
  171.            -moz-transform: rotate(360deg);
  172.            -ms-transform: rotate(360deg);
  173.            -o-transform: rotate(360deg);
  174.            transform: rotate(360deg);
  175.        }
  176.    }
  177.    @-moz-keyframes spinner {
  178.        0% {
  179.            -webkit-transform: rotate(0deg);
  180.            -moz-transform: rotate(0deg);
  181.            -ms-transform: rotate(0deg);
  182.            -o-transform: rotate(0deg);
  183.            transform: rotate(0deg);
  184.        }
  185.        100% {
  186.            -webkit-transform: rotate(360deg);
  187.            -moz-transform: rotate(360deg);
  188.            -ms-transform: rotate(360deg);
  189.            -o-transform: rotate(360deg);
  190.            transform: rotate(360deg);
  191.        }
  192.    }
  193.    @-o-keyframes spinner {
  194.        0% {
  195.            -webkit-transform: rotate(0deg);
  196.            -moz-transform: rotate(0deg);
  197.            -ms-transform: rotate(0deg);
  198.            -o-transform: rotate(0deg);
  199.            transform: rotate(0deg);
  200.        }
  201.        100% {
  202.            -webkit-transform: rotate(360deg);
  203.            -moz-transform: rotate(360deg);
  204.            -ms-transform: rotate(360deg);
  205.            -o-transform: rotate(360deg);
  206.            transform: rotate(360deg);
  207.        }
  208.    }
  209.    @keyframes spinner {
  210.        0% {
  211.            -webkit-transform: rotate(0deg);
  212.            -moz-transform: rotate(0deg);
  213.            -ms-transform: rotate(0deg);
  214.            -o-transform: rotate(0deg);
  215.            transform: rotate(0deg);
  216.        }
  217.        100% {
  218.            -webkit-transform: rotate(360deg);
  219.            -moz-transform: rotate(360deg);
  220.            -ms-transform: rotate(360deg);
  221.            -o-transform: rotate(360deg);
  222.            transform: rotate(360deg);
  223.        }
  224.    }
  225.  
  226. </style>  
  227. <!-- Google Tag Manager -->
  228. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  229.    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  230.    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  231.    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  232.    })(window,document,'script','dataLayer','GTM-KHKKGBTP');</script>
  233. <!-- End Google Tag Manager -->
  234.  
  235. <script>
  236.    // Helper function to delay opening a URL until a gtag event is sent.
  237.    // Call it in response to an action that should navigate to a URL.
  238.    function gtagSendEvent(url) {
  239.      var callback = function () {
  240.        if (typeof url === 'string') {
  241.          window.location = url;
  242.        }
  243.      };
  244.      gtag('event', 'ads_conversion_About_Us_1', {
  245.        'event_callback': callback,
  246.        'event_timeout': 2000,
  247.        // <event_parameters>
  248.      });
  249.      return false;
  250.    }
  251.  </script>
  252.  
  253.  
  254. <script type="text/javascript">
  255.    (function(c,l,a,r,i,t,y){
  256.        c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
  257.        t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
  258.        y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
  259.    })(window, document, "clarity", "script", "nxx95img6n");
  260. </script>
  261.  
  262.  
  263.  
  264. </head>
  265.    <body class="bg-[#F9F9F9] relative " data-favorite-count="0" tabIndex=0>
  266. <div id="loadingDiv"></div>
  267.  
  268.  
  269.    <!-- Loading Section -->
  270.    <div class="loader--wrapper loader--loading">
  271.        <div class="loader--inner">
  272.            <img src="/assets/SVGs/venue-wise-logo-white.svg" alt="Logo" class="loader--logo--fill" />
  273.            <img src="/assets/SVGs/venue-wise-logo-white.svg" alt="Logo" class="loader--logo" />
  274.        </div>
  275.    </div>
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  <!-- Cursor -->
  282.  <div class="cursor-wrapper invisible lg:visible">
  283.    <div class="relative">
  284.      <div class="cursor-arrow">
  285.        <!-- prettier-ignore -->
  286.        <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
  287.          <mask id="mask0_434_2721" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="30" height="30">
  288.            <rect x="0.882812" y="0.882324" width="28.2353" height="28.2353" fill="#D9D9D9" />
  289.          </mask>
  290.          <g mask="url(#mask0_434_2721)">
  291.            <path d="M8.48266 22.2909L6.60352 20.4117L17.7359 9.27938H7.85031V6.60291H22.2915V21.0441H19.615V11.1586L8.48266 22.2909Z" fill="#181A1B" />
  292.          </g>
  293.        </svg>
  294.      </div>
  295.    </div>
  296.  </div>
  297.  
  298.  <!--  Expert Modal  -->
  299.  <section data-modal-name="expert_modal" class="!flex-col gap-2 !justify-start lg:!justify-center pt-3 lg:pt-0">
  300.    <div class="flex justify-end w-[95vw] lg:!w-[70vw]">
  301.      <img src="https://venuewise.com/assets/SVGs/icons/white-close.svg" class="w-[30px] cursor-pointer" />
  302.    </div>
  303.    <div class="relative modal__inner flex flex-col lg:flex-row justify-between gap-6 lg:pb-0 pb-8 w-[95vw] lg:!w-[70vw] max-h-[90vh] h-auto bg-white overflow-auto">
  304.      <div class="hidden lg:w-[48%] lg:flex flex-col items-center justify-center gap-2 p-7 lg:p-10 bg-[#C8D200] ">
  305.        <h4 class="text-4xl font-neue-text font-bold text-black">
  306.          Ask a venue advisor
  307.        </h4>
  308.        <p class="text-[16px] lg:text-2xl font-neue text-black text-center mb-5 lg:mb-10">
  309.          Venue Wise have a team of experts in the venue and event to
  310.          respond to you as soon as possible.
  311.        </p>
  312.        <img src="https://venuewise.com/assets/images/layout/photos-frame.png" alt="ask a venue advisor" class="inline w-96 mx-10" alt="" />
  313.      </div>
  314.      <div class="w-full lg:w-[52%] h-full px-10 py-7 lg:py-10 lg:max-h-[90vh]">
  315.        <h3 class="block lg:hidden text-center text-[28px] font-neue-text font-bold">Ask a venue advisor</h3>
  316.        <div class="w-full lg:pb-4 lg:border-b border-black text-balck font-neue lg:font-neue-text text-center lg:text-left lg:font-bold text-[14px] lg:text-[24px] tablet:text-[18px] leading-[120%]">
  317.          Tell us about your event! These details will
  318.          <br class="block lg:hidden">
  319.          help your request
  320.          receive fast and accurate quotes.
  321.        </div>
  322.        <form action="#" class="flex flex-col gap-y-4 py-6">
  323.          <div class="w-full flex flex-col lg:flex-row gap-4">
  324.            <div class="flex flex-col gap-1 w-full lg:w-1/2">
  325.               <label for="" class="input-label hidden lg:block">Name</label>
  326.              <input type="text" placeholder="Enter your full name" class="input-outline !h-[50px]" id="adviser_fullname"/>
  327.            </div>
  328.            <div class="flex flex-col gap-1 w-full lg:w-1/2">
  329.               <label for="" class="input-label hidden lg:block">Email</label>
  330.              <input type="email" placeholder="Enter your email address" class="input-outline !h-[50px] invalid:border-[red]" id="adviser_email" />
  331.            </div>
  332.          </div>
  333.          <div class="w-full flex flex-col lg:flex-row gap-4">
  334.            <div class="flex flex-col gap-1 w-full lg:w-1/2">
  335.               <label for="" class="input-label hidden lg:block">Event Type</label>
  336.               <input placeholder="Choose"
  337.                        id="adviser_activity"
  338.                        name="adviser_activity"
  339.                        class="vrf-dropdown"
  340.                        data-combobox="adviser_activity"
  341.                        data-search-disabled="true"
  342.                        readonly required/>
  343.                
  344.                        <div class="autocomplete__container">
  345.                            <ul class="autocomplete__results !max-h-[200px] !ml-0 !mt-1"
  346.                                data-combobox-results="adviser_activity">
  347.                              <li>-</li>
  348.                                                            <li>Art Shows</li>    
  349.                                                            <li>Brand Activations</li>    
  350.                                                            <li>Concerts and Music Performances</li>    
  351.                                                            <li>Conferences</li>    
  352.                                                            <li>Corporate Events</li>    
  353.                                                            <li>Fashion Shows and Weeks</li>    
  354.                                                            <li>Festivals</li>    
  355.                                                            <li>Film Festivals</li>    
  356.                                                            <li>Gaming Tournaments</li>    
  357.                                                            <li>Graduation Events</li>    
  358.                                                            <li>Indoor Dinners/Awards/Galas</li>    
  359.                                                            <li>Meetings</li>    
  360.                                                            <li>Movie Premiere</li>    
  361.                                                            <li>Networking Events</li>    
  362.                                                            <li>Outdoor Dinners/Awards/Galas</li>    
  363.                                                            <li>Parties and Celebrations</li>    
  364.                                                            <li>Photo and Video Shoots</li>    
  365.                                                            <li>Product Launches and Demos</li>    
  366.                                                            <li>Seminars</li>    
  367.                                                            <li>Sports Tournaments</li>    
  368.                                                            <li>Team Building Activities</li>    
  369.                                                            <li>Theaters and Performances</li>    
  370.                                                            <li>Trade Shows &amp; Exhibitions</li>    
  371.                                                            <li>Trainings and Workshops</li>    
  372.                                                            <li>Weddings-Indoor</li>    
  373.                                                            <li>Weddings-Outdoor</li>    
  374.                                                          
  375.                            </ul>
  376.                        </div>
  377.              
  378.            </div>
  379.            <div class="flex flex-col gap-1 w-full lg:w-1/2">
  380.               <label for="" class="input-label hidden lg:block">Attendees</label>
  381.              <input type="number" placeholder="Number of attendees" class="input-outline !h-[50px]" id="adviser_attendees" />
  382.            </div>
  383.          </div>
  384.          <div class="w-full flex flex-col gap-y-1 pb-2">
  385.             <label for="" class="input-label hidden lg:block">Description</label>
  386.            <textarea class="textarea-outline !h-20"  placeholder="Tell us more about your event" cols="30" id="adviser_description" rows="10"></textarea>
  387.          </div>
  388.          <input type="button" value="Send" class="black-btn w-full !h-[50px]" id="adviser_send" />
  389.        </form>
  390.        <div class="w-full pt-5 tablet:pt-3 lg:pt-5 border-t border-gray-2 text-balck font-neue-text font-bold text-[18px] tablet:text-[16px] lg:text-[24px] leading-[120%] text-center lg:text-left">We are responding to you right now</div>
  391.        <div class="flex gap-x-4 w-full pt-6 tablet:pt-3 lg:pt-6 font-neue font-semibold text-white text-center">
  392.          
  393.          <a href="mailto:support@venuewise.com" class="w-1/3 !h-[50px] black-btn"> Email </a>
  394.          <a href="tel:971585148688" class="w-1/3 !h-[50px] black-btn"> Call </a>
  395.        </div>
  396.      </div>
  397.    </div>
  398.  </section>
  399.  
  400.  <!--  Create Collection Modal 1: add  -->
  401.  <section data-modal-name="create_collection_modal1" id="create_collection_modal1" class="!items-end modal--animate__slide__up modal--slideup">
  402.    <div class="modal__inner fixed lg:static bottom-0  w-full justify-between  bg-white rounded-t-[20px] rounded-b-none px-6 lg:px-0 py-8 lg:py-0 !h-[80vh] h-max-xs:!h-[90vh]">
  403.      <div class="block lg:hidden bg-gray-5/20 absolute top-4 left-1/2 -translate-x-1/2 h-1 w-20 rounded-full close--modal"></div>
  404.      <div class="create-collection-card-prev" id="create_collection_card_prev1"></div>
  405.      <div class="create-collection-body">
  406.        <div class="w-full h-[20%] border-b text-center py-10 lg:py-0">
  407.          <span class="block font-neue-text font-bold text-black text-[24px] lg:text-[40px] leading-[110%]">
  408.            Save your venue to a collection
  409.            and stay organized
  410.          </span>
  411.        </div>
  412.        <div id="errorModal" style="display: none;" ></div>
  413.        <div class="w-full flex flex-col py-5 gap-y-4 h-[45%] lg:h-[65%] overflow-y-scroll border-b border-black" id="collectionList"></div>
  414.        <div class="create-collection-action">
  415.          <input type="hidden" value="1" id="get_venueid" name="get_venueid">
  416.          <span id="create_new_collection" class="font-neue-text font-bold text-[18px] cursor-pointer hover:text-green transition-colors">
  417.            + Create New Collection
  418.          </span>
  419.          <button type="button" class="black-btn w-full lg:w-[150px] py-5" id="collection_save_btn">Save</button>
  420.          <button type="button" class="outline-btn close--modal">Cancel</button>
  421.        </div>
  422.      </div>
  423.    </div>
  424.  </section>
  425.  
  426.  <!--  Create Collection Modal 2: form  -->
  427.  <section data-modal-name="create_collection_modal2" id="create_collection_modal2" class="!items-end modal--animate__slide__up modal--slideup">
  428.    <div class="modal__inner fixed lg:static bottom-0  w-full justify-between  bg-white rounded-t-[20px] rounded-b-none px-6 lg:px-0 py-8 lg:py-0 !h-[80vh] h-max-xs:!h-[90vh]">
  429.      <div class="block lg:hidden bg-gray-5/20 absolute top-4 left-1/2 -translate-x-1/2 h-1 w-20 rounded-full close--modal"></div>
  430.  
  431.      <div class="create-collection-card-prev" id="create_collection_card_prev2"></div>
  432.      <div class="create-collection-body">
  433.        <div class="w-full flex items-center justify-center lg:h-[20%] border-b text-center lg:py-0 py-10">
  434.          <h6 class="font-neue-text font-bold text-black text-[32px] lg:text-[40px] leading-[110%]">
  435.            Create New Collection
  436.          </h6>
  437.        </div>
  438.        <div id="errorModal" style="display: none;" >
  439.            <!-- Modal content goes here -->
  440.          </div>
  441.        <div class="w-full flex flex-col justify-between lg:h-[65%] lg:mt-0 mt-4">
  442.          
  443.            <input type="hidden" id="save_venueid"  name="save_venueid">
  444.  
  445.           <div class="flex flex-col gap-3">
  446.            <div class="w-full flex flex-col lg:flex-row gap-4">
  447.              <div class="flex flex-col gap-y-2 w-full lg:w-1/2">
  448.                <label for=""
  449.                       class="input-label">Collection Name</label>
  450.                <input type="text" required name="name" id="collection_name"
  451.                       placeholder="Name your collection"
  452.                       autocomplete="off" maxlength="50"
  453.                       class="input-outline !h-[60px]" />
  454.              </div>
  455.  
  456.  
  457.              <div class="flex flex-col w-full lg:w-1/2">
  458.  
  459.                <div class="flex flex-col gap-y-2 w-full">
  460.                  <label for="" class="input-label">Event type</label>
  461.                  <input type="text" placeholder="Enter your event type" class="input-outline !h-[60px]"
  462.                      data-combobox="collection_type" data-combobox-check="false"
  463.                      data-combobox-clear-el="button"
  464.                      id="collection_type"
  465.                      name="collection_type"
  466.                      autocomplete="off"
  467.                      required
  468.                      />
  469.                </div>
  470.  
  471.                <div class="autocomplete__container">
  472.                    <ul class="autocomplete__results z-[990] !ml-0" data-combobox-results="collection_type">
  473.                                                <li data-combobox-checked="false" data-combobox-checked-value="Art Shows">
  474.                            Art Shows
  475.                        </li>
  476.                                                <li data-combobox-checked="false" data-combobox-checked-value="Brand Activations">
  477.                            Brand Activations
  478.                        </li>
  479.                                                <li data-combobox-checked="false" data-combobox-checked-value="Concerts and Music Performances">
  480.                            Concerts and Music Performances
  481.                        </li>
  482.                                                <li data-combobox-checked="false" data-combobox-checked-value="Conferences">
  483.                            Conferences
  484.                        </li>
  485.                                                <li data-combobox-checked="false" data-combobox-checked-value="Corporate Events">
  486.                            Corporate Events
  487.                        </li>
  488.                                                <li data-combobox-checked="false" data-combobox-checked-value="Fashion Shows and Weeks">
  489.                            Fashion Shows and Weeks
  490.                        </li>
  491.                                                <li data-combobox-checked="false" data-combobox-checked-value="Festivals">
  492.                            Festivals
  493.                        </li>
  494.                                                <li data-combobox-checked="false" data-combobox-checked-value="Film Festivals">
  495.                            Film Festivals
  496.                        </li>
  497.                                                <li data-combobox-checked="false" data-combobox-checked-value="Gaming Tournaments">
  498.                            Gaming Tournaments
  499.                        </li>
  500.                                                <li data-combobox-checked="false" data-combobox-checked-value="Graduation Events">
  501.                            Graduation Events
  502.                        </li>
  503.                                                <li data-combobox-checked="false" data-combobox-checked-value="Indoor Dinners/Awards/Galas">
  504.                            Indoor Dinners/Awards/Galas
  505.                        </li>
  506.                                                <li data-combobox-checked="false" data-combobox-checked-value="Meetings">
  507.                            Meetings
  508.                        </li>
  509.                                                <li data-combobox-checked="false" data-combobox-checked-value="Movie Premiere">
  510.                            Movie Premiere
  511.                        </li>
  512.                                                <li data-combobox-checked="false" data-combobox-checked-value="Networking Events">
  513.                            Networking Events
  514.                        </li>
  515.                                                <li data-combobox-checked="false" data-combobox-checked-value="Outdoor Dinners/Awards/Galas">
  516.                            Outdoor Dinners/Awards/Galas
  517.                        </li>
  518.                                                <li data-combobox-checked="false" data-combobox-checked-value="Parties and Celebrations">
  519.                            Parties and Celebrations
  520.                        </li>
  521.                                                <li data-combobox-checked="false" data-combobox-checked-value="Photo and Video Shoots">
  522.                            Photo and Video Shoots
  523.                        </li>
  524.                                                <li data-combobox-checked="false" data-combobox-checked-value="Product Launches and Demos">
  525.                            Product Launches and Demos
  526.                        </li>
  527.                                                <li data-combobox-checked="false" data-combobox-checked-value="Seminars">
  528.                            Seminars
  529.                        </li>
  530.                                                <li data-combobox-checked="false" data-combobox-checked-value="Sports Tournaments">
  531.                            Sports Tournaments
  532.                        </li>
  533.                                                <li data-combobox-checked="false" data-combobox-checked-value="Team Building Activities">
  534.                            Team Building Activities
  535.                        </li>
  536.                                                <li data-combobox-checked="false" data-combobox-checked-value="Theaters and Performances">
  537.                            Theaters and Performances
  538.                        </li>
  539.                                                <li data-combobox-checked="false" data-combobox-checked-value="Trade Shows &amp; Exhibitions">
  540.                            Trade Shows &amp; Exhibitions
  541.                        </li>
  542.                                                <li data-combobox-checked="false" data-combobox-checked-value="Trainings and Workshops">
  543.                            Trainings and Workshops
  544.                        </li>
  545.                                                <li data-combobox-checked="false" data-combobox-checked-value="Weddings-Indoor">
  546.                            Weddings-Indoor
  547.                        </li>
  548.                                                <li data-combobox-checked="false" data-combobox-checked-value="Weddings-Outdoor">
  549.                            Weddings-Outdoor
  550.                        </li>
  551.                                            </ul>
  552.                </div>  
  553.  
  554.              </div>
  555.  
  556.            </div>
  557.            <div class="w-full flex gap-x-4">
  558.              <div class="flex flex-col gap-y-2 w-full">
  559.                <label for=""
  560.                       class="input-label">Location</label>
  561.                <input type="text" name="location" id="collection_location"
  562.                       value=""
  563.                       placeholder="Enter location"
  564.                       autocomplete="off"  maxlength="50"
  565.                       class="input-outline !h-[60px]" />
  566.              </div>
  567.            </div>
  568.           </div>
  569.  
  570.            <div class="flex flex-col lg:flex-row justify-end items-center gap-x-20 gap-y-4 my-6">
  571.              <span
  572.                    class="close--modal hidden lg:inline font-neue font-semibold text-[18px] cursor-pointer">Cancel</span>
  573.              <input type="button" id="collection_save2"
  574.                     class="black-btn w-full lg:w-[150px] py-5 font-neue font-semibold text-[18px] collection_save2"
  575.                     value="Save">
  576.  
  577.              <button type="button"
  578.                      class="close--modal outline-btn flex lg:hidden">Cancel</button>
  579.            </div>
  580.        
  581.        </div>
  582.      </div>
  583.    </div>
  584.  </section>
  585.  
  586.  <section id="deleteModal" data-modal-name="delete_confirmation_modal">
  587.      <div
  588.      class="modal__inner flex flex-col gap-y-8 justify-between items-center w-[90vw] lg:w-[620px] bg-white px-12 py-10">
  589.      <div class="flex flex-col items-center gap-y-10">
  590.      <h6 class="font-neue-text font-bold text-[40px] text-center mb-12">
  591.      Are you sure you want to delete this Collection?
  592.      </h6>
  593.      <div class="w-full flex justify-center gap-x-2">
  594.      <button class="close--modal link-outline !mt-0 !h-[60px] w-[200px]">
  595.          No
  596.      </button>
  597.      <button id="deleteCollectionYes"
  598.              class="close--modal black-btn !h-[60px] w-[200px]">
  599.          Yes
  600.      </button>
  601.      <input type="hidden" id="deleteCollectionId">
  602.      </div>
  603.      </div>
  604.      </div>
  605.  </section>
  606.  
  607.  <section id="deleteModal2" data-modal-name="delete_confirmation_modal2">
  608.        <div
  609.        class="modal__inner flex flex-col gap-y-8 justify-between items-center w-[90vw] lg:w-[620px] bg-white px-12 py-10">
  610.        <div class="flex flex-col items-center gap-y-10">
  611.        <h6 class="font-neue-text font-bold text-[40px] text-center mb-12">
  612.        Are you sure you want to unfavorite?
  613.        </h6>
  614.        <div class="w-full flex justify-center gap-x-2">
  615.        <button class="close--modal link-outline !mt-0 !h-[60px] w-[200px]">
  616.            No
  617.        </button>
  618.        <button id="deleteCollectionYes"
  619.                class="close--modal black-btn !h-[60px] w-[200px]">
  620.            Yes
  621.        </button>
  622.        <input type="hidden" id="deleteCollectionId">
  623.        </div>
  624.        </div>
  625.        </div>
  626.  </section>
  627.  
  628.  <div class="dialog" id="share-modal">
  629.    <div class="dialog__container bg-white px-6 pb-12 lg:max-w-[32.5rem]">
  630.      <div class="dialog__x"></div>
  631.      <div class="dialog__bilbilak"></div>
  632.      <div class="dialog__content pt-4 lg:pt-12">
  633.        <div class="lg:px-10">
  634.          <h2 class="share__modal__title">Share this listing</h2>
  635.          <div class="share__modal__buttons">
  636.            <button onclick="copyLink(event)" class="share__modal--btn js-dialog-close share--icon__copy-link">Share Link</button>
  637.            <button onclick="shareEmail(event)" class="share__modal--btn js-dialog-close share--icon__email">Share with Email</button>
  638.            <button onclick="shareFacebook(event)" class="share__modal--btn js-dialog-close share--icon__facebook">Share on Facebook</button>
  639.            <button onclick="shareX(event)" class="share__modal--btn js-dialog-close share--icon__x">Share on X</button>
  640.            <button onclick="shareWhatsapp(event)" class="share__modal--btn js-dialog-close share--icon__whatsapp">Share on Whatsapp</button>
  641.          </div>
  642.        </div>
  643.      </div>
  644.    </div>
  645.  </div>
  646.  
  647.  <!-- snackbar liked -->
  648.  <div id="snackbar">Venue successfully added to favorite list.</div>
  649.  
  650.    
  651.    
  652.    <div class="dialog" id="signup-modal">
  653.        <div class="dialog__container bg-white px-8 lg:px-6 lg:pb-8 pb-14 lg:max-w-[32.5rem]">
  654.            <div class="dialog__bilbilak"></div>
  655.            <div class="dialog__content lg:pt-8 flex flex-col">
  656.                <div class="auth-modal__header max-lg:order-last">
  657.                    <p class="auth-modal__switch--title">
  658.                        <span>Already have an account?</span>
  659.                        <span class="auth-modal__switch--title-highlight" id="signupModalSignin">Sign In</span>
  660.                    </p>
  661.                </div>
  662.                <div class="lg:px-6">
  663.                    <div class="auth-modal--content">
  664.                        <div class="auth-modal--content__header">
  665.                            <h2 class="auth-modal--content__header--title">Sign Up</h2>
  666.                            <p class="auth-modal--content__header--description">
  667.                                You’re almost there! Let us know who you are
  668.                            </p>
  669.                        </div>
  670.  
  671.                        <form class="auth-modal--content__form" id="modalSignupForm">
  672.                            <p class="auth-modal--content__error-message hidden" id="signupModalErrorMessage"></p>
  673.                            <div class="auth-modal--content__form--inner">
  674.                                <div>
  675.                                    <div class="auth-form__input-group track--filled track--focus">
  676.                                        <input name="fullname" data-v-key="fullname" type="text" class="auth-form__input" placeholder=""
  677.                                               autocomplete="name" id="signupModalFullname"/>
  678.                                        <label for="signupModalFullname" class="auth-form__input-label">Full
  679.                                            name</label>
  680.                                    </div>
  681.                                    <div class="error-message" data-v-error="fullname"></div>
  682.                                </div>
  683.  
  684.                                <div>
  685.                                    <div class="auth-form__input-group track--filled track--focus">
  686.                                        <input name="email" data-v-key="email" type="text" class="auth-form__input" placeholder=""
  687.                                               autocomplete="email" id="signupModalEmail"/>
  688.                                        <label for="signupModalEmail" class="auth-form__input-label">Email</label>
  689.                                    </div>
  690.                                    <div class="error-message" data-v-error="email"></div>
  691.                                </div>
  692.  
  693.                                <div>
  694.                                    <div class="auth-form__input-group track--filled track--focus">
  695.                                        <input type="text" data-v-key="phone_number" name="phone_number" class="auth-form__input"
  696.                                               autocomplete="mobile" data-phone-number-country="ae" data-phone-number-input placeholder=""/>
  697.                                    </div>
  698.                                    <div class="error-message" data-v-error="phone_number"></div>
  699.                                </div>
  700.  
  701.                                <div>
  702.                                    <div class="auth-form__input-group track--filled track--focus">
  703.                                        <input name="password" data-v-key="password" type="text" class="auth-form__input" placeholder=""
  704.                                               id="signupModalPassword" autocomplete="current-password"/>
  705.                                        <label for="signupModalPassword" class="auth-form__input-label">Password</label>
  706.                                        <button type="button" class="auth-form__input__password" tabindex="-1"></button>
  707.                                    </div>
  708.                                    <div class="error-message" data-v-error="password"></div>
  709.                                </div>
  710.  
  711.                                <div>
  712.                                    <div class="auth-form__input-group track--filled track--focus">
  713.                                        <input name="confirm_password" data-v-key="confirm_password" type="text" class="auth-form__input"
  714.                                               placeholder="" id="signupModalConfirmPassword" autocomplete="current-password"/>
  715.                                        <label for="signupModalConfirmPassword" class="auth-form__input-label">Confirm
  716.                                            Password</label>
  717.                                        <button type="button" class="auth-form__input__password" tabindex="-1"></button>
  718.                                    </div>
  719.                                    <div class="error-message" data-v-error="confirm_password"></div>
  720.                                </div>
  721.                            </div>
  722.  
  723.                            <div class="auth-modal--content__form--footer">
  724.                                <div>
  725.                                    <div class="auth-modal--content__form--footer__terms">
  726.                                        <input type="checkbox" class="form-checkbox" name="terms" data-v-key="terms" id="signupModalTerms">
  727.                                        <label for="signupModalTerms" class="auth-modal--content__form--footer__terms-text">
  728.                                            I agree to all the
  729.                                            <span class="auth-modal--content__form--footer__terms-text-highlight">Terms
  730.                        &
  731.                        Conditions</span> and <span
  732.                                                    class="auth-modal--content__form--footer__terms-text-highlight">Privacy
  733.                        Policy</span>
  734.                                        </label>
  735.                                    </div>
  736.                                    <div class="error-message" data-v-error="terms"></div>
  737.                                </div>
  738.                            </div>
  739.  
  740.                            <button type="submit" class="auth-modal--content__form--submit-btn">
  741.                                Sign Up
  742.                            </button>
  743.                        </form>
  744.  
  745.                        <hr/>
  746.  
  747.                        <div class="auth-modal--content--social__wrapper">
  748.                            <a href="/auth/google" class="auth-modal--content--google-btn">Sign Up with Google</a>
  749.                        </div>
  750.                    </div>
  751.                </div>
  752.            </div>
  753.        </div>
  754.    </div>
  755.  
  756.    
  757.    <div class="dialog" id="signin-modal">
  758.        <div class="dialog__container bg-white px-8 lg:px-6 lg:pb-8 pb-14 lg:max-w-[32.5rem]">
  759.            <div class="dialog__bilbilak"></div>
  760.            <div class="dialog__content lg:pt-8 flex flex-col">
  761.                <div class="auth-modal__header max-lg:order-last">
  762.                    <p class="auth-modal__switch--title">
  763.                        <span>Don't have an account?</span>
  764.                        <span class="auth-modal__switch--title-highlight" id="signinModalSignup">Sign Up</span>
  765.                    </p>
  766.                </div>
  767.                <div class="lg:px-6">
  768.                    <div class="auth-modal--content">
  769.                        <div class="auth-modal--content__header">
  770.                            <h2 class="auth-modal--content__header--title">Sign In</h2>
  771.                            <p class="auth-modal--content__header--description">
  772.                                Welcome aboard! Let's get you started
  773.                            </p>
  774.                        </div>
  775.  
  776.                        <form class="auth-modal--content__form" id="modalSigninForm">
  777.                            <p class="auth-modal--content__error-message hidden" id="signinModalErrorMessage"></p>
  778.                            <div class="auth-modal--content__form--inner">
  779.                                <div>
  780.                                    <div class="auth-form__input-group track--filled track--focus">
  781.                                        <input name="email" data-v-key="email" type="text" class="auth-form__input" placeholder=""
  782.                                               autocomplete="email" id="signinModalEmail"/>
  783.                                        <label for="signinModalEmail" class="auth-form__input-label">Email</label>
  784.                                    </div>
  785.                                    <div class="error-message" data-v-error="email"></div>
  786.                                </div>
  787.  
  788.                                <div>
  789.                                    <div class="auth-form__input-group track--filled track--focus">
  790.                                        <input name="password" data-v-key="password" type="text" class="auth-form__input" placeholder=""
  791.                                               id="signinModalPassword" autocomplete="current-password"/>
  792.                                        <label for="signinModalPassword" class="auth-form__input-label">Password</label>
  793.                                        <button type="button" class="auth-form__input__password" tabindex="-1"></button>
  794.                                    </div>
  795.                                    <div class="error-message" data-v-error="password"></div>
  796.                                </div>
  797.                            </div>
  798.  
  799.                            <div class="auth-modal--content__form--forget-password">
  800.                                <p class="auth-modal--content__form--forget-password-link" id="authModalForgetPassword">
  801.                                    Forgot password?</p>
  802.                            </div>
  803.  
  804.                            <button type="submit" class="auth-modal--content__form--submit-btn">
  805.                                Sign In
  806.                            </button>
  807.                        </form>
  808.  
  809.                        <hr/>
  810.  
  811.                        <div class="auth-modal--content--social__wrapper">
  812.                            <a href="/auth/google" class="auth-modal--content--google-btn">Sign In with Google</a>
  813.                        </div>
  814.                    </div>
  815.                </div>
  816.            </div>
  817.        </div>
  818.    </div>
  819.  
  820.    
  821.    <div class="dialog" id="forget-password-modal">
  822.        <div class="dialog__container bg-white px-8 lg:px-6 lg:pb-8 pb-14 lg:max-w-[32.5rem]">
  823.            <div class="dialog__bilbilak"></div>
  824.            <div class="dialog__content lg:pt-8 flex flex-col">
  825.                <div class="auth-modal__header max-lg:order-last">
  826.                    <p class="auth-modal__switch--title">
  827.                        <span>Remember your password?</span>
  828.                        <span class="auth-modal__switch--title-highlight" id="forgetPasswordModalSignin">Sign In</span>
  829.                    </p>
  830.                </div>
  831.                <div class="lg:px-6">
  832.                    <div class="auth-modal--content">
  833.                        <div class="auth-modal--content__header">
  834.                            <h2 class="auth-modal--content__header--title">Forgot Password</h2>
  835.                            <p class="auth-modal--content__header--description">
  836.                                Please enter your Email we will
  837.                                <br class="hidden lg:block">
  838.                                send you an email instructions to reset your password.
  839.                            </p>
  840.                        </div>
  841.  
  842.                        <form class="auth-modal--content__form" id="modalForgetPasswordForm">
  843.                            <p class="auth-modal--content__error-message hidden" id="forgetPasswordModalErrorMessage"></p>
  844.                            <div class="auth-modal--content__form--inner">
  845.                                <div>
  846.                                    <div class="auth-form__input-group track--filled track--focus">
  847.                                        <input name="email" data-v-key="email" type="text" class="auth-form__input" placeholder=""
  848.                                               autocomplete="email" id="forgetPasswordModalEmail"/>
  849.                                        <label for="forgetPasswordModalEmail" class="auth-form__input-label">Email</label>
  850.                                    </div>
  851.                                    <div class="error-message" data-v-error="email"></div>
  852.                                </div>
  853.                            </div>
  854.  
  855.                            <button type="submit" class="auth-modal--content__form--submit-btn">
  856.                                Reset Password
  857.                            </button>
  858.                        </form>
  859.                    </div>
  860.                </div>
  861.            </div>
  862.        </div>
  863.    </div>
  864.  
  865.    
  866.    <div class="dialog" id="terms-and-conditions-modal">
  867.        <div class="dialog__container bg-white px-8 lg:px-6 lg:pb-6 pb-14 lg:max-w-[45rem]">
  868.            <div class="dialog__bilbilak"></div>
  869.            <div class="dialog__content lg:pt-8 flex flex-col">
  870.                <div>
  871.                    <div class="terms-modal__header">
  872.                        <h6 class="terms-modal__header--title">Terms and Conditions</h6>
  873.                        <p class="terms-modal__header--date">Effective Date: 01/01/2025</p>
  874.                        <p class="terms-modal__header--subtitle">Welcome to VENUE WISE!</p>
  875.                    </div>
  876.  
  877.                    <div class="terms-modal--content lg:max-h-[40vh] lg:overflow-auto">
  878.                        <p>We operate an online platform that serves two primary purposes:</p>
  879. <ol>
  880.    <li><strong><em>Search and Discovery</em></strong><em>: </em>Users can search for venues, explore options,
  881.    and connect with venue owners, venue advisors and service providers for events, bookings, and other
  882.    purposes.
  883.    </li>
  884.    <li><strong><em>Venue Listings and Visibility</em></strong>: Venue owners can list their spaces to
  885.    increase visibility, showcase their offerings, and reach potential clients on the platform.
  886.    </li>
  887. </ol>
  888. <p>By using our services, you agree to abide by the following <strong><u>Terms and Conditions</u></strong>;
  889. </p>
  890. <h2>1. Introduction</h2>
  891. <p>1.1 These Terms and Conditions (&ldquo;Terms&rdquo;) govern your use of the VENUE WISE platform, which
  892.    includes our website and related services (&ldquo;Platform&rdquo; or &ldquo;Services&rdquo;). By accessing
  893.    or using our Platform, you agree to these Terms.
  894. </p>
  895. <p>1.2 VENUE WISE, referred to as &ldquo;we,&rdquo; &ldquo;us,&rdquo; or &ldquo;our,&rdquo; reserves the
  896.    right to modify or update these Terms at any time. Continued use of the Platform constitutes acceptance of
  897.    the revised Terms.
  898. </p>
  899. <p>1.3 Our Services provide access to venue listings, which may include verified and unverified data.
  900.    Verified listings bear a blue badge, confirming that the information has been reconfirmed by the venue.
  901.    Unverified listings are based on publicly available data and may not be accurate or reliable.
  902. </p>
  903. <p>1.4 By accessing the Platform, you confirm that you are a legal entity or individual with the capacity to
  904.    enter into these Terms and that your use of the Platform complies with applicable laws and regulations.
  905. </p>
  906. <h2>2. Privacy</h2>
  907. <p>2.1 VENUE WISE values your privacy. By using our Platform, you consent to the collection, use, and
  908.    processing of your personal data in accordance with our Privacy Policy.
  909. </p>
  910. <p>2.2 Users who obtain personal data of others through our Platform must comply with applicable data
  911.    protection laws and provide mechanisms for individuals to remove their data upon request.
  912. </p>
  913. <h2>3. Accounts</h2>
  914. <p>3.1 You may need to create an account to use certain features of our Platform. You are responsible for
  915.    maintaining the confidentiality of your account credentials.
  916. </p>
  917. <p>3.2 VENUE WISE reserves the right to reject account applications, deactivate accounts, or suspend access
  918.    for any reason, including but not limited to violations of these Terms.
  919. </p>
  920. <p>3.3 Users are solely responsible for the accuracy and content of information associated with their
  921.    accounts, including listing details and communications with other users.
  922. </p>
  923. <h2>4. Venue Listings</h2>
  924. <h3><em>4.1 Verified and Unverified Listings</em></h3>
  925. <ul>
  926.    <li><strong>Verified Listings</strong>: These are listings where the information has been submitted
  927.    directly by the venue by getting access to their individual account portal in the VENUE WISE platform.
  928.    Verified listings are marked with a blue badge for easy identification.
  929.    </li>
  930. </ul>
  931. <p>Any property interested in verification of their venue can submit their interest here: <a
  932.    href="https://venuewise.com/venue-registration-form">venuewise.com - Register Your Venue - Venuewise:
  933.    List Your Event Venue in UAE</a>. On successful submission of the information the verification time-line
  934.    is up to 2-3 working days.
  935. </p>
  936. <ul>
  937.    <li><strong>Unverified Listings</strong>: These include information collected through AI or public
  938.    sources. While VENUE WISE strives to maintain accuracy, unverified listings are not guaranteed to be
  939.    complete, accurate, or reliable.
  940.    </li>
  941. </ul>
  942. <h3><em>4.2 Responsibility for Information</em></h3>
  943. <p>VENUE WISE serves as a platform for venues to list their properties and does not own or independently
  944.    verify all information. As such, VENUE WISE is not directly responsible for the accuracy, completeness, or
  945.    reliability of the information provided in any listing, whether verified or unverified.
  946. </p>
  947. <h2>5. Venue Advisory Services</h2>
  948. <p><em>5.1 Advisory Nature of Recommendations<br /></em>VENUE WISE provides advisory services to help
  949.    clients discover venues that align with their preferences and requirements. These recommendations are
  950.    based on the information available on the platform and the details shared by the client. However, all
  951.    final decisions regarding venue selection are solely the responsibility of the client.
  952. </p>
  953. <h3><em>5.2 Limitations of Responsibility</em></h3>
  954. <ul>
  955.    <li>
  956.    The suggestions and proposals provided by VENUE WISE advisors are purely advisory and do not
  957.    constitute binding commitments or guarantees regarding venue availability, pricing, or suitability,
  958.    unless otherwise stated in the terms of a chosen advisory package.
  959.    </li>
  960.    <li>
  961.    Information provided by VENUE WISE advisors relies on the data shared by the venues themselves. VENUE
  962.    WISE does not independently verify this information and cannot guarantee its accuracy or completeness.
  963.    </li>
  964. </ul>
  965. <p><em>5.3 Venue Accountability</em><br /> All commitments, including pricing, availability, and services
  966.    offered, are the sole responsibility of the venue. VENUE WISE does not assume liability for any
  967.    discrepancies, cancellations, or other issues arising from agreements or arrangements made between the
  968.    client and the venue.
  969. </p>
  970. <p><em>5.4 Client Due Diligence</em><br /> Clients are encouraged to visit the venue in person to verify all
  971.    details, including availability, amenities, and before finalizing any arrangements.
  972. </p>
  973. <h2>6. Ownership and Intellectual Property</h2>
  974. <p><strong><em>6.1 Platform Design and Methodology</em></strong></p>
  975. <p>VENUE WISE retains ownership and intellectual property rights over the design, structure, methodology,
  976.    and overall framework of how information is presented on the Platform. This includes proprietary
  977.    algorithms, layouts, and features that enable the organization and display of listings.
  978. </p>
  979. <h3><em>6.2 User-Generated and External Content</em></h3>
  980. <p>Content provided by users, including venue details, photos, and descriptions, or derived from public
  981.    sources, remains the intellectual property of the original creators or owners. However, by submitting or
  982.    making such content available on the Platform, users grant VENUE WISE a perpetual, royalty-free,
  983.    transferable license to use, reproduce, modify, distribute, and display the content as necessary to
  984.    provide and promote our Services.
  985. </p>
  986. <h3><em>6.3 Limited Ownership Disclaimer</em></h3>
  987. <p>VENUE WISE does not claim ownership of the factual information contained in the listings, especially for
  988.    unverified content sourced through public or AI-driven methods. While VENUE WISE facilitates access to and
  989.    presentation of this data, it does not guarantee the accuracy or completeness of the information provided.
  990. </p>
  991. <h3><em>6.4 Restrictions on Use</em></h3>
  992. <p>Users may not:</p>
  993. <ul>
  994.    <li>Reproduce, distribute, or create derivative works based on the Platform's methodology or presentation
  995.    without prior written authorization.
  996.    </li>
  997.    <li>Extract or scrape content from the Platform for unauthorized purposes, including competitive use.</li>
  998. </ul>
  999. <h3><em>7. Use of Services</em></h3>
  1000. <p>7.1 You agree to use our Services responsibly and not to:</p>
  1001. <ul>
  1002.    <li>Misrepresent venue information.</li>
  1003.    <li>Post harmful or inappropriate content.</li>
  1004.    <li>Interfere with or disrupt the functionality of the Platform.</li>
  1005. </ul>
  1006. <p>7.2 VENUE WISE reserves the right to remove content, terminate accounts, or take other action if these
  1007.    Terms are violated.
  1008. </p>
  1009. <h3><em>8. Bookings and Transactions</em></h3>
  1010. <p>8.1 VENUE WISE is not a party to agreements between users (e.g., venue owners and clients). Any disputes
  1011.    or issues arising from bookings must be resolved between the parties involved.
  1012. </p>
  1013. <p>8.2 Users are responsible for ensuring that all pricing and information related to bookings are accurate
  1014.    and transparent. Hidden fees or misrepresentations are prohibited.
  1015. </p>
  1016. <h3><em>9. Commissions and Payments</em></h3>
  1017. <p>9.1 Listing venues on the VENUE WISE platform is free of charge. However, VENUE WISE may
  1018.    charge commissions on bookings facilitated through the Platform. This commissionable amount shall be
  1019.    discussed and agreed during the time of booking confirmations.
  1020. </p>
  1021. <p>9.2 Venue Advisory
  1022.    for clients comes with a fee. Based on customized proposal requested, a VENUE WISE expert advisor will
  1023.    engage with you on a fee as per the VENUE WISE advisory package.
  1024. </p>
  1025. <p>9.3 Verified listings may require a subscription fee for additional benefits,
  1026.    visibility, or features. Details regarding such fees, including their duration and payment terms, will be
  1027.    outlined in the subscription plan.
  1028. </p>
  1029. <p>9.4 Payment processing is handled by third-party providers. Users are responsible for
  1030.    any applicable payment processing fees, taxes, or additional charges associated with bookings or
  1031.    subscription services.
  1032. </p>
  1033. <h3><em>10. Disputes Between Users</em></h3>
  1034. <p>10.1 VENUE WISE may, at its discretion, assist in resolving disputes between users. However, we do not
  1035.    guarantee outcomes and are not liable for any disputes that arise.
  1036. </p>
  1037. <p>10.2 Users are expected to cooperate in good faith during dispute resolution processes.</p>
  1038. <h3><em>11. Limitation of Liability</em></h3>
  1039. <p>11.1 VENUE WISE is not liable for:</p>
  1040. <ul>
  1041.    <li>Inaccurate or incomplete venue information.</li>
  1042.    <li>Disputes or damages arising from bookings or user interactions.</li>
  1043.    <li>Service interruptions or data loss.</li>
  1044. </ul>
  1045. <p>11.2 Our liability, if any, is limited to the fees paid by you to VENUE WISE in connection with the
  1046.    specific service.
  1047. </p>
  1048. <h3><em>12. Governing Law</em></h3>
  1049. <p>These Terms are governed by the laws of the Dubai International Financial Centre (DIFC). Any disputes
  1050.    arising under these Terms shall be resolved in the courts of Dubai International Financial Centre (DIFC).
  1051. </p>
  1052. <h3><em>13. Contact Us</em></h3>
  1053. <p>For questions or concerns, please contact us at :</p>
  1054. <p><strong><a href="tel:+971585148688">&nbsp;+(971) 58 514 8688</a></strong><br /><a
  1055.    href="mailto:support@venuewise.com">support@venuewise.com</a>.</p>                    </div>
  1056.                </div>
  1057.            </div>
  1058.  
  1059.            <div class="dialog__footer dialog__footer-align-end lg:pt-6 max-lg:py-4 max-lg:flex-col-reverse">
  1060.                <button class="terms-modal-cancel__btn js-dialog-close">Cancel</button>
  1061.                <button class="terms-modal-agree__btn">Agree and continue</button>
  1062.            </div>
  1063.        </div>
  1064.    </div>
  1065.  
  1066.  
  1067. <!-- Main Container Here -->
  1068. <main id="page_container" class="main relative page_container">
  1069.                <!--  Nav  -->
  1070.        <nav
  1071.            class="navigation  home-navigation !absolute !bg-black/0 [.desktop--search--focused_&]:-translate-y-full transition duration-300 ">
  1072.            <div class="navigation-inner">
  1073.                <div class="identity">
  1074.                    <a href="/">
  1075.                        <!-- Nav Logo -->
  1076.                        <img src="https://venuewise.com/assets/SVGs/venue-wise-logo-white.svg" class="h-[2rem] lg:h-[3.125rem]" alt="venuewise" />
  1077.                    </a>
  1078.                    <a href="/venues" class="nav-link">Explore venues</a>
  1079.                    <a href="/adviser-request-form" class="nav-link">Ask a venue advisor </a>
  1080.  
  1081.                </div>
  1082.  
  1083.                <!-- Actions -->
  1084.                <div class="actions items-center">
  1085.  
  1086.                    <div
  1087.                        class="fixed left-0 top-0 h-screen w-full bg-black/80 z-[2] opacity-0 transition-opacity duration-500 [.search-focus_&]:opacity-100 pointer-events-none">
  1088.                    </div>
  1089.  
  1090.                    
  1091.                                                                        <a href="#" class="group " data-trigger-dialog="signin-modal">
  1092.                                <svg fill=none height=30 viewBox="0 0 25 24"width=30 xmlns=http://www.w3.org/2000/svg><mask height=24 id=mask0_0_1222 maskUnits=userSpaceOnUse style=mask-type:alpha width=25 x=0 y=0><rect class=group-hover:fill-green fill=#D9D9D9 height=24 width=24 x=0.179199 /></mask><g mask=url(#mask0_0_1222)><path class=group-hover:fill-green d="M6.20231 17.2923C7.05231 16.6615 7.97826 16.1635 8.98018 15.7981C9.9821 15.4327 11.0484 15.25 12.1792 15.25C13.31 15.25 14.3763 15.4327 15.3782 15.7981C16.3801 16.1635 17.3061 16.6615 18.1561 17.2923C18.7779 16.609 19.2705 15.8179 19.634 14.9192C19.9975 14.0205 20.1792 13.0474 20.1792 12C20.1792 9.78331 19.4 7.89581 17.8417 6.33748C16.2834 4.77914 14.3959 3.99998 12.1792 3.99998C9.96254 3.99998 8.07504 4.77914 6.5167 6.33748C4.95837 7.89581 4.1792 9.78331 4.1792 12C4.1792 13.0474 4.36094 14.0205 4.7244 14.9192C5.08787 15.8179 5.5805 16.609 6.20231 17.2923ZM12.1795 12.75C11.2665 12.75 10.4965 12.4366 9.86961 11.8099C9.24269 11.1831 8.92923 10.4133 8.92923 9.50028C8.92923 8.58726 9.24259 7.81729 9.86931 7.19038C10.496 6.56346 11.2659 6.25 12.1789 6.25C13.0919 6.25 13.8619 6.56336 14.4888 7.19008C15.1157 7.81681 15.4292 8.58668 15.4292 9.49968C15.4292 10.4127 15.1158 11.1827 14.4891 11.8096C13.8624 12.4365 13.0925 12.75 12.1795 12.75ZM12.1792 21.5C10.86 21.5 9.62248 21.2519 8.46673 20.7557C7.31096 20.2596 6.30551 19.5839 5.45038 18.7288C4.59526 17.8737 3.91963 16.8682 3.42348 15.7125C2.92731 14.5567 2.67923 13.3192 2.67923 12C2.67923 10.6807 2.92731 9.44325 3.42348 8.2875C3.91963 7.13173 4.59526 6.12628 5.45038 5.27115C6.30551 4.41603 7.31096 3.7404 8.46673 3.24425C9.62248 2.74808 10.86 2.5 12.1792 2.5C13.4984 2.5 14.7359 2.74808 15.8917 3.24425C17.0474 3.7404 18.0529 4.41603 18.908 5.27115C19.7631 6.12628 20.4388 7.13173 20.9349 8.2875C21.4311 9.44325 21.6792 10.6807 21.6792 12C21.6792 13.3192 21.4311 14.5567 20.9349 15.7125C20.4388 16.8682 19.7631 17.8737 18.908 18.7288C18.0529 19.5839 17.0474 20.2596 15.8917 20.7557C14.7359 21.2519 13.4984 21.5 12.1792 21.5ZM12.1792 20C13.0818 20 13.952 19.8548 14.7898 19.5644C15.6276 19.274 16.3715 18.8679 17.0215 18.3461C16.3715 17.8436 15.6372 17.4519 14.8186 17.1711C14 16.8903 13.1202 16.75 12.1792 16.75C11.2382 16.75 10.3568 16.8887 9.53496 17.1663C8.71316 17.4439 7.98046 17.8371 7.33688 18.3461C7.98688 18.8679 8.7308 19.274 9.56863 19.5644C10.4064 19.8548 11.2766 20 12.1792 20ZM12.1792 11.25C12.6766 11.25 13.0927 11.0827 13.4273 10.7481C13.7619 10.4134 13.9292 9.99741 13.9292 9.49998C13.9292 9.00254 13.7619 8.58651 13.4273 8.25188C13.0927 7.91726 12.6766 7.74995 12.1792 7.74995C11.6818 7.74995 11.2657 7.91726 10.9311 8.25188C10.5965 8.58651 10.4292 9.00254 10.4292 9.49998C10.4292 9.99741 10.5965 10.4134 10.9311 10.7481C11.2657 11.0827 11.6818 11.25 12.1792 11.25Z"fill=white /></g></svg>
  1093.                                Sign in / Sign up
  1094.                            </a>
  1095.                                                                
  1096.                    <a class="group button-outline" id="favorite_list_btn" href="/collection">
  1097.                        <span
  1098.                            class="favorite-count-badge absolute -top-2 -right-2 hidden justify-center items-center bg-green text-black rounded-full w-5 h-5 text-xs font-neue-text font-semibold">0</span>
  1099.                            <svg fill=none height=19 viewBox="0 0 21 19"width=21 xmlns=http://www.w3.org/2000/svg><path class=group-hover:stroke-green d="M15.5976 13.0683C14.5143 14.1516 13.1367 15.447 11.4616 16.9563C11.4612 16.9567 11.4607 16.9571 11.4603 16.9575L10.6797 17.6573L9.89906 16.9575C9.89863 16.9571 9.8982 16.9567 9.89777 16.9563C8.22267 15.447 6.84511 14.1516 5.76179 13.0683C4.68306 11.9895 3.84391 11.0397 3.23243 10.2166C2.62017 9.39237 2.22501 8.67741 2.01038 8.06813C1.7891 7.44 1.67969 6.80227 1.67969 6.15039C1.67969 4.83271 2.1105 3.78379 2.96179 2.9325C3.81309 2.0812 4.86201 1.65039 6.17969 1.65039C6.90015 1.65039 7.58039 1.80166 8.23075 2.10608C8.88267 2.41123 9.44283 2.83931 9.91775 3.39804L10.6797 4.29444L11.4416 3.39804C11.9165 2.83931 12.4767 2.41123 13.1286 2.10608C13.779 1.80166 14.4592 1.65039 15.1797 1.65039C16.4974 1.65039 17.5463 2.0812 18.3976 2.9325C19.2489 3.78379 19.6797 4.83271 19.6797 6.15039C19.6797 6.80227 19.5703 7.44 19.349 8.06813C19.1344 8.67741 18.7392 9.39237 18.1269 10.2166C17.5155 11.0397 16.6763 11.9895 15.5976 13.0683Z"stroke=white stroke-width=2 /></svg>
  1100.                        Your favorite venues
  1101.                    </a>
  1102.                </div>
  1103.  
  1104.                <!-- Mobile Menu Behzad-Edit -->
  1105.                <div class="mobile-actions">
  1106.  
  1107.                    
  1108.  
  1109.                    <a class="relative" id="mobile_favorite_icon" href="/collection">
  1110.                        <svg fill=none height=25 viewBox="0 0 21 19"width=27 xmlns=http://www.w3.org/2000/svg><path d="M15.5976 13.0683C14.5143 14.1516 13.1367 15.447 11.4616 16.9563C11.4612 16.9567 11.4607 16.9571 11.4603 16.9575L10.6797 17.6573L9.89906 16.9575C9.89863 16.9571 9.8982 16.9567 9.89777 16.9563C8.22267 15.447 6.84511 14.1516 5.76179 13.0683C4.68306 11.9895 3.84391 11.0397 3.23243 10.2166C2.62017 9.39237 2.22501 8.67741 2.01038 8.06813C1.7891 7.44 1.67969 6.80227 1.67969 6.15039C1.67969 4.83271 2.1105 3.78379 2.96179 2.9325C3.81309 2.0812 4.86201 1.65039 6.17969 1.65039C6.90015 1.65039 7.58039 1.80166 8.23075 2.10608C8.88267 2.41123 9.44283 2.83931 9.91775 3.39804L10.6797 4.29444L11.4416 3.39804C11.9165 2.83931 12.4767 2.41123 13.1286 2.10608C13.779 1.80166 14.4592 1.65039 15.1797 1.65039C16.4974 1.65039 17.5463 2.0812 18.3976 2.9325C19.2489 3.78379 19.6797 4.83271 19.6797 6.15039C19.6797 6.80227 19.5703 7.44 19.349 8.06813C19.1344 8.67741 18.7392 9.39237 18.1269 10.2166C17.5155 11.0397 16.6763 11.9895 15.5976 13.0683Z"id=heart_stroke_mb stroke=white stroke-width=2 /></svg>
  1111.                        <span class="mobile-favorite-count favorite-count-badge"></span>
  1112.                    </a>
  1113.  
  1114.                                            <a href="/profile">
  1115.                            <svg class=mt-[0.25rem] fill=none height=27 viewBox="0 0 28 27"width=28 xmlns=http://www.w3.org/2000/svg><g clip-path=url(#clip0_5226_68146)><path d="M5.17249 21.0206C6.38038 20.1242 7.6962 19.4165 9.11999 18.8972C10.5438 18.378 12.059 18.1184 13.666 18.1184C15.2729 18.1184 16.7881 18.378 18.2119 18.8972C19.6357 19.4165 20.9515 20.1242 22.1595 21.0206C23.043 20.0496 23.743 18.9254 24.2596 17.6483C24.7762 16.3712 25.0343 14.9884 25.0343 13.5C25.0343 10.3499 23.9271 7.66777 21.7127 5.45326C19.4982 3.23877 16.816 2.13154 13.666 2.13154C10.516 2.13154 7.83369 3.23877 5.61926 5.45326C3.40479 7.66777 2.29755 10.3499 2.29755 13.5C2.29755 14.9884 2.55581 16.3712 3.0723 17.6483C3.58882 18.9254 4.28887 20.0496 5.17249 21.0206ZM13.6664 14.5658C12.3689 14.5658 11.2748 14.1204 10.3839 13.2298C9.49302 12.3391 9.04762 11.2452 9.04762 9.94771C9.04762 8.65032 9.49291 7.55618 10.3835 6.66527C11.2741 5.77438 12.3681 5.32894 13.6656 5.32894C14.963 5.32894 16.0572 5.77424 16.948 6.66484C17.8389 7.55544 18.2844 8.64947 18.2844 9.94685C18.2844 11.2443 17.839 12.3386 16.9484 13.2294C16.0578 14.1203 14.9638 14.5658 13.6664 14.5658ZM13.666 27C11.7913 27 10.0327 26.6474 8.39035 25.9423C6.74794 25.2373 5.31914 24.2771 4.10396 23.0619C2.8888 21.8468 1.92869 20.4179 1.22363 18.7756C0.518546 17.1331 0.166016 15.3746 0.166016 13.5C0.166016 11.6251 0.518546 9.86671 1.22363 8.22433C1.92869 6.58192 2.8888 5.15313 4.10396 3.93794C5.31914 2.72277 6.74794 1.76266 8.39035 1.05761C10.0327 0.352531 11.7913 0 13.666 0C15.5406 0 17.2992 0.352531 18.9417 1.05761C20.5839 1.76266 22.0128 2.72277 23.2279 3.93794C24.443 5.15313 25.4033 6.58192 26.1082 8.22433C26.8134 9.86671 27.1659 11.6251 27.1659 13.5C27.1659 15.3746 26.8134 17.1331 26.1082 18.7756C25.4033 20.4179 24.443 21.8468 23.2279 23.0619C22.0128 24.2771 20.5839 25.2373 18.9417 25.9423C17.2992 26.6474 15.5406 27 13.666 27ZM13.666 24.8684C14.9486 24.8684 16.1852 24.6621 17.3758 24.2494C18.5663 23.8367 19.6234 23.2596 20.5472 22.5181C19.6234 21.8041 18.5799 21.2474 17.4167 20.8484C16.2534 20.4493 15.0031 20.2499 13.666 20.2499C12.3288 20.2499 11.0762 20.4471 9.90835 20.8416C8.74057 21.236 7.6993 21.7948 6.78477 22.5181C7.70846 23.2596 8.76562 23.8367 9.95621 24.2494C11.1467 24.6621 12.3833 24.8684 13.666 24.8684ZM13.666 12.4342C14.3728 12.4342 14.9641 12.1964 15.4396 11.721C15.915 11.2453 16.1528 10.6542 16.1528 9.94728C16.1528 9.24045 15.915 8.64926 15.4396 8.1737C14.9641 7.69825 14.3728 7.46048 13.666 7.46048C12.9592 7.46048 12.3679 7.69825 11.8923 8.1737C11.4169 8.64926 11.1791 9.24045 11.1791 9.94728C11.1791 10.6542 11.4169 11.2453 11.8923 11.721C12.3679 12.1964 12.9592 12.4342 13.666 12.4342Z"fill=white /></g><defs><clipPath id=clip0_5226_68146><rect fill=white height=27 width=28 /></clipPath></defs></svg>
  1116.                        </a>
  1117.                    
  1118.                    
  1119.  
  1120.                    <div class="burger-menu mt-1">
  1121.                        <div class="burger-click-region pointer-events-auto top-8 [.menu--open_&]:fixed [.menu--animating_&]:fixed"
  1122.                            id="mobileMenuToggle">
  1123.                            <span class="burger-menu-piece top"></span>
  1124.                            <span class="burger-menu-piece middle"></span>
  1125.                            <span class="burger-menu-piece bottom"></span>
  1126.                        </div>
  1127.                    </div>
  1128.                    <div class="mobile-menu">
  1129.                        <div>
  1130.                            <ul class="mobile-menu-list border-b border-b-[#363636] font-bold">
  1131.                                <li><a href="/venues">Explore venues</a></li>
  1132.                                <li><a href="/adviser-request-form">Ask a venue advisor</a></li>
  1133.                            </ul>
  1134.                            <ul class="mobile-menu-list border-b border-b-[#363636]">
  1135.                                <li><a href="/venue-registration-form">Get your venue listed</a></li>
  1136.                                
  1137.                            </ul>
  1138.                            
  1139.                            <ul class="mobile-menu-list border-b  border-b-[#363636]">
  1140.                                <li><a href="/about-us">About us</a></li>
  1141.                                <li><a href="/contact-us">Contact us</a></li>
  1142.                            </ul>
  1143.                            <ul class="mobile-menu-list">
  1144.                                <li><a href="/blog">Event & Venue insights</a></li>
  1145.                            </ul>
  1146.                            <ul class="mobile-menu-list">
  1147.                                                                    <a href="profile/register" class="flex items-center gap-x-2">
  1148.                                        <svg fill=none height=30 viewBox="0 0 25 24"width=30 xmlns=http://www.w3.org/2000/svg><mask height=24 id=mask0_0_1222 maskUnits=userSpaceOnUse style=mask-type:alpha width=25 x=0 y=0><rect class=group-hover:fill-green fill=#D9D9D9 height=24 width=24 x=0.179199 /></mask><g mask=url(#mask0_0_1222)><path class=group-hover:fill-green d="M6.20231 17.2923C7.05231 16.6615 7.97826 16.1635 8.98018 15.7981C9.9821 15.4327 11.0484 15.25 12.1792 15.25C13.31 15.25 14.3763 15.4327 15.3782 15.7981C16.3801 16.1635 17.3061 16.6615 18.1561 17.2923C18.7779 16.609 19.2705 15.8179 19.634 14.9192C19.9975 14.0205 20.1792 13.0474 20.1792 12C20.1792 9.78331 19.4 7.89581 17.8417 6.33748C16.2834 4.77914 14.3959 3.99998 12.1792 3.99998C9.96254 3.99998 8.07504 4.77914 6.5167 6.33748C4.95837 7.89581 4.1792 9.78331 4.1792 12C4.1792 13.0474 4.36094 14.0205 4.7244 14.9192C5.08787 15.8179 5.5805 16.609 6.20231 17.2923ZM12.1795 12.75C11.2665 12.75 10.4965 12.4366 9.86961 11.8099C9.24269 11.1831 8.92923 10.4133 8.92923 9.50028C8.92923 8.58726 9.24259 7.81729 9.86931 7.19038C10.496 6.56346 11.2659 6.25 12.1789 6.25C13.0919 6.25 13.8619 6.56336 14.4888 7.19008C15.1157 7.81681 15.4292 8.58668 15.4292 9.49968C15.4292 10.4127 15.1158 11.1827 14.4891 11.8096C13.8624 12.4365 13.0925 12.75 12.1795 12.75ZM12.1792 21.5C10.86 21.5 9.62248 21.2519 8.46673 20.7557C7.31096 20.2596 6.30551 19.5839 5.45038 18.7288C4.59526 17.8737 3.91963 16.8682 3.42348 15.7125C2.92731 14.5567 2.67923 13.3192 2.67923 12C2.67923 10.6807 2.92731 9.44325 3.42348 8.2875C3.91963 7.13173 4.59526 6.12628 5.45038 5.27115C6.30551 4.41603 7.31096 3.7404 8.46673 3.24425C9.62248 2.74808 10.86 2.5 12.1792 2.5C13.4984 2.5 14.7359 2.74808 15.8917 3.24425C17.0474 3.7404 18.0529 4.41603 18.908 5.27115C19.7631 6.12628 20.4388 7.13173 20.9349 8.2875C21.4311 9.44325 21.6792 10.6807 21.6792 12C21.6792 13.3192 21.4311 14.5567 20.9349 15.7125C20.4388 16.8682 19.7631 17.8737 18.908 18.7288C18.0529 19.5839 17.0474 20.2596 15.8917 20.7557C14.7359 21.2519 13.4984 21.5 12.1792 21.5ZM12.1792 20C13.0818 20 13.952 19.8548 14.7898 19.5644C15.6276 19.274 16.3715 18.8679 17.0215 18.3461C16.3715 17.8436 15.6372 17.4519 14.8186 17.1711C14 16.8903 13.1202 16.75 12.1792 16.75C11.2382 16.75 10.3568 16.8887 9.53496 17.1663C8.71316 17.4439 7.98046 17.8371 7.33688 18.3461C7.98688 18.8679 8.7308 19.274 9.56863 19.5644C10.4064 19.8548 11.2766 20 12.1792 20ZM12.1792 11.25C12.6766 11.25 13.0927 11.0827 13.4273 10.7481C13.7619 10.4134 13.9292 9.99741 13.9292 9.49998C13.9292 9.00254 13.7619 8.58651 13.4273 8.25188C13.0927 7.91726 12.6766 7.74995 12.1792 7.74995C11.6818 7.74995 11.2657 7.91726 10.9311 8.25188C10.5965 8.58651 10.4292 9.00254 10.4292 9.49998C10.4292 9.99741 10.5965 10.4134 10.9311 10.7481C11.2657 11.0827 11.6818 11.25 12.1792 11.25Z"fill=white /></g></svg>
  1149.                                        Login / Sign Up
  1150.                                    </a>
  1151.                                                                
  1152.                            </ul>
  1153.                        </div>
  1154.                    </div>
  1155.                </div>
  1156.  
  1157.            </div>
  1158.        </nav>
  1159.    
  1160.  
  1161.      <!-- City Where Modal -->
  1162. <section data-modal-name="city_where_modal_mobile" class="!items-end modal--animate__slide__up" data-modal-lock-scroll="true">
  1163.    <div class="modal__inner flex flex-col grow fixed bottom-0 w-full justify-between md:w-[550px] bg-white rounded-t-[20px] rounded-b-none px-6 pt-8 pb-4 min-h-[80vh]">
  1164.        <form id="formInCityModal" class="flex flex-col grow transition-[padding-top] duration-300 relative">
  1165.            <div class="bg-gray-5/20 absolute -top-4 left-1/2 -translate-x-1/2 h-1 w-10 rounded-full close--modal"></div>
  1166.            <h3 class="font-neue-text font-bold text-[2rem] [@media(max-width:380px)]:text-[1.5rem]">Where is your
  1167.                event?</h3>
  1168.  
  1169.            <div id="cityWhereSearchMobileInModalWrapper" class="flex gap-2 w-full mt-4 track--focus city--where__search-mobile-in-modal-wrapper" data-blur-delay="250">
  1170.                <svg width="30" height="30" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  1171.                    <path d="M11 18C12.9333 18 14.5833 17.3192 15.95 15.9577C17.3167 14.5962 18 12.9436 18 11C18 9.06667 17.3167 7.41667 15.95 6.05C14.5833 4.68333 12.9333 4 11 4C9.05642 4 7.40385 4.68333 6.0423 6.05C4.68077 7.41667 4 9.06667 4 11C4 12.9436 4.68077 14.5962 6.0423 15.9577C7.40385 17.3192 9.05642 18 11 18ZM11 19.5C9.82052 19.5 8.71539 19.2769 7.68463 18.8307C6.65386 18.3846 5.75514 17.7782 4.98847 17.0115C4.22182 16.2449 3.61543 15.3461 3.16928 14.3154C2.72311 13.2846 2.50002 12.1795 2.50002 11C2.50002 9.83077 2.72311 8.73077 3.16928 7.70002C3.61543 6.66926 4.22182 5.76797 4.98847 4.99617C5.75514 4.22439 6.65386 3.61542 7.68463 3.16927C8.71539 2.72311 9.82052 2.50002 11 2.50002C12.1692 2.50002 13.2692 2.72311 14.3 3.16927C15.3307 3.61542 16.232 4.22439 17.0038 4.99617C17.7756 5.76797 18.3846 6.66926 18.8307 7.70002C19.2769 8.73077 19.5 9.83077 19.5 11C19.5 12.041 19.3234 13.0237 18.9702 13.9481C18.617 14.8724 18.1288 15.7102 17.5057 16.4615L21.5 20.4558L20.4404 21.5L16.4462 17.5211C15.6949 18.1442 14.857 18.6298 13.9327 18.9779C13.0083 19.3259 12.0308 19.5 11 19.5Z"
  1172.                          fill="black"/>
  1173.                </svg>
  1174.                <div class="w-full flex items-center border-b pl-1 border-[#363636] overflow-hidden relative">
  1175.                    <input class="peer venue-search-input !text-black h-9" type="text"
  1176.                           placeholder="Search by country, city, property name" id="cityWhereSearchMobile" autocomplete="off"/>
  1177.                    <button type="button" id="whereClearBtnMobile"
  1178.                            class="text-white top-1/2 -translate-y-1/2 right-0 px-3 h-full absolute opacity-0 bg-white pointer-events-none">
  1179.                        <img src="https://venuewise.com/assets/SVGs/icons/dismiss.svg"/>
  1180.                    </button>
  1181.                </div>
  1182.            </div>
  1183.  
  1184.            <ul class="max-h-full overflow-auto space-y-[18px] scrollbar-hide recent--search--container-mobile hidden flex-col pt-6 mt-4 pb-6 h-0 grow">
  1185.            </ul>
  1186.  
  1187.            <div class="grow h-0 overflow-auto scrollbar-hide search--contaienr pt-6 my-4
  1188.           -mx-6 px-6 border-y border-[transparent] data-[scroll-position=start]:border-b-[#E3E3E3] data-[scroll-position=end]:border-t-[#E3E3E3] data-[scroll-position=scrolling]:border-y-[#E3E3E3]
  1189.           " data-scroll-track data-trigger="click"
  1190.           id="searchCountryContainer"
  1191.           >
  1192.                <div class="overflow-auto scrollbar-hide city-container-mobile">
  1193.                                                                <div class="country__box" data-type="country" data-id="1" data-venue-count="" data-agency-count="">
  1194.                            <img src="https://venuewise.com/uploads/icons/67afbefdec330.png" class="country__flag--image" alt="">
  1195.                            <h6 class="country--title">UAE</h6>
  1196.                        </div>
  1197.  
  1198.                        <ul class="flex flex-wrap gap-2">
  1199.                                                                                                <li class="city-container-radio" data-trigger-element="city_1" data-type="city" data-id="1" data-venue-count="855" data-agency-count="0">
  1200.                                        <input type="radio" name="city" value="Dubai" id="mobileModalCityItem_1" checked>
  1201.                                        <label for="mobileModalCityItem_1">
  1202.                                            Dubai
  1203.                                        </label>
  1204.                                    </li>
  1205.                                                                                                                                                                    <li class="city-container-radio" data-trigger-element="city_17" data-type="city" data-id="17" data-venue-count="203" data-agency-count="0">
  1206.                                        <input type="radio" name="city" value="Abu Dhabi" id="mobileModalCityItem_17" >
  1207.                                        <label for="mobileModalCityItem_17">
  1208.                                            Abu Dhabi
  1209.                                        </label>
  1210.                                    </li>
  1211.                                                                                                                                                                    <li class="city-container-radio" data-trigger-element="city_2" data-type="city" data-id="2" data-venue-count="64" data-agency-count="0">
  1212.                                        <input type="radio" name="city" value="Sharjah" id="mobileModalCityItem_2" >
  1213.                                        <label for="mobileModalCityItem_2">
  1214.                                            Sharjah
  1215.                                        </label>
  1216.                                    </li>
  1217.                                                                                                                                                                    <li class="city-container-radio" data-trigger-element="city_16" data-type="city" data-id="16" data-venue-count="32" data-agency-count="0">
  1218.                                        <input type="radio" name="city" value="Ras Al-Khaimah" id="mobileModalCityItem_16" >
  1219.                                        <label for="mobileModalCityItem_16">
  1220.                                            Ras Al-Khaimah
  1221.                                        </label>
  1222.                                    </li>
  1223.                                                                                                                                                                    <li class="city-container-radio" data-trigger-element="city_3" data-type="city" data-id="3" data-venue-count="14" data-agency-count="0">
  1224.                                        <input type="radio" name="city" value="Ajman" id="mobileModalCityItem_3" >
  1225.                                        <label for="mobileModalCityItem_3">
  1226.                                            Ajman
  1227.                                        </label>
  1228.                                    </li>
  1229.                                                                                                                                                                                                                                                                                                            </ul>
  1230.                                            <div class="country__box" data-type="country" data-id="22" data-venue-count="" data-agency-count="">
  1231.                            <img src="https://venuewise.com/uploads/icons/67afbf0792b10.png" class="country__flag--image" alt="">
  1232.                            <h6 class="country--title">QTAR</h6>
  1233.                        </div>
  1234.  
  1235.                        <ul class="flex flex-wrap gap-2">
  1236.                                                                                                                </ul>
  1237.                                            <div class="country__box" data-type="country" data-id="23" data-venue-count="" data-agency-count="">
  1238.                            <img src="https://venuewise.com/uploads/icons/67afbf0fd01e7.png" class="country__flag--image" alt="">
  1239.                            <h6 class="country--title">KSA</h6>
  1240.                        </div>
  1241.  
  1242.                        <ul class="flex flex-wrap gap-2">
  1243.                                                                                                                                                                            </ul>
  1244.                    
  1245.                                                                                                                            <div class="mt-6 " data-trigger-target="city_1">
  1246.                                    
  1247.                                                                            <p class="font-light font-neue text-[#999999] text-lg mb-2 lg:mb-1.5">
  1248.                                            Venues: <span class="venue--counts">855</span></p>
  1249.  
  1250.                                        <div class="grid grid-cols-3 gap-y-3 gap-x-2">
  1251.                                                                                            <a href="/venue/jw-marriott-marquis-hotel-dubai" class="search__venue--card">
  1252.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/02/21/53/venuewise_jw_marriott_marquis_hotel_dubai_23610.jpg" alt=""
  1253.                                                            class="search__venue--card--image">
  1254.                                                    
  1255.                                                    <div class="search__venue--card--inner">
  1256.                                                        <span class="search__venue--card--caption">
  1257.                                                            Hotels
  1258.                                                        </span>
  1259.                                                        <p class="search__venue--card--title">JW Marriott Marquis Hotel Dubai</p>
  1260.                                                    </div>
  1261.                                                </a>
  1262.                                                                                            <a href="/venue/the-dubai-edition" class="search__venue--card">
  1263.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/11/11/edt_dubai_08bw_view_rgb_v1_6731a11e733a0.jpg" alt=""
  1264.                                                            class="search__venue--card--image">
  1265.                                                    
  1266.                                                    <div class="search__venue--card--inner">
  1267.                                                        <span class="search__venue--card--caption">
  1268.                                                            Hotels
  1269.                                                        </span>
  1270.                                                        <p class="search__venue--card--title">The Dubai EDITION</p>
  1271.                                                    </div>
  1272.                                                </a>
  1273.                                                                                            <a href="/venue/so-uptown-dubai" class="search__venue--card">
  1274.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/11/ballroom_66e1829a31485.PNG" alt=""
  1275.                                                            class="search__venue--card--image">
  1276.                                                    
  1277.                                                    <div class="search__venue--card--inner">
  1278.                                                        <span class="search__venue--card--caption">
  1279.                                                            Hotels
  1280.                                                        </span>
  1281.                                                        <p class="search__venue--card--title">SO/ Uptown Dubai</p>
  1282.                                                    </div>
  1283.                                                </a>
  1284.                                                                                            <a href="/venue/marriott-hotel-al-jaddaf-dubai" class="search__venue--card">
  1285.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/09/dsc9514_66dee2085cfe6.JPG" alt=""
  1286.                                                            class="search__venue--card--image">
  1287.                                                    
  1288.                                                    <div class="search__venue--card--inner">
  1289.                                                        <span class="search__venue--card--caption">
  1290.                                                            Hotels
  1291.                                                        </span>
  1292.                                                        <p class="search__venue--card--title">Marriott Hotel Al Jaddaf, Dubai</p>
  1293.                                                    </div>
  1294.                                                </a>
  1295.                                                                                            <a href="/venue/melia-desert-palm-member-of-melia-collection" class="search__venue--card">
  1296.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/07/07/venuewise_melia_desert_palm_member_of_melia_collection_dubai_20297.jpg" alt=""
  1297.                                                            class="search__venue--card--image">
  1298.                                                    
  1299.                                                    <div class="search__venue--card--inner">
  1300.                                                        <span class="search__venue--card--caption">
  1301.                                                            Hotels
  1302.                                                        </span>
  1303.                                                        <p class="search__venue--card--title">Meliá Desert Palm member of Meliá Collec...</p>
  1304.                                                    </div>
  1305.                                                </a>
  1306.                                                                                            <a href="/venue/hilton-dubai-al-habtoor-city" class="search__venue--card">
  1307.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/02/21/56/venuewise_hilton_dubai_al_habtoor_city_dubai_22459.jpg" alt=""
  1308.                                                            class="search__venue--card--image">
  1309.                                                    
  1310.                                                    <div class="search__venue--card--inner">
  1311.                                                        <span class="search__venue--card--caption">
  1312.                                                            Hotels
  1313.                                                        </span>
  1314.                                                        <p class="search__venue--card--title">Hilton Dubai Al Habtoor City</p>
  1315.                                                    </div>
  1316.                                                </a>
  1317.                                                                                            <a href="/venue/zabeel-theatre-jumeirah-zabeel-saray" class="search__venue--card">
  1318.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/05/30/image_6658692dce863.png" alt=""
  1319.                                                            class="search__venue--card--image">
  1320.                                                    
  1321.                                                    <div class="search__venue--card--inner">
  1322.                                                        <span class="search__venue--card--caption">
  1323.                                                            Theatres / Cinemas
  1324.                                                        </span>
  1325.                                                        <p class="search__venue--card--title">Zabeel Theatre, Jumeirah Zabeel Saray</p>
  1326.                                                    </div>
  1327.                                                </a>
  1328.                                                                                            <a href="/venue/millennium-place-barsha-heights-hotel" class="search__venue--card">
  1329.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/08/17/2024_08_17_001348_66bfbf7308b9c.png" alt=""
  1330.                                                            class="search__venue--card--image">
  1331.                                                    
  1332.                                                    <div class="search__venue--card--inner">
  1333.                                                        <span class="search__venue--card--caption">
  1334.                                                            Hotels
  1335.                                                        </span>
  1336.                                                        <p class="search__venue--card--title">Millennium Place Barsha Heights Hotel</p>
  1337.                                                    </div>
  1338.                                                </a>
  1339.                                                                                            <a href="/venue/radisson-dubai-damac-hills" class="search__venue--card">
  1340.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/08/01/venuewise_radisson_dubai_damac_hills_dubai_24795.jpg" alt=""
  1341.                                                            class="search__venue--card--image">
  1342.                                                    
  1343.                                                    <div class="search__venue--card--inner">
  1344.                                                        <span class="search__venue--card--caption">
  1345.                                                            Hotels
  1346.                                                        </span>
  1347.                                                        <p class="search__venue--card--title">Radisson Dubai Damac Hills</p>
  1348.                                                    </div>
  1349.                                                </a>
  1350.                                                                                            <a href="/venue/bch-clb" class="search__venue--card">
  1351.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/04/24/venuewise_bch_clb_dubai_23618.jpg" alt=""
  1352.                                                            class="search__venue--card--image">
  1353.                                                    
  1354.                                                    <div class="search__venue--card--inner">
  1355.                                                        <span class="search__venue--card--caption">
  1356.                                                            Bars / Clubs / Lounges
  1357.                                                        </span>
  1358.                                                        <p class="search__venue--card--title">BCH CLB</p>
  1359.                                                    </div>
  1360.                                                </a>
  1361.                                                                                    </div>
  1362.                                    
  1363.  
  1364.                                    
  1365.                                </div>
  1366.                                                                                                                <div class="mt-6 hidden" data-trigger-target="city_17">
  1367.                                    
  1368.                                                                            <p class="font-light font-neue text-[#999999] text-lg mb-2 lg:mb-1.5">
  1369.                                            Venues: <span class="venue--counts">203</span></p>
  1370.  
  1371.                                        <div class="grid grid-cols-3 gap-y-3 gap-x-2">
  1372.                                                                                            <a href="/venue/adnec-centre-abu-dhabi" class="search__venue--card">
  1373.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/06/02_capital_gate_6702c3a3e4e2f.jpg" alt=""
  1374.                                                            class="search__venue--card--image">
  1375.                                                    
  1376.                                                    <div class="search__venue--card--inner">
  1377.                                                        <span class="search__venue--card--caption">
  1378.                                                            Exhibition Centers
  1379.                                                        </span>
  1380.                                                        <p class="search__venue--card--title">ADNEC Centre Abu Dhabi</p>
  1381.                                                    </div>
  1382.                                                </a>
  1383.                                                                                            <a href="/venue/intercontinental-residences-abu-dhabi-an-ihg-hotel" class="search__venue--card">
  1384.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/08/12/image_66b9b61c98691.jpg" alt=""
  1385.                                                            class="search__venue--card--image">
  1386.                                                    
  1387.                                                    <div class="search__venue--card--inner">
  1388.                                                        <span class="search__venue--card--caption">
  1389.                                                            Hotels
  1390.                                                        </span>
  1391.                                                        <p class="search__venue--card--title">InterContinental Residences Abu Dhabi, a...</p>
  1392.                                                    </div>
  1393.                                                </a>
  1394.                                                                                            <a href="/venue/etihad-arena" class="search__venue--card">
  1395.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/20/lw3fg88rbodmt3yy_66ed83257d8b8.jfif" alt=""
  1396.                                                            class="search__venue--card--image">
  1397.                                                    
  1398.                                                    <div class="search__venue--card--inner">
  1399.                                                        <span class="search__venue--card--caption">
  1400.                                                            Arenas
  1401.                                                        </span>
  1402.                                                        <p class="search__venue--card--title">Etihad Arena</p>
  1403.                                                    </div>
  1404.                                                </a>
  1405.                                                                                            <a href="/venue/emirates-palace-mandarin-oriental-1" class="search__venue--card">
  1406.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/07/27/image_66a4db0dcfbf5.webp" alt=""
  1407.                                                            class="search__venue--card--image">
  1408.                                                    
  1409.                                                    <div class="search__venue--card--inner">
  1410.                                                        <span class="search__venue--card--caption">
  1411.                                                            Hotels
  1412.                                                        </span>
  1413.                                                        <p class="search__venue--card--title">Emirates Palace  Mandarin Oriental</p>
  1414.                                                    </div>
  1415.                                                </a>
  1416.                                                                                            <a href="/venue/al-maya-island-resort" class="search__venue--card">
  1417.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/09/360184726_67065cab9ffa5.jpg" alt=""
  1418.                                                            class="search__venue--card--image">
  1419.                                                    
  1420.                                                    <div class="search__venue--card--inner">
  1421.                                                        <span class="search__venue--card--caption">
  1422.                                                            Hotels
  1423.                                                        </span>
  1424.                                                        <p class="search__venue--card--title">Al Maya Island & Resort</p>
  1425.                                                    </div>
  1426.                                                </a>
  1427.                                                                                            <a href="/venue/casa-dunia-club" class="search__venue--card">
  1428.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/10/dsc02287_min_6707f85c916d4.JPG" alt=""
  1429.                                                            class="search__venue--card--image">
  1430.                                                    
  1431.                                                    <div class="search__venue--card--inner">
  1432.                                                        <span class="search__venue--card--caption">
  1433.                                                            Bars / Clubs / Lounges
  1434.                                                        </span>
  1435.                                                        <p class="search__venue--card--title">Casa Dunia Club</p>
  1436.                                                    </div>
  1437.                                                </a>
  1438.                                                                                            <a href="/venue/cultural-foundation-auditoriums" class="search__venue--card">
  1439.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/12/cultural_foundation_theatre_1_670a02ca75f51.png" alt=""
  1440.                                                            class="search__venue--card--image">
  1441.                                                    
  1442.                                                    <div class="search__venue--card--inner">
  1443.                                                        <span class="search__venue--card--caption">
  1444.                                                            Auditoriums
  1445.                                                        </span>
  1446.                                                        <p class="search__venue--card--title">Cultural Foundation Auditoriums</p>
  1447.                                                    </div>
  1448.                                                </a>
  1449.                                                                                            <a href="/venue/the-st-regis-saadiyat-island-resort-abu-dhabi" class="search__venue--card">
  1450.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/28/auhxr_regal_ballroom_6704_hor_wide_66f72a05d4d2e.jpg" alt=""
  1451.                                                            class="search__venue--card--image">
  1452.                                                    
  1453.                                                    <div class="search__venue--card--inner">
  1454.                                                        <span class="search__venue--card--caption">
  1455.                                                            Hotels
  1456.                                                        </span>
  1457.                                                        <p class="search__venue--card--title">The St. Regis Saadiyat Island Resort, Ab...</p>
  1458.                                                    </div>
  1459.                                                </a>
  1460.                                                                                    </div>
  1461.                                    
  1462.  
  1463.                                    
  1464.                                </div>
  1465.                                                                                                                <div class="mt-6 hidden" data-trigger-target="city_2">
  1466.                                    
  1467.                                                                            <p class="font-light font-neue text-[#999999] text-lg mb-2 lg:mb-1.5">
  1468.                                            Venues: <span class="venue--counts">64</span></p>
  1469.  
  1470.                                        <div class="grid grid-cols-3 gap-y-3 gap-x-2">
  1471.                                                                                            <a href="/venue/the-flag-island" class="search__venue--card">
  1472.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/02/21/53/65d542822b785.jpg" alt=""
  1473.                                                            class="search__venue--card--image">
  1474.                                                    
  1475.                                                    <div class="search__venue--card--inner">
  1476.                                                        <span class="search__venue--card--caption">
  1477.                                                            Special Venues
  1478.                                                        </span>
  1479.                                                        <p class="search__venue--card--title">The Flag Island</p>
  1480.                                                    </div>
  1481.                                                </a>
  1482.                                                                                            <a href="/venue/sharjah-golf-and-shooting-club" class="search__venue--card">
  1483.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/11/07/sharjah_golf_shooting_club_46_xl_672c03cf8de8a.jpg" alt=""
  1484.                                                            class="search__venue--card--image">
  1485.                                                    
  1486.                                                    <div class="search__venue--card--inner">
  1487.                                                        <span class="search__venue--card--caption">
  1488.                                                            Golf Courses
  1489.                                                        </span>
  1490.                                                        <p class="search__venue--card--title">Sharjah Golf and Shooting Club</p>
  1491.                                                    </div>
  1492.                                                </a>
  1493.                                                                                            <a href="/venue/al-jawaher-reception-and-convention-centre" class="search__venue--card">
  1494.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/19/001_66ec4afc8c112.jpg" alt=""
  1495.                                                            class="search__venue--card--image">
  1496.                                                    
  1497.                                                    <div class="search__venue--card--inner">
  1498.                                                        <span class="search__venue--card--caption">
  1499.                                                            Special Venues
  1500.                                                        </span>
  1501.                                                        <p class="search__venue--card--title">Al Jawaher Reception and Convention Cent...</p>
  1502.                                                    </div>
  1503.                                                </a>
  1504.                                                                                            <a href="/venue/sharjah-chamber-of-commerce-and-industry" class="search__venue--card">
  1505.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/08/28/sharjahchamber_cover_66cf85760b9c9.jpg" alt=""
  1506.                                                            class="search__venue--card--image">
  1507.                                                    
  1508.                                                    <div class="search__venue--card--inner">
  1509.                                                        <span class="search__venue--card--caption">
  1510.                                                            Special Venues
  1511.                                                        </span>
  1512.                                                        <p class="search__venue--card--title">Sharjah Chamber of Commerce and Industry</p>
  1513.                                                    </div>
  1514.                                                </a>
  1515.                                                                                            <a href="/venue/expo-centre-sharjah" class="search__venue--card">
  1516.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/29/29474_196458_1_6720cd51e52e5.jpg" alt=""
  1517.                                                            class="search__venue--card--image">
  1518.                                                    
  1519.                                                    <div class="search__venue--card--inner">
  1520.                                                        <span class="search__venue--card--caption">
  1521.                                                            Exhibition Centers
  1522.                                                        </span>
  1523.                                                        <p class="search__venue--card--title">Expo Centre Sharjah</p>
  1524.                                                    </div>
  1525.                                                </a>
  1526.                                                                                    </div>
  1527.                                    
  1528.  
  1529.                                    
  1530.                                </div>
  1531.                                                                                                                <div class="mt-6 hidden" data-trigger-target="city_16">
  1532.                                    
  1533.                                                                            <p class="font-light font-neue text-[#999999] text-lg mb-2 lg:mb-1.5">
  1534.                                            Venues: <span class="venue--counts">32</span></p>
  1535.  
  1536.                                        <div class="grid grid-cols-3 gap-y-3 gap-x-2">
  1537.                                                                                            <a href="/venue/hilton-garden-inn-ras-al-khaimah-1" class="search__venue--card">
  1538.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/11/03/492630048_672748ae14e48.jpg" alt=""
  1539.                                                            class="search__venue--card--image">
  1540.                                                    
  1541.                                                    <div class="search__venue--card--inner">
  1542.                                                        <span class="search__venue--card--caption">
  1543.                                                            Hotels
  1544.                                                        </span>
  1545.                                                        <p class="search__venue--card--title">Hilton Garden Inn Ras Al Khaimah</p>
  1546.                                                    </div>
  1547.                                                </a>
  1548.                                                                                            <a href="/venue/rixos-al-mairid-ras-al-khaimah" class="search__venue--card">
  1549.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/17/dji_0409_2_11zon_66e93630dddba_66e959cc13cd7.jpg" alt=""
  1550.                                                            class="search__venue--card--image">
  1551.                                                    
  1552.                                                    <div class="search__venue--card--inner">
  1553.                                                        <span class="search__venue--card--caption">
  1554.                                                            Hotels
  1555.                                                        </span>
  1556.                                                        <p class="search__venue--card--title">Rixos Al Mairid Ras Al Khaimah</p>
  1557.                                                    </div>
  1558.                                                </a>
  1559.                                                                                            <a href="/venue/al-hamra-international-exhibition-conference-center" class="search__venue--card">
  1560.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/11/04/screen_shot_2022_03_10_at_8_upscayl_2x_realesrgan_x4plus_6728eb38e5af8.png" alt=""
  1561.                                                            class="search__venue--card--image">
  1562.                                                    
  1563.                                                    <div class="search__venue--card--inner">
  1564.                                                        <span class="search__venue--card--caption">
  1565.                                                            Exhibition Centers
  1566.                                                        </span>
  1567.                                                        <p class="search__venue--card--title">Al Hamra International Exhibition & Conf...</p>
  1568.                                                    </div>
  1569.                                                </a>
  1570.                                                                                            <a href="/venue/bm-beach-hotel" class="search__venue--card">
  1571.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/11/06/bm_hotel_202319_min_scaled_672b58fb70529.jpg" alt=""
  1572.                                                            class="search__venue--card--image">
  1573.                                                    
  1574.                                                    <div class="search__venue--card--inner">
  1575.                                                        <span class="search__venue--card--caption">
  1576.                                                            Hotels
  1577.                                                        </span>
  1578.                                                        <p class="search__venue--card--title">BM Beach Hotel</p>
  1579.                                                    </div>
  1580.                                                </a>
  1581.                                                                                            <a href="/venue/waldorf-astoria-ras-al-khaimah" class="search__venue--card">
  1582.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/24/008_areal_671a050b5b196.webp" alt=""
  1583.                                                            class="search__venue--card--image">
  1584.                                                    
  1585.                                                    <div class="search__venue--card--inner">
  1586.                                                        <span class="search__venue--card--caption">
  1587.                                                            Hotels
  1588.                                                        </span>
  1589.                                                        <p class="search__venue--card--title">Waldorf Astoria Ras Al Khaimah</p>
  1590.                                                    </div>
  1591.                                                </a>
  1592.                                                                                    </div>
  1593.                                    
  1594.  
  1595.                                    
  1596.                                </div>
  1597.                                                                                                                <div class="mt-6 hidden" data-trigger-target="city_3">
  1598.                                    
  1599.                                                                            <p class="font-light font-neue text-[#999999] text-lg mb-2 lg:mb-1.5">
  1600.                                            Venues: <span class="venue--counts">14</span></p>
  1601.  
  1602.                                        <div class="grid grid-cols-3 gap-y-3 gap-x-2">
  1603.                                                                                            <a href="/venue/ramada-hotel-suites-by-wyndham-ajman-2" class="search__venue--card">
  1604.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/28/meet_majestic_671fdb398c8c4.png" alt=""
  1605.                                                            class="search__venue--card--image">
  1606.                                                    
  1607.                                                    <div class="search__venue--card--inner">
  1608.                                                        <span class="search__venue--card--caption">
  1609.                                                            Hotels
  1610.                                                        </span>
  1611.                                                        <p class="search__venue--card--title">Ramada Hotel & Suites by Wyndham Ajman</p>
  1612.                                                    </div>
  1613.                                                </a>
  1614.                                                                                            <a href="/venue/bahi-ajman-palace-hotel" class="search__venue--card">
  1615.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/02/21/54/venuewise_bahi_ajman_palace_hotel_dubai_21819.jpg" alt=""
  1616.                                                            class="search__venue--card--image">
  1617.                                                    
  1618.                                                    <div class="search__venue--card--inner">
  1619.                                                        <span class="search__venue--card--caption">
  1620.                                                            Hotels
  1621.                                                        </span>
  1622.                                                        <p class="search__venue--card--title">Bahi Ajman Palace Hotel</p>
  1623.                                                    </div>
  1624.                                                </a>
  1625.                                                                                            <a href="/venue/fairmont-ajman" class="search__venue--card">
  1626.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/02/21/54/venuewise_fairmont_ajman_dubai_21971.jpg" alt=""
  1627.                                                            class="search__venue--card--image">
  1628.                                                    
  1629.                                                    <div class="search__venue--card--inner">
  1630.                                                        <span class="search__venue--card--caption">
  1631.                                                            Hotels
  1632.                                                        </span>
  1633.                                                        <p class="search__venue--card--title">Fairmont Ajman</p>
  1634.                                                    </div>
  1635.                                                </a>
  1636.                                                                                            <a href="/venue/al-zorah-golf-club" class="search__venue--card">
  1637.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/12/05/al_zorah_11th_3538_web_scaled_6750d081bc3a0.jpg" alt=""
  1638.                                                            class="search__venue--card--image">
  1639.                                                    
  1640.                                                    <div class="search__venue--card--inner">
  1641.                                                        <span class="search__venue--card--caption">
  1642.                                                            Golf Courses
  1643.                                                        </span>
  1644.                                                        <p class="search__venue--card--title">Al Zorah Golf Club</p>
  1645.                                                    </div>
  1646.                                                </a>
  1647.                                                                                            <a href="/venue/kempinski-hotel-ajman" class="search__venue--card">
  1648.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/17/ballroom_edited_orig_standard_6710c6d90512e.jpg" alt=""
  1649.                                                            class="search__venue--card--image">
  1650.                                                    
  1651.                                                    <div class="search__venue--card--inner">
  1652.                                                        <span class="search__venue--card--caption">
  1653.                                                            Hotels
  1654.                                                        </span>
  1655.                                                        <p class="search__venue--card--title">Kempinski Hotel Ajman</p>
  1656.                                                    </div>
  1657.                                                </a>
  1658.                                                                                    </div>
  1659.                                    
  1660.  
  1661.                                    
  1662.                                </div>
  1663.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </div>
  1664.            </div>
  1665.  
  1666.            <button
  1667.                    id="cityNextBtnInModal"
  1668.                    class="font-semibold text-black bg-green hover:bg-black hover:text-white transition-colors duration-200 w-full h-14 text-center font-neue mt-auto" type="button" onclick="getModal('event_type_modal_mobile')._va_modal_instance.open()"
  1669.            >
  1670.                Next
  1671.            </button>
  1672.        </form>
  1673.    </div>
  1674. </section>
  1675.  
  1676.  
  1677. <!-- Event type Modal -->
  1678. <section data-modal-name="event_type_modal_mobile" class="!items-end modal--animate__slide__up"
  1679.         data-modal-lock-scroll="true">
  1680.    <div
  1681.            class="modal__inner flex flex-col grow fixed bottom-0 w-full justify-between md:w-[550px] bg-white rounded-t-[20px] rounded-b-none px-6 py-8 min-h-[75vh]">
  1682.        <form class="flex flex-col grow gap-y-4 transition-[padding-top] duration-300 relative">
  1683.            <div class="bg-gray-5/20 absolute -top-4 left-1/2 -translate-x-1/2 h-1 w-10 rounded-full close--modal"></div>
  1684.  
  1685.            <h3 class="font-neue-text font-bold text-[2rem] [@media(max-width:380px)]:text-[1.5rem]">Enter your event
  1686.                type</h3>
  1687.  
  1688.            <div class="flex gap-2 w-full">
  1689.                <svg width="30" height="30" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  1690.                    <path d="M11 18C12.9333 18 14.5833 17.3192 15.95 15.9577C17.3167 14.5962 18 12.9436 18 11C18 9.06667 17.3167 7.41667 15.95 6.05C14.5833 4.68333 12.9333 4 11 4C9.05642 4 7.40385 4.68333 6.0423 6.05C4.68077 7.41667 4 9.06667 4 11C4 12.9436 4.68077 14.5962 6.0423 15.9577C7.40385 17.3192 9.05642 18 11 18ZM11 19.5C9.82052 19.5 8.71539 19.2769 7.68463 18.8307C6.65386 18.3846 5.75514 17.7782 4.98847 17.0115C4.22182 16.2449 3.61543 15.3461 3.16928 14.3154C2.72311 13.2846 2.50002 12.1795 2.50002 11C2.50002 9.83077 2.72311 8.73077 3.16928 7.70002C3.61543 6.66926 4.22182 5.76797 4.98847 4.99617C5.75514 4.22439 6.65386 3.61542 7.68463 3.16927C8.71539 2.72311 9.82052 2.50002 11 2.50002C12.1692 2.50002 13.2692 2.72311 14.3 3.16927C15.3307 3.61542 16.232 4.22439 17.0038 4.99617C17.7756 5.76797 18.3846 6.66926 18.8307 7.70002C19.2769 8.73077 19.5 9.83077 19.5 11C19.5 12.041 19.3234 13.0237 18.9702 13.9481C18.617 14.8724 18.1288 15.7102 17.5057 16.4615L21.5 20.4558L20.4404 21.5L16.4462 17.5211C15.6949 18.1442 14.857 18.6298 13.9327 18.9779C13.0083 19.3259 12.0308 19.5 11 19.5Z" fill="black"/>
  1691.                </svg>
  1692.                <div class="w-full flex items-center border-b pl-1 border-[#363636] overflow-hidden relative">
  1693.                    <input class="peer venue-search-input !text-black h-9" type="text" id="eventTypeSearchMobile"
  1694.                           placeholder="Enter your preferred event type" data-combobox="eventTypeSearchMobile"
  1695.                           data-combobox-value-only="true"
  1696.                           data-combobox-check="true" autocomplete="off" data-combobox-clear-el="button"/>
  1697.                    <button type="button"
  1698.                            class="text-white top-1/2 -translate-y-1/2 right-0 px-3 h-full absolute opacity-0 bg-white pointer-events-none">
  1699.                        <img src="https://venuewise.com/assets/SVGs/icons/dismiss.svg"/>
  1700.                    </button>
  1701.                </div>
  1702.            </div>
  1703.  
  1704.            <div class="autocomplete__container">
  1705.                <ul class="autocomplete__results z-[990] !ml-0 h-max-xs:max-h-56"
  1706.                    data-combobox-results="eventTypeSearchMobile">
  1707.                                            <li data-combobox-checked="false" data-combobox-checked-value="145">
  1708.                            Festivals
  1709.                        </li>
  1710.                                            <li data-combobox-checked="false" data-combobox-checked-value="147">
  1711.                            Meetings
  1712.                        </li>
  1713.                                            <li data-combobox-checked="false" data-combobox-checked-value="148">
  1714.                            Trade Shows & Exhibitions
  1715.                        </li>
  1716.                                            <li data-combobox-checked="false" data-combobox-checked-value="88">
  1717.                            Weddings-Indoor
  1718.                        </li>
  1719.                                            <li data-combobox-checked="false" data-combobox-checked-value="141">
  1720.                            Weddings-Outdoor
  1721.                        </li>
  1722.                                            <li data-combobox-checked="false" data-combobox-checked-value="2">
  1723.                            Parties and Celebrations
  1724.                        </li>
  1725.                                            <li data-combobox-checked="false" data-combobox-checked-value="93">
  1726.                            Corporate Events
  1727.                        </li>
  1728.                                            <li data-combobox-checked="false" data-combobox-checked-value="7">
  1729.                            Conferences
  1730.                        </li>
  1731.                                            <li data-combobox-checked="false" data-combobox-checked-value="89">
  1732.                            Product Launches and Demos
  1733.                        </li>
  1734.                                            <li data-combobox-checked="false" data-combobox-checked-value="19">
  1735.                            Indoor Dinners/Awards/Galas
  1736.                        </li>
  1737.                                            <li data-combobox-checked="false" data-combobox-checked-value="142">
  1738.                            Outdoor Dinners/Awards/Galas
  1739.                        </li>
  1740.                                            <li data-combobox-checked="false" data-combobox-checked-value="8">
  1741.                            Seminars
  1742.                        </li>
  1743.                                            <li data-combobox-checked="false" data-combobox-checked-value="97">
  1744.                            Networking Events
  1745.                        </li>
  1746.                                            <li data-combobox-checked="false" data-combobox-checked-value="129">
  1747.                            Team Building Activities
  1748.                        </li>
  1749.                                            <li data-combobox-checked="false" data-combobox-checked-value="103">
  1750.                            Brand Activations
  1751.                        </li>
  1752.                                            <li data-combobox-checked="false" data-combobox-checked-value="84">
  1753.                            Trainings and Workshops
  1754.                        </li>
  1755.                                            <li data-combobox-checked="false" data-combobox-checked-value="43">
  1756.                            Fashion Shows and Weeks
  1757.                        </li>
  1758.                                            <li data-combobox-checked="false" data-combobox-checked-value="102">
  1759.                            Art Shows
  1760.                        </li>
  1761.                                            <li data-combobox-checked="false" data-combobox-checked-value="25">
  1762.                            Concerts and Music Performances
  1763.                        </li>
  1764.                                            <li data-combobox-checked="false" data-combobox-checked-value="26">
  1765.                            Theaters and Performances
  1766.                        </li>
  1767.                                            <li data-combobox-checked="false" data-combobox-checked-value="106">
  1768.                            Photo and Video Shoots
  1769.                        </li>
  1770.                                            <li data-combobox-checked="false" data-combobox-checked-value="32">
  1771.                            Movie Premiere
  1772.                        </li>
  1773.                                            <li data-combobox-checked="false" data-combobox-checked-value="24">
  1774.                            Film Festivals
  1775.                        </li>
  1776.                                            <li data-combobox-checked="false" data-combobox-checked-value="38">
  1777.                            Graduation Events
  1778.                        </li>
  1779.                                            <li data-combobox-checked="false" data-combobox-checked-value="45">
  1780.                            Gaming Tournaments
  1781.                        </li>
  1782.                                            <li data-combobox-checked="false" data-combobox-checked-value="58">
  1783.                            Sports Tournaments
  1784.                        </li>
  1785.                                    </ul>
  1786.            </div>
  1787.  
  1788.            <button
  1789.                    class="font-semibold text-black bg-green hover:bg-black hover:text-white transition-colors duration-200 w-full h-14 text-center font-neue mt-auto"
  1790.                    type="button" onclick="getModal('attendees_modal_mobile')._va_modal_instance.open()">
  1791.                Next
  1792.            </button>
  1793.        </form>
  1794.    </div>
  1795. </section>
  1796.  
  1797. <!-- Attendees Modal -->
  1798. <section data-modal-name="attendees_modal_mobile" class="!items-end modal--animate__slide__up" data-modal-lock-scroll="true">
  1799.    <div class="modal__inner flex flex-col grow fixed bottom-0 w-full justify-between md:w-[550px] bg-white rounded-t-[20px] rounded-b-none px-6 py-8 min-h-[80vh]">
  1800.        <form class="flex flex-col grow gap-y-4 transition-[padding-top] duration-300 relative">
  1801.            <div class="bg-gray-5/20 absolute -top-4 left-1/2 -translate-x-1/2 h-1 w-10 rounded-full close--modal"></div>
  1802.  
  1803.            <h3 class="font-neue-text font-bold text-[2rem] [@media(max-width:380px)]:text-[1.5rem]">Enter
  1804.                Attendees</h3>
  1805.  
  1806.            <div class="w-full">
  1807.                <div class="home__range--switch__group">
  1808.                    <label for="approximateGuestCount">Do you know the approximate number of attendees?</label>
  1809.                    
  1810.                </div>
  1811.        
  1812.                <section class="home__range--block irs--black">
  1813.                    <input id="homeHeroRangeSlider" type="range" multiple="multiple" data-default-range-value="0;44260"
  1814.                        data-has-default-min-value="false" data-has-default-max-value="false" min="0" max="44260" unit=""
  1815.                        value="0;44260" step="10">
  1816.        
  1817.                    <div class="home__range-input__group">
  1818.                        <div class="home__range-input">
  1819.                            <input type="number" id="homeHeroRangeMin" placeholder="Min: 0" name="rangeValueInputMin" />
  1820.                            <div class="home__range-input__clear home-hero__range--capacity__min--clear"></div>
  1821.                        </div>
  1822.                        <div class="home__range-input">
  1823.                            <input type="number" id="homeHeroRangeMax" name="rangeValueInputMax" placeholder="Max: 44260" />
  1824.                            <div class="home__range-input__clear home-hero__range--capacity__max--clear"></div>
  1825.                        </div>
  1826.                    </div>
  1827.                </section>
  1828.            </div>
  1829.  
  1830.            <button class="close--modal font-semibold text-black bg-green hover:bg-black hover:text-white transition-colors duration-200 w-full h-14 text-center font-neue mt-auto" type="button">
  1831.                Apply
  1832.            </button>
  1833.        </form>
  1834.    </div>
  1835. </section>
  1836.  
  1837.  
  1838. <!-- Header + Search -->
  1839. <header class="w-full bg-cover bg-center relative">
  1840.    <div class="home__hero--overlay"></div>
  1841.    <div class="swiper absolute inset-0 w-full h-full home__hero--swiper">
  1842.        <div class="swiper-wrapper">
  1843.                            <div class="swiper-slide">
  1844.                                        <img src="https://venuewise.com/uploads/slider/673b75367cecd.jpg" class="h-full w-full object-cover object-center" alt="Museum of the Future, Dubai, UAE">
  1845.                </div>
  1846.                            <div class="swiper-slide">
  1847.                                        <img src="https://venuewise.com/uploads/slider/6750697636d72.jpg" class="h-full w-full object-cover object-center" alt="Al Noor Island, Sharjah, UAE">
  1848.                </div>
  1849.                            <div class="swiper-slide">
  1850.                                        <img src="https://venuewise.com/uploads/slider/6750697e93926.jpg" class="h-full w-full object-cover object-center" alt="ADNEC Centre, Abu Dhabi, UAE">
  1851.                </div>
  1852.                            <div class="swiper-slide">
  1853.                                        <img src="https://venuewise.com/uploads/slider/6751393cbb45d.jpg" class="h-full w-full object-cover object-center" alt="Al Zorah Golf Club, Ajman, UAE">
  1854.                </div>
  1855.                    </div>
  1856.    </div>
  1857.  
  1858.  
  1859.    <div class="absolute bottom-10 w-full left-0 px-5 lg:px-10 z-[5] flex items-center gap-4">
  1860.        <!-- Pagination -->
  1861.        <div class="home--hero__pagination swiper-pagination"></div>
  1862.  
  1863.        <!-- swiper -->
  1864.        <div class="swiper home--hero__pagination--text z-10">
  1865.            <div class="swiper-wrapper">
  1866.                                    <div class="swiper-slide">
  1867.                        <a href="https://venuewise.com/venue/museum-of-the-future">Museum of the Future, Dubai, UAE</a>
  1868.                    </div>
  1869.                                    <div class="swiper-slide">
  1870.                        <a href="https://venuewise.com/venue/al-noor-island">Al Noor Island, Sharjah, UAE</a>
  1871.                    </div>
  1872.                                    <div class="swiper-slide">
  1873.                        <a href="https://venuewise.com/venue/adnec-centre-abu-dhabi">ADNEC Centre, Abu Dhabi, UAE</a>
  1874.                    </div>
  1875.                                    <div class="swiper-slide">
  1876.                        <a href="https://venuewise.com/venue/al-zorah-golf-club">Al Zorah Golf Club, Ajman, UAE</a>
  1877.                    </div>
  1878.                            </div>
  1879.        </div>
  1880.    </div>
  1881.  
  1882.    <!-- Advanced Search Bar -->
  1883.    <section class="relative z-[3] w-full h-[110vh] min-h-[820px] mobile:h-[90vh] tablet:h-[90vh] lg:!h-[100vh] flex flex-col md:justify-center md:items-center md:pt-0 pt-12 h-min-xs:items-center h-min-xs:justify-center h-max-xs:pt-36 h-min-sm:h-screen text-white">
  1884.        <div class="w-full lg:w-auto px-4 lg:px-0 2xl:-mt-[14rem] lg:-mt-[11rem] -mt-[7rem] transition duration-300 z-[1] transform
  1885.          [.desktop--search--focused_&]:[--tw-translate-y:var(--hero-search-y-offset,-10rem)]">
  1886.            <div class="[.desktop--search--focused_&]:scale-75 [.desktop--search--focused_&]:opacity-70 transition duration-300 origin-bottom-left">
  1887.                <div class="flex flex-col lg:flex-row lg:items-end gap-1 font-condensed font-black mt-20 lg:mt-0">
  1888.                    <span class="text-[80px] lg:text-[100px] leading-[70px] lg:leading-[110%]">6,494</span>
  1889.                    <span class="text-[35px] lg:text-[60px] inline-block mb-0 ml-0 lg:ml-2 font-semibold">Venues in 1,327 properties</span>
  1890.                </div>
  1891.                <span class="text-[20px] lg:text-[27px] font-neue-text font-bold leading-[0px] lg:leading-[30px]">
  1892.                    Let’s find the perfect venue for your event
  1893.                </span>
  1894.            </div>
  1895.            <!-- Desktop Search -->
  1896.            <div class="hidden lg:flex clip-search w-full flex-col lg:flex-row lg:items-center bg-white my-5" id="desktopSearchFormWrapper" tabindex="1">
  1897.                <form class="flex flex-col lg:flex-row items-center dropdown__container h-auto lg:h-24 px-6 py-5 lg:py-0 [@media(max-width:1480px)]:max-w-[970px]" id="desktopHeroSearch" action="/filter" method="GET" autocomplete="off">
  1898.  
  1899.                    <!-- Input 1: Where -->
  1900.                    <div class="group w-full lg:w-[260px] pb-3 lg:pb-0 border-b border-[#6B6B6B] lg:border-none relative track--filled track--focus">
  1901.                        <label class="pt-6 block w-full group-[.focused]:text-[#999999] group-[.focused]:text-[16px] group-[.filled]:text-[#999999] group-[.filled]:text-[16px] text-black text-[18px] font-neue font-semibold transition-all" for="searchActivity">Where's your event?
  1902.                        </label>
  1903.                        <input placeholder="Search by country, city, property name" id="searchActivity"
  1904.                               class="pb-6 peer autocomplete-input font-neue font-light !text-sm [.filled_&]:!text-[18px]" name="text_search"/>
  1905.                        <button type="button" id="whereClearBtn"
  1906.                                class="text-white bottom-6 right-0 px-3 py-1.5 absolute opacity-0 pointer-events-none bg-white">
  1907.                            <img src="https://venuewise.com/assets/SVGs/icons/dismiss.svg"/>
  1908.                        </button>
  1909.                    </div>
  1910.  
  1911.  
  1912.                    <!-- recent -->
  1913.                    <div id="recentSearchDropdown"
  1914.                         class="dropdown__box hero--dropdown !mt-1 left-0 text-gray-5 flex py-6 px-5"
  1915.                         data-dropdown-target="where3">
  1916.  
  1917.                         <div class="recent__search--not-found hidden">
  1918.                            <p>No results found. Try using different keywords to search for the city, neighborhood, or property name.</p>
  1919.                        </div>
  1920.  
  1921.                        <div class="max-h-full overflow-auto w-7/12 sticky top-6 scrollbar-hide">
  1922.                            
  1923.                            <ul class="mt-3 flex flex-col items-start space-y-[18px] recent--search--container-desktop">
  1924.                            </ul>
  1925.                        </div>
  1926.  
  1927.  
  1928.                        <div class="w-5/12 pl-8 overflow-auto scrollbar-hide recent-search-card--container"></div>
  1929.                    </div>
  1930.  
  1931.                    <!-- city -->
  1932.                    <div id="citySearchDropdown" class="dropdown__box hero--dropdown !mt-1 left-0 text-gray-5 flex pl-5"
  1933.                         data-dropdown-target="where2" data-trigger="click">
  1934.                        <div class="max-h-full overflow-auto w-[35%] sticky top-6 scrollbar-hide py-6 flex flex-col">
  1935.                            <div class="w-full border-r border-[#E3E3E3] grow flex flex-col city-container-desktop">
  1936.                                                                                                    <div class="country__box" data-type="country" data-id="1" data-venue-count="" data-agency-count="">
  1937.                                        <img src="https://venuewise.com/uploads/icons/67afbefdec330.png" class="country__flag--image" alt="">
  1938.                                        <h6 class="country--title">UAE</h6>
  1939.                                    </div>
  1940.                                    <ul class="country__city--container">
  1941.                                                                                                                                    <li class="country__city" data-trigger-element="city_desc_1" data-type="city" data-id="1" data-venue-count="855" data-agency-count="0">
  1942.                                                    <input type="radio" name="dropdown_city" form="" id="dropdown_city_1" checked>
  1943.                                                    <label for="dropdown_city_1">Dubai</label>
  1944.                                                </li>
  1945.                                                                                                                                                                                                                                <li class="country__city" data-trigger-element="city_desc_17" data-type="city" data-id="17" data-venue-count="203" data-agency-count="0">
  1946.                                                    <input type="radio" name="dropdown_city" form="" id="dropdown_city_17" >
  1947.                                                    <label for="dropdown_city_17">Abu Dhabi</label>
  1948.                                                </li>
  1949.                                                                                                                                                                                                                                <li class="country__city" data-trigger-element="city_desc_2" data-type="city" data-id="2" data-venue-count="64" data-agency-count="0">
  1950.                                                    <input type="radio" name="dropdown_city" form="" id="dropdown_city_2" >
  1951.                                                    <label for="dropdown_city_2">Sharjah</label>
  1952.                                                </li>
  1953.                                                                                                                                                                                                                                <li class="country__city" data-trigger-element="city_desc_16" data-type="city" data-id="16" data-venue-count="32" data-agency-count="0">
  1954.                                                    <input type="radio" name="dropdown_city" form="" id="dropdown_city_16" >
  1955.                                                    <label for="dropdown_city_16">Ras Al-Khaimah</label>
  1956.                                                </li>
  1957.                                                                                                                                                                                                                                <li class="country__city" data-trigger-element="city_desc_3" data-type="city" data-id="3" data-venue-count="14" data-agency-count="0">
  1958.                                                    <input type="radio" name="dropdown_city" form="" id="dropdown_city_3" >
  1959.                                                    <label for="dropdown_city_3">Ajman</label>
  1960.                                                </li>
  1961.                                                                                                                                                                                                                                                                                                                                                                                                                                    </ul>
  1962.                                                            </div>
  1963.                        </div>
  1964.  
  1965.                                                                                                                                                <div class="w-[65%] pl-8 overflow-auto [&::-webkit-scrollbar]:w-1.5 pr-5 search--trigger--target " data-trigger-target="city_desc_1">
  1966.                                        
  1967.                                                                                    <p class="font-light font-neue text-[#999999] text-lg mb-1.5 pt-6 bg-white sticky top-0">
  1968.                                                Venues: <span class="venue--counts">855</span>
  1969.                                            </p>
  1970.                                            <div class="grid grid-cols-5 gap-3 pb-6">
  1971.                                                                                                    <a href="/venue/jw-marriott-marquis-hotel-dubai" class="search__venue--card">
  1972.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/02/21/53/venuewise_jw_marriott_marquis_hotel_dubai_23610.jpg" alt=""
  1973.                                                                class="search__venue--card--image">
  1974.                                                                                                                <div class="search__venue--card--inner">
  1975.                                                            <span class="search__venue--card--caption">
  1976.                                                                Hotels
  1977.                                                            </span>
  1978.                                                            <p class="search__venue--card--title">
  1979.                                                                JW Marriott Marquis Hotel Dubai
  1980.                                                            </p>
  1981.                                                        </div>
  1982.                                                    </a>
  1983.                                                                                                    <a href="/venue/the-dubai-edition" class="search__venue--card">
  1984.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/11/11/edt_dubai_08bw_view_rgb_v1_6731a11e733a0.jpg" alt=""
  1985.                                                                class="search__venue--card--image">
  1986.                                                                                                                <div class="search__venue--card--inner">
  1987.                                                            <span class="search__venue--card--caption">
  1988.                                                                Hotels
  1989.                                                            </span>
  1990.                                                            <p class="search__venue--card--title">
  1991.                                                                The Dubai EDITION
  1992.                                                            </p>
  1993.                                                        </div>
  1994.                                                    </a>
  1995.                                                                                                    <a href="/venue/so-uptown-dubai" class="search__venue--card">
  1996.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/11/ballroom_66e1829a31485.PNG" alt=""
  1997.                                                                class="search__venue--card--image">
  1998.                                                                                                                <div class="search__venue--card--inner">
  1999.                                                            <span class="search__venue--card--caption">
  2000.                                                                Hotels
  2001.                                                            </span>
  2002.                                                            <p class="search__venue--card--title">
  2003.                                                                SO/ Uptown Dubai
  2004.                                                            </p>
  2005.                                                        </div>
  2006.                                                    </a>
  2007.                                                                                                    <a href="/venue/marriott-hotel-al-jaddaf-dubai" class="search__venue--card">
  2008.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/09/dsc9514_66dee2085cfe6.JPG" alt=""
  2009.                                                                class="search__venue--card--image">
  2010.                                                                                                                <div class="search__venue--card--inner">
  2011.                                                            <span class="search__venue--card--caption">
  2012.                                                                Hotels
  2013.                                                            </span>
  2014.                                                            <p class="search__venue--card--title">
  2015.                                                                Marriott Hotel Al Jaddaf, Dubai
  2016.                                                            </p>
  2017.                                                        </div>
  2018.                                                    </a>
  2019.                                                                                                    <a href="/venue/melia-desert-palm-member-of-melia-collection" class="search__venue--card">
  2020.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/07/07/venuewise_melia_desert_palm_member_of_melia_collection_dubai_20297.jpg" alt=""
  2021.                                                                class="search__venue--card--image">
  2022.                                                                                                                <div class="search__venue--card--inner">
  2023.                                                            <span class="search__venue--card--caption">
  2024.                                                                Hotels
  2025.                                                            </span>
  2026.                                                            <p class="search__venue--card--title">
  2027.                                                                Meliá Desert Palm member of Meliá Collec...
  2028.                                                            </p>
  2029.                                                        </div>
  2030.                                                    </a>
  2031.                                                                                                    <a href="/venue/hilton-dubai-al-habtoor-city" class="search__venue--card">
  2032.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/02/21/56/venuewise_hilton_dubai_al_habtoor_city_dubai_22459.jpg" alt=""
  2033.                                                                class="search__venue--card--image">
  2034.                                                                                                                <div class="search__venue--card--inner">
  2035.                                                            <span class="search__venue--card--caption">
  2036.                                                                Hotels
  2037.                                                            </span>
  2038.                                                            <p class="search__venue--card--title">
  2039.                                                                Hilton Dubai Al Habtoor City
  2040.                                                            </p>
  2041.                                                        </div>
  2042.                                                    </a>
  2043.                                                                                                    <a href="/venue/zabeel-theatre-jumeirah-zabeel-saray" class="search__venue--card">
  2044.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/05/30/image_6658692dce863.png" alt=""
  2045.                                                                class="search__venue--card--image">
  2046.                                                                                                                <div class="search__venue--card--inner">
  2047.                                                            <span class="search__venue--card--caption">
  2048.                                                                Theatres / Cinemas
  2049.                                                            </span>
  2050.                                                            <p class="search__venue--card--title">
  2051.                                                                Zabeel Theatre, Jumeirah Zabeel Saray
  2052.                                                            </p>
  2053.                                                        </div>
  2054.                                                    </a>
  2055.                                                                                                    <a href="/venue/millennium-place-barsha-heights-hotel" class="search__venue--card">
  2056.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/08/17/2024_08_17_001348_66bfbf7308b9c.png" alt=""
  2057.                                                                class="search__venue--card--image">
  2058.                                                                                                                <div class="search__venue--card--inner">
  2059.                                                            <span class="search__venue--card--caption">
  2060.                                                                Hotels
  2061.                                                            </span>
  2062.                                                            <p class="search__venue--card--title">
  2063.                                                                Millennium Place Barsha Heights Hotel
  2064.                                                            </p>
  2065.                                                        </div>
  2066.                                                    </a>
  2067.                                                                                                    <a href="/venue/radisson-dubai-damac-hills" class="search__venue--card">
  2068.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/08/01/venuewise_radisson_dubai_damac_hills_dubai_24795.jpg" alt=""
  2069.                                                                class="search__venue--card--image">
  2070.                                                                                                                <div class="search__venue--card--inner">
  2071.                                                            <span class="search__venue--card--caption">
  2072.                                                                Hotels
  2073.                                                            </span>
  2074.                                                            <p class="search__venue--card--title">
  2075.                                                                Radisson Dubai Damac Hills
  2076.                                                            </p>
  2077.                                                        </div>
  2078.                                                    </a>
  2079.                                                                                                    <a href="/venue/bch-clb" class="search__venue--card">
  2080.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/04/24/venuewise_bch_clb_dubai_23618.jpg" alt=""
  2081.                                                                class="search__venue--card--image">
  2082.                                                                                                                <div class="search__venue--card--inner">
  2083.                                                            <span class="search__venue--card--caption">
  2084.                                                                Bars / Clubs / Lounges
  2085.                                                            </span>
  2086.                                                            <p class="search__venue--card--title">
  2087.                                                                BCH CLB
  2088.                                                            </p>
  2089.                                                        </div>
  2090.                                                    </a>
  2091.                                                
  2092.                                            </div>
  2093.                                        
  2094.                                        
  2095.                                    </div>
  2096.                                                                                                                                <div class="w-[65%] pl-8 overflow-auto [&::-webkit-scrollbar]:w-1.5 pr-5 search--trigger--target hidden" data-trigger-target="city_desc_17">
  2097.                                        
  2098.                                                                                    <p class="font-light font-neue text-[#999999] text-lg mb-1.5 pt-6 bg-white sticky top-0">
  2099.                                                Venues: <span class="venue--counts">203</span>
  2100.                                            </p>
  2101.                                            <div class="grid grid-cols-5 gap-3 pb-6">
  2102.                                                                                                    <a href="/venue/adnec-centre-abu-dhabi" class="search__venue--card">
  2103.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/06/02_capital_gate_6702c3a3e4e2f.jpg" alt=""
  2104.                                                                class="search__venue--card--image">
  2105.                                                                                                                <div class="search__venue--card--inner">
  2106.                                                            <span class="search__venue--card--caption">
  2107.                                                                Exhibition Centers
  2108.                                                            </span>
  2109.                                                            <p class="search__venue--card--title">
  2110.                                                                ADNEC Centre Abu Dhabi
  2111.                                                            </p>
  2112.                                                        </div>
  2113.                                                    </a>
  2114.                                                                                                    <a href="/venue/intercontinental-residences-abu-dhabi-an-ihg-hotel" class="search__venue--card">
  2115.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/08/12/image_66b9b61c98691.jpg" alt=""
  2116.                                                                class="search__venue--card--image">
  2117.                                                                                                                <div class="search__venue--card--inner">
  2118.                                                            <span class="search__venue--card--caption">
  2119.                                                                Hotels
  2120.                                                            </span>
  2121.                                                            <p class="search__venue--card--title">
  2122.                                                                InterContinental Residences Abu Dhabi, a...
  2123.                                                            </p>
  2124.                                                        </div>
  2125.                                                    </a>
  2126.                                                                                                    <a href="/venue/etihad-arena" class="search__venue--card">
  2127.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/20/lw3fg88rbodmt3yy_66ed83257d8b8.jfif" alt=""
  2128.                                                                class="search__venue--card--image">
  2129.                                                                                                                <div class="search__venue--card--inner">
  2130.                                                            <span class="search__venue--card--caption">
  2131.                                                                Arenas
  2132.                                                            </span>
  2133.                                                            <p class="search__venue--card--title">
  2134.                                                                Etihad Arena
  2135.                                                            </p>
  2136.                                                        </div>
  2137.                                                    </a>
  2138.                                                                                                    <a href="/venue/emirates-palace-mandarin-oriental-1" class="search__venue--card">
  2139.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/07/27/image_66a4db0dcfbf5.webp" alt=""
  2140.                                                                class="search__venue--card--image">
  2141.                                                                                                                <div class="search__venue--card--inner">
  2142.                                                            <span class="search__venue--card--caption">
  2143.                                                                Hotels
  2144.                                                            </span>
  2145.                                                            <p class="search__venue--card--title">
  2146.                                                                Emirates Palace  Mandarin Oriental
  2147.                                                            </p>
  2148.                                                        </div>
  2149.                                                    </a>
  2150.                                                                                                    <a href="/venue/al-maya-island-resort" class="search__venue--card">
  2151.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/09/360184726_67065cab9ffa5.jpg" alt=""
  2152.                                                                class="search__venue--card--image">
  2153.                                                                                                                <div class="search__venue--card--inner">
  2154.                                                            <span class="search__venue--card--caption">
  2155.                                                                Hotels
  2156.                                                            </span>
  2157.                                                            <p class="search__venue--card--title">
  2158.                                                                Al Maya Island & Resort
  2159.                                                            </p>
  2160.                                                        </div>
  2161.                                                    </a>
  2162.                                                                                                    <a href="/venue/casa-dunia-club" class="search__venue--card">
  2163.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/10/dsc02287_min_6707f85c916d4.JPG" alt=""
  2164.                                                                class="search__venue--card--image">
  2165.                                                                                                                <div class="search__venue--card--inner">
  2166.                                                            <span class="search__venue--card--caption">
  2167.                                                                Bars / Clubs / Lounges
  2168.                                                            </span>
  2169.                                                            <p class="search__venue--card--title">
  2170.                                                                Casa Dunia Club
  2171.                                                            </p>
  2172.                                                        </div>
  2173.                                                    </a>
  2174.                                                                                                    <a href="/venue/cultural-foundation-auditoriums" class="search__venue--card">
  2175.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/12/cultural_foundation_theatre_1_670a02ca75f51.png" alt=""
  2176.                                                                class="search__venue--card--image">
  2177.                                                                                                                <div class="search__venue--card--inner">
  2178.                                                            <span class="search__venue--card--caption">
  2179.                                                                Auditoriums
  2180.                                                            </span>
  2181.                                                            <p class="search__venue--card--title">
  2182.                                                                Cultural Foundation Auditoriums
  2183.                                                            </p>
  2184.                                                        </div>
  2185.                                                    </a>
  2186.                                                                                                    <a href="/venue/the-st-regis-saadiyat-island-resort-abu-dhabi" class="search__venue--card">
  2187.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/28/auhxr_regal_ballroom_6704_hor_wide_66f72a05d4d2e.jpg" alt=""
  2188.                                                                class="search__venue--card--image">
  2189.                                                                                                                <div class="search__venue--card--inner">
  2190.                                                            <span class="search__venue--card--caption">
  2191.                                                                Hotels
  2192.                                                            </span>
  2193.                                                            <p class="search__venue--card--title">
  2194.                                                                The St. Regis Saadiyat Island Resort, Ab...
  2195.                                                            </p>
  2196.                                                        </div>
  2197.                                                    </a>
  2198.                                                
  2199.                                            </div>
  2200.                                        
  2201.                                        
  2202.                                    </div>
  2203.                                                                                                                                <div class="w-[65%] pl-8 overflow-auto [&::-webkit-scrollbar]:w-1.5 pr-5 search--trigger--target hidden" data-trigger-target="city_desc_2">
  2204.                                        
  2205.                                                                                    <p class="font-light font-neue text-[#999999] text-lg mb-1.5 pt-6 bg-white sticky top-0">
  2206.                                                Venues: <span class="venue--counts">64</span>
  2207.                                            </p>
  2208.                                            <div class="grid grid-cols-5 gap-3 pb-6">
  2209.                                                                                                    <a href="/venue/the-flag-island" class="search__venue--card">
  2210.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/02/21/53/65d542822b785.jpg" alt=""
  2211.                                                                class="search__venue--card--image">
  2212.                                                                                                                <div class="search__venue--card--inner">
  2213.                                                            <span class="search__venue--card--caption">
  2214.                                                                Special Venues
  2215.                                                            </span>
  2216.                                                            <p class="search__venue--card--title">
  2217.                                                                The Flag Island
  2218.                                                            </p>
  2219.                                                        </div>
  2220.                                                    </a>
  2221.                                                                                                    <a href="/venue/sharjah-golf-and-shooting-club" class="search__venue--card">
  2222.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/11/07/sharjah_golf_shooting_club_46_xl_672c03cf8de8a.jpg" alt=""
  2223.                                                                class="search__venue--card--image">
  2224.                                                                                                                <div class="search__venue--card--inner">
  2225.                                                            <span class="search__venue--card--caption">
  2226.                                                                Golf Courses
  2227.                                                            </span>
  2228.                                                            <p class="search__venue--card--title">
  2229.                                                                Sharjah Golf and Shooting Club
  2230.                                                            </p>
  2231.                                                        </div>
  2232.                                                    </a>
  2233.                                                                                                    <a href="/venue/al-jawaher-reception-and-convention-centre" class="search__venue--card">
  2234.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/19/001_66ec4afc8c112.jpg" alt=""
  2235.                                                                class="search__venue--card--image">
  2236.                                                                                                                <div class="search__venue--card--inner">
  2237.                                                            <span class="search__venue--card--caption">
  2238.                                                                Special Venues
  2239.                                                            </span>
  2240.                                                            <p class="search__venue--card--title">
  2241.                                                                Al Jawaher Reception and Convention Cent...
  2242.                                                            </p>
  2243.                                                        </div>
  2244.                                                    </a>
  2245.                                                                                                    <a href="/venue/sharjah-chamber-of-commerce-and-industry" class="search__venue--card">
  2246.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/08/28/sharjahchamber_cover_66cf85760b9c9.jpg" alt=""
  2247.                                                                class="search__venue--card--image">
  2248.                                                                                                                <div class="search__venue--card--inner">
  2249.                                                            <span class="search__venue--card--caption">
  2250.                                                                Special Venues
  2251.                                                            </span>
  2252.                                                            <p class="search__venue--card--title">
  2253.                                                                Sharjah Chamber of Commerce and Industry
  2254.                                                            </p>
  2255.                                                        </div>
  2256.                                                    </a>
  2257.                                                                                                    <a href="/venue/expo-centre-sharjah" class="search__venue--card">
  2258.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/29/29474_196458_1_6720cd51e52e5.jpg" alt=""
  2259.                                                                class="search__venue--card--image">
  2260.                                                                                                                <div class="search__venue--card--inner">
  2261.                                                            <span class="search__venue--card--caption">
  2262.                                                                Exhibition Centers
  2263.                                                            </span>
  2264.                                                            <p class="search__venue--card--title">
  2265.                                                                Expo Centre Sharjah
  2266.                                                            </p>
  2267.                                                        </div>
  2268.                                                    </a>
  2269.                                                
  2270.                                            </div>
  2271.                                        
  2272.                                        
  2273.                                    </div>
  2274.                                                                                                                                <div class="w-[65%] pl-8 overflow-auto [&::-webkit-scrollbar]:w-1.5 pr-5 search--trigger--target hidden" data-trigger-target="city_desc_16">
  2275.                                        
  2276.                                                                                    <p class="font-light font-neue text-[#999999] text-lg mb-1.5 pt-6 bg-white sticky top-0">
  2277.                                                Venues: <span class="venue--counts">32</span>
  2278.                                            </p>
  2279.                                            <div class="grid grid-cols-5 gap-3 pb-6">
  2280.                                                                                                    <a href="/venue/hilton-garden-inn-ras-al-khaimah-1" class="search__venue--card">
  2281.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/11/03/492630048_672748ae14e48.jpg" alt=""
  2282.                                                                class="search__venue--card--image">
  2283.                                                                                                                <div class="search__venue--card--inner">
  2284.                                                            <span class="search__venue--card--caption">
  2285.                                                                Hotels
  2286.                                                            </span>
  2287.                                                            <p class="search__venue--card--title">
  2288.                                                                Hilton Garden Inn Ras Al Khaimah
  2289.                                                            </p>
  2290.                                                        </div>
  2291.                                                    </a>
  2292.                                                                                                    <a href="/venue/rixos-al-mairid-ras-al-khaimah" class="search__venue--card">
  2293.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/17/dji_0409_2_11zon_66e93630dddba_66e959cc13cd7.jpg" alt=""
  2294.                                                                class="search__venue--card--image">
  2295.                                                                                                                <div class="search__venue--card--inner">
  2296.                                                            <span class="search__venue--card--caption">
  2297.                                                                Hotels
  2298.                                                            </span>
  2299.                                                            <p class="search__venue--card--title">
  2300.                                                                Rixos Al Mairid Ras Al Khaimah
  2301.                                                            </p>
  2302.                                                        </div>
  2303.                                                    </a>
  2304.                                                                                                    <a href="/venue/al-hamra-international-exhibition-conference-center" class="search__venue--card">
  2305.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/11/04/screen_shot_2022_03_10_at_8_upscayl_2x_realesrgan_x4plus_6728eb38e5af8.png" alt=""
  2306.                                                                class="search__venue--card--image">
  2307.                                                                                                                <div class="search__venue--card--inner">
  2308.                                                            <span class="search__venue--card--caption">
  2309.                                                                Exhibition Centers
  2310.                                                            </span>
  2311.                                                            <p class="search__venue--card--title">
  2312.                                                                Al Hamra International Exhibition & Conf...
  2313.                                                            </p>
  2314.                                                        </div>
  2315.                                                    </a>
  2316.                                                                                                    <a href="/venue/bm-beach-hotel" class="search__venue--card">
  2317.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/11/06/bm_hotel_202319_min_scaled_672b58fb70529.jpg" alt=""
  2318.                                                                class="search__venue--card--image">
  2319.                                                                                                                <div class="search__venue--card--inner">
  2320.                                                            <span class="search__venue--card--caption">
  2321.                                                                Hotels
  2322.                                                            </span>
  2323.                                                            <p class="search__venue--card--title">
  2324.                                                                BM Beach Hotel
  2325.                                                            </p>
  2326.                                                        </div>
  2327.                                                    </a>
  2328.                                                                                                    <a href="/venue/waldorf-astoria-ras-al-khaimah" class="search__venue--card">
  2329.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/24/008_areal_671a050b5b196.webp" alt=""
  2330.                                                                class="search__venue--card--image">
  2331.                                                                                                                <div class="search__venue--card--inner">
  2332.                                                            <span class="search__venue--card--caption">
  2333.                                                                Hotels
  2334.                                                            </span>
  2335.                                                            <p class="search__venue--card--title">
  2336.                                                                Waldorf Astoria Ras Al Khaimah
  2337.                                                            </p>
  2338.                                                        </div>
  2339.                                                    </a>
  2340.                                                
  2341.                                            </div>
  2342.                                        
  2343.                                        
  2344.                                    </div>
  2345.                                                                                                                                <div class="w-[65%] pl-8 overflow-auto [&::-webkit-scrollbar]:w-1.5 pr-5 search--trigger--target hidden" data-trigger-target="city_desc_3">
  2346.                                        
  2347.                                                                                    <p class="font-light font-neue text-[#999999] text-lg mb-1.5 pt-6 bg-white sticky top-0">
  2348.                                                Venues: <span class="venue--counts">14</span>
  2349.                                            </p>
  2350.                                            <div class="grid grid-cols-5 gap-3 pb-6">
  2351.                                                                                                    <a href="/venue/ramada-hotel-suites-by-wyndham-ajman-2" class="search__venue--card">
  2352.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/28/meet_majestic_671fdb398c8c4.png" alt=""
  2353.                                                                class="search__venue--card--image">
  2354.                                                                                                                <div class="search__venue--card--inner">
  2355.                                                            <span class="search__venue--card--caption">
  2356.                                                                Hotels
  2357.                                                            </span>
  2358.                                                            <p class="search__venue--card--title">
  2359.                                                                Ramada Hotel & Suites by Wyndham Ajman
  2360.                                                            </p>
  2361.                                                        </div>
  2362.                                                    </a>
  2363.                                                                                                    <a href="/venue/bahi-ajman-palace-hotel" class="search__venue--card">
  2364.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/02/21/54/venuewise_bahi_ajman_palace_hotel_dubai_21819.jpg" alt=""
  2365.                                                                class="search__venue--card--image">
  2366.                                                                                                                <div class="search__venue--card--inner">
  2367.                                                            <span class="search__venue--card--caption">
  2368.                                                                Hotels
  2369.                                                            </span>
  2370.                                                            <p class="search__venue--card--title">
  2371.                                                                Bahi Ajman Palace Hotel
  2372.                                                            </p>
  2373.                                                        </div>
  2374.                                                    </a>
  2375.                                                                                                    <a href="/venue/fairmont-ajman" class="search__venue--card">
  2376.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/02/21/54/venuewise_fairmont_ajman_dubai_21971.jpg" alt=""
  2377.                                                                class="search__venue--card--image">
  2378.                                                                                                                <div class="search__venue--card--inner">
  2379.                                                            <span class="search__venue--card--caption">
  2380.                                                                Hotels
  2381.                                                            </span>
  2382.                                                            <p class="search__venue--card--title">
  2383.                                                                Fairmont Ajman
  2384.                                                            </p>
  2385.                                                        </div>
  2386.                                                    </a>
  2387.                                                                                                    <a href="/venue/al-zorah-golf-club" class="search__venue--card">
  2388.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/12/05/al_zorah_11th_3538_web_scaled_6750d081bc3a0.jpg" alt=""
  2389.                                                                class="search__venue--card--image">
  2390.                                                                                                                <div class="search__venue--card--inner">
  2391.                                                            <span class="search__venue--card--caption">
  2392.                                                                Golf Courses
  2393.                                                            </span>
  2394.                                                            <p class="search__venue--card--title">
  2395.                                                                Al Zorah Golf Club
  2396.                                                            </p>
  2397.                                                        </div>
  2398.                                                    </a>
  2399.                                                                                                    <a href="/venue/kempinski-hotel-ajman" class="search__venue--card">
  2400.                                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/17/ballroom_edited_orig_standard_6710c6d90512e.jpg" alt=""
  2401.                                                                class="search__venue--card--image">
  2402.                                                                                                                <div class="search__venue--card--inner">
  2403.                                                            <span class="search__venue--card--caption">
  2404.                                                                Hotels
  2405.                                                            </span>
  2406.                                                            <p class="search__venue--card--title">
  2407.                                                                Kempinski Hotel Ajman
  2408.                                                            </p>
  2409.                                                        </div>
  2410.                                                    </a>
  2411.                                                
  2412.                                            </div>
  2413.                                        
  2414.                                        
  2415.                                    </div>
  2416.                                                                                                                                                                                                                                                
  2417.                                                                                                                
  2418.                                                                                                                                                                            
  2419.                                            </div>
  2420.  
  2421.                    <!-- country -->
  2422.                    <div id="countrySearchDropdown" class="dropdown__box hero--dropdown !mt-1 left-0 text-gray-5 flex px-5"
  2423.                         data-dropdown-target="where">
  2424.                        <div class="max-h-full overflow-auto w-4/12 sticky top-6 scrollbar-hide py-6 flex flex-col">
  2425.                            <div class="w-full border-r border-[#E3E3E3] grow">
  2426.                                <div class="space-y-6 pr-4">
  2427.                                </div>
  2428.                            </div>
  2429.                        </div>
  2430.  
  2431.                        <div class="w-8/12 pl-8 overflow-auto scrollbar-hide pt-6">
  2432.                            <p class="font-light font-neue text-[#999999] text-lg mb-1.5">Venues: 800</p>
  2433.  
  2434.                            <div class="grid grid-cols-5 gap-3">
  2435.  
  2436.                            </div>
  2437.  
  2438.                            <p class="font-light font-neue text-[#999999] text-lg mt-[18px] mb-1.5">Agencies: 63</p>
  2439.  
  2440.                            <div class="grid grid-cols-5 gap-y-3 gap-x-4 pb-6">
  2441.                            </div>
  2442.                        </div>
  2443.                    </div>
  2444.  
  2445.                    <!-- Input 2: Event type -->
  2446.                    <img src="assets/SVGs/seprator/sm-detail-line.svg" class="w-3 mr-6 ml-2 hidden lg:inline " alt=""/>
  2447.                    <div class="group w-full lg:w-[260px] pb-3 lg:pb-0 border-b border-[#6B6B6B] lg:border-none relative track--filled track--focus">
  2448.                        <label class="pt-6 block w-full group-[.focused]:text-[#999999] group-[.focused]:text-[16px] group-[.filled]:text-[#999999] group-[.filled]:text-[16px] text-black text-[18px] font-neue font-semibold transition-all" for="activtyFilter">
  2449.                           What’s your event?
  2450.                        </label>
  2451.                        <input placeholder="Enter the preferred event type" id="activtyFilter" data-combobox-check="true" class="pb-6 peer autocomplete-input font-neue font-light !text-sm [.filled_&]:!text-[18px]" name="eventType" data-combobox="activity" data-combobox-clear-el="button" data-combobox-value-only="true" />
  2452.                        <button id="clearEventTypeBtn" type="button" class="text-white bottom-6 right-0 px-3 py-1.5 absolute opacity-0 pointer-events-none bg-white">
  2453.                            <img src="https://venuewise.com/assets/SVGs/icons/dismiss.svg"/>
  2454.                        </button>
  2455.                        <div class="autocomplete__container translate-y-1.5" tabIndex="1">
  2456.                            <ul class="autocomplete__results min-w-[240px] -ml-5" data-combobox-results="activity">
  2457.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="145">Festivals</li>
  2458.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="147">Meetings</li>
  2459.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="148">Trade Shows & Exhibitions</li>
  2460.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="88">Weddings-Indoor</li>
  2461.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="141">Weddings-Outdoor</li>
  2462.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="2">Parties and Celebrations</li>
  2463.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="93">Corporate Events</li>
  2464.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="7">Conferences</li>
  2465.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="89">Product Launches and Demos</li>
  2466.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="19">Indoor Dinners/Awards/Galas</li>
  2467.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="142">Outdoor Dinners/Awards/Galas</li>
  2468.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="8">Seminars</li>
  2469.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="97">Networking Events</li>
  2470.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="129">Team Building Activities</li>
  2471.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="103">Brand Activations</li>
  2472.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="84">Trainings and Workshops</li>
  2473.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="43">Fashion Shows and Weeks</li>
  2474.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="102">Art Shows</li>
  2475.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="25">Concerts and Music Performances</li>
  2476.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="26">Theaters and Performances</li>
  2477.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="106">Photo and Video Shoots</li>
  2478.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="32">Movie Premiere</li>
  2479.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="24">Film Festivals</li>
  2480.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="38">Graduation Events</li>
  2481.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="45">Gaming Tournaments</li>
  2482.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="58">Sports Tournaments</li>
  2483.                                                            </ul>
  2484.                        </div>
  2485.                    </div>
  2486.  
  2487.                    <!-- Input 3: Attendees -->
  2488.                    <img src="assets/SVGs/seprator/sm-detail-line.svg" class="w-3 mr-6 ml-2 hidden lg:inline" alt=""/>
  2489.                    <div class="group w-full lg:w-[260px] pb-3 lg:pb-0 border-b border-[#6B6B6B] lg:border-none relative track--filled track--focus">
  2490.                        <label class="pt-6 block w-full group-[.focused]:text-[#999999] group-[.focused]:text-[16px] group-[.filled]:text-[#999999] group-[.filled]:text-[16px] text-black text-[18px] font-neue font-semibold transition-all" for="heroAttendees" form="none">
  2491.                           How many guests?
  2492.                        </label>
  2493.                        <input placeholder="Approx. number of attendees" id="heroAttendees" name="heroAttendees" class="pb-6 peer dropdown-input font-neue font-light !text-sm [.filled_&]:!text-[18px]" data-dropdown="attendees" readonly form="none" />
  2494.                        <button type="button" id="clearAttendeesBtn"
  2495.                            class="text-white bottom-6 right-0 px-3 py-1.5 absolute bg-white pointer-events-none opacity-0 [.filled_&]:opacity-100 [.filled_&]:pointer-events-auto">
  2496.                            <img src="https://venuewise.com/assets/SVGs/icons/dismiss.svg">
  2497.                        </button>
  2498.                        <div class="dropdown__container translate-y-1.5 !w-[30.75rem] [@media(max-width:1480px)]:!w-[28.125rem]">
  2499.                            <div class="dropdown__box p-6 !ml-0 overflow-x-hidden" data-dropdown-target="attendees" tabIndex="1">
  2500.                                <div class="home__range--switch__group">
  2501.                                    <p>Do you know the approximate number of attendees?</p>
  2502.                                    
  2503.                                </div>
  2504.              
  2505.                                <section class="home__range--block irs--black">
  2506.                                    <input id="homeHeroRangeSlider" type="range" multiple="multiple" data-default-range-value="0;44260"
  2507.                                      data-has-default-min-value="false" data-has-default-max-value="false" min="0" max="44260" unit=""
  2508.                                      value="0;44260" step="10">
  2509.              
  2510.                                    <div class="home__range-input__group">
  2511.                                        <div class="home__range-input">
  2512.                                            <input type="number" id="homeHeroRangeMin" placeholder="Min: 0" name="rangeValueInputMin" />
  2513.                                            <div class="home__range-input__clear home-hero__range--capacity__min--clear"></div>
  2514.                                        </div>
  2515.                                        <div class="home__range-input">
  2516.                                            <input type="number" id="homeHeroRangeMax" name="rangeValueInputMax"
  2517.                                                placeholder="Max: 44260" />
  2518.                                            <div class="home__range-input__clear home-hero__range--capacity__max--clear"></div>
  2519.                                        </div>
  2520.                                    </div>
  2521.                                </section>
  2522.                            </div>
  2523.                        </div>
  2524.                    </div>
  2525.                    <button id="desktopSubmitSearchBtn" type="submit" class="group flex justify-center items-center gap-x-2 w-full lg:w-52 h-14 bg-green text-black font-semibold text-lg hover:bg-black hover:text-white transition-all">
  2526.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  2527.                            <path d="M16.8555 16.8501L21.8055 21.8001" stroke="#181A1B" class="group-hover:stroke-white" stroke-width="2.3" stroke-linecap="square" stroke-linejoin="round"/>
  2528.                            <path d="M2.00391 10.4857C2.00391 15.1722 5.80309 18.9714 10.4896 18.9714C12.8369 18.9714 14.9617 18.0183 16.4979 16.478C18.0289 14.9431 18.9753 12.8249 18.9753 10.4857C18.9753 5.79918 15.1761 2 10.4896 2C5.80309 2 2.00391 5.79918 2.00391 10.4857Z" stroke="#181A1B" class="group-hover:stroke-white" stroke-width="2.3" stroke-linecap="round" stroke-linejoin="round"/>
  2529.                        </svg>
  2530.                        Find venue
  2531.                    </button>
  2532.                </form>
  2533.            </div>
  2534.  
  2535.            <!-- mobile -->
  2536.            <div class="lg:hidden flex clip-search w-full flex-col lg:flex-row lg:items-center h-auto lg:h-24 bg-white my-5 px-6 py-5 lg:py-0">
  2537.                <form class="flex flex-col lg:flex-row gap-5 items-center" action="/filter" method="GET" autocomplete="off" id="mobileHeroSearch">
  2538.  
  2539.                    <!-- Input 1: Where -->
  2540.                    <div class="group w-full lg:w-[260px] pb-3 lg:pb-0 border-b border-[#6B6B6B] lg:border-none">
  2541.                        <label class="h-7 block group-focus-within:text-[#999999] text-black text-[18px] font-neue font-semibold transition-all" for="heroSearchWhereMobile">Where's your event?
  2542.                        </label>
  2543.                        <!-- 'city_where_modal_mobile' | 'country_where_modal_mobile' -->
  2544.                        <input data-modal-open="city_where_modal_mobile" placeholder="Search by country, city, property name" class="peer autocomplete-input font-neue font-light !text-sm" id="heroSearchWhereMobile" name="text_search" readonly/>
  2545.                    </div>
  2546.                    <!-- Input 2: Event Type -->
  2547.                    <div class="group w-full lg:w-[260px] pb-3 lg:pb-0 border-b border-[#6B6B6B] lg:border-none">
  2548.                        <label class="h-7 block group-focus-within:text-[#999999] text-black text-[18px] font-neue font-semibold transition-all">What’s your event?</label>
  2549.                        <input data-modal-open="event_type_modal_mobile" placeholder="Choose the preferred event type" class="peer autocomplete-input font-neue font-light !text-sm" id="heroEventTypeMobile" name="eventType" readonly/>
  2550.                    </div>
  2551.  
  2552.                    <!-- Input 3: Attendees -->
  2553.                    <div class="group w-full lg:w-[260px] pb-3 lg:pb-0 border-b border-[#6B6B6B] lg:border-none">
  2554.                        <label class="h-7 block group-focus-within:text-[#999999] text-black text-[18px] font-neue font-semibold transition-all">How many guests?</label>
  2555.                        <input data-modal-open="attendees_modal_mobile" placeholder="Approx. number of attendees" class="peer dropdown-input font-neue font-light !text-sm" id="heroAttendeesMobile" name="heroAttendees" readonly form="none" />
  2556.                    </div>
  2557.  
  2558.                    <button type="submit" class="group flex justify-center items-center gap-x-2 w-full lg:w-52 h-14 bg-green text-black font-semibold text-lg hover:bg-black hover:text-white transition-all">
  2559.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  2560.                            <path d="M16.8555 16.8501L21.8055 21.8001" stroke="#181A1B" class="group-hover:stroke-white" stroke-width="2.3" stroke-linecap="square" stroke-linejoin="round"/>
  2561.                            <path d="M2.00391 10.4857C2.00391 15.1722 5.80309 18.9714 10.4896 18.9714C12.8369 18.9714 14.9617 18.0183 16.4979 16.478C18.0289 14.9431 18.9753 12.8249 18.9753 10.4857C18.9753 5.79918 15.1761 2 10.4896 2C5.80309 2 2.00391 5.79918 2.00391 10.4857Z" stroke="#181A1B" class="group-hover:stroke-white" stroke-width="2.3" stroke-linecap="round" stroke-linejoin="round"/>
  2562.                        </svg>
  2563.                        Find venue
  2564.                    </button>
  2565.                </form>
  2566.            </div>
  2567.  
  2568.             <!-- Available cities -->
  2569.            <div class="available-cities__container">
  2570.                <div class="available-cities__static-text">
  2571.                Available across the <span class="available-cities__static-text--highlight">UAE:</span>
  2572.                </div>
  2573.                <div class="available-cities__slider">
  2574.                <div class="available-cities__animation">
  2575.                    <div class="available-cities__item">
  2576.                    Dubai
  2577.                    </div>
  2578.                    <div class="available-cities__item">
  2579.                    Abu Dhabi
  2580.                    </div>
  2581.                    <div class="available-cities__item">
  2582.                    Sharjah
  2583.                    </div>
  2584.                    <div class="available-cities__item">
  2585.                    Umm Al Quwain
  2586.                    </div>
  2587.                    <div class="available-cities__item">
  2588.                    Ajman
  2589.                    </div>
  2590.                    <div class="available-cities__item">
  2591.                    Ras Al Khaimah
  2592.                    </div>
  2593.                    <div class="available-cities__item">
  2594.                    Fujairah
  2595.                    </div>
  2596.                    <div class="available-cities__item">
  2597.                    Dubai
  2598.                    </div>
  2599.                </div>
  2600.                </div>
  2601.            </div>
  2602.  
  2603.        </div>
  2604.  
  2605.  
  2606.        <div class="hidden lg:flex flex-col items-center gap-2 absolute bottom-0">
  2607.            <span class="text-white text-[13px] rotate-180 vertical-text">Scroll</span>
  2608.            <div class="w-[0.5px] h-[20px] lg:h-[90px] bg-[#898989]">
  2609.  
  2610.            </div>
  2611.        </div>
  2612.    </section>
  2613. </header>
  2614.  
  2615.  
  2616.  
  2617.  
  2618.  
  2619.  
  2620.  
  2621.  
  2622.  
  2623. <!-- OUR MISSION: What We Do? -->
  2624. <section
  2625.  class="relative overflow-hidden home-about w-full pt-12 pb-20 lg:pb-36 lg:pt-0 bg-none lg:bg-opacity-100 bg-contain tablet:bg-[center_top_6rem] bg-[center_top_5rem] bg-no-repeat 3xl:pb-[20vh]">
  2626.  <img src="https://venuewise.com/assets/SVGs/what-we-do-title.svg" id="venueTitle" class="
  2627.    will-change-transform z-[1000] absolute left-1/2 -translate-x-1/2
  2628.    pointer-events-none select-none
  2629.    w-[120vw] bottom-28 max-w-none
  2630.    lg:max-w-full lg:w-[80vw] lg:bottom-36
  2631.    2xl:bottom-36
  2632.    3xl:w-[125rem] 3xl:bottom-[15vh]
  2633.    " alt="">
  2634.  <div
  2635.    class="absolute h-[200vh] w-[250px] border-x-[0.5px] border-x-gray-1 rotate-12 z-10 -left-[10%] md:left-1/2 top-1/2 lg:-translate-x-[15%] -translate-y-1/2">
  2636.  </div>
  2637.  <div class="relative w-full z-[11]">
  2638.    <div class="container flex flex-col lg:flex-row items-start">
  2639.      <div class="w-full lg:w-1/2 flex flex-col justify-center gap-y-3 lg:mt-16 xl:mt-28">
  2640.        <span class="font-neue-text font-black text-green">/ JOIN US</span>
  2641.        <h4
  2642.          class="animated-title text-black font-condensed uppercase font-black text-[50px] lg:text-9xl !leading-[86%] whitespace-nowrap">
  2643.          Growing Event
  2644.          <br />
  2645.          Community
  2646.        </h4>
  2647.        <p class="font-neue font-medium text-balck max-w-xl">
  2648.          Venues can present all the essential details that bookers need to know in a structured <br class="hidden lg:block">
  2649.          format, supporting quick and confident venue selection. <br class="hidden lg:block">
  2650.          Event organizers, agencies, and service providers can showcase their expertise <br class="hidden lg:block"> through dedicated profiles,
  2651.          highlighting services and featuring their <br class="hidden lg:block"> memorable projects.
  2652.        </p>
  2653.        <div class="flex gap-2 lg:gap-6 lg:flex-row items-start my-6 flex-wrap lg:flex-nowrap">
  2654.          <a href="/venue-registration-form"
  2655.            class="clip-link inline-flex justify-center items-center text-white bg-black px-4 lg:px-12 2xl:px-14 h-14 text-center font-neue font-semibold hover:bg-green hover:text-black transition-all duration-300">
  2656.            Get your venue listed
  2657.          </a>
  2658.          
  2659.        </div>
  2660.      </div>
  2661.      <div class="relative flex md:gap-x-10 w-full lg:w-1/2 h-[400px] md:h-[800px]">
  2662.        <div class="w-[50vw]">
  2663.          <div
  2664.            class="
  2665.            absolute top-0 -skew-x-12 overflow-hidden bg-no-repeat lg:left-0
  2666.            w-[400px] h-[440px] [@media(min-width:440px)]:translate-x-28 lg:w-[50vw]
  2667.            2xl:w-[50vw] md:h-[840px] translate-x-16 lg:translate-x-48 3xl:w-[52vw] 3xl:h-[70vh] 3xl:max-h-[1000px] pb-14 lg:pb-10">
  2668.            <div
  2669.              class="skew-x-12 h-full w-[120%] -ml-[15%] 2xl:-ml-[10%] md:w-full bg-cover md:translate-x-0 -translate-x-12 bg-[50%_50%]"
  2670.              style="background-image: url('https://venuewise.com/assets/images/home/what-we-do.jpg');" >
  2671.            </div>
  2672.            
  2673.          </div>
  2674.        </div>
  2675.      </div>
  2676.    </div>
  2677.  </div>
  2678. </section>
  2679.  
  2680.  
  2681. <!-- FEATURED VENUES: Listing -->
  2682. <section class="home-section tablet:h-[120vh] w-full bg-black pt-6 lg:pt-0">
  2683.  <div class="container flex flex-col lg:flex-row items-center h-full">
  2684.    <div class="flex items-center w-full lg:w-[50%] h-full">
  2685.      <div class="flex flex-col lg:gap-2 my-5">
  2686.        <span class="font-neue-text font-black text-green mb-3">/ VENUES</span>
  2687.        <h3
  2688.              class="uppercase animated-title font-extended text-shadow font-black uppercase text-black text-[50px] lg:text-8xl text-stroke leading-[100%] whitespace-nowrap">
  2689.              Featured
  2690.              <br>
  2691.              Venues
  2692.            </h3>
  2693.        <p class="text-white font-neue text-lg">
  2694.          Venues handpicked by our advisers and loved by our audience.
  2695.        </p>
  2696.        <a href="/venues"
  2697.          class="clip-link inline-flex justify-center items-center font-semibold text-black bg-green hover:bg-white transition-colors duration-200 w-56 h-14 my-9 text-center font-neue">
  2698.          See all venues
  2699.        </a>
  2700.      </div>
  2701.    </div>
  2702.    <div class="featured-grid w-full lg:w-[50%] h-[2000px] lg:h-full m-10 lg:m-0">
  2703.              
  2704.          <a href="/venue/dubai-opera" class="group featured-grid-item" data-cursor-arrow>
  2705.            <div class="featured-grid-item-image"
  2706.              style="background-image: url('/upload/venue/gallery/2024/04/30/image_66311ab8e01f2.jpeg');">
  2707.            </div>
  2708.            <span class="home-badge featured-style" style="display: none">
  2709.              <img src="assets/SVGs/icons/badges/featured-badge.svg" class="w-5 -mt-1" alt="" />
  2710.              FEATURED
  2711.            </span>
  2712.            <span class="home-badge popular-style" style="display: none">
  2713.              <img src="assets/SVGs/icons/badges/popular-badge.svg" class="w-5 -mt-1" alt="" />
  2714.              Popular
  2715.            </span>
  2716.            <span class="home-badge new-style" style="display: none">
  2717.              <img src="assets/SVGs/icons/badges/new-badge.svg" class="w-5 -mt-1" alt="" />
  2718.              NEW
  2719.            </span>
  2720.  
  2721.            <div class="inner p-4 flex flex-col gap-2 text-white">
  2722.              <span class="font-neue text-sm">
  2723.                                  Auditorium
  2724.                              </span>
  2725.              <h2 class="font-neue font-bold text-3xl leading-[93%]">
  2726.                Dubai Opera
  2727.              </h2>
  2728.              <p
  2729.              class="font-neue lg:mb-4 leading-5 text-white h-0 transition group-hover:delay-200 duration-200 ease-linear opacity-0 translate-y-1.6 group-hover:opacity-100 group-hover:translate-y-0  group-hover:h-auto   pointer-events-none group-hover:pointer-events-auto overflow-hidden">
  2730.                Dubai Opera, located in the heart of Downtown Dubai, is the city's premier venue for the performing arts. Opened in ...
  2731.              </p>
  2732.              <div class="flex flex-col">
  2733.                <span class="font-bold font-neue">capacity</span>
  2734.                <span class="text-[#999999] text-sm">
  2735.                                    2000 Standing
  2736.                    
  2737.                                  </span>
  2738.              </div>
  2739.              <div class="flex flex-col">
  2740.                <span class="font-bold font-neue">Event Type</span>
  2741.                <span class="text-[#999999] text-sm">
  2742.                                                              Corporate Events
  2743.                                                    /
  2744.                                                                    Film Festivals
  2745.                                                    /
  2746.                                                                    Fashion Shows and Weeks
  2747.                                                                              </span>
  2748.              </div>
  2749.            </div>
  2750.          </a>
  2751.              
  2752.          <a href="/venue/madinat-jumeirah" class="group featured-grid-item" data-cursor-arrow>
  2753.            <div class="featured-grid-item-image"
  2754.              style="background-image: url('/upload/venue/gallery/2024/06/05/image_666065c4465d6.jpg');">
  2755.            </div>
  2756.            <span class="home-badge featured-style" style="display: none">
  2757.              <img src="assets/SVGs/icons/badges/featured-badge.svg" class="w-5 -mt-1" alt="" />
  2758.              FEATURED
  2759.            </span>
  2760.            <span class="home-badge popular-style" style="display: none">
  2761.              <img src="assets/SVGs/icons/badges/popular-badge.svg" class="w-5 -mt-1" alt="" />
  2762.              Popular
  2763.            </span>
  2764.            <span class="home-badge new-style" style="display: none">
  2765.              <img src="assets/SVGs/icons/badges/new-badge.svg" class="w-5 -mt-1" alt="" />
  2766.              NEW
  2767.            </span>
  2768.  
  2769.            <div class="inner p-4 flex flex-col gap-2 text-white">
  2770.              <span class="font-neue text-sm">
  2771.                                  Conference Room
  2772.                              </span>
  2773.              <h2 class="font-neue font-bold text-3xl leading-[93%]">
  2774.                Madinat Jumeirah
  2775.              </h2>
  2776.              <p
  2777.              class="font-neue lg:mb-4 leading-5 text-white h-0 transition group-hover:delay-200 duration-200 ease-linear opacity-0 translate-y-1.6 group-hover:opacity-100 group-hover:translate-y-0  group-hover:h-auto   pointer-events-none group-hover:pointer-events-auto overflow-hidden">
  2778.                Set across its own private beach, Madinat Jumeirah Resort, the Arabian Resort of Dubai captures the natural beauty of the ...
  2779.              </p>
  2780.              <div class="flex flex-col">
  2781.                <span class="font-bold font-neue">capacity</span>
  2782.                <span class="text-[#999999] text-sm">
  2783.                                    4500 Standing
  2784.                    
  2785.                                    / 1300 Seat
  2786.                                  </span>
  2787.              </div>
  2788.              <div class="flex flex-col">
  2789.                <span class="font-bold font-neue">Event Type</span>
  2790.                <span class="text-[#999999] text-sm">
  2791.                                                              Parties and Celebrations
  2792.                                                    /
  2793.                                                                    Conferences
  2794.                                                    /
  2795.                                                                    Seminars
  2796.                                                                              </span>
  2797.              </div>
  2798.            </div>
  2799.          </a>
  2800.              
  2801.          <a href="/venue/emirates-palace-mandarin-oriental-1" class="group featured-grid-item" data-cursor-arrow>
  2802.            <div class="featured-grid-item-image"
  2803.              style="background-image: url('/upload/venue/gallery/2024/07/27/image_66a4db0dcfbf5.webp');">
  2804.            </div>
  2805.            <span class="home-badge featured-style" style="display: none">
  2806.              <img src="assets/SVGs/icons/badges/featured-badge.svg" class="w-5 -mt-1" alt="" />
  2807.              FEATURED
  2808.            </span>
  2809.            <span class="home-badge popular-style" style="display: none">
  2810.              <img src="assets/SVGs/icons/badges/popular-badge.svg" class="w-5 -mt-1" alt="" />
  2811.              Popular
  2812.            </span>
  2813.            <span class="home-badge new-style" style="display: none">
  2814.              <img src="assets/SVGs/icons/badges/new-badge.svg" class="w-5 -mt-1" alt="" />
  2815.              NEW
  2816.            </span>
  2817.  
  2818.            <div class="inner p-4 flex flex-col gap-2 text-white">
  2819.              <span class="font-neue text-sm">
  2820.                                  Ballroom
  2821.                              </span>
  2822.              <h2 class="font-neue font-bold text-3xl leading-[93%]">
  2823.                Emirates Palace  Mandarin Oriental
  2824.              </h2>
  2825.              <p
  2826.              class="font-neue lg:mb-4 leading-5 text-white h-0 transition group-hover:delay-200 duration-200 ease-linear opacity-0 translate-y-1.6 group-hover:opacity-100 group-hover:translate-y-0  group-hover:h-auto   pointer-events-none group-hover:pointer-events-auto overflow-hidden">
  2827.                Emirates Palace Mandarin Oriental is an epitome of luxury and opulence, boasting a blend of classic Arabian architecture with modern ...
  2828.              </p>
  2829.              <div class="flex flex-col">
  2830.                <span class="font-bold font-neue">capacity</span>
  2831.                <span class="text-[#999999] text-sm">
  2832.                                    2500 Standing
  2833.                    
  2834.                                    / 1200 Seat
  2835.                                  </span>
  2836.              </div>
  2837.              <div class="flex flex-col">
  2838.                <span class="font-bold font-neue">Event Type</span>
  2839.                <span class="text-[#999999] text-sm">
  2840.                                                              Conferences
  2841.                                                    /
  2842.                                                                    Meetings
  2843.                                                    /
  2844.                                                                    Parties and Celebrations
  2845.                                                                              </span>
  2846.              </div>
  2847.            </div>
  2848.          </a>
  2849.              
  2850.          <a href="/venue/etihad-arena" class="group featured-grid-item" data-cursor-arrow>
  2851.            <div class="featured-grid-item-image"
  2852.              style="background-image: url('/upload/venue/gallery/2024/09/20/lw3fg88rbodmt3yy_66ed83257d8b8.jfif');">
  2853.            </div>
  2854.            <span class="home-badge featured-style" style="display: none">
  2855.              <img src="assets/SVGs/icons/badges/featured-badge.svg" class="w-5 -mt-1" alt="" />
  2856.              FEATURED
  2857.            </span>
  2858.            <span class="home-badge popular-style" style="display: none">
  2859.              <img src="assets/SVGs/icons/badges/popular-badge.svg" class="w-5 -mt-1" alt="" />
  2860.              Popular
  2861.            </span>
  2862.            <span class="home-badge new-style" style="display: none">
  2863.              <img src="assets/SVGs/icons/badges/new-badge.svg" class="w-5 -mt-1" alt="" />
  2864.              NEW
  2865.            </span>
  2866.  
  2867.            <div class="inner p-4 flex flex-col gap-2 text-white">
  2868.              <span class="font-neue text-sm">
  2869.                                  Arena
  2870.                              </span>
  2871.              <h2 class="font-neue font-bold text-3xl leading-[93%]">
  2872.                Etihad Arena
  2873.              </h2>
  2874.              <p
  2875.              class="font-neue lg:mb-4 leading-5 text-white h-0 transition group-hover:delay-200 duration-200 ease-linear opacity-0 translate-y-1.6 group-hover:opacity-100 group-hover:translate-y-0  group-hover:h-auto   pointer-events-none group-hover:pointer-events-auto overflow-hidden">
  2876.                Etihad Arena, located on Yas Island in Abu Dhabi, is a premier destination for large-scale events, ranging from high-profile concerts ...
  2877.              </p>
  2878.              <div class="flex flex-col">
  2879.                <span class="font-bold font-neue">capacity</span>
  2880.                <span class="text-[#999999] text-sm">
  2881.                                    18000 Standing
  2882.                    
  2883.                                  </span>
  2884.              </div>
  2885.              <div class="flex flex-col">
  2886.                <span class="font-bold font-neue">Event Type</span>
  2887.                <span class="text-[#999999] text-sm">
  2888.                                                              Concerts and Music Performances
  2889.                                                    /
  2890.                                                                    Sports Tournaments
  2891.                                                    /
  2892.                                                                    Theaters and Performances
  2893.                                                                              </span>
  2894.              </div>
  2895.            </div>
  2896.          </a>
  2897.          </div>
  2898.  </div>
  2899. </section>
  2900.  
  2901. <!-- EVENT TYPES: Spacial Venues -->
  2902. <section
  2903.  class="event-type-container relative overflow-hidden min-h-[1060px] md:min-h-[780px] md:h-[110vh] home-about w-full">
  2904.  <div class="flex flex-col h-full">
  2905.    <div class="container z-20">
  2906.      <div class="relative">
  2907.        <div class="md:w-1/2 flex flex-col gap-2 md:absolute top-0 mt-10 tablet:mt-10 lg:mt-[80px] z-20">
  2908.          <span class="font-neue-text font-black text-green">/ EVENT TYPE</span>
  2909.          <h2
  2910.                class="text-black font-condensed uppercase font-black text-[55px] lg:text-8xl !leading-[86%] mb-6 lg:mb-0 whitespace-nowrap">
  2911.                Explore Venues
  2912.                <br>
  2913.                by Event Type
  2914.              </h2>
  2915.              <p class="font-neue font-medium text-balck max-w-xl">
  2916.                Discover the perfect venue for any type of event you’re planning, tailored <br class="max-lg:hidden" /> to fit all your
  2917.                expectations.
  2918.              </p>
  2919.          <a href="/event-types"
  2920.            class="hidden md:inline-flex justify-center items-center text-white bg-black w-56 h-14 my-5 lg:my-4 text-center font-neue hover:bg-green hover:text-black transition-colors">
  2921.            Browse all event types
  2922.          </a>
  2923.        </div>
  2924.      </div>
  2925.    </div>
  2926.  
  2927.    <div class="absolute h-[200vh] w-[450px] border-x-[0.5px] border-x-gray-1 bg-white rotate-12 z-10 -left-[10%] md:left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 "></div>
  2928.  
  2929.    <div class="h-full flex md:items-center md:justify-center px-8 md:px-0 md:mt-0 mt-2">
  2930.  
  2931.      <div class="events--container text-3xl md:text-center space-y-4 md:space-y-7 md:mt-[40vh]">
  2932.  
  2933.        <a href="/event-types/business-meetings/83" class="event flex">
  2934.          <img src="https://venuewise.com/assets/images/events/event-image-01.jpg" alt="Top of Best Meeting Venues"
  2935.            class="absolute hidden md:block right-0 md:left-0 bottom-0 w-full h-[420px] md:w-[50vw] md:h-[50vh] object-cover object-center" />
  2936.          <h2 class="translate-x-0 z-50 md:text-center w-full font-black">Meetings</h2>
  2937.          <img src="https://venuewise.com/assets/images/events/event-image-02.jpg"  alt="Meeting Venues in UAE"
  2938.            class="absolute hidden md:block md:right-0 md:top-0 w-[50vw] mt-[95px] h-[50vh] object-cover object-center" />
  2939.        </a>
  2940.  
  2941.        <a href="event-types/conference/7" class="event flex">
  2942.          <img src="https://venuewise.com/assets/images/events/event-image-03.jpg" alt="Top of the Best Conference Venues"
  2943.            class="absolute block right-0 md:left-0 bottom-0 w-full h-[420px] md:w-[50vw] md:h-[50vh] object-cover object-center" />
  2944.          <h2 class="translate-x-0 z-50 md:text-center w-full font-black">Conferences</h2>
  2945.          <img src="https://venuewise.com/assets/images/events/event-image-04.jpg"  alt="Conference Venues in UAE"
  2946.            class="absolute hidden md:block md:right-0 md:top-0 w-[50vw] mt-[95px] h-[50vh] object-cover object-center" />
  2947.        </a>
  2948.  
  2949.        <a href="/event-types/corporate-event/93" class="event flex">
  2950.          <img src="https://venuewise.com/assets/images/events/event-image-08.jpg" alt="Top of the Best Corporate Event Venues"
  2951.            class="absolute hidden md:block right-0 md:left-0 bottom-0 w-full h-[420px] md:w-[50vw] md:h-[50vh] object-cover object-center" />
  2952.          <h2 class="translate-x-0 z-50 md:text-center w-full font-black">Corporate Event</h2>
  2953.          <img src="https://venuewise.com/assets/images/events/event-image-07.jpg"  alt="Corporate Event Venues in UAE"
  2954.            class="absolute hidden md:block md:right-0 md:top-0 w-[50vw] mt-[95px] h-[50vh] object-cover object-center" />
  2955.        </a>
  2956.  
  2957.        <a href="/event-types/weddings/88" class="event flex">
  2958.          <img src="https://venuewise.com/assets/images/events/event-image-05.jpg" alt="Top of the Best Wedding Venues"
  2959.            class="absolute hidden md:block right-0 md:left-0 bottom-0 w-full h-[420px] md:w-[50vw] md:h-[50vh] object-cover object-center" />
  2960.          <h2 class="translate-x-0 z-50 md:text-center w-full font-black">Weddings</h2>
  2961.          <img src="https://venuewise.com/assets/images/events/event-image-06.jpg" alt="Wedding Venues in UAE"
  2962.            class="absolute hidden md:block md:right-0 md:top-0 w-[50vw] mt-[95px] h-[50vh] object-cover object-center" />
  2963.        </a>
  2964.  
  2965.  
  2966.        <a href="/event-types/parties/2" class="event flex">
  2967.          <img src="https://venuewise.com/assets/images/events/event-image-09.jpg" alt="Top of the Best Party Venues"
  2968.            class="absolute hidden md:block right-0 md:left-0 bottom-0 w-full h-[420px] md:w-[50vw] md:h-[50vh] object-cover object-center" />
  2969.          <h2 class="translate-x-0 z-50 md:text-center w-full font-black">Parties</h2>
  2970.          <img src="https://venuewise.com/assets/images/events/event-image-10.jpg"  alt="Party Venues in UAE"
  2971.            class="absolute hidden md:block md:right-0 md:top-0 w-[50vw] mt-[95px] h-[50vh] object-cover object-center" />
  2972.        </a>
  2973.  
  2974.  
  2975.      </div>
  2976.  
  2977.    </div>
  2978.  
  2979.    <a href="/event-types"
  2980.      class="md:hidden z-20 ml-4 inline-flex justify-center items-center text-white bg-black w-56 h-14 my-6 text-center font-neue hover:bg-green hover:text-black transitation-colors">Browse
  2981.      all event types</a>
  2982.  </div>
  2983. </section>
  2984.  
  2985. <!-- EVENT ORGANIZERS: Testimonials -->
  2986.  
  2987.  
  2988.  
  2989. <!-- BLOG -->
  2990. <section id="horizontal-scroll"
  2991.  class="relative overflow-hidden md:min-h-[100vh] w-full flex bg-gray-5 tablet:py-12 py-20 lg:py-20">
  2992.  <div class="max-w-full w-full">
  2993.    <div class="container flex flex-col gap-y-2 blog--container">
  2994.      <span class="font-neue-text font-black text-green">/ BLOG </span>
  2995.      <h3
  2996.        class="animated-title font-extended text-shadow font-black uppercase text-gray-5 text-[50px] leading-none lg:text-7xl text-stroke w-full my-4 whitespace-nowrap">
  2997.        Event &
  2998.        <br class="block lg:hidden">
  2999.        Venue
  3000.        <br class="">
  3001.        Insights
  3002.      </h3>
  3003.    </div>
  3004.    <div class="max-w-full md:overflow-hidden px-4 md:px-0 pt-12">
  3005.  
  3006.      
  3007.  
  3008.      <div class="swiper blog--swiper !overflow-visible md:!pl-[10vw]">
  3009.  
  3010.        <div class="swiper-wrapper h-full">
  3011.          
  3012.  
  3013.  
  3014.          <div class="swiper-slide">
  3015.            <a data-cursor-arrow href="https://venuewise.com/blog/trends-in-the-uae-event-industry-for-2025/" title="Trends in the UAE Event Industry for 2025" class="blog-box h-full flex flex-col !items-start gap-2 !cursor-none">
  3016.              <div class="w-full h-[260px] tablet:h-[250px] lg:h-[260px] bg-white mb-2">
  3017.                <img class="w-full h-full object-cover" src="https://venuewise.com/blog/wp-content/uploads/2024/11/2-min-2.jpg"
  3018.                  alt="Venue Wise Blog">
  3019.              </div>
  3020.              <span class="font-neue-text font-bold text-[14px] text-[#999999]">Event</span>
  3021.              <h2
  3022.                class="font-neue-text font-bold text-[28px] tablet:text-[24px] lg:text-[27px] text-white leading-[120%] hover:text-green">
  3023.                Trends in the UAE Event Industry for 2025
  3024.              </h2>
  3025.            </a>
  3026.          </div>
  3027.  
  3028.          <div class="swiper-slide">
  3029.            <a data-cursor-arrow href="https://venuewise.com/blog/large-scale-event-venue-in-dubai/" title="Large-Scale Event Venue in UAE" class="blog-box h-full flex flex-col !items-start gap-2 !cursor-none">
  3030.              <div class="w-full h-[260px] tablet:h-[250px] lg:h-[260px] bg-white mb-2">
  3031.                <img class="w-full h-full object-cover" src="https://venuewise.com/blog/wp-content/uploads/2024/09/image_663c8604d3a2f-min.jpg"
  3032.                  alt="Venue Wise Blog">
  3033.              </div>
  3034.              <span class="font-neue-text font-bold text-[14px] text-[#999999]">Large-Scale Event Venue</span>
  3035.              <h2
  3036.                class="font-neue-text font-bold text-[28px] tablet:text-[24px] lg:text-[27px] text-white leading-[120%] hover:text-green">
  3037.                Large-Scale Event Venue in UAE
  3038.              </h2>
  3039.            </a>
  3040.          </div>
  3041.  
  3042.          <div class="swiper-slide">
  3043.            <a data-cursor-arrow href="https://venuewise.com/blog/from-stress-to-success/" title="From Stress to Success" class="blog-box h-full flex flex-col !items-start gap-2 !cursor-none">
  3044.              <div class="w-full h-[260px] tablet:h-[250px] lg:h-[260px] bg-white mb-2">
  3045.                <img class="w-full h-full object-cover" src="https://venuewise.com/blog/wp-content/uploads/2024/12/Untitled-min-3.jpg"
  3046.                  alt="Venue Wise Blog">
  3047.              </div>
  3048.              <span class="font-neue-text font-bold text-[14px] text-[#999999]">Event</span>
  3049.              <h2
  3050.                class="font-neue-text font-bold text-[28px] tablet:text-[24px] lg:text-[27px] text-white leading-[120%] hover:text-green">
  3051.                From Stress to Success
  3052.              </h2>
  3053.            </a>
  3054.          </div>
  3055.  
  3056.          <div class="swiper-slide">
  3057.            <a data-cursor-arrow href="https://venuewise.com/blog/discover-the-magic-of-jazz-at-dubai-opera/" title="Discover the Magic of Jazz at Dubai Opera" class="blog-box h-full flex flex-col !items-start gap-2 !cursor-none">
  3058.              <div class="w-full h-[260px] tablet:h-[250px] lg:h-[260px] bg-white mb-2">
  3059.                <img class="w-full h-full object-cover" src="https://venuewise.com/blog/wp-content/uploads/2024/07/image_66311ab8e01f2-min.jpeg"
  3060.                  alt="Venue Wise Blog">
  3061.              </div>
  3062.              <span class="font-neue-text font-bold text-[14px] text-[#999999]">Event</span>
  3063.              <h2
  3064.                class="font-neue-text font-bold text-[28px] tablet:text-[24px] lg:text-[27px] text-white leading-[120%] hover:text-green">
  3065.                Discover the Magic of Jazz at Dubai Opera
  3066.              </h2>
  3067.            </a>
  3068.          </div>
  3069.  
  3070.          <div class="swiper-slide">
  3071.            <a data-cursor-arrow href="https://venuewise.com/blog/5-key-questions-to-ask-before-booking-a-venue/" title="5 Key Questions to Ask Before Booking a Venue" class="blog-box h-full flex flex-col !items-start gap-2 !cursor-none">
  3072.              <div class="w-full h-[260px] tablet:h-[250px] lg:h-[260px] bg-white mb-2">
  3073.                <img class="w-full h-full object-cover" src="https://venuewise.com/blog/wp-content/uploads/2024/11/venuewise_dubai_knowledge_village_dubai_14742-min.jpg"
  3074.                  alt="Venue Wise Blog">
  3075.              </div>
  3076.              <span class="font-neue-text font-bold text-[14px] text-[#999999]">Venue</span>
  3077.              <h2
  3078.                class="font-neue-text font-bold text-[28px] tablet:text-[24px] lg:text-[27px] text-white leading-[120%] hover:text-green">
  3079.                5 Key Questions to Ask Before Booking a Venue
  3080.              </h2>
  3081.            </a>
  3082.          </div>
  3083.  
  3084.  
  3085.          <div class="swiper-slide">
  3086.            <a data-cursor-arrow href="https://venuewise.com/blog/dubai-strategic-hub-for-global-events/" title="Dubai, Strategic Hub for Global Events" class="blog-box h-full flex flex-col !items-start gap-2 !cursor-none">
  3087.              <div class="w-full h-[260px] tablet:h-[250px] lg:h-[260px] bg-white mb-2">
  3088.                <img class="w-full h-full object-cover" src="https://venuewise.com/blog/wp-content/uploads/2024/09/Upwork-Dubai-Residence-1-min.jpg"
  3089.                  alt="Venue Wise Blog">
  3090.              </div>
  3091.              <span class="font-neue-text font-bold text-[14px] text-[#999999]">Luxury event Venue</span>
  3092.              <h2
  3093.                class="font-neue-text font-bold text-[28px] tablet:text-[24px] lg:text-[27px] text-white leading-[120%] hover:text-green">
  3094.                 Fashionable Luxury Event Venue
  3095.              </h2>
  3096.            </a>
  3097.          </div>
  3098.  
  3099.          <div class="swiper-slide">
  3100.            <a data-cursor-arrow href="https://venuewise.com/blog/iconic-venues-for-luxury-events/" title="Luxury event venues in UAE" class="blog-box h-full flex flex-col !items-start gap-2 !cursor-none">
  3101.              <div class="w-full h-[260px] tablet:h-[250px] lg:h-[260px] bg-white mb-2">
  3102.                <img class="w-full h-full object-cover" src="https://venuewise.com/blog/wp-content/uploads/2024/12/Untitled-min-1.jpg"
  3103.                  alt="Venue Wise Blog">
  3104.              </div>
  3105.              <span class="font-neue-text font-bold text-[14px] text-[#999999]"> Event</span>
  3106.              <h2
  3107.                class="font-neue-text font-bold text-[28px] tablet:text-[24px] lg:text-[27px] text-white leading-[120%] hover:text-green">
  3108.                Iconic Venues for Luxury Events
  3109.              </h2>
  3110.            </a>
  3111.          </div>
  3112.      
  3113.        </div>
  3114.  
  3115.      </div>
  3116.  
  3117.      <div class="container flex md:items-center flex-col-reverse items-center md:flex-row w-full gap-7 mt-16">
  3118.        <a href="/blog"
  3119.          class="inline-flex justify-center items-center box-content border-gray-5 text-black bg-green hover:text-black hover:bg-white w-[250px] h-14 mt-12 md:my-6 text-center font-neue font-semibold transition-colors duration-200">
  3120.          Explore more articles
  3121.        </a>
  3122.        <div
  3123.          class="swiper-scrollbar blog--swiper-scrollbar custom-swiper-scrollbar !w-10/12 md:w-auto ml-auto md:ml-0 rounded-none  ">
  3124.        </div>
  3125.      </div>
  3126.    </div>
  3127.  </div>
  3128. </section>
  3129.  
  3130. <!-- OUR MISSION: Who We Are? -->
  3131.  
  3132.  
  3133.  
  3134.  
  3135.    
  3136.     <!-- Footer -->
  3137.     <footer>
  3138.  
  3139.      <div class="contact lg:container flex md:flex-row flex-col items-center text-white mb-10 lg:h-[335px] md:bg-[transparent] bg-black">
  3140.        <div class="md:px-0 px-2 md:pt-0 pt-6 lg:w-2/5 flex">
  3141.          <div class="flex gap-2 relative grow-0 advisor--avatar__container">
  3142.            <div class="advisor--avatar group">
  3143.              <img src="https://venuewise.com/assets/images/avatar/avatar-05.jpg" alt="Aditya Paturkar"
  3144.                class="border-4 border-black md:w-[108px] w-[80px] md:h-[108px] h-[80px] group-hover:border-green transition-colors duration-300">
  3145.              <template>
  3146.                <div>
  3147.                  <div class="w-full bg-white text-black px-3 py-4">
  3148.                    <h1 class="font-condensed font-black text-black text-[32px]">Aditya Paturkar</h1>
  3149.                    
  3150.                  </div>
  3151.                </div>
  3152.              </template>
  3153.            </div>
  3154.  
  3155.            <div class="advisor--avatar group">
  3156.              <img src="https://venuewise.com/assets/images/avatar/avatar-03.jpg" alt="Anna Parks"
  3157.                class="border-4 border-black md:w-[108px] w-[80px] md:h-[108px] h-[80px] group-hover:border-green transition-colors duration-300">
  3158.              <template>
  3159.                <div>
  3160.                  <div class="w-full bg-white text-black px-3 py-4">
  3161.                    <span class="block font-condensed font-black text-black text-[32px]">Anna Parks</span>
  3162.                    
  3163.                  </div>
  3164.                </div>
  3165.              </template>
  3166.            </div>
  3167.  
  3168.            <div class="advisor--avatar group">
  3169.              <img src="https://venuewise.com/assets/images/avatar/avatar-02.jpg" alt="Kate Asumbra"
  3170.                class="border-4 border-black md:w-[108px] w-[80px] md:h-[108px] h-[80px] group-hover:border-green transition-colors duration-300">
  3171.              <template>
  3172.                <div>
  3173.                  <div class="w-full bg-white text-black px-3 py-4">
  3174.                    <span class="block font-condensed font-black text-black text-[32px]">Kate Asumbra</span>
  3175.                    
  3176.                  </div>
  3177.                </div>
  3178.              </template>
  3179.            </div>
  3180.  
  3181.            <div class="advisor--avatar group">
  3182.              <img src="https://venuewise.com/assets/images/avatar/avatar-01.jpg" alt="Natalie Wright"
  3183.                class="border-4 border-black md:w-[108px] w-[80px] md:h-[108px] h-[80px] group-hover:border-green transition-colors duration-300">
  3184.              <template>
  3185.                <div>
  3186.                  <div class="w-full bg-white text-black px-3 py-4">
  3187.                    <span class="block font-condensed font-black text-black text-[32px]">Natalie Wright</span>
  3188.                    
  3189.                  </div>
  3190.                </div>
  3191.              </template>
  3192.            </div>
  3193.          </div>
  3194.        </div>
  3195.  
  3196.        <div class="footer-expert -mt-[28px]">
  3197.          <h3 class="uppercase animated-title font-condensed text-4xl lg:text-5xl font-black text-center lg:text-left whitespace-nowrap">
  3198.          Need a Venue Advisor?
  3199.            <br class="block lg:hidden">
  3200.           Contact us!
  3201.          </h3>
  3202.          <a href="/adviser-request-form" class="primary-green-button mt-2">
  3203.            <img src="https://venuewise.com/assets/SVGs/icons/phone-black.svg"alt="" />
  3204.            Ask a venue advisor
  3205.          </a>
  3206.        </div>
  3207.        
  3208.      </div>
  3209.  
  3210.    <div class="container flex flex-col gap-y-5 lg:flex-row">
  3211.  
  3212.      <div class="w-full menu flex flex-col gap-y-10 text-sm lg:pt-16">
  3213.  
  3214.          <img src="https://venuewise.com/assets/SVGs/venue-wise-logo-white.svg" class="w-32 lg:mt-0 mt-5"  alt="venuewise"/>
  3215.  
  3216.          <div class="w-full flex lg:flex-row flex-col gap-5 pb-10">
  3217.  
  3218.            <div class="lg:w-[80%] grid grid-cols-1 lg:grid-cols-4 gap-y-7">
  3219.  
  3220.              <div class="w-full flex lg:flex-col flex-row gap-x-12 mt-10 lg:mt-0">
  3221.                <div class="w-full flex flex-col gap-y-2 lg:mb-7">
  3222.                  <span class="text-[15px] text-white font-neue font-semibold tracking-wider lg:mb-3">Support</span>
  3223.                  <a target="_blank" href="tel:+971585148688" class="font-neue font-semibold tracking-wide">
  3224.                   Call +(971) 58 514 8688
  3225.                  </a>
  3226.                  <a target="_blank" href="mailto:support@venuewise.com" class="tfont-neue tracking-wide">support@venuewise.com</a>
  3227.                  <div class="flex gap-x-3 items-center w-full mt-[5px] lg:mt-[20px]">
  3228.                    <a class="group" href="https://www.facebook.com/people/Venue-Wise/61558359572603/" target="_blank">
  3229.                      <!-- prettier-ignore -->
  3230.                      <svg class="transition-all" width="22" height="22" viewBox="0 0 16 16" fill="none"
  3231.                        xmlns="http://www.w3.org/2000/svg">
  3232.                        <mask id="mask0_2051_510" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0"
  3233.                          width="16" height="16">
  3234.                          <rect width="16" height="16" class="group-hover:fill-green transition" fill="#D9D9D9" />
  3235.                        </mask>
  3236.                        <g mask="url(#mask0_2051_510)">
  3237.                          <path class="group-hover:fill-green transition"
  3238.                            d="M9.32094 8.92759V14H6.9726V8.92759H5V6.67319H6.9726V4.98239C6.9726 3.04207 8.15264 2 9.88454 2C10.7153 2 11.4374 2.04403 11.6458 2.07045V4.1135H10.4247C9.48239 4.1135 9.32094 4.55969 9.32094 5.21722V6.67319H11.5519L11.2701 8.92759H9.32094Z"
  3239.                            fill="#898989" />
  3240.                        </g>
  3241.                      </svg>
  3242.                    </a>
  3243.                    <a class="group" href="https://www.instagram.com/venue.wise/" target="_blank">
  3244.                      <!-- prettier-ignore -->
  3245.                      <svg width="22" height="22" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
  3246.                        <mask id="mask0_2051_3297" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0"
  3247.                          width="16" height="16">
  3248.                          <rect width="16" height="16" fill="#D9D9D9" />
  3249.                        </mask>
  3250.                        <g mask="url(#mask0_2051_3297)">
  3251.                          <path class="group-hover:fill-green transition" fill-rule="evenodd" clip-rule="evenodd"
  3252.                            d="M11.5 2H4.5C3.12 2 2 3.12 2 4.5V11.5C2 12.88 3.12 14 4.5 14H11.5C12.88 14 14 12.88 14 11.5V4.5C14 3.12 12.88 2 11.5 2ZM13 11.5C13 12.325 12.325 13 11.5 13H4.5C3.675 13 3 12.325 3 11.5V4.5C3 3.675 3.675 3 4.5 3H11.5C12.325 3 13 3.675 13 4.5V11.5ZM7.99998 4.50001C6.06998 4.50001 4.49998 6.07001 4.49998 8.00001C4.49998 9.93001 6.06998 11.5 7.99998 11.5C9.92998 11.5 11.5 9.93001 11.5 8.00001C11.5 6.07001 9.92998 4.50001 7.99998 4.50001ZM7.99998 10.5C6.61998 10.5 5.49998 9.38001 5.49998 8.00001C5.49998 6.62001 6.61998 5.50001 7.99998 5.50001C9.37998 5.50001 10.5 6.62001 10.5 8.00001C10.5 9.38001 9.37998 10.5 7.99998 10.5ZM12 4.50002C12 4.77616 11.7761 5.00002 11.5 5.00002C11.2239 5.00002 11 4.77616 11 4.50002C11 4.22387 11.2239 4.00002 11.5 4.00002C11.7761 4.00002 12 4.22387 12 4.50002Z"
  3253.                            fill="#898989" />
  3254.                        </g>
  3255.                      </svg>
  3256.                    </a>
  3257.                    <a class="group" href="https://www.linkedin.com/company/venue-wise" target="_blank">
  3258.                      <!-- prettier-ignore -->
  3259.                      <svg width="22" height="22" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
  3260.                        <mask id="mask0_2051_162" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0"
  3261.                          width="16" height="16">
  3262.                          <rect width="16" height="16" fill="#D9D9D9" />
  3263.                        </mask>
  3264.                        <g mask="url(#mask0_2051_162)">
  3265.                          <path class="group-hover:fill-green transition"
  3266.                            d="M3.4442 2C2.64661 2 2 2.64661 2 3.4442C2 4.24179 2.64661 4.8884 3.4442 4.8884C4.24179 4.8884 4.8884 4.24179 4.8884 3.4442C4.8884 2.64661 4.24179 2 3.4442 2ZM11.0328 5.8337C9.82823 5.8337 9.02735 6.49344 8.69584 7.12035H8.64333V6.01751H6.28009V14H8.74836V10.0613C8.74836 9.02079 8.95514 8.01313 10.2451 8.01313C11.5153 8.01313 11.5317 9.18818 11.5317 10.1138V14H14V9.61488C14 7.46827 13.5438 5.8337 11.0328 5.8337ZM2.23632 6.01751V14H4.73085V6.01751H2.23632Z"
  3267.                            fill="#898989" />
  3268.                        </g>
  3269.                      </svg>
  3270.                    </a>
  3271.                    <a class="group" href="https://www.youtube.com/@TopVenues" target="_blank">
  3272.                      <!-- prettier-ignore -->
  3273.                      <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
  3274.                        <path class="group-hover:fill-green transition" d="M21.5401 5.67069C21.2871 4.71781 20.5418 3.96775 19.5951 3.71269C17.8791 3.25 11 3.25 11 3.25C11 3.25 4.12019 3.25 2.40487 3.71269C1.45819 3.96706 0.712938 4.71781 0.459938 5.67069C0 7.39769 0 11.0002 0 11.0002C0 11.0002 0 14.6034 0.459938 16.3297C0.712938 17.2826 1.45819 18.0326 2.40487 18.287C4.12087 18.7497 11 18.7497 11 18.7497C11 18.7497 17.8798 18.7497 19.5951 18.287C20.5418 18.0326 21.2871 17.2819 21.5401 16.3297C22 14.6027 22 11.0002 22 11.0002C22 11.0002 22 7.39769 21.5401 5.67069ZM8.74981 14.2713V7.72906L14.5001 11.0002L8.74981 14.2713Z" fill="#898989"/>
  3275.                      </svg>
  3276.                    </a>
  3277.                  </div>
  3278.                </div>
  3279.              </div>
  3280.  
  3281.              <div class="footer-box lg:ml-[80px]">
  3282.                <span class="text-[15px] text-white font-neue font-semibold tracking-wider lg:mb-3">Discover</span>
  3283.                <a href="/venues" class="link">Venues</a>
  3284.                
  3285.                <a href="https://venuewise.com/blog" class="link">Event & Venue insights</a>
  3286.              </div>
  3287.  
  3288.              <div class="footer-box lg:ml-[80px]">
  3289.                <span class="text-[15px] text-white font-neue font-semibold tracking-wider lg:mb-3">Get involved</span>
  3290.                 <a href="/venue-registration-form" class="link">Get your venue listed</a>
  3291.                
  3292.              </div>
  3293.  
  3294.              <div class="associations lg:ml-[80px]">
  3295.                <div class="footer-box">
  3296.                  <span class="text-[15px] text-white font-neue font-semibold tracking-wider">
  3297.                    Member of
  3298.                  </span>
  3299.                  <div class="flex gap-x-5 items-center w-full mt-[5px] lg:mt-[20px]">
  3300.                    <a href="https://theeventsgroup.ae/" target="_blank">
  3301.                      <img src="https://venuewise.com/assets/images/associations/teg.svg"  alt="">
  3302.                    </a>
  3303.                    
  3304.                    <a href="https://www.iata.org/" target="_blank">
  3305.                      <img src="https://venuewise.com/assets/images/associations/iata.svg"  alt="">
  3306.                    </a>
  3307.                  </div>
  3308.                </div>
  3309.              </div>
  3310.            </div>
  3311.  
  3312.          </div>
  3313.  
  3314.        </div>
  3315.  
  3316.      </div>
  3317.  
  3318.    </footer>
  3319.  
  3320.    <div class="w-full bg-[#121414] py-6 border-t border-[#242424]">
  3321.      <div class="container flex flex-col lg:flex-row lg:items-center text-white gap-3">
  3322.        <a href="https://venueadviser.com" target="_blank"><img class="w-32" src="https://venuewise.com/assets/images/adviser-type.png" alt="Venue Adviser Portal"></a>
  3323.        <span class="font-neue text-[12px] text-[#999999]">
  3324.          All rights reserved by Venue Adviser Portal CO. L.L.C.
  3325.        </span>
  3326.      </div>
  3327.    </div>
  3328.  
  3329.  
  3330. </main>
  3331.  
  3332. <!-- Tippy.js -->
  3333. <script src="https://unpkg.com/@popperjs/core@2"></script>
  3334. <script src="https://unpkg.com/tippy.js@6"></script>
  3335.  
  3336.  
  3337. <script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
  3338. <script
  3339.  src="https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/markerclusterer.js"></script>
  3340. <script src="https://venuewise.com/vendor/jquery/jquery.min.js"></script>
  3341. <script src="https://venuewise.com/dist/ion.rangeSlider.min.js"></script>
  3342. <script src="https://venuewise.com/dist/main.js?v=0.0.8"></script>
  3343.  
  3344.  
  3345.  
  3346.    <script>
  3347.  
  3348.  
  3349.  
  3350.        const agencySearch = document.querySelector(
  3351.            '[data-combobox="agencySearch"]'
  3352.        );
  3353.  
  3354.  
  3355.        if (agencySearch) {
  3356.            document.getElementById("agencySearch").__dynamic_fn = (value) => {
  3357.                async function filterValues(value) {
  3358.                    const result = await fetch("/filter/ajax/search/agency/"+value, {
  3359.                        headers: {
  3360.                            "X-CSRF-TOKEN": "OxSLEAYESMjsNGsfAMm0lfw18F0S7Kz0fjsnkpwt"
  3361.                        }
  3362.                    });
  3363.                    const data = await result.json();
  3364.                    return data
  3365.                        .filter((item) => new RegExp(`.*${value}.*`, "gi").test(item))
  3366.                        .sort((a, b) => {
  3367.                            const aStartsWith = a.toLowerCase().startsWith(value.toLowerCase());
  3368.                            const bStartsWith = b.toLowerCase().startsWith(value.toLowerCase());
  3369.  
  3370.                            if (aStartsWith && !bStartsWith) return -1;
  3371.                            else if (!aStartsWith && bStartsWith) return 1;
  3372.                            else return 0;
  3373.                        });
  3374.                }
  3375.  
  3376.                agencySearch.__dynamic_fn = filterValues;
  3377.  
  3378.  
  3379.            };
  3380.        }
  3381.  
  3382.  
  3383.  
  3384.        const venueNameSearch = document.querySelector(
  3385.            '[data-combobox="venueNameFilterField"]'
  3386.        );
  3387.        const venueNameSearchMobile = document.querySelector(
  3388.            '[data-combobox="venueNameFilterFieldMobile"]'
  3389.        );
  3390.  
  3391.  
  3392.        if (venueNameSearch && venueNameSearchMobile) {
  3393.            async function filterValues(value) {
  3394.                const result = await fetch("/filter/ajax/search/"+value, {
  3395.                    headers: {
  3396.                        "X-CSRF-TOKEN": "OxSLEAYESMjsNGsfAMm0lfw18F0S7Kz0fjsnkpwt"
  3397.                    }
  3398.                });
  3399.                const data = await result.json();
  3400.  
  3401.                return data
  3402.                    .filter((item) => new RegExp(`.*${value}.*`, "gi").test(item))
  3403.                    .sort((a, b) => {
  3404.                        const aStartsWith = a.toLowerCase().startsWith(value.toLowerCase());
  3405.                        const bStartsWith = b.toLowerCase().startsWith(value.toLowerCase());
  3406.  
  3407.                        if (aStartsWith && !bStartsWith) return -1;
  3408.                        else if (!aStartsWith && bStartsWith) return 1;
  3409.                        else return 0;
  3410.                    });
  3411.            }
  3412.  
  3413.            venueNameSearch.__dynamic_fn = filterValues;
  3414.            venueNameSearchMobile.__dynamic_fn = filterValues;
  3415.        }
  3416.  
  3417.  
  3418.  
  3419.  
  3420.        if (document.getElementById("ShareWhatsappBtn"))
  3421.        {
  3422.  
  3423.            document.getElementById("ShareWhatsappBtn").addEventListener("click", function(event) {
  3424.                event.preventDefault();
  3425.                var urlToShare = window.location.href;
  3426.                var facebookShareUrl = "https://api.whatsapp.com/send?text=I thought you might be interested in this page:\n\n"+ encodeURIComponent(urlToShare);
  3427.                window.open(facebookShareUrl, "_blank");
  3428.            });
  3429.        }
  3430.        if (document.getElementById("SharelinkdinBtn"))
  3431.        {
  3432.  
  3433.            document.getElementById("SharelinkdinBtn").addEventListener("click", function(event) {
  3434.                event.preventDefault();
  3435.                var urlToShare = window.location.href;
  3436.                var facebookShareUrl = "https://www.linkedin.com/sharing/share-offsite/?url="+ encodeURIComponent(urlToShare);
  3437.                window.open(facebookShareUrl, "_blank");
  3438.            });
  3439.        }
  3440.        if (document.getElementById("copyLinkBtn"))
  3441.        {
  3442.  
  3443.  
  3444.            document.getElementById("copyLinkBtn").addEventListener("click", function(event) {
  3445.                event.preventDefault();
  3446.                var urlToCopy = window.location.href;
  3447.                var textArea = document.createElement("textarea");
  3448.                textArea.value = urlToCopy;
  3449.                document.body.appendChild(textArea);
  3450.                textArea.select();
  3451.                document.execCommand("copy");
  3452.                document.body.removeChild(textArea);
  3453.                alertSnackbar("Link copied to clipboard: " + urlToCopy);
  3454.            });
  3455.        }
  3456.        if (document.getElementById("SharefacebookBtn"))
  3457.        {
  3458.  
  3459.  
  3460.            document.getElementById("SharefacebookBtn").addEventListener("click", function(event) {
  3461.                event.preventDefault();
  3462.                var urlToShare = window.location.href;
  3463.                var facebookShareUrl = "https://www.facebook.com/sharer/sharer.php?u=" + encodeURIComponent(urlToShare);
  3464.                window.open(facebookShareUrl, "_blank");
  3465.            });
  3466.        }
  3467.        if (document.getElementById("SharetwitterBtn"))
  3468.        {
  3469.  
  3470.            document.getElementById("SharetwitterBtn").addEventListener("click", function(event) {
  3471.                event.preventDefault();
  3472.                var urlToShare = window.location.href;
  3473.                var twitterShareUrl = "https://twitter.com/intent/tweet?url=" + encodeURIComponent(urlToShare);
  3474.                window.open(twitterShareUrl, "_blank");
  3475.            });
  3476.        }
  3477.        if (document.getElementById("SharemailBtn"))
  3478.        {
  3479.  
  3480.            document.getElementById("SharemailBtn").addEventListener("click", function(event) {
  3481.                event.preventDefault();
  3482.                var urlToShare = window.location.href;
  3483.                var subject = "Check out this page!";
  3484.                var body = "I thought you might be interested in this page:\n\n" + urlToShare;
  3485.                var mailToLink = "mailto:?subject=" + encodeURIComponent(subject) + "&body=" + encodeURIComponent(body);
  3486.                window.location.href = mailToLink;
  3487.            });
  3488.        }
  3489.  
  3490.  
  3491.        function alertSnackbar(message,mode='success'){
  3492.            if (mode == 'alert') {
  3493.                document.getElementById('snackbar').classList.add('err-style'); // Add the class 'highlighted'
  3494.            }
  3495.            showSnackbar(message)
  3496.        }
  3497.  
  3498.  
  3499.  
  3500.        if (document.getElementById("contact_submit"))
  3501.        {
  3502.            document.getElementById('contact_submit').addEventListener('click', () => {
  3503.                var contact_fullname = $('#contact_fullname').val();
  3504.                var contact_mail = $('#contact_mail').val();
  3505.                var contact_phone = $('#contact_phone').val();
  3506.                var contact_message = $('#contact_message').val();
  3507.                var contact_departmentsDropdown = $('#contact_departmentsDropdown').val();
  3508.  
  3509.                if (contact_fullname == '')  { $('#contact_fullname').css("border-color", "red"); return false; }
  3510.                else $('#contact_fullname').css("border-color", "rgb(227 227 227)");
  3511.                if (contact_mail == '')  {  $('#contact_mail').css("border-color", "red"); return false; }
  3512.                else $('#contact_mail').css("border-color", "rgb(227 227 227)");
  3513.  
  3514.                if (contact_message == '')  {  $('#contact_message').css("border-color", "red"); return false; }
  3515.                else $('#contact_message').css("border-color", "rgb(227 227 227)");
  3516.  
  3517.  
  3518.                $.ajaxSetup({
  3519.                    headers: {
  3520.                        'X-CSRF-TOKEN': 'OxSLEAYESMjsNGsfAMm0lfw18F0S7Kz0fjsnkpwt'
  3521.                    }
  3522.                });
  3523.                $.ajax({
  3524.                    url: '/ajax/ContactFormRequest' ,
  3525.                    type: 'POST',
  3526.                    dataType: 'json',
  3527.                    data: {
  3528.                        contact_fullname,
  3529.                        contact_mail,
  3530.                        contact_phone,
  3531.                        contact_message,
  3532.                        contact_departmentsDropdown
  3533.                    },
  3534.                    success: function (response) {
  3535.                        if (response.success) {
  3536.  
  3537.                            $('#contact_fullname').val('');
  3538.                            $('#contact_fullname').css("border-color", "rgb(227 227 227)");
  3539.  
  3540.                            $('#contact_mail').val('');
  3541.                            $('#contact_mail').css("border-color", "rgb(227 227 227)");
  3542.  
  3543.                            $('#contact_phone').val('');
  3544.                            $('#contact_phone').css("border-color", "rgb(227 227 227)");
  3545.  
  3546.                            $('#contact_message').val('');
  3547.                            $('#contact_message').css("border-color", "rgb(227 227 227)");
  3548.  
  3549.                            $('#contact_departmentsDropdown').val('');
  3550.                            $('#contact_departmentsDropdown').css("border-color", "rgb(227 227 227)");
  3551.  
  3552.                            alertSnackbar("Your message has been sent.", "success");
  3553.  
  3554.                        }else
  3555.                        {
  3556.                            alertSnackbar("something went wrong. Please try again.", "alert");
  3557.  
  3558.                        }
  3559.                    },
  3560.                    error: function (xhr, status, error) {
  3561.                        alertSnackbar("something went wrong. Please try again.", "alert");
  3562.  
  3563.  
  3564.                    }
  3565.                });
  3566.  
  3567.            });
  3568.  
  3569.  
  3570.        }
  3571.  
  3572.  
  3573.  
  3574.  
  3575.        // adviser_send
  3576.        document.getElementById('adviser_send').addEventListener('click', () => {
  3577.            var adviser_fullname = $('#adviser_fullname').val();
  3578.            var adviser_email = $('#adviser_email').val();
  3579.            var adviser_activity = $('#adviser_activity').val();
  3580.            var adviser_attendees = $('#adviser_attendees').val();
  3581.            var adviser_description = $('#adviser_description').val();
  3582.  
  3583.            if (adviser_fullname == '')  { $('#adviser_fullname').css("border-color", "red"); return false; }
  3584.            else $('#adviser_fullname').css("border-color", "rgb(227 227 227)");
  3585.            if (adviser_email == '')  {  $('#adviser_email').css("border-color", "red"); return false; }
  3586.            else $('#adviser_email').css("border-color", "rgb(227 227 227)");
  3587.            if (adviser_activity == '')  {  $('#adviser_activity').css("border-color", "red"); return false; }
  3588.            else $('#adviser_activity').css("border-color", "rgb(227 227 227)");
  3589.            if (adviser_attendees == '')  {  $('#adviser_attendees').css("border-color", "red"); return false; }
  3590.            else $('#adviser_attendees').css("border-color", "rgb(227 227 227)");
  3591.  
  3592.  
  3593.  
  3594.            $.ajaxSetup({
  3595.                headers: {
  3596.                    'X-CSRF-TOKEN': 'OxSLEAYESMjsNGsfAMm0lfw18F0S7Kz0fjsnkpwt'
  3597.                }
  3598.            });
  3599.            $.ajax({
  3600.                url: '/ajax/adviser-request-form' ,
  3601.                type: 'POST',
  3602.                dataType: 'json',
  3603.                data: {
  3604.                    fullname: adviser_fullname,
  3605.                    email: adviser_email,
  3606.                    activity: adviser_activity,
  3607.                    attendees: adviser_attendees,
  3608.                    description: adviser_description
  3609.                },
  3610.                success: function (response) {
  3611.                    if (response.success) {
  3612.  
  3613.                        $('#adviser_fullname').val('');
  3614.                        $('#adviser_fullname').css("border-color", "rgb(227 227 227)");
  3615.  
  3616.                        $('#adviser_email').val('');
  3617.                        $('#adviser_email').css("border-color", "rgb(227 227 227)");
  3618.  
  3619.                        $('#adviser_activity').val('');
  3620.                        $('#adviser_activity').css("border-color", "rgb(227 227 227)");
  3621.  
  3622.                        $('#adviser_attendees').val('');
  3623.                        $('#adviser_attendees').css("border-color", "rgb(227 227 227)");
  3624.  
  3625.                        $('#adviser_description').val('');
  3626.                        $('#adviser_description').css("border-color", "rgb(227 227 227)");
  3627.                        document.getElementById('expert_modal').classList.remove("modal--active")
  3628.  
  3629.                        alertSnackbar("Your message has been sent.");
  3630.  
  3631.                    }else
  3632.                    {
  3633.                        alertSnackbar("something went wrong. Please try again.", "alert");
  3634.  
  3635.                    }
  3636.                },
  3637.                error: function (xhr, status, error) {
  3638.                    alertSnackbar("something went wrong. Please try again.", "alert");
  3639.  
  3640.  
  3641.                }
  3642.            });
  3643.  
  3644.        });
  3645.  
  3646.  
  3647.  
  3648.  
  3649.  
  3650.  
  3651.  
  3652.        if (document.getElementById('inquiresSubmitD'))
  3653.        {
  3654.            const briefSubmit = document.getElementById('inquiresSubmitD');
  3655.            briefSubmit.addEventListener('click', function() {
  3656.                // Perform AJAX POST request
  3657.                const briefMessage = document.getElementById('inquiresMessageD').value;
  3658.                const agentcompanyid = document.getElementById('inquiresidD').value;
  3659.                var element = document.getElementById("snackbar");
  3660.  
  3661.  
  3662.                if (briefMessage.length<3) {
  3663.                    document.getElementById('inquiresMessageD').focus();
  3664.                    return false;
  3665.                }
  3666.  
  3667.                //alert(email);
  3668.                $.ajaxSetup({
  3669.                    headers: {
  3670.                        'X-CSRF-TOKEN': 'OxSLEAYESMjsNGsfAMm0lfw18F0S7Kz0fjsnkpwt'
  3671.                    }
  3672.                });
  3673.                $.ajax({
  3674.                    url: '/post/message/inquires',
  3675.                    type: 'POST',
  3676.                    data: {
  3677.                        message: briefMessage,
  3678.                        id:agentcompanyid,
  3679.  
  3680.                    },
  3681.                    success: function (data) {
  3682.  
  3683.                        if (data.message=="")
  3684.                        {
  3685.                            element.classList.remove("err-style");
  3686.                            document.getElementById('inquiresMessageD').value = '';
  3687.                            // alert(data.message); // Dis
  3688.                            showSnackbar("Your inquires message has been sent.");
  3689.  
  3690.                        }
  3691.                        else
  3692.                        {
  3693.                            element.classList.add("err-style");
  3694.                            showSnackbar(data.message);
  3695.                        }
  3696.  
  3697.                    },
  3698.                    error: function (xhr, status, error) {
  3699.                        element.classList.add("err-style");
  3700.                        showSnackbar("there was an error. Please try again.");
  3701.                    }
  3702.                });
  3703.            });
  3704.        }
  3705.  
  3706.    </script>
  3707.  
  3708.  
  3709.  
  3710.  
  3711.    
  3712.    <script>
  3713.  
  3714.  
  3715.        if (document.getElementById('inquiresSubmitM'))
  3716.        {
  3717.            const briefSubmit = document.getElementById('inquiresSubmitM');
  3718.            briefSubmit.addEventListener('click', function() {
  3719.                // Perform AJAX POST request
  3720.                const briefMessage = document.getElementById('inquiresMessageM').value;
  3721.                const agentcompanyid = document.getElementById('inquiresidM').value;
  3722.                var element = document.getElementById("snackbar");
  3723.  
  3724.                if (briefMessage.length<3) {
  3725.                    document.getElementById('inquiresMessageM').focus();
  3726.                    return false;
  3727.                }
  3728.  
  3729.                //alert(email);
  3730.                $.ajaxSetup({
  3731.                    headers: {
  3732.                        'X-CSRF-TOKEN': 'OxSLEAYESMjsNGsfAMm0lfw18F0S7Kz0fjsnkpwt'
  3733.                    }
  3734.                });
  3735.                $.ajax({
  3736.                    url: '/post/message/inquires',
  3737.                    type: 'POST',
  3738.                    data: {
  3739.                        message: briefMessage,
  3740.                        id:agentcompanyid,
  3741.  
  3742.                    },
  3743.                    success: function (data) {
  3744.                        element.classList.remove("err-style");
  3745.                        document.getElementById('inquiresMessageM').value = '';
  3746.                        showSnackbar("Your inquires message has been sent.");
  3747.                    },
  3748.                    error: function (xhr, status, error) {
  3749.                        element.classList.add("err-style");
  3750.                        showSnackbar("there was an error. Please try again.");
  3751.                    }
  3752.                });
  3753.            });
  3754.        }
  3755.  
  3756.  
  3757.        if (document.getElementById('briefSubmitD'))
  3758.        {
  3759.            const briefSubmit = document.getElementById('briefSubmitD');
  3760.            briefSubmit.addEventListener('click', function() {
  3761.                // Perform AJAX POST request
  3762.                const briefMessage = document.getElementById('briefMessageD').value;
  3763.                const agentcompanyid = document.getElementById('agentcompanyidD').value;
  3764.                var element = document.getElementById("snackbar");
  3765.  
  3766.                //alert(email);
  3767.                $.ajaxSetup({
  3768.                    headers: {
  3769.                        'X-CSRF-TOKEN': 'OxSLEAYESMjsNGsfAMm0lfw18F0S7Kz0fjsnkpwt'
  3770.                    }
  3771.                });
  3772.                $.ajax({
  3773.                    url: '/post/message/brief',
  3774.                    type: 'POST',
  3775.                    data: {
  3776.                        message: briefMessage,
  3777.                        id:agentcompanyid,
  3778.  
  3779.                    },
  3780.                    success: function (data) {
  3781.                        element.classList.remove("err-style");
  3782.                        document.getElementById('briefMessageD').value = '';
  3783.                        showSnackbar("Your brief message has been sent.");
  3784.                    },
  3785.                    error: function (xhr, status, error) {
  3786.                        element.classList.add("err-style");
  3787.                        showSnackbar("there was an error. Please try again.");
  3788.                    }
  3789.                });
  3790.            });
  3791.        }
  3792.  
  3793.        if (document.getElementById('briefSubmitM'))
  3794.        {
  3795.            const briefSubmit = document.getElementById('briefSubmitM');
  3796.            briefSubmit.addEventListener('click', function() {
  3797.                // Perform AJAX POST request
  3798.                const briefMessage = document.getElementById('briefMessageM').value;
  3799.                const agentcompanyid = document.getElementById('agentcompanyidM').value;
  3800.                var element = document.getElementById("snackbar");
  3801.  
  3802.                //alert(email);
  3803.                $.ajaxSetup({
  3804.                    headers: {
  3805.                        'X-CSRF-TOKEN': 'OxSLEAYESMjsNGsfAMm0lfw18F0S7Kz0fjsnkpwt'
  3806.                    }
  3807.                });
  3808.                $.ajax({
  3809.                    url: '/post/message/brief',
  3810.                    type: 'POST',
  3811.                    data: {
  3812.                        message: briefMessage,
  3813.                        id:agentcompanyid,
  3814.  
  3815.                    },
  3816.                    success: function (data) {
  3817.                        element.classList.remove("err-style");
  3818.                        document.getElementById('briefMessageM').value = '';
  3819.                        showSnackbar("Your brief message has been sent.");
  3820.                    },
  3821.                    error: function (xhr, status, error) {
  3822.                        element.classList.add("err-style");
  3823.                        showSnackbar("there was an error. Please try again.");
  3824.                    }
  3825.                });
  3826.            });
  3827.        }
  3828.  
  3829.  
  3830.  
  3831.        //
  3832.        //    
  3833.        //    
  3834.        //    
  3835.        //    
  3836.        //    
  3837.        //    
  3838.        //    
  3839.        //    
  3840.        //    
  3841.        //    
  3842.        //    
  3843.        //    
  3844.        //    
  3845.        //    
  3846.        //    
  3847.        //    
  3848.        //    
  3849.        //    
  3850.        //    
  3851.        //    
  3852.        //    
  3853.        //    
  3854.        //    
  3855.        //    
  3856.        //    
  3857.        //    
  3858.        //    
  3859.        //    
  3860.        //    
  3861.        //    
  3862.        //    
  3863.        //    
  3864.  
  3865.        //    
  3866.        //    
  3867.        //    
  3868.        //    
  3869.        //    
  3870.        // }); --}}
  3871.  
  3872.        //
  3873.        //    
  3874.        //    
  3875.        //    
  3876.        //    
  3877.        //    
  3878.        //    
  3879.        //    
  3880.        //    
  3881.        //    
  3882.        //    
  3883.        //    
  3884.        //    
  3885.        //    
  3886.        //    
  3887.        //    
  3888.        //    
  3889.        //    
  3890.        //    
  3891.  
  3892.        //    
  3893.        //    
  3894.        //    
  3895.        //    
  3896.        //    
  3897.        //    
  3898.        //    
  3899.        //    
  3900.  
  3901.  
  3902.        //    
  3903.        //    
  3904.        //    
  3905.        //    
  3906.        //    
  3907.        //    
  3908.  
  3909.  
  3910.        //    
  3911.        //    
  3912.        //    
  3913.        //    
  3914.        //    
  3915.        //    
  3916.        //    
  3917.        //    
  3918.        //    
  3919.        //    
  3920.        //    
  3921.        //    
  3922.        //    
  3923.  
  3924.  
  3925.        // }); --}}
  3926.  
  3927.  
  3928.        //
  3929.        //    
  3930.        //    
  3931.        //    
  3932.        //    
  3933.        //    
  3934.        //    
  3935.        //    
  3936.        //    
  3937.        //    
  3938.        //    
  3939.        //    
  3940.        //    
  3941.        //    
  3942.        //    
  3943.        //    
  3944.        //    
  3945.        //    
  3946.        //    
  3947.        //    
  3948.        //    
  3949.        //    
  3950.        // }); --}}
  3951.  
  3952.  
  3953.        function getCollectionList() {
  3954.            return new Promise((resolve, reject) => {
  3955.                $.ajaxSetup({
  3956.                    headers: {
  3957.                        'X-CSRF-TOKEN': 'OxSLEAYESMjsNGsfAMm0lfw18F0S7Kz0fjsnkpwt'
  3958.                    }
  3959.                });
  3960.  
  3961.                $.ajax({
  3962.                    url: '/getAjax/collection',
  3963.                    success: function (data) {
  3964.                        $('#collectionList').html(data);
  3965.                        resolve(); // Resolve the promise on success
  3966.                    },
  3967.                    error: function (xhr, status, error) {
  3968.                        console.error('Error: ' + xhr.status);
  3969.                        reject(new Error('Failed to get collection list')); // Reject the promise on error
  3970.                    }
  3971.                });
  3972.            });
  3973.        }
  3974.  
  3975.        function showLoginModal() {
  3976.            document.querySelector('#signin-modal')?.Components?.Dialog?.open();
  3977.        }
  3978.  
  3979.        function getVenueCardHtml(venueId, onSuccess, onError) {
  3980.            $.ajaxSetup({
  3981.                headers: {
  3982.                    'X-CSRF-TOKEN': 'OxSLEAYESMjsNGsfAMm0lfw18F0S7Kz0fjsnkpwt'
  3983.                }
  3984.            });
  3985.            $.ajax({
  3986.                url: '/getAjax/Venue/' + venueId,
  3987.                success: onSuccess,
  3988.                error: onError
  3989.            });
  3990.        }
  3991.  
  3992.        function removeCollection(venueId, onSuccess, onError) {
  3993.            $.ajaxSetup({
  3994.                headers: {
  3995.                    'X-CSRF-TOKEN': 'OxSLEAYESMjsNGsfAMm0lfw18F0S7Kz0fjsnkpwt'
  3996.                }
  3997.            });
  3998.            $.ajax({
  3999.                url: '/collection/remove',
  4000.                type: 'POST',
  4001.                dataType: 'json',
  4002.                data: { venueid: venueId },
  4003.                headers: { 'X-CSRF-TOKEN': 'OxSLEAYESMjsNGsfAMm0lfw18F0S7Kz0fjsnkpwt' },
  4004.                success: onSuccess,
  4005.                error: onError
  4006.            });
  4007.        }
  4008.  
  4009.        function handleLikeVenueRemoval(venueId) {
  4010.                        return showLoginModal();
  4011.                    }
  4012.  
  4013.        function handleLikeVenueAddition(venueId) {
  4014.                            return showLoginModal();
  4015.                    }
  4016.  
  4017.        
  4018.        function FavoriteBtn() {
  4019.            const venuCardFavoriteBtn = document.querySelectorAll(".venue-card-favorite-btn");
  4020.            venuCardFavoriteBtn.forEach((button) => {
  4021.                const card = button.closest(".venue-card");
  4022.                button.addEventListener("click", () => {
  4023.                    showLoginModal();
  4024.                });
  4025.            });
  4026.  
  4027.            const venuCardFavoriteBtnMobile = document.querySelector(".venue-card-favorite-btn-mobile");
  4028.            if (venuCardFavoriteBtnMobile) {  // Ensure the button exists
  4029.                venuCardFavoriteBtnMobile.addEventListener("click", () => {
  4030.                    showLoginModal()
  4031.                });
  4032.            }
  4033.        }
  4034.  
  4035.        function FavoriteBtnDetail() {
  4036.            const venuCardFavoriteBtn = document.querySelectorAll(".compare-favorite-btn");
  4037.            venuCardFavoriteBtn.forEach((button) => {
  4038.                const card = button.closest(".venue-card");
  4039.                button.addEventListener("click", () => {
  4040.                    showLoginModal()
  4041.                });
  4042.            });
  4043.        }
  4044.                FavoriteBtn();
  4045.        FavoriteBtnDetail();
  4046.  
  4047.        // show Collection save form
  4048.        document.getElementById('create_new_collection').addEventListener('click', () => {
  4049.            // alert('ok');
  4050.            document.getElementById('create_collection_modal1').classList.remove("modal--active")
  4051.            var venueId = $('#get_venueid').val();
  4052.            
  4053.            getVenueCardHtml(
  4054.                venueId,
  4055.                function (data) {
  4056.                    $('#create_collection_card_prev2').html(data);
  4057.                    
  4058.                    if (typeof initSwiper === 'function') {
  4059.                        initSwiper();
  4060.                    }
  4061.  
  4062.                    venueId = $('#get_venueid').val();
  4063.                    $('#save_venueid').val(venueId);
  4064.                    document.getElementById('create_collection_modal2').classList.add("modal--active")
  4065.                },
  4066.                function (xhr, status, error) {
  4067.                    console.error('Error: ' + xhr.status);
  4068.                }
  4069.            );
  4070.        })
  4071.  
  4072.        function FavoritesBadge(count) {
  4073.            var favoriteCountSpan = document.querySelector('.favorite-count-badge');
  4074.            var favoriteCount = 0;
  4075.            if (favoriteCountSpan) {
  4076.                favoriteCount = parseInt(favoriteCountSpan.textContent || favoriteCountSpan.innerText);
  4077.            }
  4078.            //alert(favoriteCount);
  4079.            favoriteCount += parseInt(count);
  4080.            //alert(favoriteCount);
  4081.            showSnackbar("Venue successfully added to favorite list.");
  4082.            handleFavoritesBadge(1)
  4083.        }
  4084.  
  4085.        // delete collection modal
  4086.        const deleteCollectionElements = document.querySelectorAll('.deleteCollection');
  4087.        deleteCollectionElements.forEach((element) => {
  4088.            element.addEventListener('click', (event) => {
  4089.                var collectionId = event.currentTarget.getAttribute('data-collection-id');
  4090.                $('#deleteCollectionId').val(collectionId);
  4091.                document.getElementById('deleteModal').classList.add("modal--active")
  4092.            });
  4093.        });
  4094.  
  4095.        // delete collection venue
  4096.        document.getElementById('deleteCollectionYes').addEventListener('click', () => {
  4097.            var collectionId = $('#deleteCollectionId').val();
  4098.            $.ajaxSetup({
  4099.                headers: {
  4100.                    'X-CSRF-TOKEN': 'OxSLEAYESMjsNGsfAMm0lfw18F0S7Kz0fjsnkpwt'
  4101.                }
  4102.            });
  4103.            $.ajax({
  4104.                url: '/collection/delete' ,
  4105.                type: 'POST',
  4106.                dataType: 'json',
  4107.                data: {
  4108.                    collection: collectionId,
  4109.                },
  4110.                success: function (response) {
  4111.                    console.log(response)
  4112.                    if (response.success) {
  4113.                        console.log('ok');
  4114.                        location.reload();
  4115.  
  4116.                    }else
  4117.                    {
  4118.                        $('#error-collection').html('<p style="color:red"> Please try again</p>').show();
  4119.                    }
  4120.                },
  4121.                error: function (xhr, status, error) {
  4122.                    $('#error-collection').html('<p style="color:red"> Please try again</p>').show();
  4123.  
  4124.                }
  4125.            });
  4126.  
  4127.        });
  4128.  
  4129.        // save by select collection venue
  4130.        document.getElementById('collection_save_btn').addEventListener('click', () => {
  4131.            var venueId = $('#get_venueid').val();
  4132.            var radioGroupName = 'collection';
  4133.            var checkedRadio = document.querySelector('input[name="' + radioGroupName + '"]:checked');
  4134.            var checkedValue="";
  4135.            if (checkedRadio) {
  4136.                checkedValue = checkedRadio.value;
  4137.            }
  4138.  
  4139.            $.ajaxSetup({
  4140.                headers: {
  4141.                    'X-CSRF-TOKEN': 'OxSLEAYESMjsNGsfAMm0lfw18F0S7Kz0fjsnkpwt'
  4142.                }
  4143.            });
  4144.            $.ajax({
  4145.                url: '/collection/save' ,
  4146.                type: 'POST',
  4147.                dataType: 'json',
  4148.                data: {
  4149.                    collection: checkedValue,
  4150.                    get_venueid: venueId,
  4151.                },
  4152.                success: function (response) {
  4153.                    if (response.success) {
  4154.                        getCollectionList()
  4155.  
  4156.                        window.dispatchEvent(new CustomEvent('collection:venue:like', {
  4157.                            detail: {
  4158.                                venueId: venueId,
  4159.                            }
  4160.                        }));
  4161.  
  4162.                        // detail
  4163.                        const card = document.getElementById('venue_' + venueId);
  4164.                        if (card) {
  4165.                            card.classList.add("venue-card-liked");
  4166.                            var button = card.querySelector(".compare-favorite-btn");
  4167.                            if (button) {
  4168.                                button.classList.add("liked");
  4169.                                var masterVenueID= $('#masterVenue_id').val();
  4170.  
  4171.                                if (masterVenueID == venueId)
  4172.                                {
  4173.                                    var elements = document.querySelectorAll('.detail-add-favorite-btn');
  4174.                                    elements.forEach(function(element) {
  4175.                                        card.classList.remove("venue-card-liked");
  4176.                                        element.classList.add("liked");
  4177.                                    });
  4178.                                }
  4179.                            }
  4180.                        }
  4181.  
  4182.                        // end detail
  4183.  
  4184.                        $('#errorModal').html('').hide();
  4185.                        document.getElementById('create_collection_modal1').classList.remove("modal--active")
  4186.                        FavoritesBadge(1)
  4187.                        $('#get_venueid').val('');
  4188.                    }
  4189.                    else {
  4190.                        $('#errorModal').html('<p style="color:red"> Please create collection and try again</p>').show();
  4191.                    }
  4192.                },
  4193.                error: function (xhr, status, error) {
  4194.                    if (xhr.status === 422) {
  4195.                        var errors = xhr.responseJSON.errors;
  4196.                        //$('#errorModal').html('<p style="color:red">' + Object.values(errors).flat().join('<br>') + '</p>').show();
  4197.                        $('#errorModal').html('<p style="color:red"> Please create collection and try again</p>').show();
  4198.                    } else {
  4199.                        console.error('Error: ' + xhr.status+errors);
  4200.                    }
  4201.                }
  4202.            });
  4203.        })
  4204.  
  4205.        // save new collection and fav venue
  4206.        document.getElementById('collection_save2').addEventListener('click', () => {
  4207.            var venueId = $('#save_venueid').val();
  4208.            var name = $('#collection_name').val();
  4209.            var type = $('#collection_type').val();
  4210.            var location = $('#collection_location').val();
  4211.            
  4212.            $.ajaxSetup({
  4213.                headers: {
  4214.                    'X-CSRF-TOKEN': 'OxSLEAYESMjsNGsfAMm0lfw18F0S7Kz0fjsnkpwt'
  4215.                }
  4216.            });
  4217.            $.ajax({
  4218.                url: '/collection/create' ,
  4219.                type: 'POST',
  4220.                dataType: 'json',
  4221.                data: {
  4222.                    name: name,
  4223.                    type: type,
  4224.                    location: location,
  4225.                    save_venueid: venueId,
  4226.                },
  4227.                success: function (response) {
  4228.                    if (response.success) {
  4229.                        getCollectionList()
  4230.                        
  4231.                        window.dispatchEvent(new CustomEvent('collection:venue:like', {
  4232.                            detail: {
  4233.                                venueId,
  4234.                            }
  4235.                        }));
  4236.  
  4237.                        const card = document.getElementById('venue_' + venueId);
  4238.                        if (card) {
  4239.                            card.classList.add("venue-card-liked");
  4240.                            card.classList.add("liked");
  4241.                            var button = card.querySelector(".compare-favorite-btn[id='" + venueId + "']");
  4242.                            if (button) {
  4243.                                button.classList.add("liked");
  4244.                            }
  4245.                        }
  4246.                        
  4247.                        document.getElementById('create_collection_modal2').classList.remove("modal--active")
  4248.                        FavoritesBadge(1);
  4249.                        $('#errorModal').html('').hide();
  4250.                        $('#save_venueid').val('');
  4251.                        $('#collection_name').val('');
  4252.                        $('#collection_type').val('');
  4253.                        $('#collection_location').val('');
  4254.                    }
  4255.                },
  4256.                error: function (xhr, status, error) {
  4257.                    if (xhr.status === 422) {
  4258.                        var errors = xhr.responseJSON.errors;
  4259.                        $('#errorModal').html('<p style="color:red">' + Object.values(errors).flat().join('<br>') + '</p>').show();
  4260.                    } else {
  4261.                        console.error('Error: ' + xhr.status);
  4262.                    }
  4263.                }
  4264.            });
  4265.        })
  4266.  
  4267.  
  4268.        var collection_save3 = document.getElementById('collection_save3');
  4269.        if (collection_save3) {
  4270.            // update collection name and info
  4271.            document.getElementById('collection_save3').addEventListener('click', () => {
  4272.                var collectionID = $('#collection_id').val();
  4273.                var name = $('#collection_name_edit').val();
  4274.                var type = $('#collection_type_edit').val();
  4275.                var location = $('#collection_location_edit').val();
  4276.                $.ajaxSetup({
  4277.                    headers: {
  4278.                        'X-CSRF-TOKEN': 'OxSLEAYESMjsNGsfAMm0lfw18F0S7Kz0fjsnkpwt'
  4279.                    }
  4280.                });
  4281.                $.ajax({
  4282.                    url: '/collection/update' ,
  4283.                    type: 'POST',
  4284.                    dataType: 'json',
  4285.                    data: {
  4286.                        id: collectionID,
  4287.                        name: name,
  4288.                        type: type,
  4289.                        location: location,
  4290.                    },
  4291.                    success: function (response) {
  4292.                        console.log(response)
  4293.                        if (response.success) {
  4294.                            console.log('ok');
  4295.                            document.getElementById('create_collection_modal_edit').classList.remove("modal--active")
  4296.                            // $('#collection_name_edit').val('');
  4297.                            // $('#collection_type_edit').val('');
  4298.                            // $('#collection_location_edit').val('');
  4299.                        }
  4300.                        else
  4301.                        {
  4302.                            $('#errorModalEdit').html('<p style="color:red">' + response.message + '</p>').show();
  4303.                        }
  4304.                    },
  4305.                    error: function (xhr, status, error) {
  4306.                        if (xhr.status === 422) {
  4307.                            var errors = xhr.responseJSON.errors;
  4308.                            $('#errorModalEdit').html('<p style="color:red">' + Object.values(errors).flat().join('<br>') + '</p>').show();
  4309.                        } else {
  4310.                            console.error('Error: ' + xhr.status);
  4311.                        }
  4312.                    }
  4313.                });
  4314.            })
  4315.  
  4316.  
  4317.        }
  4318.  
  4319.  
  4320.  
  4321.  
  4322.    </script>
  4323.  
  4324.    
  4325.  
  4326.    
  4327.        <script>
  4328.        const customSubmitUser = document.getElementById('customSubmitUser');
  4329.        if (customSubmitUser) {
  4330.            customSubmitUser.addEventListener('click', function (e) {
  4331.                e.preventDefault(); // Prevent default form submission
  4332.  
  4333.                // Get the form element
  4334.                const formUser = document.getElementById('userForm');
  4335.  
  4336.                // Check if the form is valid
  4337.                if (!formUser.checkValidity()) {
  4338.                    // Trigger native form validation
  4339.                    formUser.reportValidity();
  4340.                    console.log('Form validation failed'); // Debugging
  4341.                    return; // Stop execution if validation fails
  4342.                }
  4343.                console.log('Site key:', '6LdupEAqAAAAALmorCPwUuM46JkbrPVZCDiujbxu');
  4344.                console.log('Current domain:', window.location.hostname);
  4345.  
  4346.                // Execute reCAPTCHA
  4347.                grecaptcha.ready(function() {
  4348.                    grecaptcha.execute('6LdupEAqAAAAALmorCPwUuM46JkbrPVZCDiujbxu', { action: 'submit' })
  4349.                        .then(function(token) {
  4350.                            console.log('Token generated:', token);
  4351.                            document.getElementById('g-recaptcha-response').value = token;
  4352.                            formUser.submit();
  4353.                        }).catch(function(error) {
  4354.                            console.error('reCAPTCHA error:', error);
  4355.                        });
  4356.                });
  4357.  
  4358.            
  4359.            });
  4360.        }
  4361.    </script>
  4362.        
  4363.  
  4364.  
  4365. <!-- Google Tag Manager (noscript) -->
  4366. <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KHKKGBTP"
  4367.    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  4368. <!-- End Google Tag Manager (noscript) -->
  4369.  
  4370. <!-- Zoho Connection -->
  4371.  
  4372.  
  4373.  
  4374.  
  4375.  
  4376.  
  4377. <script>
  4378.    function ajaxCall(url, method, data, recaptchaAction, successCallback, errorCallback, loadingActive = true) {
  4379.        if (recaptchaAction) {
  4380.            grecaptcha.ready(function () {
  4381.                grecaptcha.execute('6LdupEAqAAAAALmorCPwUuM46JkbrPVZCDiujbxu', {action: recaptchaAction}).then(function (token) {
  4382.                    data['g-recaptcha-response'] = token;
  4383.                    sendAjaxRequest(url, method, data, successCallback, errorCallback, loadingActive);
  4384.                });
  4385.            });
  4386.        } else {
  4387.            sendAjaxRequest(url, method, data, successCallback, errorCallback, loadingActive);
  4388.        }
  4389.    }
  4390.  
  4391.    function sendAjaxRequest(url, method, data, successCallback, errorCallback, loadingActive) {
  4392.        if (loadingActive) {
  4393.            loading(1);
  4394.        }
  4395.        $.ajaxSetup({
  4396.            headers: {
  4397.                'X-CSRF-TOKEN': 'OxSLEAYESMjsNGsfAMm0lfw18F0S7Kz0fjsnkpwt',
  4398.            }
  4399.        });
  4400.        $.ajax({
  4401.            async: true,
  4402.            url: url,
  4403.            type: method,
  4404.            dataType: 'json',
  4405.            data: data,
  4406.            success: function (response) {
  4407.                loading(0);
  4408.                if (typeof successCallback === "function") {
  4409.                    successCallback(response);
  4410.                }
  4411.            },
  4412.            error: function (errors) {
  4413.                loading(0);
  4414.                if (typeof errorCallback === "function") {
  4415.                    errorCallback(errors);
  4416.                } else {
  4417.                    console.log(errors)
  4418.                    // $.each(errors.responseJSON.errors, function (key, value) {
  4419.                    //     console.log(errors)
  4420.                    // });
  4421.                }
  4422.            }
  4423.        });
  4424.    }
  4425.  
  4426.  
  4427.    function loading(status) {
  4428.        if (status === 1) {
  4429.            $('#loadingDiv').html('<div class="loading">Loading&#8230;</div>');
  4430.        } else {
  4431.            setTimeout(function () {
  4432.                $('#loadingDiv').html('');
  4433.            }, 100);
  4434.        }
  4435.    }
  4436. </script>
  4437.    <script>
  4438.        (() => {
  4439.            const cityContainerDesktop = document.querySelector('.city-container-desktop');
  4440.            const cityContainerMobile = document.querySelector('.city-container-mobile');
  4441.  
  4442.            const recentSearchContainerMobile = document.querySelector('.recent--search--container-mobile');
  4443.            const recentSearchContainerDesktop = document.querySelector('.recent--search--container-desktop');
  4444.            const recentSearchCardContainer = document.querySelector('.recent-search-card--container');
  4445.  
  4446.            const citySearchDropdown = document.getElementById('citySearchDropdown');
  4447.            const recentSearchDropdown = document.getElementById('recentSearchDropdown');
  4448.  
  4449.            const whereClearBtn = document.getElementById('whereClearBtn');
  4450.            const whereClearBtnMobile = document.getElementById('whereClearBtnMobile');
  4451.  
  4452.            const cityNextBtnInModal = document.getElementById('cityNextBtnInModal');
  4453.            const formInCityModal = document.getElementById('formInCityModal');
  4454.  
  4455.            const recentSearchNotFound = document.querySelector('.recent__search--not-found');
  4456.  
  4457.            const clearAttendeesBtn = document.getElementById('clearAttendeesBtn');
  4458.            const heroAttendees = document.getElementById('heroAttendees');
  4459.  
  4460.            const staticSearchCountryContainer = document.getElementById('staticSearchCountryContainer');
  4461.            const staticSearchCountryContainerMobile = document.getElementById('staticSearchCountryContainerMobile');
  4462.  
  4463.            const debouncedAjaxCall = window.debounce_fn(ajaxCall.bind(null), 300);
  4464.  
  4465.            let delayed = false;
  4466.            const setDelayed = window.debounce_fn((value) => {
  4467.                delayed = value;
  4468.            }, 250);
  4469.  
  4470.            // desktop
  4471.            const desktopHeroSearchForm = document.getElementById('desktopHeroSearch');
  4472.            const desktopSearchInput = document.getElementById('searchActivity');
  4473.  
  4474.            const desktopHeroSearchType = document.createElement('input');
  4475.            desktopHeroSearchType.type = 'hidden';
  4476.            desktopHeroSearchType.name = 'search_type';
  4477.            desktopHeroSearchType.value = '';
  4478.            desktopHeroSearchForm.append(desktopHeroSearchType);
  4479.  
  4480.            const desktopHeroSearchKey = document.createElement('input');
  4481.            desktopHeroSearchKey.type = 'hidden';
  4482.            desktopHeroSearchKey.name = 'search_key';
  4483.            desktopHeroSearchKey.value = '';
  4484.            desktopHeroSearchForm.append(desktopHeroSearchKey);
  4485.  
  4486.            recentSearchContainerDesktop.addEventListener('click', (e) => {
  4487.                const element = e.target.closest('.recent-search-container');
  4488.                if (!element) return;
  4489.  
  4490.                const searchTitle = element.getAttribute('data-search-title');
  4491.                const key = element.getAttribute('data-key');
  4492.                const type = element.getAttribute('data-type');
  4493.  
  4494.                desktopSearchInput.value = searchTitle;
  4495.                desktopHeroSearchType.value = type;
  4496.                desktopHeroSearchKey.value = key;
  4497.  
  4498.                // toggleDropdown(recentSearchDropdown, false);
  4499.            });
  4500.  
  4501.            let selectedVenue;
  4502.            recentSearchContainerDesktop.addEventListener('mousemove', (e) => {
  4503.                const element = e.target.closest('.recent-search-container');
  4504.                if (!element) return;
  4505.                const id = element.getAttribute('data-id');
  4506.  
  4507.                if (id === selectedVenue) return;
  4508.  
  4509.                const searchTitle = element.getAttribute('data-search-title');
  4510.                const title = element.getAttribute('data-title');
  4511.                const propertyTitle = element.getAttribute('data-property-title');
  4512.                const link = element.getAttribute('data-link');
  4513.                const image = element.getAttribute('data-image');
  4514.                const key = element.getAttribute('data-key');
  4515.                const type = element.getAttribute('data-type');
  4516.  
  4517.                selectedVenue = id;
  4518.  
  4519.                if (type === 'venue') {
  4520.                    injectRecentSearchCard(image, title, propertyTitle, link);
  4521.                }
  4522.            });
  4523.  
  4524.            // recentSearchContainerDesktop.addEventListener('mouseenter', (e) => {
  4525.            //     const element = e.target.closest('.recent-search-container');
  4526.            //     if (!element) return;
  4527.            //
  4528.            //     const searchTitle = element.getAttribute('data-search-title');
  4529.            //     const key = element.getAttribute('data-key');
  4530.            //     const type = element.getAttribute('data-type');
  4531.            //
  4532.            //     desktopSearchInput.value = searchTitle;
  4533.            //     desktopHeroSearchType.value = type;
  4534.            //     desktopHeroSearchKey.value = key;
  4535.            // });
  4536.  
  4537.            desktopSearchInput.addEventListener('input', (e) => {
  4538.                recentSearchCardContainer.innerHTML = ' ';
  4539.                desktopHeroSearchType.value = '';
  4540.                desktopHeroSearchKey.value = '';
  4541.                injectRecentSearch({
  4542.                    container: recentSearchContainerDesktop,
  4543.                    skeleton: true,
  4544.                    items: Array.from({ length: 7 }, () => ({}))
  4545.                });
  4546.                recentSearchCardContainer.innerHTML = '';
  4547.                debouncedAjaxCall('/api/application/v1/suggestions?q=' + desktopSearchInput.value, 'GET', null, null,
  4548.                    function (response) {
  4549.                        if (response?.data[0]?.type === 'venue') {
  4550.                            let ven = response?.data[0];
  4551.                            injectRecentSearchCard(ven.image, ven.title, ven.property_title, ven.link)
  4552.                        }
  4553.  
  4554.                        injectRecentSearch({
  4555.                            container: recentSearchContainerDesktop,
  4556.                            items: response?.data
  4557.                        });
  4558.                    },
  4559.                    function (errors) {
  4560.                        console.log(errors)
  4561.                    },
  4562.                    false
  4563.                );
  4564.            });
  4565.  
  4566.            desktopSearchInput.addEventListener('focus', (e) => {
  4567.                if (recentSearchContainerDesktop.innerHTML.trim().length > 0) return;
  4568.                injectRecentSearch({
  4569.                    container: recentSearchContainerDesktop,
  4570.                    skeleton: true,
  4571.                    items: Array.from({ length: 7 }, () => ({}))
  4572.                });
  4573.                recentSearchCardContainer.innerHTML = '';
  4574.                debouncedAjaxCall('/api/application/v1/suggestions?q=' + desktopSearchInput.value, 'GET', null, null,
  4575.                    function (response) {
  4576.                        if (response?.data[0]?.type === 'venue') {
  4577.                            let ven = response?.data[0];
  4578.                            injectRecentSearchCard(ven.image, ven.title, ven.property_title, ven.link)
  4579.                        }
  4580.  
  4581.                        injectRecentSearch({
  4582.                            container: recentSearchContainerDesktop,
  4583.                            items: response?.data
  4584.                        });
  4585.                    },
  4586.                    function (errors) {
  4587.                        console.log(errors)
  4588.                    },
  4589.                    false
  4590.                );
  4591.            });
  4592.  
  4593.            cityContainerDesktop.addEventListener('click', (e) => {
  4594.                const element = e.target.closest('.country__city');
  4595.                if (!element) return;
  4596.  
  4597.                desktopSearchInput.value = element.textContent.trim();
  4598.                desktopHeroSearchType.value = 'city';
  4599.                desktopHeroSearchKey.value = element.getAttribute("data-id");
  4600.  
  4601.                // toggleDropdown(citySearchDropdown, false);
  4602.            });
  4603.  
  4604.            citySearchDropdown.querySelectorAll('.country__box').forEach(item => {
  4605.                item.addEventListener('click', () => {
  4606.                    desktopSearchInput.value = item.textContent.trim();
  4607.                    desktopHeroSearchType.value = item.getAttribute("data-type");
  4608.                    desktopHeroSearchKey.value = item.getAttribute("data-id");
  4609.                });
  4610.            });
  4611.  
  4612.            // mobile
  4613.            const mobileHeroSearchForm = document.getElementById('mobileHeroSearch');
  4614.            const mobileSearchInput = document.getElementById('cityWhereSearchMobile'); // or countryWhereSearchMobile
  4615.            const heroSearchWhereMobile = document.getElementById('heroSearchWhereMobile');
  4616.  
  4617.            const cityWhereSearchMobileInModalWrapper = document.getElementById('cityWhereSearchMobileInModalWrapper')
  4618.  
  4619.            const mobileHeroSearchType = document.createElement('input');
  4620.            mobileHeroSearchType.type = 'hidden';
  4621.            mobileHeroSearchType.name = 'search_type';
  4622.            mobileHeroSearchType.value = '';
  4623.            mobileHeroSearchForm.append(mobileHeroSearchType);
  4624.  
  4625.            const mobileHeroSearchKey = document.createElement('input');
  4626.            mobileHeroSearchKey.type = 'hidden';
  4627.            mobileHeroSearchKey.name = 'search_key';
  4628.            mobileHeroSearchKey.value = '';
  4629.            mobileHeroSearchForm.append(mobileHeroSearchKey);
  4630.  
  4631.            recentSearchContainerMobile.addEventListener('click', (e) => {
  4632.                const element = e.target.closest('.recent-search-container');
  4633.                if (!element) return;
  4634.  
  4635.                const searchTitle = element.getAttribute('data-search-title');
  4636.                const key = element.getAttribute('data-key');
  4637.                const type = element.getAttribute('data-type');
  4638.  
  4639.  
  4640.                mobileSearchInput.value = searchTitle;
  4641.                mobileSearchInput.dispatchEvent(new Event('input'));
  4642.  
  4643.                mobileHeroSearchType.value = type;
  4644.                mobileHeroSearchKey.value = key;
  4645.  
  4646.                whereClearBtnMobile.classList.remove('opacity-0');
  4647.                whereClearBtnMobile.classList.remove('pointer-events-none');
  4648.                cityWhereSearchMobileInModalWrapper.classList.add('value--from--recent--search');
  4649.            });
  4650.  
  4651.            mobileSearchInput.addEventListener('input', () => {
  4652.  
  4653.                mobileHeroSearchType.value = '';
  4654.                mobileHeroSearchKey.value = '';
  4655.  
  4656.                const isEmpty = mobileSearchInput.value.length === 0;
  4657.  
  4658.                whereClearBtnMobile.classList.toggle('opacity-0', isEmpty);
  4659.                whereClearBtnMobile.classList.toggle('pointer-events-none', isEmpty);
  4660.                cityWhereSearchMobileInModalWrapper.classList.remove('value--from--recent--search');
  4661.  
  4662.                injectRecentSearch({
  4663.                    container: recentSearchContainerMobile,
  4664.                    skeleton: true,
  4665.                    items: Array.from({ length: 5 }, () => ({}))
  4666.                });
  4667.  
  4668.                debouncedAjaxCall('/api/application/v1/suggestions?q=' + mobileSearchInput.value, 'GET', null, null,
  4669.                    function (response) {
  4670.                        injectRecentSearch({
  4671.                            container: recentSearchContainerMobile,
  4672.                            items: response?.data
  4673.                        });
  4674.                    },
  4675.                    function (errors) {
  4676.                        console.log(errors)
  4677.                    },
  4678.                    false
  4679.                );
  4680.            });
  4681.  
  4682.  
  4683.            cityContainerMobile.addEventListener('click', (e) => {
  4684.                const element = e.target.closest('.city-container-radio');
  4685.                if (!element) return;
  4686.  
  4687.                mobileSearchInput.value = element.textContent.trim();
  4688.                mobileSearchInput.dispatchEvent(new Event('input'));
  4689.  
  4690.                mobileHeroSearchType.value = 'city';
  4691.                mobileHeroSearchKey.value = element.getAttribute("data-id");
  4692.            });
  4693.            
  4694.            document.getElementById('searchCountryContainer')?.querySelectorAll('.country__box').forEach(item => {
  4695.                item.addEventListener('click', () => {
  4696.                    mobileSearchInput.value = item.textContent.trim();
  4697.                    mobileSearchInput.dispatchEvent(new Event('input'));
  4698.                    mobileHeroSearchType.value = item.getAttribute("data-type");
  4699.                    mobileHeroSearchKey.value = item.getAttribute("data-id");
  4700.                });
  4701.            });
  4702.  
  4703.            // city next btn
  4704.            cityNextBtnInModal.addEventListener('click', () => {
  4705.                if (mobileSearchInput.value.trim().length === 0) {
  4706.                    const selectedCity = Array.from(formInCityModal.elements).reduce((acc, curr) => {
  4707.                        curr.closest('.city-container-radio')
  4708.                        if (curr.name === 'city' && curr.checked) {
  4709.                            return {
  4710.                                value: curr.value,
  4711.                                key: curr.closest('.city-container-radio').getAttribute('data-id'),
  4712.                                type: 'city',
  4713.                            };
  4714.                        }
  4715.                        return acc;
  4716.                    }, {
  4717.                        value: undefined,
  4718.                        type: undefined,
  4719.                        key: undefined,
  4720.                    });
  4721.  
  4722.                    if (selectedCity.value && selectedCity.key) {
  4723.                        mobileSearchInput.value = selectedCity.value;
  4724.                        mobileSearchInput.dispatchEvent(new Event('input'));
  4725.                        mobileHeroSearchType.value = selectedCity.type;
  4726.                        mobileHeroSearchKey.value = selectedCity.key;
  4727.                    }
  4728.                }
  4729.            });
  4730.  
  4731.            // clear btn
  4732.            if (whereClearBtn) {
  4733.                whereClearBtn.addEventListener('click', (e) => {
  4734.                    desktopSearchInput.value = '';
  4735.                    desktopHeroSearchType.value = '';
  4736.                    desktopHeroSearchKey.value = '';
  4737.  
  4738.                    if (!delayed) {
  4739.                        return;
  4740.                    }
  4741.                    const isRecentSearchDropdownVisible = recentSearchDropdown.classList.contains('visible');
  4742.                    toggleDropdown(recentSearchDropdown, false);
  4743.                    if (isRecentSearchDropdownVisible) {
  4744.                        toggleDropdown(citySearchDropdown, true);
  4745.                    }
  4746.                });
  4747.  
  4748.                desktopSearchInput.addEventListener('pragmatic_change', (e) => {
  4749.                    const isEmpty = e.detail.value.length === 0
  4750.  
  4751.                    whereClearBtn.classList.toggle('opacity-0', isEmpty);
  4752.                    whereClearBtn.classList.toggle('pointer-events-none', isEmpty);
  4753.                });
  4754.  
  4755.                desktopSearchInput.addEventListener('input', (e) => {
  4756.                    const isEmpty = e.target.value.length === 0;
  4757.  
  4758.                    whereClearBtn.classList.toggle('opacity-0', isEmpty);
  4759.                    whereClearBtn.classList.toggle('pointer-events-none', isEmpty);
  4760.                });
  4761.            }
  4762.  
  4763.            if (whereClearBtnMobile) {
  4764.                whereClearBtnMobile.addEventListener('click', () => {
  4765.                    mobileSearchInput.value = '';
  4766.                    mobileHeroSearchType.value = '';
  4767.                    mobileHeroSearchKey.value = '';
  4768.                    heroSearchWhereMobile.value = '';
  4769.                    cityWhereSearchMobileInModalWrapper.classList.remove('value--from--recent--search');
  4770.                    cityWhereSearchMobileInModalWrapper.classList.remove('focused');
  4771.                });
  4772.  
  4773.                mobileSearchInput.addEventListener('pragmatic_change', (e) => {
  4774.                    const isEmpty = e.detail.value.length === 0;
  4775.  
  4776.                    whereClearBtnMobile.classList.toggle('opacity-0', isEmpty);
  4777.                    whereClearBtnMobile.classList.toggle('pointer-events-none', isEmpty);
  4778.                });
  4779.            }
  4780.  
  4781.            if (clearAttendeesBtn) {
  4782.                clearAttendeesBtn.addEventListener('click', () => {
  4783.                    heroAttendees.value = '';
  4784.                    heroAttendees.dispatchEvent(new Event('input'));
  4785.                });
  4786.            }
  4787.  
  4788.            // focus input in modal
  4789.            heroSearchWhereMobile.addEventListener('click', () => {
  4790.                if (heroSearchWhereMobile && heroSearchWhereMobile.value.length > 0) {
  4791.                    mobileSearchInput.focus();
  4792.                    mobileSearchInput.setSelectionRange(-1, -1);
  4793.                }
  4794.            });
  4795.  
  4796.            // functions
  4797.            function injectRecentSearchCard(image, title, caption, link, skeleton = false) {
  4798.                recentSearchCardContainer.innerHTML = `
  4799.                    <a href="${link}" class="recent-search-card${skeleton ? ' skeleton' : ''}">
  4800.                        <div class="image--lazy--loading">
  4801.                            <img src="${image}" alt="" class="recent-search-card__image lazy">
  4802.                        </div>
  4803.                        <div class="recent-search-card__info">
  4804.                            <span class="recent-search-card__caption">${caption}</span>
  4805.                            <p class="recent-search-card__title">${title}</p>
  4806.                        </div>
  4807.                    </a>`;
  4808.  
  4809.                initializeLazyLoad(recentSearchCardContainer, 'image--lazy--loading');
  4810.            }
  4811.  
  4812.            const recentSearchIcons = {
  4813.                'icon-1': 'assets/SVGs/icons/home-star.svg',
  4814.                'icon-2': 'assets/SVGs/icons/location.svg'
  4815.            }
  4816.  
  4817.            function injectRecentSearch({items, skeleton, container}) {
  4818.                if (items.length > 0) {
  4819.                    const html = items.map(item => {
  4820.                        return `
  4821.                            <li class="recent-search-container${skeleton ? ' skeleton' : ''}" data-id="${item.id}" data-key="${item.key}" data-type="${item.type}" data-search-title="${item.searchTitle}" data-image="${item.image}" data-link="${item.link}" data-title="${item.title}" data-property-title="${item.property_title}">
  4822.                                <div>
  4823.                                    <img src="${recentSearchIcons[item.icon]}" alt="">
  4824.                                </div>
  4825.                                <p>${item.title}</p>
  4826.                            </li>
  4827.                        `
  4828.                    }).join('');
  4829.  
  4830.                    recentSearchNotFound.classList.add('hidden');
  4831.                    container.innerHTML = html;
  4832.                } else {
  4833.                    container.innerHTML = '';
  4834.                    recentSearchNotFound.classList.remove('hidden');
  4835.                }
  4836.            }
  4837.  
  4838.            // animation
  4839.            const desktopSearchFormWrapper = document.getElementById('desktopSearchFormWrapper');
  4840.            const searchActivity = document.querySelector('#searchActivity');
  4841.            const activityFilter = document.querySelector("#activtyFilter");
  4842.            const desktopSubmitSearchBtn = document.querySelector('#desktopSubmitSearchBtn');
  4843.  
  4844.            let isFocused = false;
  4845.  
  4846.            let conditionTimeout;
  4847.  
  4848.            desktopSearchFormWrapper.addEventListener('focusin', (e) => {
  4849.              if (isFocused) return;
  4850.              else {
  4851.                setDelayed(true);
  4852.                if (!delayed) {
  4853.                    if (e.target.closest('#whereClearBtn') || e.target.closest('#clearEventTypeBtn') || e.target.closest('#clearAttendeesBtn')) {
  4854.                        return;
  4855.                    }
  4856.  
  4857.                    if (e.target.closest('#desktopSubmitSearchBtn')) {
  4858.                        return;
  4859.                    }
  4860.                }
  4861.              }
  4862.              isFocused = true;
  4863.  
  4864.              conditionTimeout && clearInterval(conditionTimeout);
  4865.  
  4866.  
  4867.              document.body.classList.add('desktop--search--focused');
  4868.              if ([searchActivity, activityFilter, heroAttendees].includes(document.querySelector(':focus')) === false) {
  4869.                const isEventTypeFocused = e.target.closest(`[data-combobox-results='${activityFilter.getAttribute('data-combobox')}']`);
  4870.                const isHeroAttendeesFocused = e.target.closest(`[data-dropdown-target='${heroAttendees.getAttribute('data-dropdown')}']`);
  4871.  
  4872.                if (!isEventTypeFocused && !isHeroAttendeesFocused && !e.target.closest('.dropdown__box,.autocomplete__container')) {
  4873.                  if (recentSearchDropdown.classList.contains('visible')) {
  4874.                    return;
  4875.                  }
  4876.                  toggleDropdown(searchActivity.value.length > 0 ? recentSearchDropdown : citySearchDropdown, true);
  4877.                    toggleDropdown(searchActivity.value.length > 0 ? citySearchDropdown : recentSearchDropdown, false);
  4878.                }
  4879.              };
  4880.            });
  4881.  
  4882.            desktopSearchFormWrapper.addEventListener('click', (e) => {
  4883.              if ([
  4884.                activityFilter,
  4885.                heroAttendees,
  4886.                desktopSubmitSearchBtn,
  4887.              ].includes(e.target) === false) {
  4888.                const isEventTypeFocused = e.target.closest(`[data-combobox-results='${activityFilter.getAttribute('data-combobox')}']`);
  4889.                const isHeroAttendeesFocused = e.target.closest(`[data-dropdown-target='${heroAttendees.getAttribute('data-dropdown')}']`);
  4890.  
  4891.                if (!isEventTypeFocused) {
  4892.                  activityFilter._va_combobox_instance.close();
  4893.                }
  4894.  
  4895.                if (!isHeroAttendeesFocused) {
  4896.                  toggleDropdown(document.querySelector('[data-dropdown-target="attendees"]'), false);
  4897.                }
  4898.  
  4899.                if (!e.target.closest('.dropdown__box,.autocomplete__container')) {
  4900.                  if (!isEventTypeFocused && !isHeroAttendeesFocused && !e.target.closest('.track--focus')) {
  4901.                    searchActivity?.focus();
  4902.                  }
  4903.  
  4904.                  e.stopPropagation();
  4905.                }
  4906.              };
  4907.            });
  4908.  
  4909.            searchActivity.addEventListener('click', () => {
  4910.              activityFilter._va_combobox_instance.close();
  4911.              toggleDropdown(document.querySelector('[data-dropdown-target="attendees"]'), false);
  4912.            });
  4913.  
  4914.            [activityFilter, heroAttendees].forEach(element => {
  4915.              element?.addEventListener('click', () => {
  4916.                toggleDropdown(searchActivity.value.length > 0 ? recentSearchDropdown : citySearchDropdown, false);
  4917.                // toggleDropdown(searchActivity.value.length > 0 ? citySearchDropdown : recentSearchDropdown, false);
  4918.              });
  4919.            });
  4920.  
  4921.            const focusOutHandler = () => {
  4922.              isFocused = false;
  4923.              setDelayed(false);
  4924.  
  4925.              conditionTimeout = setTimeout(() => {
  4926.                desktopSearchInput.blur();
  4927.                activityFilter.blur();
  4928.                heroAttendees.blur();
  4929.  
  4930.                activityFilter._va_combobox_instance.close();
  4931.                toggleDropdown(document.querySelector(`[data-dropdown-target='${heroAttendees.getAttribute('data-dropdown')}']`), false);
  4932.                toggleDropdown(recentSearchDropdown, false);
  4933.                toggleDropdown(citySearchDropdown, false);
  4934.              }, 110);
  4935.  
  4936.              document.body.classList.remove('desktop--search--focused');
  4937.            }
  4938.  
  4939.            desktopSearchFormWrapper.addEventListener('focusout', focusOutHandler);
  4940.            document.addEventListener("visibilitychange", () => {
  4941.                if (document.hidden) {
  4942.                    desktopSearchInput.blur();
  4943.                    activityFilter.blur();
  4944.                    heroAttendees.blur();
  4945.  
  4946.                    activityFilter._va_combobox_instance.close();
  4947.                    toggleDropdown(document.querySelector(`[data-dropdown-target='${heroAttendees.getAttribute('data-dropdown')}']`), false);
  4948.                    toggleDropdown(recentSearchDropdown, false);
  4949.                    toggleDropdown(citySearchDropdown, false);
  4950.                    focusOutHandler();
  4951.                }
  4952.            });
  4953.  
  4954.            const getOffsetTop = function (element) {
  4955.                if (!element) return 0;
  4956.                return getOffsetTop(element.offsetParent) + element.offsetTop;
  4957.            };
  4958.  
  4959.            window.addEventListener('resize', window.debounce_fn(() => {
  4960.                const headerHeight = document.querySelector("#page_container > header").offsetHeight;
  4961.                const boxFromTop = getOffsetTop(desktopHeroSearchForm) - 160;
  4962.                const boxHeight = desktopHeroSearchForm.offsetHeight;
  4963.  
  4964.                const height = (headerHeight - (boxFromTop + boxHeight));
  4965.                const minusTransformY = -(boxFromTop - (boxHeight * 0.2));
  4966.                // document.querySelector("#citySearchDropdown").style.maxHeight = `${height}px !important`;
  4967.                document.body.style.setProperty('--hero-dropdown-height', `${height}px`);
  4968.                document.body.style.setProperty('--hero-search-y-offset', height > 200 ? `${minusTransformY * 0.8}px` : null);
  4969.            }, 300));
  4970.  
  4971.            /**
  4972.             * TEMPRORARY
  4973.             * this will be removed once the country integration happens with JSON
  4974.            */
  4975.            const updateDesktopCount = (venuesCount, agenciesCount) => {
  4976.                citySearchDropdown.querySelectorAll('.venue--counts').forEach(element => {
  4977.                    element.innerHTML = venuesCount;
  4978.                });
  4979.                citySearchDropdown.querySelectorAll('.agencies--counts').forEach(element => {
  4980.                    element.innerHTML = agenciesCount;
  4981.                });
  4982.            }
  4983.            citySearchDropdown.querySelectorAll('[data-venue-count]').forEach(element => {
  4984.                element.addEventListener('click', (e) => {
  4985.                    const venuesCount = element.getAttribute('data-venue-count');
  4986.                    const agencyCount = element.getAttribute('data-agency-count');
  4987.                    updateDesktopCount(venuesCount, agencyCount);
  4988.                });
  4989.            });
  4990.  
  4991.            const updateMobileCount = (venuesCount, agenciesCount) => {
  4992.                formInCityModal.querySelectorAll('.venue--counts').forEach(element => {
  4993.                    element.innerHTML = venuesCount;
  4994.                });
  4995.                formInCityModal.querySelectorAll('.agencies--counts').forEach(element => {
  4996.                    element.innerHTML = agenciesCount;
  4997.                });
  4998.            }
  4999.            formInCityModal.querySelectorAll('[data-venue-count]').forEach(element => {
  5000.                element.addEventListener('click', (e) => {
  5001.                    const venuesCount = element.getAttribute('data-venue-count');
  5002.                    const agencyCount = element.getAttribute('data-agency-count');
  5003.                    updateMobileCount(venuesCount, agencyCount);
  5004.                });
  5005.            });
  5006.  
  5007.  
  5008.            // handle search
  5009.            mobileHeroSearchForm.addEventListener('submit', (e) => {
  5010.                const context = document.querySelector('[data-modal-name="attendees_modal_mobile"]');
  5011.  
  5012.                e.preventDefault();
  5013.                const formData = new FormData(e.target);
  5014.                const minInput = context.querySelector("#homeHeroRangeMin");
  5015.                const maxInput = context.querySelector("#homeHeroRangeMax");
  5016.  
  5017.                if (!minInput.value.trim()) {
  5018.                    minInput.removeAttribute('name');
  5019.                }
  5020.  
  5021.                if (!maxInput.value.trim()) {
  5022.                    maxInput.removeAttribute('name');
  5023.                }
  5024.  
  5025.                e.target.submit();
  5026.            });
  5027.  
  5028.            desktopHeroSearchForm.addEventListener('submit', (e) => {
  5029.                const context = document.querySelector('[data-dropdown-target="attendees"]');
  5030.  
  5031.                e.preventDefault();
  5032.                const formData = new FormData(e.target);
  5033.                const minInput = context.querySelector("#homeHeroRangeMin");
  5034.                const maxInput = context.querySelector("#homeHeroRangeMax");
  5035.  
  5036.                if (!minInput.value.trim()) {
  5037.                    minInput.removeAttribute('name');
  5038.                }
  5039.  
  5040.                if (!maxInput.value.trim()) {
  5041.                    maxInput.removeAttribute('name');
  5042.                }
  5043.  
  5044.                e.target.submit();
  5045.            });
  5046.        })();
  5047.    </script>
  5048.  <script>
  5049.    document.querySelectorAll('.advisor--avatar').forEach((advisorAvatar, index) => {
  5050.      const advisorAvatarTemplate = advisorAvatar.querySelector('template');
  5051.  
  5052.      const content = advisorAvatarTemplate?.content.firstElementChild;
  5053.  
  5054.      const instance = tippy(advisorAvatar, {
  5055.        content: content.outerHTML,
  5056.        allowHTML: true,
  5057.        maxWidth: document.querySelector('.advisor--avatar__container').getBoundingClientRect().width,
  5058.        interactive: true,
  5059.        // offset: [0, 0],
  5060.        // delay: [null, 300],
  5061.        interactiveDebounce: 100,
  5062.        getReferenceClientRect: () => {
  5063.          const rect = advisorAvatar.getBoundingClientRect();
  5064.          return { ...rect, left: 200 };
  5065.        },
  5066.        appendTo: 'parent',
  5067.        placement: 'bottom-start',
  5068.      });
  5069.  
  5070.      instance.popper.style.setProperty('--tippy-arrow-left',
  5071.        (advisorAvatar.getBoundingClientRect().width * index)
  5072.        + ((index - 1) * 8)
  5073.        + (advisorAvatar.getBoundingClientRect().width / 2)
  5074.        + 'px'
  5075.      );
  5076.    });
  5077.  </script>
  5078.  <script>
  5079.    function copyLink(event) {
  5080.      navigator.clipboard.writeText(window.location.href);
  5081.      showSnackbar('Link copied to clipboard')
  5082.    }
  5083.  
  5084.    function shareEmail(event) {
  5085.      event.preventDefault();
  5086.      window.location.href = `mailto:?subject=Check this out&body=${encodeURIComponent(window.location.href)}`;
  5087.    }
  5088.  
  5089.    function shareFacebook(event) {
  5090.      event.preventDefault();
  5091.      window.open(`https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(window.location.href)}`, '_blank');
  5092.    }
  5093.  
  5094.    function shareX(event) {
  5095.      event.preventDefault();
  5096.      window.open(`https://twitter.com/intent/tweet?url=${encodeURIComponent(window.location.href)}`, '_blank');
  5097.    }
  5098.  
  5099.    function shareWhatsapp(event) {
  5100.      event.preventDefault();
  5101.      window.open(`https://api.whatsapp.com/send?text=${encodeURIComponent(window.location.href)}`, '_blank');
  5102.    }
  5103.  
  5104.    (() => {
  5105.      const modal = new Components.Dialog({ wrapper: document.querySelector("#share-modal") });
  5106.      // access to modal => document.querySelector("#share-modal").Components.Dialog.open();
  5107.    })();
  5108.  </script>
  5109.    <script>
  5110.        (() => {
  5111.            // safari password fix
  5112.            const passwordInputs = document.querySelectorAll('.password__input--wrapper input');
  5113.            window.addEventListener('load', () => {
  5114.                setTimeout(() => {
  5115.                    passwordInputs.forEach(pi => {
  5116.                        pi.setAttribute('type', 'password');
  5117.                    });
  5118.                }, window._browserCheck?.isSafari() ? 1500 : 0);
  5119.            });
  5120.  
  5121.            // modals interactive logic
  5122.            const signupModal = new Components.Dialog({wrapper: document.querySelector("#signup-modal")});
  5123.            const signinModal = new Components.Dialog({wrapper: document.querySelector("#signin-modal")});
  5124.            const forgetPasswordModal = new Components.Dialog({wrapper: document.querySelector("#forget-password-modal")});
  5125.  
  5126.            const termsModal = new Components.Dialog({wrapper: document.querySelector("#terms-and-conditions-modal")});
  5127.  
  5128.            const signupModalSignin = document.querySelector('#signupModalSignin');
  5129.            const signinModalSignup = document.querySelector('#signinModalSignup');
  5130.            const forgetPasswordModalSignin = document.querySelector('#forgetPasswordModalSignin');
  5131.  
  5132.            const authModalForgetPassword = document.querySelector('#authModalForgetPassword');
  5133.  
  5134.            if (authModalForgetPassword) {
  5135.                authModalForgetPassword.addEventListener('click', () => {
  5136.                    signinModal.close();
  5137.                    signupModal.close();
  5138.                    forgetPasswordModal.open();
  5139.                });
  5140.            }
  5141.  
  5142.            if (signupModalSignin) {
  5143.                signupModalSignin.addEventListener('click', () => {
  5144.                    signupModal.close();
  5145.                    signinModal.open();
  5146.                });
  5147.            }
  5148.  
  5149.            if (forgetPasswordModalSignin) {
  5150.                forgetPasswordModalSignin.addEventListener('click', () => {
  5151.                    forgetPasswordModal.close();
  5152.                    signinModal.open();
  5153.                });
  5154.            }
  5155.  
  5156.            if (signinModalSignup) {
  5157.                signinModalSignup.addEventListener('click', () => {
  5158.                    signinModal.close();
  5159.                    signupModal.open();
  5160.                });
  5161.            }
  5162.  
  5163.            const termsModalAgreeBtn = document.querySelector('.terms-modal-agree__btn');
  5164.            if (termsModalAgreeBtn) {
  5165.                termsModalAgreeBtn.addEventListener('click', () => {
  5166.                    termsModal.close();
  5167.                    document.querySelectorAll('#signupTerms, #signupModalTerms').forEach(checkbox => {
  5168.                        checkbox.checked = true;
  5169.                        checkbox.dispatchEvent(new Event('input'));
  5170.                    })
  5171.                });
  5172.            }
  5173.  
  5174.            document.querySelectorAll('.auth-modal--content__form--footer__terms-text-highlight, .auth-page--content__form--footer__terms-text-highlight').forEach(el => {
  5175.                el.addEventListener('click', (e) => {
  5176.                    e.stopPropagation();
  5177.                    e.preventDefault();
  5178.                    termsModal.open();
  5179.                });
  5180.            });
  5181.  
  5182.            // Login Modal API Logic
  5183.            function displayLoginError(message) {
  5184.                const element = document.getElementById('signinModalErrorMessage');
  5185.                if (!element) return;
  5186.                if (message) {
  5187.                    element.innerHTML = message;
  5188.                    element.classList.remove('hidden');
  5189.                } else {
  5190.                    element.innerHTML = '';
  5191.                    element.classList.add('hidden');
  5192.                }
  5193.            }
  5194.  
  5195.            function handleSignInSubmit(formData, event) {
  5196.                const payload = {email: formData.email, password: formData.password};
  5197.                ajaxCall('https://venuewise.com/login', 'POST', payload, 'login',
  5198.                    function (response) {
  5199.                        if (response.data?.redirect_url) {
  5200.                            window.location.href = response.data.redirect_url
  5201.                        } else {
  5202.                            window.location.reload();
  5203.                        }
  5204.                    },
  5205.                    function (errors) {
  5206.                        if (errors.responseJSON?.errors !== undefined) {
  5207.                            var errorsList = errors.responseJSON.errors;
  5208.                            let errorMessage = '';
  5209.                            for (let key in errorsList) {
  5210.                                errorMessage += errorsList[key] + '<br>';
  5211.                            }
  5212.                            displayLoginError(errorMessage);
  5213.                        }
  5214.                        else if (errors.responseJSON?.message) {
  5215.                            displayLoginError(errors.responseJSON?.message);
  5216.                        }
  5217.                        else{
  5218.                            displayLoginError('Something went wrong. Please try again.');
  5219.                        }
  5220.                    },
  5221.                );
  5222.            }
  5223.  
  5224.            document.querySelectorAll('#modalSigninForm, #signinForm').forEach(form => {
  5225.                const formState = new FormStateTracker(
  5226.                    form,
  5227.                    {
  5228.                        email: (value, input, self, key) => {
  5229.                            if (FormStateTracker.helpers.validation.EmailRegex.test(value)) {
  5230.                                return self.state.value({key, value: value});
  5231.                            }
  5232.                            return self.state.error(value.length > 0 ? "Please enter a valid email address" : "Please enter your email address");
  5233.                        },
  5234.                        password: (value, input, self, key) => {
  5235.                            if (value.length > 6) {
  5236.                                return self.state.value({key, value: value});
  5237.                            }
  5238.                            return self.state.error(value.length > 0 ? "Please enter at least 6 characters" : "Please enter your password");
  5239.                        },
  5240.                    }
  5241.                );
  5242.  
  5243.                formState.handleSubmit(
  5244.                    (formData, event) => {
  5245.                        const formAction = form.getAttribute('action');
  5246.                        if (formAction !== '#' && formAction) {
  5247.                            grecaptcha.ready(function () {
  5248.                                grecaptcha.execute('6LdupEAqAAAAALmorCPwUuM46JkbrPVZCDiujbxu', {action: 'submit'})
  5249.                                    .then(function (token) {
  5250.                                        console.log('Token generated:', token);
  5251.                                        document.getElementById('g-recaptcha-response').value = token;
  5252.                                        event.target.submit();
  5253.                                    }).catch(function (error) {
  5254.                                    console.error('reCAPTCHA error:', error);
  5255.                                });
  5256.                            });
  5257.                            return;
  5258.                        }
  5259.                        handleSignInSubmit(formData, event);
  5260.                    },
  5261.                    (errors) => {
  5262.                        console.log({errors});
  5263.                    }
  5264.                );
  5265.            });
  5266.  
  5267.            // Register Modal API Logic
  5268.            function displayRegisterError(message) {
  5269.                const element = document.getElementById('signupModalErrorMessage');
  5270.                if (!element) return;
  5271.                if (message) {
  5272.                    element.innerHTML = message;
  5273.                    element.classList.remove('hidden');
  5274.                } else {
  5275.                    element.innerHTML = '';
  5276.                    element.classList.add('hidden');
  5277.                }
  5278.            }
  5279.  
  5280.            function handleSignUpSubmit(formData, event) {
  5281.                const payload = {
  5282.                    fullname: formData.fullname,
  5283.                    last_name: '',
  5284.                    email: formData.email,
  5285.                    terms: formData.terms,
  5286.                    mobile: formData.phone_number,
  5287.                    mobile_country_code: formData.phone_number_country_code,
  5288.                    password: formData.password,
  5289.                    password_confirmation: formData.confirm_password
  5290.                };
  5291.                ajaxCall('https://venuewise.com/profile/register', 'POST', payload, 'register',
  5292.                    function (response) {
  5293.                        if (response.data?.redirect_url) {
  5294.                            window.location.href = response.data.redirect_url
  5295.                        } else {
  5296.                            window.location.reload();
  5297.                        }
  5298.                    },
  5299.                    function (errors) {
  5300.                        if (errors.responseJSON?.errors !== undefined) {
  5301.                            var errorsList = errors.responseJSON.errors;
  5302.                            let errorMessage = '';
  5303.                            for (let key in errorsList) {
  5304.                                errorMessage += errorsList[key] + '<br>';
  5305.                            }
  5306.                            displayRegisterError(errorMessage);
  5307.                        }
  5308.                        else if (errors.responseJSON?.message) {
  5309.                            displayRegisterError(errors.responseJSON?.message);
  5310.                        }
  5311.                        else{
  5312.                            displayRegisterError('Something went wrong. Please try again.');
  5313.                        }
  5314.                    },
  5315.                );
  5316.            }
  5317.  
  5318.            document.querySelectorAll('#modalSignupForm, #signupForm').forEach(form => {
  5319.                const formState = new FormStateTracker(
  5320.                    form,
  5321.                    {
  5322.                        phone_number: (value, input, self, key) => {
  5323.                            if (input._iti?.isValidNumberPrecise()) {
  5324.                                return self.state.value(
  5325.                                    {key: 'phone_number', value: input._iti.hiddenInput.value},
  5326.                                    {key: 'phone_number_country_code', value: input._iti.hiddenInputCountry.value}
  5327.                                );
  5328.                            }
  5329.                            return self.state.error(value.length > 0 ? "Please enter a valid phone number" : "Please enter your phone number");
  5330.                        },
  5331.                        email: (value, input, self, key) => {
  5332.                            if (FormStateTracker.helpers.validation.EmailRegex.test(value)) {
  5333.                                return self.state.value({key, value: value});
  5334.                            }
  5335.                            return self.state.error(value.length > 0 ? "Please enter a valid email address" : "Please enter your email address");
  5336.                        },
  5337.                        fullname: (value, input, self, key) => {
  5338.                            if (value.length > 0) {
  5339.                                return self.state.value({key, value: value});
  5340.                            }
  5341.                            return self.state.error("Please enter your full name");
  5342.                        },
  5343.                        password: (value, input, self, key) => {
  5344.                            if (value.length > 6) {
  5345.                                return self.state.value({key, value: value});
  5346.                            }
  5347.                            return self.state.error(value.length > 0 ? "Please enter at least 6 characters" : "Please enter your password");
  5348.                        },
  5349.                        confirm_password: (value, input, self, key) => {
  5350.                            const passwordInput = self.getInputByKey('password');
  5351.                            if (value.length !== 0 && value === passwordInput.value) {
  5352.                                return self.state.value({key, value: value});
  5353.                            }
  5354.                            return self.state.error(value.length > 0 ? "Your passwords does not match" : "Please enter your password");
  5355.                        },
  5356.                        terms: (value, input, self, key) => {
  5357.                            if (input.checked) {
  5358.                                return self.state.value({key, value: true});
  5359.                            }
  5360.                            return self.state.error("Please accept our terms and conditions");
  5361.                        }
  5362.                    }
  5363.                );
  5364.  
  5365.                formState.handleSubmit(
  5366.                    (formData, event) => {
  5367.                        const formAction = form.getAttribute('action');
  5368.                        if (formAction !== '#' && formAction) {
  5369.                            grecaptcha.ready(function () {
  5370.                                grecaptcha.execute('6LdupEAqAAAAALmorCPwUuM46JkbrPVZCDiujbxu', {action: 'submit'})
  5371.                                    .then(function (token) {
  5372.                                        console.log('Token generated:', token);
  5373.                                        document.getElementById('g-recaptcha-response').value = token;
  5374.                                        event.target.submit();
  5375.                                    }).catch(function (error) {
  5376.                                    console.error('reCAPTCHA error:', error);
  5377.                                });
  5378.                            });
  5379.                            return;
  5380.                        }
  5381.                        handleSignUpSubmit(formData, event);
  5382.                    },
  5383.                    (errors) => {
  5384.                        console.log({errors});
  5385.                    }
  5386.                );
  5387.            });
  5388.  
  5389.            // Login Modal API Logic
  5390.            function displayForgetPasswordError(message) {
  5391.                const element = document.getElementById('signinModalErrorMessage');
  5392.                if (!element) return;
  5393.                if (message) {
  5394.                    element.innerHTML = message;
  5395.                    element.classList.remove('hidden');
  5396.                } else {
  5397.                    element.innerHTML = '';
  5398.                    element.classList.add('hidden');
  5399.                }
  5400.            }
  5401.  
  5402.            function handleForgetPasswordSubmit(formData, event, onSuccess) {
  5403.                const payload = {email: formData.email};
  5404.                ajaxCall('https://venuewise.com/forget-password', 'POST', payload, 'fogotpassword',
  5405.                    function (response) {
  5406.                        if (response.data?.result_text) {
  5407.                            alertSnackbar(response.data.result_text, 'success');
  5408.                        } else {
  5409.                            alertSnackbar('Check your email for new password', 'success');
  5410.                        }
  5411.                        onSuccess();
  5412.                    },
  5413.                    function (errors) {
  5414.                        if (errors.responseJSON?.errors !== undefined) {
  5415.                            var errorsList = errors.responseJSON.errors;
  5416.                            let errorMessage = '';
  5417.                            for (let key in errorsList) {
  5418.                                errorMessage += errorsList[key] + '<br>';
  5419.                            }
  5420.                            displayForgetPasswordError(errorMessage);
  5421.                        }
  5422.                        else if (errors.responseJSON?.message) {
  5423.                            displayForgetPasswordError(errors.responseJSON?.message);
  5424.                        }
  5425.                        else{
  5426.                            displayForgetPasswordError('Email address not found in our system. Please check and try again.');
  5427.                        }
  5428.                    },
  5429.                );
  5430.            }
  5431.  
  5432.            document.querySelectorAll('#modalForgetPasswordForm, #forgetPasswordForm').forEach(form => {
  5433.                const formState = new FormStateTracker(
  5434.                    form,
  5435.                    {
  5436.                        email: (value, input, self, key) => {
  5437.                            if (FormStateTracker.helpers.validation.EmailRegex.test(value)) {
  5438.                                return self.state.value({key, value: value});
  5439.                            }
  5440.                            return self.state.error(value.length > 0 ? "Please enter a valid email address" : "Please enter your email address");
  5441.                        },
  5442.                    }
  5443.                );
  5444.  
  5445.                formState.handleSubmit(
  5446.                    (formData, event) => {
  5447.                        handleForgetPasswordSubmit(formData, event, () => {
  5448.                            forgetPasswordModal.close();
  5449.                            formState.reset();
  5450.                            form.reset();
  5451.                        });
  5452.                    },
  5453.                    (errors) => {
  5454.                        console.log({errors});
  5455.                    }
  5456.                );
  5457.            });
  5458.        })();
  5459.    </script>
  5460. </body>
  5461.  
  5462.  
  5463. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda