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.4" />
  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.  
  267. <div id="loadingDiv"></div>
  268.  
  269.  
  270.    <!-- Loading Section -->
  271.    <section class="loading_wrapper">
  272.        <div class="w-full h-full relative">
  273.            <h1 class="loading_title_front">VENUE WISE</h1>
  274.            <span class="loading_title_back">VENUE WISE</span>
  275.            <div class="loading_progress">
  276.                <span></span>
  277.            </div>
  278.        </div>
  279.    </section>
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  <!-- Cursor -->
  286.  <div class="cursor-wrapper invisible lg:visible">
  287.    <div class="relative">
  288.      <div class="cursor-arrow">
  289.        <!-- prettier-ignore -->
  290.        <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
  291.          <mask id="mask0_434_2721" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="30" height="30">
  292.            <rect x="0.882812" y="0.882324" width="28.2353" height="28.2353" fill="#D9D9D9" />
  293.          </mask>
  294.          <g mask="url(#mask0_434_2721)">
  295.            <path d="M8.48266 22.2909L6.60352 20.4117L17.7359 9.27938H7.85031V6.60291H22.2915V21.0441H19.615V11.1586L8.48266 22.2909Z" fill="#181A1B" />
  296.          </g>
  297.        </svg>
  298.      </div>
  299.    </div>
  300.  </div>
  301.  
  302.  <!--  Expert Modal  -->
  303.  <section data-modal-name="expert_modal" class="!flex-col gap-2 !justify-start lg:!justify-center pt-3 lg:pt-0">
  304.    <div class="flex justify-end w-[95vw] lg:!w-[70vw]">
  305.      <img src="https://venuewise.com/assets/SVGs/icons/white-close.svg" class="w-[30px] cursor-pointer" />
  306.    </div>
  307.    <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">
  308.      <div class="hidden lg:w-[48%] lg:flex flex-col items-center justify-center gap-2 p-7 lg:p-10 bg-[#C8D200] ">
  309.        <h4 class="text-4xl font-neue-text font-bold text-black">
  310.          Ask a venue advisor
  311.        </h4>
  312.        <p class="text-[16px] lg:text-2xl font-neue text-black text-center mb-5 lg:mb-10">
  313.          Venue Wise have a team of experts in the venue and event to
  314.          respond to you as soon as possible.
  315.        </p>
  316.        <img src="https://venuewise.com/assets/images/layout/photos-frame.png" alt="ask a venue advisor" class="inline w-96 mx-10" alt="" />
  317.      </div>
  318.      <div class="w-full lg:w-[52%] h-full px-10 py-7 lg:py-10 lg:max-h-[90vh]">
  319.        <h3 class="block lg:hidden text-center text-[28px] font-neue-text font-bold">Ask a venue advisor</h3>
  320.        <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%]">
  321.          Tell us about your event! These details will
  322.          <br class="block lg:hidden">
  323.          help your request
  324.          receive fast and accurate quotes.
  325.        </div>
  326.        <form action="#" class="flex flex-col gap-y-4 py-6">
  327.          <div class="w-full flex flex-col lg:flex-row gap-4">
  328.            <div class="flex flex-col gap-1 w-full lg:w-1/2">
  329.               <label for="" class="input-label hidden lg:block">Name</label>
  330.              <input type="text" placeholder="Enter your full name" class="input-outline !h-[50px]" id="adviser_fullname"/>
  331.            </div>
  332.            <div class="flex flex-col gap-1 w-full lg:w-1/2">
  333.               <label for="" class="input-label hidden lg:block">Email</label>
  334.              <input type="email" placeholder="Enter your email address" class="input-outline !h-[50px] invalid:border-[red]" id="adviser_email" />
  335.            </div>
  336.          </div>
  337.          <div class="w-full flex flex-col lg:flex-row gap-4">
  338.            <div class="flex flex-col gap-1 w-full lg:w-1/2">
  339.               <label for="" class="input-label hidden lg:block">Event Type</label>
  340.               <input placeholder="Choose"
  341.                        id="adviser_activity"
  342.                        name="adviser_activity"
  343.                        class="vrf-dropdown"
  344.                        data-combobox="adviser_activity"
  345.                        data-search-disabled="true"
  346.                        readonly required/>
  347.                
  348.                        <div class="autocomplete__container">
  349.                            <ul class="autocomplete__results !max-h-[200px] !ml-0 !mt-1"
  350.                                data-combobox-results="adviser_activity">
  351.                              <li>-</li>
  352.                                                            <li>Art Shows</li>    
  353.                                                            <li>Brand Activations</li>    
  354.                                                            <li>Concerts and Music Performances</li>    
  355.                                                            <li>Conferences</li>    
  356.                                                            <li>Corporate Events</li>    
  357.                                                            <li>Fashion Shows and Weeks</li>    
  358.                                                            <li>Festivals</li>    
  359.                                                            <li>Film Festivals</li>    
  360.                                                            <li>Gaming Tournaments</li>    
  361.                                                            <li>Graduation Events</li>    
  362.                                                            <li>Indoor Dinners/Awards/Galas</li>    
  363.                                                            <li>Meetings</li>    
  364.                                                            <li>Movie Premiere</li>    
  365.                                                            <li>Networking Events</li>    
  366.                                                            <li>Outdoor Dinners/Awards/Galas</li>    
  367.                                                            <li>Parties and Celebrations</li>    
  368.                                                            <li>Photo and Video Shoots</li>    
  369.                                                            <li>Product Launches and Demos</li>    
  370.                                                            <li>Seminars</li>    
  371.                                                            <li>Sports Tournaments</li>    
  372.                                                            <li>Team Building Activities</li>    
  373.                                                            <li>Theaters and Performances</li>    
  374.                                                            <li>Trade Shows &amp; Exhibitions</li>    
  375.                                                            <li>Trainings and Workshops</li>    
  376.                                                            <li>Weddings-Indoor</li>    
  377.                                                            <li>Weddings-Outdoor</li>    
  378.                                                          
  379.                            </ul>
  380.                        </div>
  381.              
  382.            </div>
  383.            <div class="flex flex-col gap-1 w-full lg:w-1/2">
  384.               <label for="" class="input-label hidden lg:block">Attendees</label>
  385.              <input type="number" placeholder="Number of attendees" class="input-outline !h-[50px]" id="adviser_attendees" />
  386.            </div>
  387.          </div>
  388.          <div class="w-full flex flex-col gap-y-1 pb-2">
  389.             <label for="" class="input-label hidden lg:block">Description</label>
  390.            <textarea class="textarea-outline !h-20"  placeholder="Tell us more about your event" cols="30" id="adviser_description" rows="10"></textarea>
  391.          </div>
  392.          <input type="button" value="Send" class="black-btn w-full !h-[50px]" id="adviser_send" />
  393.        </form>
  394.        <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>
  395.        <div class="flex gap-x-4 w-full pt-6 tablet:pt-3 lg:pt-6 font-neue font-semibold text-white text-center">
  396.          
  397.          <a href="mailto:support@venuewise.com" class="w-1/3 !h-[50px] black-btn"> Email </a>
  398.          <a href="tel:971585148688" class="w-1/3 !h-[50px] black-btn"> Call </a>
  399.        </div>
  400.      </div>
  401.    </div>
  402.  </section>
  403.  
  404.  <!--  Create Collection Modal 1: add  -->
  405.  <section data-modal-name="create_collection_modal1" id="create_collection_modal1" class="!items-end modal--animate__slide__up modal--slideup">
  406.    <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]">
  407.      <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>
  408.      <div class="create-collection-card-prev" id="create_collection_card_prev1"></div>
  409.      <div class="create-collection-body">
  410.        <div class="w-full h-[20%] border-b text-center py-10 lg:py-0">
  411.          <span class="block font-neue-text font-bold text-black text-[24px] lg:text-[40px] leading-[110%]">
  412.            Save your venue to a collection
  413.            and stay organized
  414.          </span>
  415.        </div>
  416.        <div id="errorModal" style="display: none;" ></div>
  417.        <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>
  418.        <div class="create-collection-action">
  419.          <input type="hidden" value="1" id="get_venueid" name="get_venueid">
  420.          <span id="create_new_collection" class="font-neue-text font-bold text-[18px] cursor-pointer hover:text-green transition-colors">
  421.            + Create New Collection
  422.          </span>
  423.          <button type="button" class="black-btn w-full lg:w-[150px] py-5" id="collection_save_btn">Save</button>
  424.          <button type="button" class="outline-btn close--modal">Cancel</button>
  425.        </div>
  426.      </div>
  427.    </div>
  428.  </section>
  429.  
  430.  <!--  Create Collection Modal 2: form  -->
  431.  <section data-modal-name="create_collection_modal2" id="create_collection_modal2" class="!items-end modal--animate__slide__up modal--slideup">
  432.    <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]">
  433.      <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>
  434.  
  435.      <div class="create-collection-card-prev" id="create_collection_card_prev2"></div>
  436.      <div class="create-collection-body">
  437.        <div class="w-full flex items-center justify-center lg:h-[20%] border-b text-center lg:py-0 py-10">
  438.          <h6 class="font-neue-text font-bold text-black text-[32px] lg:text-[40px] leading-[110%]">
  439.            Create New Collection
  440.          </h6>
  441.        </div>
  442.        <div id="errorModal" style="display: none;" >
  443.            <!-- Modal content goes here -->
  444.          </div>
  445.        <div class="w-full flex flex-col justify-between lg:h-[65%] lg:mt-0 mt-4">
  446.          
  447.            <input type="hidden" id="save_venueid"  name="save_venueid">
  448.  
  449.           <div class="flex flex-col gap-3">
  450.            <div class="w-full flex flex-col lg:flex-row gap-4">
  451.              <div class="flex flex-col gap-y-2 w-full lg:w-1/2">
  452.                <label for=""
  453.                       class="input-label">Collection Name</label>
  454.                <input type="text" required name="name" id="collection_name"
  455.                       placeholder="Name your collection"
  456.                       autocomplete="off" maxlength="50"
  457.                       class="input-outline !h-[60px]" />
  458.              </div>
  459.  
  460.  
  461.              <div class="flex flex-col w-full lg:w-1/2">
  462.  
  463.                <div class="flex flex-col gap-y-2 w-full">
  464.                  <label for="" class="input-label">Event type</label>
  465.                  <input type="text" placeholder="Enter your event type" class="input-outline !h-[60px]"
  466.                      data-combobox="collection_type" data-combobox-check="false"
  467.                      data-combobox-clear-el="button"
  468.                      id="collection_type"
  469.                      name="collection_type"
  470.                      autocomplete="off"
  471.                      required
  472.                      />
  473.                </div>
  474.  
  475.                <div class="autocomplete__container">
  476.                    <ul class="autocomplete__results z-[990] !ml-0" data-combobox-results="collection_type">
  477.                                                <li data-combobox-checked="false" data-combobox-checked-value="Art Shows">
  478.                            Art Shows
  479.                        </li>
  480.                                                <li data-combobox-checked="false" data-combobox-checked-value="Brand Activations">
  481.                            Brand Activations
  482.                        </li>
  483.                                                <li data-combobox-checked="false" data-combobox-checked-value="Concerts and Music Performances">
  484.                            Concerts and Music Performances
  485.                        </li>
  486.                                                <li data-combobox-checked="false" data-combobox-checked-value="Conferences">
  487.                            Conferences
  488.                        </li>
  489.                                                <li data-combobox-checked="false" data-combobox-checked-value="Corporate Events">
  490.                            Corporate Events
  491.                        </li>
  492.                                                <li data-combobox-checked="false" data-combobox-checked-value="Fashion Shows and Weeks">
  493.                            Fashion Shows and Weeks
  494.                        </li>
  495.                                                <li data-combobox-checked="false" data-combobox-checked-value="Festivals">
  496.                            Festivals
  497.                        </li>
  498.                                                <li data-combobox-checked="false" data-combobox-checked-value="Film Festivals">
  499.                            Film Festivals
  500.                        </li>
  501.                                                <li data-combobox-checked="false" data-combobox-checked-value="Gaming Tournaments">
  502.                            Gaming Tournaments
  503.                        </li>
  504.                                                <li data-combobox-checked="false" data-combobox-checked-value="Graduation Events">
  505.                            Graduation Events
  506.                        </li>
  507.                                                <li data-combobox-checked="false" data-combobox-checked-value="Indoor Dinners/Awards/Galas">
  508.                            Indoor Dinners/Awards/Galas
  509.                        </li>
  510.                                                <li data-combobox-checked="false" data-combobox-checked-value="Meetings">
  511.                            Meetings
  512.                        </li>
  513.                                                <li data-combobox-checked="false" data-combobox-checked-value="Movie Premiere">
  514.                            Movie Premiere
  515.                        </li>
  516.                                                <li data-combobox-checked="false" data-combobox-checked-value="Networking Events">
  517.                            Networking Events
  518.                        </li>
  519.                                                <li data-combobox-checked="false" data-combobox-checked-value="Outdoor Dinners/Awards/Galas">
  520.                            Outdoor Dinners/Awards/Galas
  521.                        </li>
  522.                                                <li data-combobox-checked="false" data-combobox-checked-value="Parties and Celebrations">
  523.                            Parties and Celebrations
  524.                        </li>
  525.                                                <li data-combobox-checked="false" data-combobox-checked-value="Photo and Video Shoots">
  526.                            Photo and Video Shoots
  527.                        </li>
  528.                                                <li data-combobox-checked="false" data-combobox-checked-value="Product Launches and Demos">
  529.                            Product Launches and Demos
  530.                        </li>
  531.                                                <li data-combobox-checked="false" data-combobox-checked-value="Seminars">
  532.                            Seminars
  533.                        </li>
  534.                                                <li data-combobox-checked="false" data-combobox-checked-value="Sports Tournaments">
  535.                            Sports Tournaments
  536.                        </li>
  537.                                                <li data-combobox-checked="false" data-combobox-checked-value="Team Building Activities">
  538.                            Team Building Activities
  539.                        </li>
  540.                                                <li data-combobox-checked="false" data-combobox-checked-value="Theaters and Performances">
  541.                            Theaters and Performances
  542.                        </li>
  543.                                                <li data-combobox-checked="false" data-combobox-checked-value="Trade Shows &amp; Exhibitions">
  544.                            Trade Shows &amp; Exhibitions
  545.                        </li>
  546.                                                <li data-combobox-checked="false" data-combobox-checked-value="Trainings and Workshops">
  547.                            Trainings and Workshops
  548.                        </li>
  549.                                                <li data-combobox-checked="false" data-combobox-checked-value="Weddings-Indoor">
  550.                            Weddings-Indoor
  551.                        </li>
  552.                                                <li data-combobox-checked="false" data-combobox-checked-value="Weddings-Outdoor">
  553.                            Weddings-Outdoor
  554.                        </li>
  555.                                            </ul>
  556.                </div>  
  557.  
  558.              </div>
  559.  
  560.            </div>
  561.            <div class="w-full flex gap-x-4">
  562.              <div class="flex flex-col gap-y-2 w-full">
  563.                <label for=""
  564.                       class="input-label">Location</label>
  565.                <input type="text" name="location" id="collection_location"
  566.                       value=""
  567.                       placeholder="Enter location"
  568.                       autocomplete="off"  maxlength="50"
  569.                       class="input-outline !h-[60px]" />
  570.              </div>
  571.            </div>
  572.           </div>
  573.  
  574.            <div class="flex flex-col lg:flex-row justify-end items-center gap-x-20 gap-y-4 my-6">
  575.              <span
  576.                    class="close--modal hidden lg:inline font-neue font-semibold text-[18px] cursor-pointer">Cancel</span>
  577.              <input type="button" id="collection_save2"
  578.                     class="black-btn w-full lg:w-[150px] py-5 font-neue font-semibold text-[18px] collection_save2"
  579.                     value="Save">
  580.  
  581.              <button type="button"
  582.                      class="close--modal outline-btn flex lg:hidden">Cancel</button>
  583.            </div>
  584.        
  585.        </div>
  586.      </div>
  587.    </div>
  588.  </section>
  589.  
  590.  
  591.  <!-- Signup Modal -->
  592.  <section data-modal-name="signup_modal">
  593.    <div class="modal__inner flex flex-col justify-between w-[550px] bg-white px-12 py-16">
  594.      <div class="flex justify-end items-center gap-x-2 mb-20">
  595.        <span class="font-neue">Already have an account?</span>
  596.        <a data-modal-open="login_modal" class="black-link">Sign In</a>
  597.      </div>
  598.      <div class="flex flex-col items-center gap-y-4">
  599.        <span class="block font-neue-text font-bold text-[40px]">Sign Up</span>
  600.        <span class="font-neue">You’re almost there! Let us know who you are</span>
  601.        <div class="auth-message-box auth-message-box-error" style="display: none;"  id="signupError">
  602.          Success: Updated members status
  603.        </div>
  604.        <form action="#" method="POST" class="flex flex-col gap-y-5 w-full border-black border-b-2 pb-6">
  605.          <input type="hidden" name="_token" value="Nf0tlAzSqWkYnTzYXGPDQvukRbWGo0AgQM51oWzk">          <input type="text" class="input-outline" name="fullname" id="fullname" required placeholder="Fullname" />
  606.          <input type="email" class="input-outline" name="email" id="email" placeholder="Email" />
  607.          
  608.          <div class="password__input--wrapper">
  609.            <input type="text" name="password" id="password"  class="input-outline h-16" placeholder="Password" autocomplete="current-password" required/>
  610.            <img src="https://venuewise.com/assets/SVGs/icons/eye.svg"  class="password__input--icon" />
  611.          </div>
  612.  
  613.          <div class="password__input--wrapper">
  614.            <input type="text" name="password_confirmation" id="password_confirmation"  class="input-outline h-16" placeholder="Confirm your password" autocomplete="current-password" required/>
  615.            <img src="https://venuewise.com/assets/SVGs/icons/eye.svg"  class="password__input--icon" />
  616.          </div>
  617.  
  618.          <input type="button" id="signupBtn" class="flex primary-button" value="Sign Up" />
  619.        </form>
  620.        <div class="w-full flex flex-col gap-3">
  621.          <a href="/auth/google" class="group link-outline py-3">
  622.            <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  623.              <path
  624.                d="M21 11.79C21 15.94 18.79 21 12.13 21C7.12461 21.0332 3.03852 17.0053 3 12C3.03852 6.99461 7.12461 2.9667 12.13 2.99996C14.2007 3.00764 16.2085 3.71213 17.83 4.99996C17.942 5.09149 18.0109 5.22557 18.02 5.36996C18.0206 5.51605 17.963 5.65637 17.86 5.75996C17.209 6.35516 16.5882 6.98261 16 7.63996C15.8289 7.82826 15.5422 7.85432 15.34 7.69996C14.4161 7.01624 13.2888 6.66394 12.14 6.69996C9.18528 6.69996 6.79 9.09524 6.79 12.05C6.79 15.0047 9.18528 17.4 12.14 17.4C15.14 17.4 16.41 16.12 17.07 13.85H12.5C12.2239 13.85 12 13.6261 12 13.35V10.7C12 10.4238 12.2239 10.2 12.5 10.2H20.5C20.7302 10.1985 20.9244 10.3711 20.95 10.6C20.9871 10.9955 21.0038 11.3927 21 11.79Z"
  625.                fill="#181A1B" class="group-hover:fill-white" />
  626.            </svg>
  627.            Sign Up with Google
  628.          </a>
  629.          <a href="#" class="group link-outline py-3" style="display: none;">
  630.            <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  631.              <path
  632.                d="M22 12.3038C22 6.74719 17.5229 2.24268 12 2.24268C6.47715 2.24268 2 6.74719 2 12.3038C2 17.3255 5.65684 21.4879 10.4375 22.2427V15.2121H7.89844V12.3038H10.4375V10.0872C10.4375 7.56564 11.9305 6.1728 14.2146 6.1728C15.3088 6.1728 16.4531 6.36931 16.4531 6.36931V8.84529H15.1922C13.95 8.84529 13.5625 9.6209 13.5625 10.4166V12.3038H16.3359L15.8926 15.2121H13.5625V22.2427C18.3432 21.4879 22 17.3257 22 12.3038Z"
  633.                fill="#181A1B" class="group-hover:fill-white" />
  634.            </svg>
  635.            Sign Up with Facebook
  636.          </a>
  637.        </div>
  638.      </div>
  639.    </div>
  640.  </section>
  641.  
  642.  <!-- Login Modal -->
  643.  <section data-modal-name="login_modal" id="login_modal" >
  644.    <div class="modal__inner flex flex-col justify-between w-[550px] bg-white px-12 py-16">
  645.      <div class="flex justify-end items-center gap-x-2 mb-20">
  646.        <span class="font-neue">Don't have an account?</span>
  647.        <a data-modal-open="signup_modal" class="black-link">Sign Up</a>
  648.      </div>
  649.      <div class="flex flex-col items-center gap-y-4">
  650.        <span class="block font-neue-text font-bold text-[40px]">Sign In</span>
  651.        <span class="font-neue"></span>
  652.        <div class="auth-message-box auth-message-box-error" style="display: none;"  id="loginError">
  653.          Success: Updated members status
  654.        </div>
  655.        <form action="#" class="flex flex-col gap-y-5 w-full border-black border-b-2 pb-6">
  656.          <input type="hidden" name="_token" value="Nf0tlAzSqWkYnTzYXGPDQvukRbWGo0AgQM51oWzk">
  657.          <input type="email" name="email" id="loginemail" class="input-outline" required placeholder="Email" />
  658.          <div class="password__input--wrapper">
  659.            <input type="text" name="password" id="loginpassword"  class="input-outline h-16" placeholder="Password" autocomplete="current-password" required/>
  660.            <img src="https://venuewise.com/assets/SVGs/icons/eye.svg"  class="password__input--icon" />
  661.          </div>
  662.          <input type="button" class="flex primary-button" value="Sign In" id="loginBtn" />
  663.          <a data-modal-open="forget_password_modal"
  664.            class="!inline text-black font-neue-text font-bold hover:text-green hover:underline hover:underline-offset-2 transition-all">
  665.            Forget password
  666.          </a>
  667.        </form>
  668.        <div class="w-full flex flex-col gap-3">
  669.          <a href="/auth/google" class="group link-outline py-3">
  670.            <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  671.              <path
  672.                d="M21 11.79C21 15.94 18.79 21 12.13 21C7.12461 21.0332 3.03852 17.0053 3 12C3.03852 6.99461 7.12461 2.9667 12.13 2.99996C14.2007 3.00764 16.2085 3.71213 17.83 4.99996C17.942 5.09149 18.0109 5.22557 18.02 5.36996C18.0206 5.51605 17.963 5.65637 17.86 5.75996C17.209 6.35516 16.5882 6.98261 16 7.63996C15.8289 7.82826 15.5422 7.85432 15.34 7.69996C14.4161 7.01624 13.2888 6.66394 12.14 6.69996C9.18528 6.69996 6.79 9.09524 6.79 12.05C6.79 15.0047 9.18528 17.4 12.14 17.4C15.14 17.4 16.41 16.12 17.07 13.85H12.5C12.2239 13.85 12 13.6261 12 13.35V10.7C12 10.4238 12.2239 10.2 12.5 10.2H20.5C20.7302 10.1985 20.9244 10.3711 20.95 10.6C20.9871 10.9955 21.0038 11.3927 21 11.79Z"
  673.                fill="#181A1B" class="group-hover:fill-white" />
  674.            </svg>
  675.            Sign In with Google
  676.          </a>
  677.          <a href="#" class="group link-outline py-3" style="display: none;">
  678.            <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  679.              <path
  680.                d="M22 12.3038C22 6.74719 17.5229 2.24268 12 2.24268C6.47715 2.24268 2 6.74719 2 12.3038C2 17.3255 5.65684 21.4879 10.4375 22.2427V15.2121H7.89844V12.3038H10.4375V10.0872C10.4375 7.56564 11.9305 6.1728 14.2146 6.1728C15.3088 6.1728 16.4531 6.36931 16.4531 6.36931V8.84529H15.1922C13.95 8.84529 13.5625 9.6209 13.5625 10.4166V12.3038H16.3359L15.8926 15.2121H13.5625V22.2427C18.3432 21.4879 22 17.3257 22 12.3038Z"
  681.                fill="#181A1B" class="group-hover:fill-white" />
  682.            </svg>
  683.            Sign In with Facebook
  684.          </a>
  685.        </div>
  686.      </div>
  687.    </div>
  688.  </section>
  689.  
  690.  <!-- Forget Password Modal -->
  691.  <section data-modal-name="forget_password_modal">
  692.    <div class="modal__inner flex flex-col justify-between w-[550px] bg-white px-12 py-16">
  693.      <div class="flex justify-end items-center gap-x-2 mb-20">
  694.        <span class="font-neue">Back to </span>
  695.        <a data-modal-open="login_modal" class="black-link">Sign In</a>
  696.      </div>
  697.      <div class="flex flex-col items-center gap-y-4">
  698.        <span class="block font-neue-text font-bold text-[40px]">Forget Password</span>
  699.        <span class="font-neue">Enter your email please</span>
  700.        <div class="auth-message-box auth-message-box-error" style="display: none;"  id="forgotError" >
  701.          Success: Updated members status
  702.        </div>
  703.        <form action="#" class="flex flex-col gap-y-5 w-full pb-6">
  704.          <input type="email" id="forgotemail" class="input-outline" placeholder="Email" />
  705.          <input type="button" class="flex primary-button" value="Forget Password" id="forgetPasswordBtn"/>
  706.          <a class="inline-block text-black font-neue-text font-bold hover:text-green hover:underline hover:underline-offset-2 transition-all">Need help?</a>
  707.        </form>
  708.      </div>
  709.    </div>
  710.  </section>
  711.  
  712.  <section id="deleteModal" data-modal-name="delete_confirmation_modal">
  713.      <div
  714.      class="modal__inner flex flex-col gap-y-8 justify-between items-center w-[90vw] lg:w-[620px] bg-white px-12 py-10">
  715.      <div class="flex flex-col items-center gap-y-10">
  716.      <h6 class="font-neue-text font-bold text-[40px] text-center mb-12">
  717.      Are you sure you want to delete this Collection?
  718.      </h6>
  719.      <div class="w-full flex justify-center gap-x-2">
  720.      <button class="close--modal link-outline !mt-0 !h-[60px] w-[200px]">
  721.          No
  722.      </button>
  723.      <button id="deleteCollectionYes"
  724.              class="close--modal black-btn !h-[60px] w-[200px]">
  725.          Yes
  726.      </button>
  727.      <input type="hidden" id="deleteCollectionId">
  728.      </div>
  729.      </div>
  730.      </div>
  731.  </section>
  732.  
  733.  <section id="deleteModal2" data-modal-name="delete_confirmation_modal2">
  734.        <div
  735.        class="modal__inner flex flex-col gap-y-8 justify-between items-center w-[90vw] lg:w-[620px] bg-white px-12 py-10">
  736.        <div class="flex flex-col items-center gap-y-10">
  737.        <h6 class="font-neue-text font-bold text-[40px] text-center mb-12">
  738.        Are you sure you want to unfavorite?
  739.        </h6>
  740.        <div class="w-full flex justify-center gap-x-2">
  741.        <button class="close--modal link-outline !mt-0 !h-[60px] w-[200px]">
  742.            No
  743.        </button>
  744.        <button id="deleteCollectionYes"
  745.                class="close--modal black-btn !h-[60px] w-[200px]">
  746.            Yes
  747.        </button>
  748.        <input type="hidden" id="deleteCollectionId">
  749.        </div>
  750.        </div>
  751.        </div>
  752.  </section>
  753.  
  754.  <!-- snackbar liked -->
  755.  <div id="snackbar">Venue successfully added to favorite list.</div>
  756.  
  757.    
  758.  
  759. <!-- Main Container Here -->
  760. <main id="page_container" class="main relative page_container">
  761.                <!--  Nav  -->
  762.        <nav class="navigation home-navigation !absolute !bg-black/0 [.desktop--search--focused_&]:-translate-y-full transition duration-300  ">
  763.            <div class="navigation-inner">
  764.                <div class="identity">
  765.                    <a href="/">
  766.                        <!-- Nav Logo -->
  767.                        <img src="https://venuewise.com/assets/SVGs/venue-wise-logo-white.svg" class="h-[2rem] lg:h-[3.125rem]" alt="venuewise" />
  768.                    </a>
  769.                    <a href="/venues" class="nav-link">Discover venues</a>
  770.                    <a href="/adviser-request-form" class="nav-link">Ask a venue advisor </a>
  771.  
  772.                </div>
  773.  
  774.                <!-- Actions -->
  775.                <div class="actions items-center">
  776.  
  777.                    <div 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"></div>
  778.  
  779.                    
  780.  
  781.                                            <a href="#" class="group " data-modal-open="login_modal">
  782.                            <svg width="30" height="30" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  783.                                <mask id="mask0_0_1222" style="mask-type: alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25"
  784.                                      height="24">
  785.                                    <rect class="group-hover:fill-green" x="0.179199" width="24" height="24" fill="#D9D9D9"/>
  786.                                </mask>
  787.                                <g mask="url(#mask0_0_1222)">
  788.                                    <path
  789.                                            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"
  790.                                            fill="white" class="group-hover:fill-green"/>
  791.                                </g>
  792.                            </svg>
  793.                            Sign in / Sign up
  794.                        </a>
  795.  
  796.                                        
  797.                    <a class="group button-outline" id="favorite_list_btn" href="/collection">
  798.                        <span 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>
  799.                        <svg width="21" height="19" viewBox="0 0 21 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  800.                            <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"
  801.                                    class="group-hover:stroke-green" stroke="white" stroke-width="2"/>
  802.                        </svg>
  803.                        Your favorite venues
  804.                    </a>
  805.                </div>
  806.  
  807.                <!-- Mobile Menu Behzad-Edit -->
  808.                <div class="mobile-actions">
  809.      
  810.                    
  811.  
  812.                    <a class="relative" id="mobile_favorite_icon" href="/collection">
  813.                        <svg width="27" height="25" viewBox="0 0 21 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  814.                            <path id="heart_stroke_mb"
  815.                                  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"
  816.                                  stroke="white" stroke-width="2"/>
  817.                        </svg>
  818.                        <span class="mobile-favorite-count favorite-count-badge">
  819.                        </span>
  820.                    </a>
  821.  
  822.                                            <a href="/profile">
  823.                            <svg class="mt-[0.25rem]" width="28" height="27" viewBox="0 0 28 27" fill="none" xmlns="http://www.w3.org/2000/svg">
  824.                                <g clip-path="url(#clip0_5226_68146)">
  825.                                    <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"/>
  826.                                </g>
  827.                                <defs>
  828.                                    <clipPath id="clip0_5226_68146">
  829.                                        <rect width="28" height="27" fill="white"/>
  830.                                    </clipPath>
  831.                                </defs>
  832.                            </svg>
  833.                        </a>
  834.                    
  835.                    
  836.  
  837.                    <div class="burger-menu mt-1">
  838.                        <div class="burger-click-region pointer-events-auto top-8 [.menu--open_&]:fixed [.menu--animating_&]:fixed"
  839.                             id="mobileMenuToggle">
  840.                            <span class="burger-menu-piece top"></span>
  841.                            <span class="burger-menu-piece middle"></span>
  842.                            <span class="burger-menu-piece bottom"></span>
  843.                        </div>
  844.                    </div>
  845.                    <div class="mobile-menu">
  846.                        <div>
  847.                            <ul class="mobile-menu-list border-b border-b-[#363636] font-bold">
  848.                                <li><a href="/venues">Discover venues</a></li>
  849.                                <li><a href="/adviser-request-form">Ask a venue advisor</a></li>
  850.                            </ul>
  851.                            <ul class="mobile-menu-list border-b border-b-[#363636]">
  852.                                <li><a href="/venue-registration-form">Get your venue listed</a></li>
  853.                                <li><a href="/agency-registration-form">Join us as an agency</a></li>
  854.                            </ul>
  855.                            
  856.                            <ul class="mobile-menu-list border-b  border-b-[#363636]">
  857.                                <li><a href="/about-us">About us</a></li>
  858.                                <li><a href="/contact-us">Contact us</a></li>
  859.                            </ul>
  860.                            <ul class="mobile-menu-list">
  861.                                <li><a href="/blog">Event & Venue insights</a></li>
  862.                            </ul>
  863.                            <ul class="mobile-menu-list">
  864.                                                                    <a href="profile/register" class="flex items-center gap-x-2">
  865.                                        <svg width="30" height="30" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  866.                                            <mask id="mask0_0_1222" style="mask-type: alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25"
  867.                                                  height="24">
  868.                                                <rect class="group-hover:fill-green" x="0.179199" width="24" height="24" fill="#D9D9D9"/>
  869.                                            </mask>
  870.                                            <g mask="url(#mask0_0_1222)">
  871.                                                <path
  872.                                                        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"
  873.                                                        fill="white" class="group-hover:fill-green"/>
  874.                                            </g>
  875.                                        </svg>
  876.                                        Login / Sign Up
  877.                                    </a>
  878.                                                                
  879.                            </ul>
  880.                        </div>
  881.                    </div>
  882.                </div>
  883.  
  884.            </div>
  885.        </nav>
  886.    
  887.  
  888.      <!-- City Where Modal -->
  889. <section data-modal-name="city_where_modal_mobile" class="!items-end modal--animate__slide__up" data-modal-lock-scroll="true">
  890.    <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]">
  891.        <form id="formInCityModal" class="flex flex-col grow transition-[padding-top] duration-300 relative">
  892.            <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>
  893.            <h3 class="font-neue-text font-bold text-[2rem] [@media(max-width:380px)]:text-[1.5rem]">Where is your
  894.                event?</h3>
  895.  
  896.            <div id="cityWhereSearchMobileInModalWrapper" class="flex gap-2 w-full mt-4 track--focus city--where__search-mobile-in-modal-wrapper" data-blur-delay="250">
  897.                <svg width="30" height="30" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  898.                    <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"
  899.                          fill="black"/>
  900.                </svg>
  901.                <div class="w-full flex items-center border-b pl-1 border-[#363636] overflow-hidden relative">
  902.                    <input class="peer venue-search-input !text-black h-9" type="text"
  903.                           placeholder="Country, city, and venue" id="cityWhereSearchMobile" autocomplete="off"/>
  904.                    <button type="button" id="whereClearBtnMobile"
  905.                            class="text-white top-1/2 -translate-y-1/2 right-0 px-3 h-full absolute opacity-0 bg-white pointer-events-none">
  906.                        <img src="https://venuewise.com/assets/SVGs/icons/dismiss.svg"/>
  907.                    </button>
  908.                </div>
  909.            </div>
  910.  
  911.            <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">
  912.            </ul>
  913.  
  914.            <div class="grow h-0 overflow-auto scrollbar-hide search--contaienr pt-6 my-4
  915.           -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]
  916.           " data-scroll-track data-trigger="click">
  917.                <div class="overflow-auto scrollbar-hide">
  918.                    <div class="country__box" id="staticSearchCountryContainerMobile" data-type="country" data-id="1" data-venue-count="1138" data-agency-count="0">
  919.                        <img src="https://venuewise.com/assets/images/country/uae.png" class="country__flag--image" alt="">
  920.                        <h6 class="country--title">United Arab Emirates</h6>
  921.                    </div>
  922.  
  923.                    <ul class="flex flex-wrap gap-2 city-container-mobile">
  924.                                                                                                            <li class="city-container-radio" data-trigger-element="city_1" data-type="city" data-id="1" data-venue-count="783" data-agency-count="0">
  925.                                    <input type="radio" name="city" value="Dubai" id="mobileModalCityItem_1" checked>
  926.                                    <label for="mobileModalCityItem_1">
  927.                                        Dubai
  928.                                    </label>
  929.                                </li>
  930.                                                                                                                                                <li class="city-container-radio" data-trigger-element="city_17" data-type="city" data-id="17" data-venue-count="218" data-agency-count="0">
  931.                                    <input type="radio" name="city" value="Abu Dhabi" id="mobileModalCityItem_17" >
  932.                                    <label for="mobileModalCityItem_17">
  933.                                        Abu Dhabi
  934.                                    </label>
  935.                                </li>
  936.                                                                                                                                                <li class="city-container-radio" data-trigger-element="city_2" data-type="city" data-id="2" data-venue-count="65" data-agency-count="0">
  937.                                    <input type="radio" name="city" value="Sharjah" id="mobileModalCityItem_2" >
  938.                                    <label for="mobileModalCityItem_2">
  939.                                        Sharjah
  940.                                    </label>
  941.                                </li>
  942.                                                                                                                                                <li class="city-container-radio" data-trigger-element="city_16" data-type="city" data-id="16" data-venue-count="32" data-agency-count="0">
  943.                                    <input type="radio" name="city" value="Ras Al-Khaimah" id="mobileModalCityItem_16" >
  944.                                    <label for="mobileModalCityItem_16">
  945.                                        Ras Al-Khaimah
  946.                                    </label>
  947.                                </li>
  948.                                                                                                                                                <li class="city-container-radio" data-trigger-element="city_3" data-type="city" data-id="3" data-venue-count="14" data-agency-count="0">
  949.                                    <input type="radio" name="city" value="Ajman" id="mobileModalCityItem_3" >
  950.                                    <label for="mobileModalCityItem_3">
  951.                                        Ajman
  952.                                    </label>
  953.                                </li>
  954.                                                                                                                                                                                                                                                                    </ul>
  955.  
  956.                                                                                            <div class="mt-6 " data-trigger-target="city_1">
  957.                                
  958.                                                                    <p class="font-light font-neue text-[#999999] text-lg mb-2 lg:mb-1.5">
  959.                                        Venues: <span class="venue--counts">783</span></p>
  960.  
  961.                                    <div class="grid grid-cols-3 gap-y-3 gap-x-2">
  962.                                                                                    <a href="/venue/jw-marriott-marquis-hotel-dubai" class="search__venue--card">
  963.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/02/21/53/venuewise_jw_marriott_marquis_hotel_dubai_23610.jpg" alt=""
  964.                                                        class="search__venue--card--image">
  965.                                                
  966.                                                <div class="search__venue--card--inner">
  967.                                                    <span class="search__venue--card--caption">
  968.                                                        Hotels
  969.                                                    </span>
  970.                                                    <p class="search__venue--card--title">JW Marriott Marquis Hotel Dubai</p>
  971.                                                </div>
  972.                                            </a>
  973.                                                                                    <a href="/venue/the-dubai-edition" class="search__venue--card">
  974.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/11/11/edt_dubai_08bw_view_rgb_v1_6731a11e733a0.jpg" alt=""
  975.                                                        class="search__venue--card--image">
  976.                                                
  977.                                                <div class="search__venue--card--inner">
  978.                                                    <span class="search__venue--card--caption">
  979.                                                        Hotels
  980.                                                    </span>
  981.                                                    <p class="search__venue--card--title">The Dubai EDITION</p>
  982.                                                </div>
  983.                                            </a>
  984.                                                                                    <a href="/venue/so-uptown-dubai" class="search__venue--card">
  985.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/11/ballroom_66e1829a31485.PNG" alt=""
  986.                                                        class="search__venue--card--image">
  987.                                                
  988.                                                <div class="search__venue--card--inner">
  989.                                                    <span class="search__venue--card--caption">
  990.                                                        Hotels
  991.                                                    </span>
  992.                                                    <p class="search__venue--card--title">SO/ Uptown Dubai</p>
  993.                                                </div>
  994.                                            </a>
  995.                                                                                    <a href="/venue/marriott-hotel-al-jaddaf-dubai" class="search__venue--card">
  996.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/09/dsc9514_66dee2085cfe6.JPG" alt=""
  997.                                                        class="search__venue--card--image">
  998.                                                
  999.                                                <div class="search__venue--card--inner">
  1000.                                                    <span class="search__venue--card--caption">
  1001.                                                        Hotels
  1002.                                                    </span>
  1003.                                                    <p class="search__venue--card--title">Marriott Hotel Al Jaddaf, Dubai</p>
  1004.                                                </div>
  1005.                                            </a>
  1006.                                                                                    <a href="/venue/melia-desert-palm-member-of-melia-collection" class="search__venue--card">
  1007.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/07/07/venuewise_melia_desert_palm_member_of_melia_collection_dubai_20297.jpg" alt=""
  1008.                                                        class="search__venue--card--image">
  1009.                                                
  1010.                                                <div class="search__venue--card--inner">
  1011.                                                    <span class="search__venue--card--caption">
  1012.                                                        Hotels
  1013.                                                    </span>
  1014.                                                    <p class="search__venue--card--title">Meliá Desert Palm member of Meliá Collec...</p>
  1015.                                                </div>
  1016.                                            </a>
  1017.                                                                                    <a href="/venue/hilton-dubai-al-habtoor-city" class="search__venue--card">
  1018.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/02/21/56/venuewise_hilton_dubai_al_habtoor_city_dubai_22459.jpg" alt=""
  1019.                                                        class="search__venue--card--image">
  1020.                                                
  1021.                                                <div class="search__venue--card--inner">
  1022.                                                    <span class="search__venue--card--caption">
  1023.                                                        Hotels
  1024.                                                    </span>
  1025.                                                    <p class="search__venue--card--title">Hilton Dubai Al Habtoor City</p>
  1026.                                                </div>
  1027.                                            </a>
  1028.                                                                                    <a href="/venue/zabeel-theatre-jumeirah-zabeel-saray" class="search__venue--card">
  1029.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/05/30/image_6658692dce863.png" alt=""
  1030.                                                        class="search__venue--card--image">
  1031.                                                
  1032.                                                <div class="search__venue--card--inner">
  1033.                                                    <span class="search__venue--card--caption">
  1034.                                                        Theatres / Cinemas
  1035.                                                    </span>
  1036.                                                    <p class="search__venue--card--title">Zabeel Theatre, Jumeirah Zabeel Saray</p>
  1037.                                                </div>
  1038.                                            </a>
  1039.                                                                                    <a href="/venue/millennium-place-barsha-heights-hotel" class="search__venue--card">
  1040.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/08/17/2024_08_17_001348_66bfbf7308b9c.png" alt=""
  1041.                                                        class="search__venue--card--image">
  1042.                                                
  1043.                                                <div class="search__venue--card--inner">
  1044.                                                    <span class="search__venue--card--caption">
  1045.                                                        Hotels
  1046.                                                    </span>
  1047.                                                    <p class="search__venue--card--title">Millennium Place Barsha Heights Hotel</p>
  1048.                                                </div>
  1049.                                            </a>
  1050.                                                                                    <a href="/venue/radisson-dubai-damac-hills" class="search__venue--card">
  1051.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/08/01/venuewise_radisson_dubai_damac_hills_dubai_24795.jpg" alt=""
  1052.                                                        class="search__venue--card--image">
  1053.                                                
  1054.                                                <div class="search__venue--card--inner">
  1055.                                                    <span class="search__venue--card--caption">
  1056.                                                        Hotels
  1057.                                                    </span>
  1058.                                                    <p class="search__venue--card--title">Radisson Dubai Damac Hills</p>
  1059.                                                </div>
  1060.                                            </a>
  1061.                                                                                    <a href="/venue/bch-clb" class="search__venue--card">
  1062.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/04/24/venuewise_bch_clb_dubai_23618.jpg" alt=""
  1063.                                                        class="search__venue--card--image">
  1064.                                                
  1065.                                                <div class="search__venue--card--inner">
  1066.                                                    <span class="search__venue--card--caption">
  1067.                                                        Bars / Clubs / Lounges
  1068.                                                    </span>
  1069.                                                    <p class="search__venue--card--title">BCH CLB</p>
  1070.                                                </div>
  1071.                                            </a>
  1072.                                                                            </div>
  1073.                                
  1074.  
  1075.                                
  1076.                            </div>
  1077.                                                                                                <div class="mt-6 hidden" data-trigger-target="city_17">
  1078.                                
  1079.                                                                    <p class="font-light font-neue text-[#999999] text-lg mb-2 lg:mb-1.5">
  1080.                                        Venues: <span class="venue--counts">218</span></p>
  1081.  
  1082.                                    <div class="grid grid-cols-3 gap-y-3 gap-x-2">
  1083.                                                                                    <a href="/venue/adnec-centre-abu-dhabi" class="search__venue--card">
  1084.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/06/02_capital_gate_6702c3a3e4e2f.jpg" alt=""
  1085.                                                        class="search__venue--card--image">
  1086.                                                
  1087.                                                <div class="search__venue--card--inner">
  1088.                                                    <span class="search__venue--card--caption">
  1089.                                                        Exhibition Centers
  1090.                                                    </span>
  1091.                                                    <p class="search__venue--card--title">ADNEC Centre Abu Dhabi</p>
  1092.                                                </div>
  1093.                                            </a>
  1094.                                                                                    <a href="/venue/intercontinental-residences-abu-dhabi-an-ihg-hotel" class="search__venue--card">
  1095.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/08/12/image_66b9b61c98691.jpg" alt=""
  1096.                                                        class="search__venue--card--image">
  1097.                                                
  1098.                                                <div class="search__venue--card--inner">
  1099.                                                    <span class="search__venue--card--caption">
  1100.                                                        Hotels
  1101.                                                    </span>
  1102.                                                    <p class="search__venue--card--title">InterContinental Residences Abu Dhabi, a...</p>
  1103.                                                </div>
  1104.                                            </a>
  1105.                                                                                    <a href="/venue/etihad-arena" class="search__venue--card">
  1106.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/20/lw3fg88rbodmt3yy_66ed83257d8b8.jfif" alt=""
  1107.                                                        class="search__venue--card--image">
  1108.                                                
  1109.                                                <div class="search__venue--card--inner">
  1110.                                                    <span class="search__venue--card--caption">
  1111.                                                        Arenas
  1112.                                                    </span>
  1113.                                                    <p class="search__venue--card--title">Etihad Arena</p>
  1114.                                                </div>
  1115.                                            </a>
  1116.                                                                                    <a href="/venue/emirates-palace-mandarin-oriental-1" class="search__venue--card">
  1117.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/07/27/image_66a4db0dcfbf5.webp" alt=""
  1118.                                                        class="search__venue--card--image">
  1119.                                                
  1120.                                                <div class="search__venue--card--inner">
  1121.                                                    <span class="search__venue--card--caption">
  1122.                                                        Hotels
  1123.                                                    </span>
  1124.                                                    <p class="search__venue--card--title">Emirates Palace  Mandarin Oriental</p>
  1125.                                                </div>
  1126.                                            </a>
  1127.                                                                                    <a href="/venue/al-maya-island-resort" class="search__venue--card">
  1128.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/09/360184726_67065cab9ffa5.jpg" alt=""
  1129.                                                        class="search__venue--card--image">
  1130.                                                
  1131.                                                <div class="search__venue--card--inner">
  1132.                                                    <span class="search__venue--card--caption">
  1133.                                                        Hotels
  1134.                                                    </span>
  1135.                                                    <p class="search__venue--card--title">Al Maya Island & Resort</p>
  1136.                                                </div>
  1137.                                            </a>
  1138.                                                                                    <a href="/venue/casa-dunia-club" class="search__venue--card">
  1139.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/10/dsc02287_min_6707f85c916d4.JPG" alt=""
  1140.                                                        class="search__venue--card--image">
  1141.                                                
  1142.                                                <div class="search__venue--card--inner">
  1143.                                                    <span class="search__venue--card--caption">
  1144.                                                        Bars / Clubs / Lounges
  1145.                                                    </span>
  1146.                                                    <p class="search__venue--card--title">Casa Dunia Club</p>
  1147.                                                </div>
  1148.                                            </a>
  1149.                                                                                    <a href="/venue/cultural-foundation-auditoriums" class="search__venue--card">
  1150.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/12/cultural_foundation_theatre_1_670a02ca75f51.png" alt=""
  1151.                                                        class="search__venue--card--image">
  1152.                                                
  1153.                                                <div class="search__venue--card--inner">
  1154.                                                    <span class="search__venue--card--caption">
  1155.                                                        Auditoriums
  1156.                                                    </span>
  1157.                                                    <p class="search__venue--card--title">Cultural Foundation Auditoriums</p>
  1158.                                                </div>
  1159.                                            </a>
  1160.                                                                                    <a href="/venue/the-st-regis-saadiyat-island-resort-abu-dhabi" class="search__venue--card">
  1161.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/28/auhxr_regal_ballroom_6704_hor_wide_66f72a05d4d2e.jpg" alt=""
  1162.                                                        class="search__venue--card--image">
  1163.                                                
  1164.                                                <div class="search__venue--card--inner">
  1165.                                                    <span class="search__venue--card--caption">
  1166.                                                        Hotels
  1167.                                                    </span>
  1168.                                                    <p class="search__venue--card--title">The St. Regis Saadiyat Island Resort, Ab...</p>
  1169.                                                </div>
  1170.                                            </a>
  1171.                                                                            </div>
  1172.                                
  1173.  
  1174.                                
  1175.                            </div>
  1176.                                                                                                <div class="mt-6 hidden" data-trigger-target="city_2">
  1177.                                
  1178.                                                                    <p class="font-light font-neue text-[#999999] text-lg mb-2 lg:mb-1.5">
  1179.                                        Venues: <span class="venue--counts">65</span></p>
  1180.  
  1181.                                    <div class="grid grid-cols-3 gap-y-3 gap-x-2">
  1182.                                                                                    <a href="/venue/the-flag-island" class="search__venue--card">
  1183.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/02/21/53/65d542822b785.jpg" alt=""
  1184.                                                        class="search__venue--card--image">
  1185.                                                
  1186.                                                <div class="search__venue--card--inner">
  1187.                                                    <span class="search__venue--card--caption">
  1188.                                                        Special Venues
  1189.                                                    </span>
  1190.                                                    <p class="search__venue--card--title">The Flag Island</p>
  1191.                                                </div>
  1192.                                            </a>
  1193.                                                                                    <a href="/venue/sharjah-golf-and-shooting-club" class="search__venue--card">
  1194.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/11/07/sharjah_golf_shooting_club_46_xl_672c03cf8de8a.jpg" alt=""
  1195.                                                        class="search__venue--card--image">
  1196.                                                
  1197.                                                <div class="search__venue--card--inner">
  1198.                                                    <span class="search__venue--card--caption">
  1199.                                                        Golf Courses
  1200.                                                    </span>
  1201.                                                    <p class="search__venue--card--title">Sharjah Golf and Shooting Club</p>
  1202.                                                </div>
  1203.                                            </a>
  1204.                                                                                    <a href="/venue/al-jawaher-reception-and-convention-centre" class="search__venue--card">
  1205.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/19/001_66ec4afc8c112.jpg" alt=""
  1206.                                                        class="search__venue--card--image">
  1207.                                                
  1208.                                                <div class="search__venue--card--inner">
  1209.                                                    <span class="search__venue--card--caption">
  1210.                                                        Special Venues
  1211.                                                    </span>
  1212.                                                    <p class="search__venue--card--title">Al Jawaher Reception and Convention Cent...</p>
  1213.                                                </div>
  1214.                                            </a>
  1215.                                                                                    <a href="/venue/sharjah-chamber-of-commerce-and-industry" class="search__venue--card">
  1216.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/08/28/sharjahchamber_cover_66cf85760b9c9.jpg" alt=""
  1217.                                                        class="search__venue--card--image">
  1218.                                                
  1219.                                                <div class="search__venue--card--inner">
  1220.                                                    <span class="search__venue--card--caption">
  1221.                                                        Special Venues
  1222.                                                    </span>
  1223.                                                    <p class="search__venue--card--title">Sharjah Chamber of Commerce and Industry</p>
  1224.                                                </div>
  1225.                                            </a>
  1226.                                                                                    <a href="/venue/expo-centre-sharjah" class="search__venue--card">
  1227.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/29/29474_196458_1_6720cd51e52e5.jpg" alt=""
  1228.                                                        class="search__venue--card--image">
  1229.                                                
  1230.                                                <div class="search__venue--card--inner">
  1231.                                                    <span class="search__venue--card--caption">
  1232.                                                        Exhibition Centers
  1233.                                                    </span>
  1234.                                                    <p class="search__venue--card--title">Expo Centre Sharjah</p>
  1235.                                                </div>
  1236.                                            </a>
  1237.                                                                            </div>
  1238.                                
  1239.  
  1240.                                
  1241.                            </div>
  1242.                                                                                                <div class="mt-6 hidden" data-trigger-target="city_16">
  1243.                                
  1244.                                                                    <p class="font-light font-neue text-[#999999] text-lg mb-2 lg:mb-1.5">
  1245.                                        Venues: <span class="venue--counts">32</span></p>
  1246.  
  1247.                                    <div class="grid grid-cols-3 gap-y-3 gap-x-2">
  1248.                                                                                    <a href="/venue/hilton-garden-inn-ras-al-khaimah-1" class="search__venue--card">
  1249.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/11/03/492630048_672748ae14e48.jpg" alt=""
  1250.                                                        class="search__venue--card--image">
  1251.                                                
  1252.                                                <div class="search__venue--card--inner">
  1253.                                                    <span class="search__venue--card--caption">
  1254.                                                        Hotels
  1255.                                                    </span>
  1256.                                                    <p class="search__venue--card--title">Hilton Garden Inn Ras Al Khaimah</p>
  1257.                                                </div>
  1258.                                            </a>
  1259.                                                                                    <a href="/venue/rixos-al-mairid-ras-al-khaimah" class="search__venue--card">
  1260.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/17/dji_0409_2_11zon_66e93630dddba_66e959cc13cd7.jpg" alt=""
  1261.                                                        class="search__venue--card--image">
  1262.                                                
  1263.                                                <div class="search__venue--card--inner">
  1264.                                                    <span class="search__venue--card--caption">
  1265.                                                        Hotels
  1266.                                                    </span>
  1267.                                                    <p class="search__venue--card--title">Rixos Al Mairid Ras Al Khaimah</p>
  1268.                                                </div>
  1269.                                            </a>
  1270.                                                                                    <a href="/venue/al-hamra-international-exhibition-conference-center" class="search__venue--card">
  1271.                                                                                                    <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=""
  1272.                                                        class="search__venue--card--image">
  1273.                                                
  1274.                                                <div class="search__venue--card--inner">
  1275.                                                    <span class="search__venue--card--caption">
  1276.                                                        Exhibition Centers
  1277.                                                    </span>
  1278.                                                    <p class="search__venue--card--title">Al Hamra International Exhibition & Conf...</p>
  1279.                                                </div>
  1280.                                            </a>
  1281.                                                                                    <a href="/venue/bm-beach-hotel" class="search__venue--card">
  1282.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/11/06/bm_hotel_202319_min_scaled_672b58fb70529.jpg" alt=""
  1283.                                                        class="search__venue--card--image">
  1284.                                                
  1285.                                                <div class="search__venue--card--inner">
  1286.                                                    <span class="search__venue--card--caption">
  1287.                                                        Hotels
  1288.                                                    </span>
  1289.                                                    <p class="search__venue--card--title">BM Beach Hotel</p>
  1290.                                                </div>
  1291.                                            </a>
  1292.                                                                                    <a href="/venue/waldorf-astoria-ras-al-khaimah" class="search__venue--card">
  1293.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/24/008_areal_671a050b5b196.webp" alt=""
  1294.                                                        class="search__venue--card--image">
  1295.                                                
  1296.                                                <div class="search__venue--card--inner">
  1297.                                                    <span class="search__venue--card--caption">
  1298.                                                        Hotels
  1299.                                                    </span>
  1300.                                                    <p class="search__venue--card--title">Waldorf Astoria Ras Al Khaimah</p>
  1301.                                                </div>
  1302.                                            </a>
  1303.                                                                            </div>
  1304.                                
  1305.  
  1306.                                
  1307.                            </div>
  1308.                                                                                                <div class="mt-6 hidden" data-trigger-target="city_3">
  1309.                                
  1310.                                                                    <p class="font-light font-neue text-[#999999] text-lg mb-2 lg:mb-1.5">
  1311.                                        Venues: <span class="venue--counts">14</span></p>
  1312.  
  1313.                                    <div class="grid grid-cols-3 gap-y-3 gap-x-2">
  1314.                                                                                    <a href="/venue/ramada-hotel-suites-by-wyndham-ajman-2" class="search__venue--card">
  1315.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/28/meet_majestic_671fdb398c8c4.png" alt=""
  1316.                                                        class="search__venue--card--image">
  1317.                                                
  1318.                                                <div class="search__venue--card--inner">
  1319.                                                    <span class="search__venue--card--caption">
  1320.                                                        Hotels
  1321.                                                    </span>
  1322.                                                    <p class="search__venue--card--title">Ramada Hotel & Suites by Wyndham Ajman</p>
  1323.                                                </div>
  1324.                                            </a>
  1325.                                                                                    <a href="/venue/bahi-ajman-palace-hotel" class="search__venue--card">
  1326.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/02/21/54/venuewise_bahi_ajman_palace_hotel_dubai_21819.jpg" alt=""
  1327.                                                        class="search__venue--card--image">
  1328.                                                
  1329.                                                <div class="search__venue--card--inner">
  1330.                                                    <span class="search__venue--card--caption">
  1331.                                                        Hotels
  1332.                                                    </span>
  1333.                                                    <p class="search__venue--card--title">Bahi Ajman Palace Hotel</p>
  1334.                                                </div>
  1335.                                            </a>
  1336.                                                                                    <a href="/venue/fairmont-ajman" class="search__venue--card">
  1337.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/02/21/54/venuewise_fairmont_ajman_dubai_21971.jpg" alt=""
  1338.                                                        class="search__venue--card--image">
  1339.                                                
  1340.                                                <div class="search__venue--card--inner">
  1341.                                                    <span class="search__venue--card--caption">
  1342.                                                        Hotels
  1343.                                                    </span>
  1344.                                                    <p class="search__venue--card--title">Fairmont Ajman</p>
  1345.                                                </div>
  1346.                                            </a>
  1347.                                                                                    <a href="/venue/al-zorah-golf-club" class="search__venue--card">
  1348.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/12/05/al_zorah_11th_3538_web_scaled_6750d081bc3a0.jpg" alt=""
  1349.                                                        class="search__venue--card--image">
  1350.                                                
  1351.                                                <div class="search__venue--card--inner">
  1352.                                                    <span class="search__venue--card--caption">
  1353.                                                        Golf Courses
  1354.                                                    </span>
  1355.                                                    <p class="search__venue--card--title">Al Zorah Golf Club</p>
  1356.                                                </div>
  1357.                                            </a>
  1358.                                                                                    <a href="/venue/kempinski-hotel-ajman" class="search__venue--card">
  1359.                                                                                                    <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/17/ballroom_edited_orig_standard_6710c6d90512e.jpg" alt=""
  1360.                                                        class="search__venue--card--image">
  1361.                                                
  1362.                                                <div class="search__venue--card--inner">
  1363.                                                    <span class="search__venue--card--caption">
  1364.                                                        Hotels
  1365.                                                    </span>
  1366.                                                    <p class="search__venue--card--title">Kempinski Hotel Ajman</p>
  1367.                                                </div>
  1368.                                            </a>
  1369.                                                                            </div>
  1370.                                
  1371.  
  1372.                                
  1373.                            </div>
  1374.                                                                                                                                                                                                </div>
  1375.            </div>
  1376.  
  1377.            <button
  1378.                    id="cityNextBtnInModal"
  1379.                    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()"
  1380.            >
  1381.                Next
  1382.            </button>
  1383.        </form>
  1384.    </div>
  1385. </section>
  1386.  
  1387.  
  1388. <!-- Event type Modal -->
  1389. <section data-modal-name="event_type_modal_mobile" class="!items-end modal--animate__slide__up"
  1390.         data-modal-lock-scroll="true">
  1391.    <div
  1392.            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]">
  1393.        <form class="flex flex-col grow gap-y-4 transition-[padding-top] duration-300 relative">
  1394.            <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>
  1395.  
  1396.            <h3 class="font-neue-text font-bold text-[2rem] [@media(max-width:380px)]:text-[1.5rem]">Enter your event
  1397.                type</h3>
  1398.  
  1399.            <div class="flex gap-2 w-full">
  1400.                <svg width="30" height="30" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  1401.                    <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"/>
  1402.                </svg>
  1403.                <div class="w-full flex items-center border-b pl-1 border-[#363636] overflow-hidden relative">
  1404.                    <input class="peer venue-search-input !text-black h-9" type="text" id="eventTypeSearchMobile"
  1405.                           placeholder="Enter your preferred event type" data-combobox="eventTypeSearchMobile" data-all-btn="true"
  1406.                           data-combobox-check="true" autocomplete="off" data-combobox-clear-el="button"/>
  1407.                    <button type="button"
  1408.                            class="text-white top-1/2 -translate-y-1/2 right-0 px-3 h-full absolute opacity-0 bg-white pointer-events-none">
  1409.                        <img src="https://venuewise.com/assets/SVGs/icons/dismiss.svg"/>
  1410.                    </button>
  1411.                </div>
  1412.            </div>
  1413.  
  1414.            <div class="autocomplete__container">
  1415.                <ul class="autocomplete__results z-[990] !ml-0 h-max-xs:max-h-56"
  1416.                    data-combobox-results="eventTypeSearchMobile">
  1417.                                            <li data-combobox-checked="false" data-combobox-checked-value="Corporate Events">
  1418.                            Corporate Events
  1419.                        </li>
  1420.                                            <li data-combobox-checked="false" data-combobox-checked-value="Conferences">
  1421.                            Conferences
  1422.                        </li>
  1423.                                            <li data-combobox-checked="false" data-combobox-checked-value="Weddings-Indoor">
  1424.                            Weddings-Indoor
  1425.                        </li>
  1426.                                            <li data-combobox-checked="false" data-combobox-checked-value="Weddings-Outdoor">
  1427.                            Weddings-Outdoor
  1428.                        </li>
  1429.                                            <li data-combobox-checked="false" data-combobox-checked-value="Parties and Celebrations">
  1430.                            Parties and Celebrations
  1431.                        </li>
  1432.                                            <li data-combobox-checked="false" data-combobox-checked-value="Product Launches and Demos">
  1433.                            Product Launches and Demos
  1434.                        </li>
  1435.                                            <li data-combobox-checked="false" data-combobox-checked-value="Indoor Dinners/Awards/Galas">
  1436.                            Indoor Dinners/Awards/Galas
  1437.                        </li>
  1438.                                            <li data-combobox-checked="false" data-combobox-checked-value="Outdoor Dinners/Awards/Galas">
  1439.                            Outdoor Dinners/Awards/Galas
  1440.                        </li>
  1441.                                            <li data-combobox-checked="false" data-combobox-checked-value="Seminars">
  1442.                            Seminars
  1443.                        </li>
  1444.                                            <li data-combobox-checked="false" data-combobox-checked-value="Networking Events">
  1445.                            Networking Events
  1446.                        </li>
  1447.                                            <li data-combobox-checked="false" data-combobox-checked-value="Team Building Activities">
  1448.                            Team Building Activities
  1449.                        </li>
  1450.                                            <li data-combobox-checked="false" data-combobox-checked-value="Brand Activations">
  1451.                            Brand Activations
  1452.                        </li>
  1453.                                            <li data-combobox-checked="false" data-combobox-checked-value="Trainings and Workshops">
  1454.                            Trainings and Workshops
  1455.                        </li>
  1456.                                            <li data-combobox-checked="false" data-combobox-checked-value="Art Shows">
  1457.                            Art Shows
  1458.                        </li>
  1459.                                            <li data-combobox-checked="false" data-combobox-checked-value="Concerts and Music Performances">
  1460.                            Concerts and Music Performances
  1461.                        </li>
  1462.                                            <li data-combobox-checked="false" data-combobox-checked-value="Theaters and Performances">
  1463.                            Theaters and Performances
  1464.                        </li>
  1465.                                            <li data-combobox-checked="false" data-combobox-checked-value="Photo and Video Shoots">
  1466.                            Photo and Video Shoots
  1467.                        </li>
  1468.                                            <li data-combobox-checked="false" data-combobox-checked-value="Movie Premiere">
  1469.                            Movie Premiere
  1470.                        </li>
  1471.                                            <li data-combobox-checked="false" data-combobox-checked-value="Film Festivals">
  1472.                            Film Festivals
  1473.                        </li>
  1474.                                            <li data-combobox-checked="false" data-combobox-checked-value="Graduation Events">
  1475.                            Graduation Events
  1476.                        </li>
  1477.                                            <li data-combobox-checked="false" data-combobox-checked-value="Fashion Shows and Weeks">
  1478.                            Fashion Shows and Weeks
  1479.                        </li>
  1480.                                            <li data-combobox-checked="false" data-combobox-checked-value="Gaming Tournaments">
  1481.                            Gaming Tournaments
  1482.                        </li>
  1483.                                            <li data-combobox-checked="false" data-combobox-checked-value="Sports Tournaments">
  1484.                            Sports Tournaments
  1485.                        </li>
  1486.                                            <li data-combobox-checked="false" data-combobox-checked-value="Festivals">
  1487.                            Festivals
  1488.                        </li>
  1489.                                            <li data-combobox-checked="false" data-combobox-checked-value="Meetings">
  1490.                            Meetings
  1491.                        </li>
  1492.                                            <li data-combobox-checked="false" data-combobox-checked-value="Trade Shows &amp; Exhibitions">
  1493.                            Trade Shows & Exhibitions
  1494.                        </li>
  1495.                                    </ul>
  1496.            </div>
  1497.  
  1498.            <button
  1499.                    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"
  1500.                    type="button" onclick="getModal('attendees_modal_mobile')._va_modal_instance.open()">
  1501.                Next
  1502.            </button>
  1503.        </form>
  1504.    </div>
  1505. </section>
  1506.  
  1507. <!-- Attendees Modal -->
  1508. <section data-modal-name="attendees_modal_mobile" class="!items-end modal--animate__slide__up" data-modal-lock-scroll="true">
  1509.    <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]">
  1510.        <form class="flex flex-col grow gap-y-4 transition-[padding-top] duration-300 relative">
  1511.            <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>
  1512.  
  1513.            <h3 class="font-neue-text font-bold text-[2rem] [@media(max-width:380px)]:text-[1.5rem]">Enter
  1514.                Attendees</h3>
  1515.  
  1516.            <div class="w-full">
  1517.                <label class="group-focus-within:text-[#999999] group-focus-within:text-[16px] text-black text-[18px] font-neue font-semibold transition-all">Number
  1518.                    of attendees</label>
  1519.  
  1520.                <div class="range w-full h-7 my-2">
  1521.                    <input type="range" min="0" max="2000" step="10" value="0" id="heroAttendeesMobileRange" class="range-input" data-range-slider-value-el="#peopleSlider2"/>
  1522.                </div>
  1523.  
  1524.                <input type="number" id="heroAttendeesMobileRangeInput" value="0" class="w-full h-[56px] input-outline text-center font-neue text-[18px] text-black"/>
  1525.            </div>
  1526.  
  1527.            <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">
  1528.                Apply
  1529.            </button>
  1530.        </form>
  1531.    </div>
  1532. </section>
  1533.  
  1534.  
  1535. <!-- Header + Search -->
  1536. <header class="w-full bg-cover bg-center relative">
  1537.    <div class="home__hero--overlay"></div>
  1538.    <div class="swiper absolute inset-0 w-full h-full home__hero--swiper">
  1539.        <div class="swiper-wrapper">
  1540.                            <div class="swiper-slide">
  1541.                                        <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">
  1542.                </div>
  1543.                            <div class="swiper-slide">
  1544.                                        <img src="https://venuewise.com/uploads/slider/6750697636d72.jpg" class="h-full w-full object-cover object-center" alt="Al Noor Island, Sharjah, UAE">
  1545.                </div>
  1546.                            <div class="swiper-slide">
  1547.                                        <img src="https://venuewise.com/uploads/slider/6750697e93926.jpg" class="h-full w-full object-cover object-center" alt="ADNEC Centre, Abu Dhabi, UAE">
  1548.                </div>
  1549.                            <div class="swiper-slide">
  1550.                                        <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">
  1551.                </div>
  1552.                    </div>
  1553.    </div>
  1554.  
  1555.  
  1556.    <div class="absolute bottom-10 w-full left-0 px-5 lg:px-10 z-[5] flex items-center gap-4">
  1557.        <!-- Pagination -->
  1558.        <div class="home--hero__pagination swiper-pagination"></div>
  1559.  
  1560.        <!-- swiper -->
  1561.        <div class="swiper home--hero__pagination--text z-10">
  1562.            <div class="swiper-wrapper">
  1563.                                    <div class="swiper-slide">
  1564.                        <a href="https://venuewise.com/venue/museum-of-the-future">Museum of the Future, Dubai, UAE</a>
  1565.                    </div>
  1566.                                    <div class="swiper-slide">
  1567.                        <a href="https://venuewise.com/venue/al-noor-island">Al Noor Island, Sharjah, UAE</a>
  1568.                    </div>
  1569.                                    <div class="swiper-slide">
  1570.                        <a href="https://venuewise.com/venue/adnec-centre-abu-dhabi">ADNEC Centre, Abu Dhabi, UAE</a>
  1571.                    </div>
  1572.                                    <div class="swiper-slide">
  1573.                        <a href="https://venuewise.com/venue/al-zorah-golf-club">Al Zorah Golf Club, Ajman, UAE</a>
  1574.                    </div>
  1575.                            </div>
  1576.        </div>
  1577.    </div>
  1578.  
  1579.    <!-- Advanced Search Bar -->
  1580.    <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">
  1581.        <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
  1582.          [.desktop--search--focused_&]:[--tw-translate-y:var(--hero-search-y-offset,-10rem)]">
  1583.            <div class="[.desktop--search--focused_&]:scale-75 [.desktop--search--focused_&]:opacity-70 transition duration-300 origin-bottom-left">
  1584.                <div class="flex flex-col lg:flex-row lg:items-end gap-1 font-condensed font-black mt-20 lg:mt-0">
  1585.                    <span class="text-[80px] lg:text-[110px] leading-[70px] lg:leading-[110%]">1,141 </span>
  1586.                    <span class="text-[35px] lg:text-[60px] inline-block mb-0 ml-0 lg:ml-2 font-semibold">Event venues</span>
  1587.                  </div>
  1588.                <span class="text-[20px] lg:text-[27px] font-neue-text font-bold leading-[0px] lg:leading-[30px]">
  1589.                    Let’s find the perfect venue for your event
  1590.                </span>
  1591.            </div>
  1592.            <!-- Desktop Search -->
  1593.            <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">
  1594.                <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="POST" autocomplete="off">
  1595.                    <input type="hidden" name="_token" value="Nf0tlAzSqWkYnTzYXGPDQvukRbWGo0AgQM51oWzk">                    <!-- Input 1: Where -->
  1596.                    <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">
  1597.                        <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?
  1598.                        </label>
  1599.                        <input placeholder="Country, city, and venue" id="searchActivity"
  1600.                               class="pb-6 peer autocomplete-input font-neue font-light !text-sm [.filled_&]:!text-[18px]" name="textSearch"/>
  1601.                        <button type="button" id="whereClearBtn"
  1602.                                class="text-white bottom-6 right-0 px-3 py-1.5 absolute opacity-0 pointer-events-none bg-white">
  1603.                            <img src="https://venuewise.com/assets/SVGs/icons/dismiss.svg"/>
  1604.                        </button>
  1605.                    </div>
  1606.  
  1607.  
  1608.                    <!-- recent -->
  1609.                    <div id="recentSearchDropdown"
  1610.                         class="dropdown__box hero--dropdown !mt-1 left-0 text-gray-5 flex py-6 px-5"
  1611.                         data-dropdown-target="where3">
  1612.  
  1613.                         <div class="recent__search--not-found hidden">
  1614.                            <p>No results found. Try using different keywords to search for the city, neighborhood, or property name.</p>
  1615.                        </div>
  1616.  
  1617.                        <div class="max-h-full overflow-auto w-7/12 sticky top-6 scrollbar-hide">
  1618.                            
  1619.                            <ul class="mt-3 flex flex-col items-start space-y-[18px] recent--search--container-desktop">
  1620.                            </ul>
  1621.                        </div>
  1622.  
  1623.  
  1624.                        <div class="w-5/12 pl-8 overflow-auto scrollbar-hide recent-search-card--container"></div>
  1625.                    </div>
  1626.  
  1627.                    <!-- city -->
  1628.                    <div id="citySearchDropdown" class="dropdown__box hero--dropdown !mt-1 left-0 text-gray-5 flex pl-5"
  1629.                         data-dropdown-target="where2" data-trigger="click">
  1630.                        <div class="max-h-full overflow-auto w-[35%] sticky top-6 scrollbar-hide py-6 flex flex-col">
  1631.                            <div class="w-full border-r border-[#E3E3E3] grow flex flex-col">
  1632.                                <div class="country__box" id="staticSearchCountryContainer" data-type="country" data-id="1" data-venue-count="1138" data-agency-count="0">
  1633.                                    <img src="https://venuewise.com/assets/images/country/uae.png" class="country__flag--image" alt="">
  1634.                                    <h6 class="country--title">United Arab Emirates</h6>
  1635.                                </div>
  1636.                                <ul class="city-container-desktop country__city--container">
  1637.                                                                                                                                                            <li class="country__city" data-trigger-element="city_desc_1" data-type="city" data-id="1" data-venue-count="783" data-agency-count="0">
  1638.                                                <input type="radio" name="dropdown_city" id="dropdown_city_1" checked>
  1639.                                                <label for="dropdown_city_1">Dubai</label>
  1640.                                            </li>
  1641.                                                                                                                                                                                                            <li class="country__city" data-trigger-element="city_desc_17" data-type="city" data-id="17" data-venue-count="218" data-agency-count="0">
  1642.                                                <input type="radio" name="dropdown_city" id="dropdown_city_17" >
  1643.                                                <label for="dropdown_city_17">Abu Dhabi</label>
  1644.                                            </li>
  1645.                                                                                                                                                                                                            <li class="country__city" data-trigger-element="city_desc_2" data-type="city" data-id="2" data-venue-count="65" data-agency-count="0">
  1646.                                                <input type="radio" name="dropdown_city" id="dropdown_city_2" >
  1647.                                                <label for="dropdown_city_2">Sharjah</label>
  1648.                                            </li>
  1649.                                                                                                                                                                                                            <li class="country__city" data-trigger-element="city_desc_16" data-type="city" data-id="16" data-venue-count="32" data-agency-count="0">
  1650.                                                <input type="radio" name="dropdown_city" id="dropdown_city_16" >
  1651.                                                <label for="dropdown_city_16">Ras Al-Khaimah</label>
  1652.                                            </li>
  1653.                                                                                                                                                                                                            <li class="country__city" data-trigger-element="city_desc_3" data-type="city" data-id="3" data-venue-count="14" data-agency-count="0">
  1654.                                                <input type="radio" name="dropdown_city" id="dropdown_city_3" >
  1655.                                                <label for="dropdown_city_3">Ajman</label>
  1656.                                            </li>
  1657.                                                                                                                                                                                                                                                                                                                                                                                            </ul>
  1658.                            </div>
  1659.                        </div>
  1660.  
  1661.                                                                                                            <div class="w-[65%] pl-8 overflow-auto [&::-webkit-scrollbar]:w-1.5 pr-5 search--trigger--target " data-trigger-target="city_desc_1">
  1662.                                    
  1663.                                                                            <p class="font-light font-neue text-[#999999] text-lg mb-1.5 pt-6 bg-white sticky top-0">
  1664.                                            Venues: <span class="venue--counts">783</span>
  1665.                                        </p>
  1666.                                        <div class="grid grid-cols-5 gap-3 pb-6">
  1667.                                                                                            <a href="/venue/jw-marriott-marquis-hotel-dubai" class="search__venue--card">
  1668.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/02/21/53/venuewise_jw_marriott_marquis_hotel_dubai_23610.jpg" alt=""
  1669.                                                            class="search__venue--card--image">
  1670.                                                                                                        <div class="search__venue--card--inner">
  1671.                                                        <span class="search__venue--card--caption">
  1672.                                                            Hotels
  1673.                                                        </span>
  1674.                                                        <p class="search__venue--card--title">
  1675.                                                            JW Marriott Marquis Hotel Dubai
  1676.                                                        </p>
  1677.                                                    </div>
  1678.                                                </a>
  1679.                                                                                            <a href="/venue/the-dubai-edition" class="search__venue--card">
  1680.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/11/11/edt_dubai_08bw_view_rgb_v1_6731a11e733a0.jpg" alt=""
  1681.                                                            class="search__venue--card--image">
  1682.                                                                                                        <div class="search__venue--card--inner">
  1683.                                                        <span class="search__venue--card--caption">
  1684.                                                            Hotels
  1685.                                                        </span>
  1686.                                                        <p class="search__venue--card--title">
  1687.                                                            The Dubai EDITION
  1688.                                                        </p>
  1689.                                                    </div>
  1690.                                                </a>
  1691.                                                                                            <a href="/venue/so-uptown-dubai" class="search__venue--card">
  1692.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/11/ballroom_66e1829a31485.PNG" alt=""
  1693.                                                            class="search__venue--card--image">
  1694.                                                                                                        <div class="search__venue--card--inner">
  1695.                                                        <span class="search__venue--card--caption">
  1696.                                                            Hotels
  1697.                                                        </span>
  1698.                                                        <p class="search__venue--card--title">
  1699.                                                            SO/ Uptown Dubai
  1700.                                                        </p>
  1701.                                                    </div>
  1702.                                                </a>
  1703.                                                                                            <a href="/venue/marriott-hotel-al-jaddaf-dubai" class="search__venue--card">
  1704.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/09/dsc9514_66dee2085cfe6.JPG" alt=""
  1705.                                                            class="search__venue--card--image">
  1706.                                                                                                        <div class="search__venue--card--inner">
  1707.                                                        <span class="search__venue--card--caption">
  1708.                                                            Hotels
  1709.                                                        </span>
  1710.                                                        <p class="search__venue--card--title">
  1711.                                                            Marriott Hotel Al Jaddaf, Dubai
  1712.                                                        </p>
  1713.                                                    </div>
  1714.                                                </a>
  1715.                                                                                            <a href="/venue/melia-desert-palm-member-of-melia-collection" class="search__venue--card">
  1716.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/07/07/venuewise_melia_desert_palm_member_of_melia_collection_dubai_20297.jpg" alt=""
  1717.                                                            class="search__venue--card--image">
  1718.                                                                                                        <div class="search__venue--card--inner">
  1719.                                                        <span class="search__venue--card--caption">
  1720.                                                            Hotels
  1721.                                                        </span>
  1722.                                                        <p class="search__venue--card--title">
  1723.                                                            Meliá Desert Palm member of Meliá Collec...
  1724.                                                        </p>
  1725.                                                    </div>
  1726.                                                </a>
  1727.                                                                                            <a href="/venue/hilton-dubai-al-habtoor-city" class="search__venue--card">
  1728.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/02/21/56/venuewise_hilton_dubai_al_habtoor_city_dubai_22459.jpg" alt=""
  1729.                                                            class="search__venue--card--image">
  1730.                                                                                                        <div class="search__venue--card--inner">
  1731.                                                        <span class="search__venue--card--caption">
  1732.                                                            Hotels
  1733.                                                        </span>
  1734.                                                        <p class="search__venue--card--title">
  1735.                                                            Hilton Dubai Al Habtoor City
  1736.                                                        </p>
  1737.                                                    </div>
  1738.                                                </a>
  1739.                                                                                            <a href="/venue/zabeel-theatre-jumeirah-zabeel-saray" class="search__venue--card">
  1740.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/05/30/image_6658692dce863.png" alt=""
  1741.                                                            class="search__venue--card--image">
  1742.                                                                                                        <div class="search__venue--card--inner">
  1743.                                                        <span class="search__venue--card--caption">
  1744.                                                            Theatres / Cinemas
  1745.                                                        </span>
  1746.                                                        <p class="search__venue--card--title">
  1747.                                                            Zabeel Theatre, Jumeirah Zabeel Saray
  1748.                                                        </p>
  1749.                                                    </div>
  1750.                                                </a>
  1751.                                                                                            <a href="/venue/millennium-place-barsha-heights-hotel" class="search__venue--card">
  1752.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/08/17/2024_08_17_001348_66bfbf7308b9c.png" alt=""
  1753.                                                            class="search__venue--card--image">
  1754.                                                                                                        <div class="search__venue--card--inner">
  1755.                                                        <span class="search__venue--card--caption">
  1756.                                                            Hotels
  1757.                                                        </span>
  1758.                                                        <p class="search__venue--card--title">
  1759.                                                            Millennium Place Barsha Heights Hotel
  1760.                                                        </p>
  1761.                                                    </div>
  1762.                                                </a>
  1763.                                                                                            <a href="/venue/radisson-dubai-damac-hills" class="search__venue--card">
  1764.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/08/01/venuewise_radisson_dubai_damac_hills_dubai_24795.jpg" alt=""
  1765.                                                            class="search__venue--card--image">
  1766.                                                                                                        <div class="search__venue--card--inner">
  1767.                                                        <span class="search__venue--card--caption">
  1768.                                                            Hotels
  1769.                                                        </span>
  1770.                                                        <p class="search__venue--card--title">
  1771.                                                            Radisson Dubai Damac Hills
  1772.                                                        </p>
  1773.                                                    </div>
  1774.                                                </a>
  1775.                                                                                            <a href="/venue/bch-clb" class="search__venue--card">
  1776.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/04/24/venuewise_bch_clb_dubai_23618.jpg" alt=""
  1777.                                                            class="search__venue--card--image">
  1778.                                                                                                        <div class="search__venue--card--inner">
  1779.                                                        <span class="search__venue--card--caption">
  1780.                                                            Bars / Clubs / Lounges
  1781.                                                        </span>
  1782.                                                        <p class="search__venue--card--title">
  1783.                                                            BCH CLB
  1784.                                                        </p>
  1785.                                                    </div>
  1786.                                                </a>
  1787.                                            
  1788.                                        </div>
  1789.                                    
  1790.                                    
  1791.                                </div>
  1792.                                                                                                                <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">
  1793.                                    
  1794.                                                                            <p class="font-light font-neue text-[#999999] text-lg mb-1.5 pt-6 bg-white sticky top-0">
  1795.                                            Venues: <span class="venue--counts">218</span>
  1796.                                        </p>
  1797.                                        <div class="grid grid-cols-5 gap-3 pb-6">
  1798.                                                                                            <a href="/venue/adnec-centre-abu-dhabi" class="search__venue--card">
  1799.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/06/02_capital_gate_6702c3a3e4e2f.jpg" alt=""
  1800.                                                            class="search__venue--card--image">
  1801.                                                                                                        <div class="search__venue--card--inner">
  1802.                                                        <span class="search__venue--card--caption">
  1803.                                                            Exhibition Centers
  1804.                                                        </span>
  1805.                                                        <p class="search__venue--card--title">
  1806.                                                            ADNEC Centre Abu Dhabi
  1807.                                                        </p>
  1808.                                                    </div>
  1809.                                                </a>
  1810.                                                                                            <a href="/venue/intercontinental-residences-abu-dhabi-an-ihg-hotel" class="search__venue--card">
  1811.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/08/12/image_66b9b61c98691.jpg" alt=""
  1812.                                                            class="search__venue--card--image">
  1813.                                                                                                        <div class="search__venue--card--inner">
  1814.                                                        <span class="search__venue--card--caption">
  1815.                                                            Hotels
  1816.                                                        </span>
  1817.                                                        <p class="search__venue--card--title">
  1818.                                                            InterContinental Residences Abu Dhabi, a...
  1819.                                                        </p>
  1820.                                                    </div>
  1821.                                                </a>
  1822.                                                                                            <a href="/venue/etihad-arena" class="search__venue--card">
  1823.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/20/lw3fg88rbodmt3yy_66ed83257d8b8.jfif" alt=""
  1824.                                                            class="search__venue--card--image">
  1825.                                                                                                        <div class="search__venue--card--inner">
  1826.                                                        <span class="search__venue--card--caption">
  1827.                                                            Arenas
  1828.                                                        </span>
  1829.                                                        <p class="search__venue--card--title">
  1830.                                                            Etihad Arena
  1831.                                                        </p>
  1832.                                                    </div>
  1833.                                                </a>
  1834.                                                                                            <a href="/venue/emirates-palace-mandarin-oriental-1" class="search__venue--card">
  1835.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/07/27/image_66a4db0dcfbf5.webp" alt=""
  1836.                                                            class="search__venue--card--image">
  1837.                                                                                                        <div class="search__venue--card--inner">
  1838.                                                        <span class="search__venue--card--caption">
  1839.                                                            Hotels
  1840.                                                        </span>
  1841.                                                        <p class="search__venue--card--title">
  1842.                                                            Emirates Palace  Mandarin Oriental
  1843.                                                        </p>
  1844.                                                    </div>
  1845.                                                </a>
  1846.                                                                                            <a href="/venue/al-maya-island-resort" class="search__venue--card">
  1847.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/09/360184726_67065cab9ffa5.jpg" alt=""
  1848.                                                            class="search__venue--card--image">
  1849.                                                                                                        <div class="search__venue--card--inner">
  1850.                                                        <span class="search__venue--card--caption">
  1851.                                                            Hotels
  1852.                                                        </span>
  1853.                                                        <p class="search__venue--card--title">
  1854.                                                            Al Maya Island & Resort
  1855.                                                        </p>
  1856.                                                    </div>
  1857.                                                </a>
  1858.                                                                                            <a href="/venue/casa-dunia-club" class="search__venue--card">
  1859.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/10/dsc02287_min_6707f85c916d4.JPG" alt=""
  1860.                                                            class="search__venue--card--image">
  1861.                                                                                                        <div class="search__venue--card--inner">
  1862.                                                        <span class="search__venue--card--caption">
  1863.                                                            Bars / Clubs / Lounges
  1864.                                                        </span>
  1865.                                                        <p class="search__venue--card--title">
  1866.                                                            Casa Dunia Club
  1867.                                                        </p>
  1868.                                                    </div>
  1869.                                                </a>
  1870.                                                                                            <a href="/venue/cultural-foundation-auditoriums" class="search__venue--card">
  1871.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/12/cultural_foundation_theatre_1_670a02ca75f51.png" alt=""
  1872.                                                            class="search__venue--card--image">
  1873.                                                                                                        <div class="search__venue--card--inner">
  1874.                                                        <span class="search__venue--card--caption">
  1875.                                                            Auditoriums
  1876.                                                        </span>
  1877.                                                        <p class="search__venue--card--title">
  1878.                                                            Cultural Foundation Auditoriums
  1879.                                                        </p>
  1880.                                                    </div>
  1881.                                                </a>
  1882.                                                                                            <a href="/venue/the-st-regis-saadiyat-island-resort-abu-dhabi" class="search__venue--card">
  1883.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/28/auhxr_regal_ballroom_6704_hor_wide_66f72a05d4d2e.jpg" alt=""
  1884.                                                            class="search__venue--card--image">
  1885.                                                                                                        <div class="search__venue--card--inner">
  1886.                                                        <span class="search__venue--card--caption">
  1887.                                                            Hotels
  1888.                                                        </span>
  1889.                                                        <p class="search__venue--card--title">
  1890.                                                            The St. Regis Saadiyat Island Resort, Ab...
  1891.                                                        </p>
  1892.                                                    </div>
  1893.                                                </a>
  1894.                                            
  1895.                                        </div>
  1896.                                    
  1897.                                    
  1898.                                </div>
  1899.                                                                                                                <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">
  1900.                                    
  1901.                                                                            <p class="font-light font-neue text-[#999999] text-lg mb-1.5 pt-6 bg-white sticky top-0">
  1902.                                            Venues: <span class="venue--counts">65</span>
  1903.                                        </p>
  1904.                                        <div class="grid grid-cols-5 gap-3 pb-6">
  1905.                                                                                            <a href="/venue/the-flag-island" class="search__venue--card">
  1906.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/02/21/53/65d542822b785.jpg" alt=""
  1907.                                                            class="search__venue--card--image">
  1908.                                                                                                        <div class="search__venue--card--inner">
  1909.                                                        <span class="search__venue--card--caption">
  1910.                                                            Special Venues
  1911.                                                        </span>
  1912.                                                        <p class="search__venue--card--title">
  1913.                                                            The Flag Island
  1914.                                                        </p>
  1915.                                                    </div>
  1916.                                                </a>
  1917.                                                                                            <a href="/venue/sharjah-golf-and-shooting-club" class="search__venue--card">
  1918.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/11/07/sharjah_golf_shooting_club_46_xl_672c03cf8de8a.jpg" alt=""
  1919.                                                            class="search__venue--card--image">
  1920.                                                                                                        <div class="search__venue--card--inner">
  1921.                                                        <span class="search__venue--card--caption">
  1922.                                                            Golf Courses
  1923.                                                        </span>
  1924.                                                        <p class="search__venue--card--title">
  1925.                                                            Sharjah Golf and Shooting Club
  1926.                                                        </p>
  1927.                                                    </div>
  1928.                                                </a>
  1929.                                                                                            <a href="/venue/al-jawaher-reception-and-convention-centre" class="search__venue--card">
  1930.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/19/001_66ec4afc8c112.jpg" alt=""
  1931.                                                            class="search__venue--card--image">
  1932.                                                                                                        <div class="search__venue--card--inner">
  1933.                                                        <span class="search__venue--card--caption">
  1934.                                                            Special Venues
  1935.                                                        </span>
  1936.                                                        <p class="search__venue--card--title">
  1937.                                                            Al Jawaher Reception and Convention Cent...
  1938.                                                        </p>
  1939.                                                    </div>
  1940.                                                </a>
  1941.                                                                                            <a href="/venue/sharjah-chamber-of-commerce-and-industry" class="search__venue--card">
  1942.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/08/28/sharjahchamber_cover_66cf85760b9c9.jpg" alt=""
  1943.                                                            class="search__venue--card--image">
  1944.                                                                                                        <div class="search__venue--card--inner">
  1945.                                                        <span class="search__venue--card--caption">
  1946.                                                            Special Venues
  1947.                                                        </span>
  1948.                                                        <p class="search__venue--card--title">
  1949.                                                            Sharjah Chamber of Commerce and Industry
  1950.                                                        </p>
  1951.                                                    </div>
  1952.                                                </a>
  1953.                                                                                            <a href="/venue/expo-centre-sharjah" class="search__venue--card">
  1954.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/29/29474_196458_1_6720cd51e52e5.jpg" alt=""
  1955.                                                            class="search__venue--card--image">
  1956.                                                                                                        <div class="search__venue--card--inner">
  1957.                                                        <span class="search__venue--card--caption">
  1958.                                                            Exhibition Centers
  1959.                                                        </span>
  1960.                                                        <p class="search__venue--card--title">
  1961.                                                            Expo Centre Sharjah
  1962.                                                        </p>
  1963.                                                    </div>
  1964.                                                </a>
  1965.                                            
  1966.                                        </div>
  1967.                                    
  1968.                                    
  1969.                                </div>
  1970.                                                                                                                <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">
  1971.                                    
  1972.                                                                            <p class="font-light font-neue text-[#999999] text-lg mb-1.5 pt-6 bg-white sticky top-0">
  1973.                                            Venues: <span class="venue--counts">32</span>
  1974.                                        </p>
  1975.                                        <div class="grid grid-cols-5 gap-3 pb-6">
  1976.                                                                                            <a href="/venue/hilton-garden-inn-ras-al-khaimah-1" class="search__venue--card">
  1977.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/11/03/492630048_672748ae14e48.jpg" alt=""
  1978.                                                            class="search__venue--card--image">
  1979.                                                                                                        <div class="search__venue--card--inner">
  1980.                                                        <span class="search__venue--card--caption">
  1981.                                                            Hotels
  1982.                                                        </span>
  1983.                                                        <p class="search__venue--card--title">
  1984.                                                            Hilton Garden Inn Ras Al Khaimah
  1985.                                                        </p>
  1986.                                                    </div>
  1987.                                                </a>
  1988.                                                                                            <a href="/venue/rixos-al-mairid-ras-al-khaimah" class="search__venue--card">
  1989.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/09/17/dji_0409_2_11zon_66e93630dddba_66e959cc13cd7.jpg" alt=""
  1990.                                                            class="search__venue--card--image">
  1991.                                                                                                        <div class="search__venue--card--inner">
  1992.                                                        <span class="search__venue--card--caption">
  1993.                                                            Hotels
  1994.                                                        </span>
  1995.                                                        <p class="search__venue--card--title">
  1996.                                                            Rixos Al Mairid Ras Al Khaimah
  1997.                                                        </p>
  1998.                                                    </div>
  1999.                                                </a>
  2000.                                                                                            <a href="/venue/al-hamra-international-exhibition-conference-center" class="search__venue--card">
  2001.                                                                                                            <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=""
  2002.                                                            class="search__venue--card--image">
  2003.                                                                                                        <div class="search__venue--card--inner">
  2004.                                                        <span class="search__venue--card--caption">
  2005.                                                            Exhibition Centers
  2006.                                                        </span>
  2007.                                                        <p class="search__venue--card--title">
  2008.                                                            Al Hamra International Exhibition & Conf...
  2009.                                                        </p>
  2010.                                                    </div>
  2011.                                                </a>
  2012.                                                                                            <a href="/venue/bm-beach-hotel" class="search__venue--card">
  2013.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/11/06/bm_hotel_202319_min_scaled_672b58fb70529.jpg" alt=""
  2014.                                                            class="search__venue--card--image">
  2015.                                                                                                        <div class="search__venue--card--inner">
  2016.                                                        <span class="search__venue--card--caption">
  2017.                                                            Hotels
  2018.                                                        </span>
  2019.                                                        <p class="search__venue--card--title">
  2020.                                                            BM Beach Hotel
  2021.                                                        </p>
  2022.                                                    </div>
  2023.                                                </a>
  2024.                                                                                            <a href="/venue/waldorf-astoria-ras-al-khaimah" class="search__venue--card">
  2025.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/24/008_areal_671a050b5b196.webp" alt=""
  2026.                                                            class="search__venue--card--image">
  2027.                                                                                                        <div class="search__venue--card--inner">
  2028.                                                        <span class="search__venue--card--caption">
  2029.                                                            Hotels
  2030.                                                        </span>
  2031.                                                        <p class="search__venue--card--title">
  2032.                                                            Waldorf Astoria Ras Al Khaimah
  2033.                                                        </p>
  2034.                                                    </div>
  2035.                                                </a>
  2036.                                            
  2037.                                        </div>
  2038.                                    
  2039.                                    
  2040.                                </div>
  2041.                                                                                                                <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">
  2042.                                    
  2043.                                                                            <p class="font-light font-neue text-[#999999] text-lg mb-1.5 pt-6 bg-white sticky top-0">
  2044.                                            Venues: <span class="venue--counts">14</span>
  2045.                                        </p>
  2046.                                        <div class="grid grid-cols-5 gap-3 pb-6">
  2047.                                                                                            <a href="/venue/ramada-hotel-suites-by-wyndham-ajman-2" class="search__venue--card">
  2048.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/28/meet_majestic_671fdb398c8c4.png" alt=""
  2049.                                                            class="search__venue--card--image">
  2050.                                                                                                        <div class="search__venue--card--inner">
  2051.                                                        <span class="search__venue--card--caption">
  2052.                                                            Hotels
  2053.                                                        </span>
  2054.                                                        <p class="search__venue--card--title">
  2055.                                                            Ramada Hotel & Suites by Wyndham Ajman
  2056.                                                        </p>
  2057.                                                    </div>
  2058.                                                </a>
  2059.                                                                                            <a href="/venue/bahi-ajman-palace-hotel" class="search__venue--card">
  2060.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/02/21/54/venuewise_bahi_ajman_palace_hotel_dubai_21819.jpg" alt=""
  2061.                                                            class="search__venue--card--image">
  2062.                                                                                                        <div class="search__venue--card--inner">
  2063.                                                        <span class="search__venue--card--caption">
  2064.                                                            Hotels
  2065.                                                        </span>
  2066.                                                        <p class="search__venue--card--title">
  2067.                                                            Bahi Ajman Palace Hotel
  2068.                                                        </p>
  2069.                                                    </div>
  2070.                                                </a>
  2071.                                                                                            <a href="/venue/fairmont-ajman" class="search__venue--card">
  2072.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/02/21/54/venuewise_fairmont_ajman_dubai_21971.jpg" alt=""
  2073.                                                            class="search__venue--card--image">
  2074.                                                                                                        <div class="search__venue--card--inner">
  2075.                                                        <span class="search__venue--card--caption">
  2076.                                                            Hotels
  2077.                                                        </span>
  2078.                                                        <p class="search__venue--card--title">
  2079.                                                            Fairmont Ajman
  2080.                                                        </p>
  2081.                                                    </div>
  2082.                                                </a>
  2083.                                                                                            <a href="/venue/al-zorah-golf-club" class="search__venue--card">
  2084.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/12/05/al_zorah_11th_3538_web_scaled_6750d081bc3a0.jpg" alt=""
  2085.                                                            class="search__venue--card--image">
  2086.                                                                                                        <div class="search__venue--card--inner">
  2087.                                                        <span class="search__venue--card--caption">
  2088.                                                            Golf Courses
  2089.                                                        </span>
  2090.                                                        <p class="search__venue--card--title">
  2091.                                                            Al Zorah Golf Club
  2092.                                                        </p>
  2093.                                                    </div>
  2094.                                                </a>
  2095.                                                                                            <a href="/venue/kempinski-hotel-ajman" class="search__venue--card">
  2096.                                                                                                            <img src="https://venuewise.com/upload/venue/gallery/thumbnails/2024/10/17/ballroom_edited_orig_standard_6710c6d90512e.jpg" alt=""
  2097.                                                            class="search__venue--card--image">
  2098.                                                                                                        <div class="search__venue--card--inner">
  2099.                                                        <span class="search__venue--card--caption">
  2100.                                                            Hotels
  2101.                                                        </span>
  2102.                                                        <p class="search__venue--card--title">
  2103.                                                            Kempinski Hotel Ajman
  2104.                                                        </p>
  2105.                                                    </div>
  2106.                                                </a>
  2107.                                            
  2108.                                        </div>
  2109.                                    
  2110.                                    
  2111.                                </div>
  2112.                                                                                                                                                                                                                                    </div>
  2113.  
  2114.                    <!-- country -->
  2115.                    <div id="countrySearchDropdown" class="dropdown__box hero--dropdown !mt-1 left-0 text-gray-5 flex px-5"
  2116.                         data-dropdown-target="where">
  2117.                        <div class="max-h-full overflow-auto w-4/12 sticky top-6 scrollbar-hide py-6 flex flex-col">
  2118.                            <div class="w-full border-r border-[#E3E3E3] grow">
  2119.                                <div class="space-y-6 pr-4">
  2120.                                </div>
  2121.                            </div>
  2122.                        </div>
  2123.  
  2124.                        <div class="w-8/12 pl-8 overflow-auto scrollbar-hide pt-6">
  2125.                            <p class="font-light font-neue text-[#999999] text-lg mb-1.5">Venues: 800</p>
  2126.  
  2127.                            <div class="grid grid-cols-5 gap-3">
  2128.  
  2129.                            </div>
  2130.  
  2131.                            <p class="font-light font-neue text-[#999999] text-lg mt-[18px] mb-1.5">Agencies: 63</p>
  2132.  
  2133.                            <div class="grid grid-cols-5 gap-y-3 gap-x-4 pb-6">
  2134.                            </div>
  2135.                        </div>
  2136.                    </div>
  2137.  
  2138.                    <!-- Input 2: Event type -->
  2139.                    <img src="assets/SVGs/seprator/sm-detail-line.svg" class="w-3 mr-6 ml-2 hidden lg:inline " alt=""/>
  2140.                    <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">
  2141.                        <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">
  2142.                           What’s your event?
  2143.                        </label>
  2144.                        <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-all-btn="true" data-combobox-clear-el="button" />
  2145.  
  2146.                        <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">
  2147.                            <img src="https://venuewise.com/assets/SVGs/icons/dismiss.svg"/>
  2148.                        </button>
  2149.                        <div class="autocomplete__container translate-y-1.5" tabIndex="1">
  2150.                            <ul class="autocomplete__results min-w-[240px] -ml-5" data-combobox-results="activity">
  2151.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="93">Corporate Events</li>
  2152.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="7">Conferences</li>
  2153.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="88">Weddings-Indoor</li>
  2154.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="141">Weddings-Outdoor</li>
  2155.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="2">Parties and Celebrations</li>
  2156.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="89">Product Launches and Demos</li>
  2157.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="19">Indoor Dinners/Awards/Galas</li>
  2158.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="142">Outdoor Dinners/Awards/Galas</li>
  2159.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="8">Seminars</li>
  2160.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="97">Networking Events</li>
  2161.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="129">Team Building Activities</li>
  2162.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="103">Brand Activations</li>
  2163.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="84">Trainings and Workshops</li>
  2164.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="102">Art Shows</li>
  2165.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="25">Concerts and Music Performances</li>
  2166.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="26">Theaters and Performances</li>
  2167.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="106">Photo and Video Shoots</li>
  2168.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="32">Movie Premiere</li>
  2169.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="24">Film Festivals</li>
  2170.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="38">Graduation Events</li>
  2171.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="43">Fashion Shows and Weeks</li>
  2172.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="45">Gaming Tournaments</li>
  2173.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="58">Sports Tournaments</li>
  2174.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="145">Festivals</li>
  2175.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="147">Meetings</li>
  2176.                                                                    <li data-combobox-checked="false" data-combobox-checked-value="148">Trade Shows & Exhibitions</li>
  2177.                                                            </ul>
  2178.                        </div>
  2179.                    </div>
  2180.  
  2181.                    <!-- Input 3: Attendees -->
  2182.                    <img src="assets/SVGs/seprator/sm-detail-line.svg" class="w-3 mr-6 ml-2 hidden lg:inline" alt=""/>
  2183.                    <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">
  2184.                        <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">
  2185.                           How many guests?
  2186.                        </label>
  2187.                        <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"/>
  2188.                        <button type="button" id="clearAttendeesBtn"
  2189.                            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">
  2190.                            <img src="https://venuewise.com/assets/SVGs/icons/dismiss.svg">
  2191.                        </button>
  2192.                        <div class="dropdown__container translate-y-1.5">
  2193.                            <div class="dropdown__box px-5 py-5 flex flex-col items-center gap-y-5 !ml-0" data-dropdown-target="attendees" tabIndex="1">
  2194.                                <div class="range w-full h-7 my-2">
  2195.                                    <input type="range" min="0" max="2000" step="10" value="0" id="heroAttendeesRange" name="heroAttendeesRange" class="range-input" data-range-slider-value-el="#peopleSlider2"/>
  2196.                                </div>
  2197.                                <input placeholder="0" type="number" id="heroAttendeesRangeInput" value="0" class="w-full h-[56px] input-outline text-center font-neue text-[18px] text-black">
  2198.                            </div>
  2199.                        </div>
  2200.                    </div>
  2201.                    <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">
  2202.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  2203.                            <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"/>
  2204.                            <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"/>
  2205.                        </svg>
  2206.                        Find venue
  2207.                    </button>
  2208.                </form>
  2209.            </div>
  2210.  
  2211.            <!-- mobile -->
  2212.            <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">
  2213.                <form class="flex flex-col lg:flex-row gap-5 items-center" action="/filter" method="POST" autocomplete="off" id="mobileHeroSearch">
  2214.                    <input type="hidden" name="_token" value="Nf0tlAzSqWkYnTzYXGPDQvukRbWGo0AgQM51oWzk">                    <!-- Input 1: Where -->
  2215.                    <div class="group w-full lg:w-[260px] pb-3 lg:pb-0 border-b border-[#6B6B6B] lg:border-none">
  2216.                        <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?
  2217.                        </label>
  2218.                        <!-- 'city_where_modal_mobile' | 'country_where_modal_mobile' -->
  2219.                        <input data-modal-open="city_where_modal_mobile" placeholder="Country, city, and venue" class="peer autocomplete-input font-neue font-light !text-sm" id="heroSearchWhereMobile" name="textSearch" readonly/>
  2220.                    </div>
  2221.                    <!-- Input 2: Event Type -->
  2222.                    <div class="group w-full lg:w-[260px] pb-3 lg:pb-0 border-b border-[#6B6B6B] lg:border-none">
  2223.                        <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>
  2224.                        <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/>
  2225.                    </div>
  2226.  
  2227.                    <!-- Input 3: Attendees -->
  2228.                    <div class="group w-full lg:w-[260px] pb-3 lg:pb-0 border-b border-[#6B6B6B] lg:border-none">
  2229.                        <label class="h-7 block group-focus-within:text-[#999999] text-black text-[18px] font-neue font-semibold transition-all">How many guests?</label>
  2230.                        <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/>
  2231.                    </div>
  2232.  
  2233.                    <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">
  2234.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  2235.                            <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"/>
  2236.                            <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"/>
  2237.                        </svg>
  2238.                        Find venue
  2239.                    </button>
  2240.                </form>
  2241.            </div>
  2242.  
  2243.             <!-- Available cities -->
  2244.            <div class="available-cities__container">
  2245.                <div class="available-cities__static-text">
  2246.                Available across the <span class="available-cities__static-text--highlight">UAE:</span>
  2247.                </div>
  2248.                <div class="available-cities__slider">
  2249.                <div class="available-cities__animation">
  2250.                    <div class="available-cities__item">
  2251.                    Dubai
  2252.                    </div>
  2253.                    <div class="available-cities__item">
  2254.                    Abu Dhabi
  2255.                    </div>
  2256.                    <div class="available-cities__item">
  2257.                    Sharjah
  2258.                    </div>
  2259.                    <div class="available-cities__item">
  2260.                    Umm Al Quwain
  2261.                    </div>
  2262.                    <div class="available-cities__item">
  2263.                    Ajman
  2264.                    </div>
  2265.                    <div class="available-cities__item">
  2266.                    Ras Al Khaimah
  2267.                    </div>
  2268.                    <div class="available-cities__item">
  2269.                    Fujairah
  2270.                    </div>
  2271.                    <div class="available-cities__item">
  2272.                    Dubai
  2273.                    </div>
  2274.                </div>
  2275.                </div>
  2276.            </div>
  2277.  
  2278.        </div>
  2279.  
  2280.  
  2281.        <div class="hidden lg:flex flex-col items-center gap-2 absolute bottom-0">
  2282.            <span class="text-white text-[13px] rotate-180 vertical-text">Scroll</span>
  2283.            <div class="w-[0.5px] h-[20px] lg:h-[90px] bg-[#898989]">
  2284.  
  2285.            </div>
  2286.        </div>
  2287.    </section>
  2288. </header>
  2289.  
  2290.  
  2291.  
  2292.  
  2293.  
  2294.  
  2295.  
  2296.  
  2297.  
  2298. <!-- OUR MISSION: What We Do? -->
  2299. <section
  2300.  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]">
  2301.  <img src="https://venuewise.com/assets/SVGs/what-we-do-title.svg" id="venueTitle" class="
  2302.    will-change-transform z-[1000] absolute left-1/2 -translate-x-1/2
  2303.    pointer-events-none select-none
  2304.    w-[120vw] bottom-28 max-w-none
  2305.    lg:max-w-full lg:w-[80vw] lg:bottom-36
  2306.    2xl:bottom-36
  2307.    3xl:w-[125rem] 3xl:bottom-[15vh]
  2308.    " alt="">
  2309.  <div
  2310.    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">
  2311.  </div>
  2312.  <div class="relative w-full z-[11]">
  2313.    <div class="container flex flex-col lg:flex-row items-start">
  2314.      <div class="w-full lg:w-1/2 flex flex-col justify-center gap-y-3 lg:mt-16 xl:mt-28">
  2315.        <span class="font-neue-text font-black text-green">/ JOIN US</span>
  2316.        <h4
  2317.          class="animated-title text-black font-condensed uppercase font-black text-[50px] lg:text-9xl !leading-[86%] whitespace-nowrap">
  2318.          Growing Event
  2319.          <br />
  2320.          Community
  2321.        </h4>
  2322.        <p class="font-neue font-medium text-balck max-w-xl">
  2323.          Venues can present all the essential details that bookers need to know in a structured <br class="hidden lg:block">
  2324.          format, supporting quick and confident venue selection. <br class="hidden lg:block">
  2325.          Event organizers, agencies, and service providers can showcase their expertise <br class="hidden lg:block"> through dedicated profiles,
  2326.          highlighting services and featuring their <br class="hidden lg:block"> memorable projects.
  2327.        </p>
  2328.        <div class="flex gap-2 lg:gap-6 lg:flex-row items-start my-6 flex-wrap lg:flex-nowrap">
  2329.          <a href="/venue-registration-form"
  2330.            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">
  2331.            Get your venue listed
  2332.          </a>
  2333.          <a href="/agency-registration-form"
  2334.            class="clip-link inline-flex justify-center items-center text-white bg-black px-4 lg:px-10 2xl:px-12 h-14 text-center font-neue font-semibold hover:bg-green hover:text-black transition-all duration-300">
  2335.            Join us as an agency
  2336.          </a>
  2337.        </div>
  2338.      </div>
  2339.      <div class="relative flex md:gap-x-10 w-full lg:w-1/2 h-[400px] md:h-[800px]">
  2340.        <div class="w-[50vw]">
  2341.          <div
  2342.            class="
  2343.            absolute top-0 -skew-x-12 overflow-hidden bg-no-repeat lg:left-0
  2344.            w-[400px] h-[440px] [@media(min-width:440px)]:translate-x-28 lg:w-[50vw]
  2345.            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">
  2346.            <div
  2347.              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%]"
  2348.              style="background-image: url('https://venuewise.com/assets/images/home/what-we-do.jpg');" >
  2349.            </div>
  2350.            
  2351.          </div>
  2352.        </div>
  2353.      </div>
  2354.    </div>
  2355.  </div>
  2356. </section>
  2357.  
  2358.  
  2359. <!-- FEATURED VENUES: Listing -->
  2360. <section class="home-section tablet:h-[120vh] w-full bg-black pt-6 lg:pt-0">
  2361.  <div class="container flex flex-col lg:flex-row items-center h-full">
  2362.    <div class="flex items-center w-full lg:w-[50%] h-full">
  2363.      <div class="flex flex-col lg:gap-2 my-5">
  2364.        <span class="font-neue-text font-black text-green mb-3">/ VENUES</span>
  2365.        <h3
  2366.              class="uppercase animated-title font-extended text-shadow font-black uppercase text-black text-[50px] lg:text-8xl text-stroke leading-[100%] whitespace-nowrap">
  2367.              Featured
  2368.              <br>
  2369.              Venues
  2370.            </h3>
  2371.        <p class="text-white font-neue text-lg">
  2372.          Venues handpicked by our advisers and loved by our audience.
  2373.        </p>
  2374.        <a href="/venues"
  2375.          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">
  2376.          See all venues
  2377.        </a>
  2378.      </div>
  2379.    </div>
  2380.    <div class="featured-grid w-full lg:w-[50%] h-[2000px] lg:h-full m-10 lg:m-0">
  2381.              
  2382.          <a href="/venue/dubai-opera" class="group featured-grid-item" data-cursor-arrow>
  2383.            <div class="featured-grid-item-image"
  2384.              style="background-image: url('/upload/venue/gallery/2024/04/30/image_66311ab8e01f2.jpeg');">
  2385.            </div>
  2386.            <span class="home-badge featured-style" style="display: none">
  2387.              <img src="assets/SVGs/icons/badges/featured-badge.svg" class="w-5 -mt-1" alt="" />
  2388.              FEATURED
  2389.            </span>
  2390.            <span class="home-badge popular-style" style="display: none">
  2391.              <img src="assets/SVGs/icons/badges/popular-badge.svg" class="w-5 -mt-1" alt="" />
  2392.              Popular
  2393.            </span>
  2394.            <span class="home-badge new-style" style="display: none">
  2395.              <img src="assets/SVGs/icons/badges/new-badge.svg" class="w-5 -mt-1" alt="" />
  2396.              NEW
  2397.            </span>
  2398.  
  2399.            <div class="inner p-4 flex flex-col gap-2 text-white">
  2400.              <span class="font-neue text-sm">
  2401.                                  Auditorium
  2402.                              </span>
  2403.              <h2 class="font-neue font-bold text-3xl leading-[93%]">
  2404.                Dubai Opera
  2405.              </h2>
  2406.              <p
  2407.              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">
  2408.                Dubai Opera, located in the heart of Downtown Dubai, is the city's premier venue for the performing arts. Opened in ...
  2409.              </p>
  2410.              <div class="flex flex-col">
  2411.                <span class="font-bold font-neue">capacity</span>
  2412.                <span class="text-[#999999] text-sm">
  2413.                                    2000 Standing
  2414.                    
  2415.                                  </span>
  2416.              </div>
  2417.              <div class="flex flex-col">
  2418.                <span class="font-bold font-neue">Event Type</span>
  2419.                <span class="text-[#999999] text-sm">
  2420.                                                              Corporate Events
  2421.                                                    /
  2422.                                                                    Film Festivals
  2423.                                                    /
  2424.                                                                    Fashion Shows and Weeks
  2425.                                                                              </span>
  2426.              </div>
  2427.            </div>
  2428.          </a>
  2429.              
  2430.          <a href="/venue/madinat-jumeirah" class="group featured-grid-item" data-cursor-arrow>
  2431.            <div class="featured-grid-item-image"
  2432.              style="background-image: url('/upload/venue/gallery/2024/06/05/image_666065c4465d6.jpg');">
  2433.            </div>
  2434.            <span class="home-badge featured-style" style="display: none">
  2435.              <img src="assets/SVGs/icons/badges/featured-badge.svg" class="w-5 -mt-1" alt="" />
  2436.              FEATURED
  2437.            </span>
  2438.            <span class="home-badge popular-style" style="display: none">
  2439.              <img src="assets/SVGs/icons/badges/popular-badge.svg" class="w-5 -mt-1" alt="" />
  2440.              Popular
  2441.            </span>
  2442.            <span class="home-badge new-style" style="display: none">
  2443.              <img src="assets/SVGs/icons/badges/new-badge.svg" class="w-5 -mt-1" alt="" />
  2444.              NEW
  2445.            </span>
  2446.  
  2447.            <div class="inner p-4 flex flex-col gap-2 text-white">
  2448.              <span class="font-neue text-sm">
  2449.                                  Conference Room
  2450.                              </span>
  2451.              <h2 class="font-neue font-bold text-3xl leading-[93%]">
  2452.                Madinat Jumeirah
  2453.              </h2>
  2454.              <p
  2455.              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">
  2456.                Set across its own private beach, Madinat Jumeirah Resort, the Arabian Resort of Dubai captures the natural beauty of the ...
  2457.              </p>
  2458.              <div class="flex flex-col">
  2459.                <span class="font-bold font-neue">capacity</span>
  2460.                <span class="text-[#999999] text-sm">
  2461.                                    4500 Standing
  2462.                    
  2463.                                    / 1300 Seat
  2464.                                  </span>
  2465.              </div>
  2466.              <div class="flex flex-col">
  2467.                <span class="font-bold font-neue">Event Type</span>
  2468.                <span class="text-[#999999] text-sm">
  2469.                                                              Parties and Celebrations
  2470.                                                    /
  2471.                                                                    Conferences
  2472.                                                    /
  2473.                                                                    Seminars
  2474.                                                                              </span>
  2475.              </div>
  2476.            </div>
  2477.          </a>
  2478.              
  2479.          <a href="/venue/emirates-palace-mandarin-oriental-1" class="group featured-grid-item" data-cursor-arrow>
  2480.            <div class="featured-grid-item-image"
  2481.              style="background-image: url('/upload/venue/gallery/2024/07/27/image_66a4db0dcfbf5.webp');">
  2482.            </div>
  2483.            <span class="home-badge featured-style" style="display: none">
  2484.              <img src="assets/SVGs/icons/badges/featured-badge.svg" class="w-5 -mt-1" alt="" />
  2485.              FEATURED
  2486.            </span>
  2487.            <span class="home-badge popular-style" style="display: none">
  2488.              <img src="assets/SVGs/icons/badges/popular-badge.svg" class="w-5 -mt-1" alt="" />
  2489.              Popular
  2490.            </span>
  2491.            <span class="home-badge new-style" style="display: none">
  2492.              <img src="assets/SVGs/icons/badges/new-badge.svg" class="w-5 -mt-1" alt="" />
  2493.              NEW
  2494.            </span>
  2495.  
  2496.            <div class="inner p-4 flex flex-col gap-2 text-white">
  2497.              <span class="font-neue text-sm">
  2498.                                  Ballroom
  2499.                              </span>
  2500.              <h2 class="font-neue font-bold text-3xl leading-[93%]">
  2501.                Emirates Palace  Mandarin Oriental
  2502.              </h2>
  2503.              <p
  2504.              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">
  2505.                Emirates Palace Mandarin Oriental is an epitome of luxury and opulence, boasting a blend of classic Arabian architecture with modern ...
  2506.              </p>
  2507.              <div class="flex flex-col">
  2508.                <span class="font-bold font-neue">capacity</span>
  2509.                <span class="text-[#999999] text-sm">
  2510.                                    2500 Standing
  2511.                    
  2512.                                    / 1200 Seat
  2513.                                  </span>
  2514.              </div>
  2515.              <div class="flex flex-col">
  2516.                <span class="font-bold font-neue">Event Type</span>
  2517.                <span class="text-[#999999] text-sm">
  2518.                                                              Conferences
  2519.                                                    /
  2520.                                                                    Meetings
  2521.                                                    /
  2522.                                                                    Parties and Celebrations
  2523.                                                                              </span>
  2524.              </div>
  2525.            </div>
  2526.          </a>
  2527.              
  2528.          <a href="/venue/etihad-arena" class="group featured-grid-item" data-cursor-arrow>
  2529.            <div class="featured-grid-item-image"
  2530.              style="background-image: url('/upload/venue/gallery/2024/09/20/lw3fg88rbodmt3yy_66ed83257d8b8.jfif');">
  2531.            </div>
  2532.            <span class="home-badge featured-style" style="display: none">
  2533.              <img src="assets/SVGs/icons/badges/featured-badge.svg" class="w-5 -mt-1" alt="" />
  2534.              FEATURED
  2535.            </span>
  2536.            <span class="home-badge popular-style" style="display: none">
  2537.              <img src="assets/SVGs/icons/badges/popular-badge.svg" class="w-5 -mt-1" alt="" />
  2538.              Popular
  2539.            </span>
  2540.            <span class="home-badge new-style" style="display: none">
  2541.              <img src="assets/SVGs/icons/badges/new-badge.svg" class="w-5 -mt-1" alt="" />
  2542.              NEW
  2543.            </span>
  2544.  
  2545.            <div class="inner p-4 flex flex-col gap-2 text-white">
  2546.              <span class="font-neue text-sm">
  2547.                                  Arena
  2548.                              </span>
  2549.              <h2 class="font-neue font-bold text-3xl leading-[93%]">
  2550.                Etihad Arena
  2551.              </h2>
  2552.              <p
  2553.              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">
  2554.                Etihad Arena, located on Yas Island in Abu Dhabi, is a premier destination for large-scale events, ranging from high-profile concerts ...
  2555.              </p>
  2556.              <div class="flex flex-col">
  2557.                <span class="font-bold font-neue">capacity</span>
  2558.                <span class="text-[#999999] text-sm">
  2559.                                    18000 Standing
  2560.                    
  2561.                                  </span>
  2562.              </div>
  2563.              <div class="flex flex-col">
  2564.                <span class="font-bold font-neue">Event Type</span>
  2565.                <span class="text-[#999999] text-sm">
  2566.                                                              Concerts and Music Performances
  2567.                                                    /
  2568.                                                                    Sports Tournaments
  2569.                                                    /
  2570.                                                                    Theaters and Performances
  2571.                                                                              </span>
  2572.              </div>
  2573.            </div>
  2574.          </a>
  2575.          </div>
  2576.  </div>
  2577. </section>
  2578.  
  2579. <!-- EVENT TYPES: Spacial Venues -->
  2580. <section
  2581.  class="event-type-container relative overflow-hidden min-h-[1060px] md:min-h-[780px] md:h-[110vh] home-about w-full">
  2582.  <div class="flex flex-col h-full">
  2583.    <div class="container z-20">
  2584.      <div class="relative">
  2585.        <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">
  2586.          <span class="font-neue-text font-black text-green">/ EVENT TYPE</span>
  2587.          <h2
  2588.                class="text-black font-condensed uppercase font-black text-[55px] lg:text-8xl !leading-[86%] mb-6 lg:mb-0 whitespace-nowrap">
  2589.                Explore Venues
  2590.                <br>
  2591.                by Event Type
  2592.              </h2>
  2593.              <p class="font-neue font-medium text-balck max-w-xl">
  2594.                Discover the perfect venue for any type of event you’re planning, tailored <br class="max-lg:hidden" /> to fit all your
  2595.                expectations.
  2596.              </p>
  2597.          <a href="/event-types"
  2598.            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">
  2599.            Browse all event types
  2600.          </a>
  2601.        </div>
  2602.      </div>
  2603.    </div>
  2604.  
  2605.    <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>
  2606.  
  2607.    <div class="h-full flex md:items-center md:justify-center px-8 md:px-0 md:mt-0 mt-2">
  2608.  
  2609.      <div class="events--container text-3xl md:text-center space-y-4 md:space-y-7 md:mt-[40vh]">
  2610.  
  2611.        <a href="/event-types/business-meetings/83" class="event flex">
  2612.          <img src="https://venuewise.com/assets/images/events/event-image-01.jpg" alt="Top of Best Meeting Venues"
  2613.            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" />
  2614.          <h2 class="translate-x-0 z-50 md:text-center w-full font-black">Meetings</h2>
  2615.          <img src="https://venuewise.com/assets/images/events/event-image-02.jpg"  alt="Meeting Venues in UAE"
  2616.            class="absolute hidden md:block md:right-0 md:top-0 w-[50vw] mt-[95px] h-[50vh] object-cover object-center" />
  2617.        </a>
  2618.  
  2619.        <a href="event-types/conference/7" class="event flex">
  2620.          <img src="https://venuewise.com/assets/images/events/event-image-03.jpg" alt="Top of the Best Conference Venues"
  2621.            class="absolute block right-0 md:left-0 bottom-0 w-full h-[420px] md:w-[50vw] md:h-[50vh] object-cover object-center" />
  2622.          <h2 class="translate-x-0 z-50 md:text-center w-full font-black">Conferences</h2>
  2623.          <img src="https://venuewise.com/assets/images/events/event-image-04.jpg"  alt="Conference Venues in UAE"
  2624.            class="absolute hidden md:block md:right-0 md:top-0 w-[50vw] mt-[95px] h-[50vh] object-cover object-center" />
  2625.        </a>
  2626.  
  2627.        <a href="/event-types/corporate-event/93" class="event flex">
  2628.          <img src="https://venuewise.com/assets/images/events/event-image-08.jpg" alt="Top of the Best Corporate Event Venues"
  2629.            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" />
  2630.          <h2 class="translate-x-0 z-50 md:text-center w-full font-black">Corporate Event</h2>
  2631.          <img src="https://venuewise.com/assets/images/events/event-image-07.jpg"  alt="Corporate Event Venues in UAE"
  2632.            class="absolute hidden md:block md:right-0 md:top-0 w-[50vw] mt-[95px] h-[50vh] object-cover object-center" />
  2633.        </a>
  2634.  
  2635.        <a href="/event-types/weddings/88" class="event flex">
  2636.          <img src="https://venuewise.com/assets/images/events/event-image-05.jpg" alt="Top of the Best Wedding Venues"
  2637.            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" />
  2638.          <h2 class="translate-x-0 z-50 md:text-center w-full font-black">Weddings</h2>
  2639.          <img src="https://venuewise.com/assets/images/events/event-image-06.jpg" alt="Wedding Venues in UAE"
  2640.            class="absolute hidden md:block md:right-0 md:top-0 w-[50vw] mt-[95px] h-[50vh] object-cover object-center" />
  2641.        </a>
  2642.  
  2643.  
  2644.        <a href="/event-types/parties/2" class="event flex">
  2645.          <img src="https://venuewise.com/assets/images/events/event-image-09.jpg" alt="Top of the Best Party Venues"
  2646.            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" />
  2647.          <h2 class="translate-x-0 z-50 md:text-center w-full font-black">Parties</h2>
  2648.          <img src="https://venuewise.com/assets/images/events/event-image-10.jpg"  alt="Party Venues in UAE"
  2649.            class="absolute hidden md:block md:right-0 md:top-0 w-[50vw] mt-[95px] h-[50vh] object-cover object-center" />
  2650.        </a>
  2651.  
  2652.  
  2653.      </div>
  2654.  
  2655.    </div>
  2656.  
  2657.    <a href="/event-types"
  2658.      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
  2659.      all event types</a>
  2660.  </div>
  2661. </section>
  2662.  
  2663. <!-- EVENT ORGANIZERS: Testimonials -->
  2664.  
  2665.  
  2666.  
  2667. <!-- BLOG -->
  2668. <section id="horizontal-scroll"
  2669.  class="relative overflow-hidden md:min-h-[100vh] w-full flex bg-gray-5 tablet:py-12 py-20 lg:py-20">
  2670.  <div class="max-w-full w-full">
  2671.    <div class="container flex flex-col gap-y-2 blog--container">
  2672.      <span class="font-neue-text font-black text-green">/ BLOG </span>
  2673.      <h3
  2674.        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">
  2675.        Event &
  2676.        <br class="block lg:hidden">
  2677.        Venue
  2678.        <br class="">
  2679.        Insights
  2680.      </h3>
  2681.    </div>
  2682.    <div class="max-w-full md:overflow-hidden px-4 md:px-0 pt-12">
  2683.  
  2684.      
  2685.  
  2686.      <div class="swiper blog--swiper !overflow-visible md:!pl-[10vw]">
  2687.  
  2688.        <div class="swiper-wrapper h-full">
  2689.          
  2690.  
  2691.  
  2692.          <div class="swiper-slide">
  2693.            <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">
  2694.              <div class="w-full h-[260px] tablet:h-[250px] lg:h-[260px] bg-white mb-2">
  2695.                <img class="w-full h-full object-cover" src="https://venuewise.com/blog/wp-content/uploads/2024/11/2-min-2.jpg"
  2696.                  alt="Venue Wise Blog">
  2697.              </div>
  2698.              <span class="font-neue-text font-bold text-[14px] text-[#999999]">Event</span>
  2699.              <h2
  2700.                class="font-neue-text font-bold text-[28px] tablet:text-[24px] lg:text-[27px] text-white leading-[120%] hover:text-green">
  2701.                Trends in the UAE Event Industry for 2025
  2702.              </h2>
  2703.            </a>
  2704.          </div>
  2705.  
  2706.          <div class="swiper-slide">
  2707.            <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">
  2708.              <div class="w-full h-[260px] tablet:h-[250px] lg:h-[260px] bg-white mb-2">
  2709.                <img class="w-full h-full object-cover" src="https://venuewise.com/blog/wp-content/uploads/2024/09/image_663c8604d3a2f-min.jpg"
  2710.                  alt="Venue Wise Blog">
  2711.              </div>
  2712.              <span class="font-neue-text font-bold text-[14px] text-[#999999]">Large-Scale Event Venue</span>
  2713.              <h2
  2714.                class="font-neue-text font-bold text-[28px] tablet:text-[24px] lg:text-[27px] text-white leading-[120%] hover:text-green">
  2715.                Large-Scale Event Venue in UAE
  2716.              </h2>
  2717.            </a>
  2718.          </div>
  2719.  
  2720.          <div class="swiper-slide">
  2721.            <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">
  2722.              <div class="w-full h-[260px] tablet:h-[250px] lg:h-[260px] bg-white mb-2">
  2723.                <img class="w-full h-full object-cover" src="https://venuewise.com/blog/wp-content/uploads/2024/12/Untitled-min-3.jpg"
  2724.                  alt="Venue Wise Blog">
  2725.              </div>
  2726.              <span class="font-neue-text font-bold text-[14px] text-[#999999]">Event</span>
  2727.              <h2
  2728.                class="font-neue-text font-bold text-[28px] tablet:text-[24px] lg:text-[27px] text-white leading-[120%] hover:text-green">
  2729.                From Stress to Success
  2730.              </h2>
  2731.            </a>
  2732.          </div>
  2733.  
  2734.          <div class="swiper-slide">
  2735.            <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">
  2736.              <div class="w-full h-[260px] tablet:h-[250px] lg:h-[260px] bg-white mb-2">
  2737.                <img class="w-full h-full object-cover" src="https://venuewise.com/blog/wp-content/uploads/2024/07/image_66311ab8e01f2-min.jpeg"
  2738.                  alt="Venue Wise Blog">
  2739.              </div>
  2740.              <span class="font-neue-text font-bold text-[14px] text-[#999999]">Event</span>
  2741.              <h2
  2742.                class="font-neue-text font-bold text-[28px] tablet:text-[24px] lg:text-[27px] text-white leading-[120%] hover:text-green">
  2743.                Discover the Magic of Jazz at Dubai Opera
  2744.              </h2>
  2745.            </a>
  2746.          </div>
  2747.  
  2748.          <div class="swiper-slide">
  2749.            <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">
  2750.              <div class="w-full h-[260px] tablet:h-[250px] lg:h-[260px] bg-white mb-2">
  2751.                <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"
  2752.                  alt="Venue Wise Blog">
  2753.              </div>
  2754.              <span class="font-neue-text font-bold text-[14px] text-[#999999]">Venue</span>
  2755.              <h2
  2756.                class="font-neue-text font-bold text-[28px] tablet:text-[24px] lg:text-[27px] text-white leading-[120%] hover:text-green">
  2757.                5 Key Questions to Ask Before Booking a Venue
  2758.              </h2>
  2759.            </a>
  2760.          </div>
  2761.  
  2762.  
  2763.          <div class="swiper-slide">
  2764.            <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">
  2765.              <div class="w-full h-[260px] tablet:h-[250px] lg:h-[260px] bg-white mb-2">
  2766.                <img class="w-full h-full object-cover" src="https://venuewise.com/blog/wp-content/uploads/2024/09/Upwork-Dubai-Residence-1-min.jpg"
  2767.                  alt="Venue Wise Blog">
  2768.              </div>
  2769.              <span class="font-neue-text font-bold text-[14px] text-[#999999]">Luxury event Venue</span>
  2770.              <h2
  2771.                class="font-neue-text font-bold text-[28px] tablet:text-[24px] lg:text-[27px] text-white leading-[120%] hover:text-green">
  2772.                 Fashionable Luxury Event Venue
  2773.              </h2>
  2774.            </a>
  2775.          </div>
  2776.  
  2777.          <div class="swiper-slide">
  2778.            <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">
  2779.              <div class="w-full h-[260px] tablet:h-[250px] lg:h-[260px] bg-white mb-2">
  2780.                <img class="w-full h-full object-cover" src="https://venuewise.com/blog/wp-content/uploads/2024/12/Untitled-min-1.jpg"
  2781.                  alt="Venue Wise Blog">
  2782.              </div>
  2783.              <span class="font-neue-text font-bold text-[14px] text-[#999999]"> Event</span>
  2784.              <h2
  2785.                class="font-neue-text font-bold text-[28px] tablet:text-[24px] lg:text-[27px] text-white leading-[120%] hover:text-green">
  2786.                Iconic Venues for Luxury Events
  2787.              </h2>
  2788.            </a>
  2789.          </div>
  2790.      
  2791.        </div>
  2792.  
  2793.      </div>
  2794.  
  2795.      <div class="container flex md:items-center flex-col-reverse items-center md:flex-row w-full gap-7 mt-16">
  2796.        <a href="/blog"
  2797.          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">
  2798.          Explore more articles
  2799.        </a>
  2800.        <div
  2801.          class="swiper-scrollbar blog--swiper-scrollbar custom-swiper-scrollbar !w-10/12 md:w-auto ml-auto md:ml-0 rounded-none  ">
  2802.        </div>
  2803.      </div>
  2804.    </div>
  2805.  </div>
  2806. </section>
  2807.  
  2808. <!-- OUR MISSION: Who We Are? -->
  2809.  
  2810.  
  2811.  
  2812.  
  2813.    
  2814.     <!-- Footer -->
  2815.     <footer>
  2816.  
  2817.      <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">
  2818.        <div class="md:px-0 px-2 md:pt-0 pt-6 lg:w-2/5 flex">
  2819.          <div class="flex gap-2 relative grow-0 advisor--avatar__container">
  2820.            <div class="advisor--avatar group">
  2821.              <img src="https://venuewise.com/assets/images/avatar/avatar-05.jpg" alt="Aditya Paturkar"
  2822.                class="border-4 border-black md:w-[108px] w-[80px] md:h-[108px] h-[80px] group-hover:border-green transition-colors duration-300">
  2823.              <template>
  2824.                <div>
  2825.                  <div class="w-full bg-white text-black px-3 py-4">
  2826.                    <h1 class="font-condensed font-black text-black text-[32px]">Aditya Paturkar</h1>
  2827.                    
  2828.                  </div>
  2829.                </div>
  2830.              </template>
  2831.            </div>
  2832.  
  2833.            <div class="advisor--avatar group">
  2834.              <img src="https://venuewise.com/assets/images/avatar/avatar-03.jpg" alt="Anna Parks"
  2835.                class="border-4 border-black md:w-[108px] w-[80px] md:h-[108px] h-[80px] group-hover:border-green transition-colors duration-300">
  2836.              <template>
  2837.                <div>
  2838.                  <div class="w-full bg-white text-black px-3 py-4">
  2839.                    <span class="block font-condensed font-black text-black text-[32px]">Anna Parks</span>
  2840.                    
  2841.                  </div>
  2842.                </div>
  2843.              </template>
  2844.            </div>
  2845.  
  2846.            <div class="advisor--avatar group">
  2847.              <img src="https://venuewise.com/assets/images/avatar/avatar-02.jpg" alt="Kate Asumbra"
  2848.                class="border-4 border-black md:w-[108px] w-[80px] md:h-[108px] h-[80px] group-hover:border-green transition-colors duration-300">
  2849.              <template>
  2850.                <div>
  2851.                  <div class="w-full bg-white text-black px-3 py-4">
  2852.                    <span class="block font-condensed font-black text-black text-[32px]">Kate Asumbra</span>
  2853.                    
  2854.                  </div>
  2855.                </div>
  2856.              </template>
  2857.            </div>
  2858.  
  2859.            <div class="advisor--avatar group">
  2860.              <img src="https://venuewise.com/assets/images/avatar/avatar-01.jpg" alt="Natalie Wright"
  2861.                class="border-4 border-black md:w-[108px] w-[80px] md:h-[108px] h-[80px] group-hover:border-green transition-colors duration-300">
  2862.              <template>
  2863.                <div>
  2864.                  <div class="w-full bg-white text-black px-3 py-4">
  2865.                    <span class="block font-condensed font-black text-black text-[32px]">Natalie Wright</span>
  2866.                    
  2867.                  </div>
  2868.                </div>
  2869.              </template>
  2870.            </div>
  2871.          </div>
  2872.        </div>
  2873.  
  2874.        <div class="footer-expert -mt-[28px]">
  2875.          <h3 class="uppercase animated-title font-condensed text-4xl lg:text-5xl font-black text-center lg:text-left whitespace-nowrap">
  2876.          Need a Venue Advisor?
  2877.            <br class="block lg:hidden">
  2878.           Contact us!
  2879.          </h3>
  2880.          <a href="/adviser-request-form" class="primary-green-button mt-2">
  2881.            <img src="https://venuewise.com/assets/SVGs/icons/phone-black.svg"alt="" />
  2882.            Ask a venue advisor
  2883.          </a>
  2884.        </div>
  2885.        
  2886.      </div>
  2887.  
  2888.    <div class="container flex flex-col gap-y-5 lg:flex-row">
  2889.  
  2890.      <div class="w-full menu flex flex-col gap-y-10 text-sm lg:pt-16">
  2891.  
  2892.          <img src="https://venuewise.com/assets/SVGs/venue-wise-logo-white.svg" class="w-32 lg:mt-0 mt-5"  alt="venuewise"/>
  2893.  
  2894.          <div class="w-full flex lg:flex-row flex-col gap-5 pb-10">
  2895.  
  2896.            <div class="lg:w-[80%] grid grid-cols-1 lg:grid-cols-4 gap-y-7">
  2897.  
  2898.              <div class="w-full flex lg:flex-col flex-row gap-x-12 mt-10 lg:mt-0">
  2899.                <div class="w-full flex flex-col gap-y-2 lg:mb-7">
  2900.                  <span class="text-[15px] text-white font-neue font-semibold tracking-wider lg:mb-3">Support</span>
  2901.                  <a target="_blank" href="tel:+971585148688" class="font-neue font-semibold tracking-wide">
  2902.                   Call +(971) 58 514 8688
  2903.                  </a>
  2904.                  <a target="_blank" href="mailto:support@venuewise.com" class="tfont-neue tracking-wide">support@venuewise.com</a>
  2905.                  <div class="flex gap-x-3 items-center w-full mt-[5px] lg:mt-[20px]">
  2906.                    <a class="group" href="https://www.facebook.com/people/Venue-Wise/61558359572603/" target="_blank">
  2907.                      <!-- prettier-ignore -->
  2908.                      <svg class="transition-all" width="22" height="22" viewBox="0 0 16 16" fill="none"
  2909.                        xmlns="http://www.w3.org/2000/svg">
  2910.                        <mask id="mask0_2051_510" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0"
  2911.                          width="16" height="16">
  2912.                          <rect width="16" height="16" class="group-hover:fill-green transition" fill="#D9D9D9" />
  2913.                        </mask>
  2914.                        <g mask="url(#mask0_2051_510)">
  2915.                          <path class="group-hover:fill-green transition"
  2916.                            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"
  2917.                            fill="#898989" />
  2918.                        </g>
  2919.                      </svg>
  2920.                    </a>
  2921.                    <a class="group" href="https://www.instagram.com/venue.wise/" target="_blank">
  2922.                      <!-- prettier-ignore -->
  2923.                      <svg width="22" height="22" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
  2924.                        <mask id="mask0_2051_3297" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0"
  2925.                          width="16" height="16">
  2926.                          <rect width="16" height="16" fill="#D9D9D9" />
  2927.                        </mask>
  2928.                        <g mask="url(#mask0_2051_3297)">
  2929.                          <path class="group-hover:fill-green transition" fill-rule="evenodd" clip-rule="evenodd"
  2930.                            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"
  2931.                            fill="#898989" />
  2932.                        </g>
  2933.                      </svg>
  2934.                    </a>
  2935.                    <a class="group" href="https://www.linkedin.com/company/venue-wise" target="_blank">
  2936.                      <!-- prettier-ignore -->
  2937.                      <svg width="22" height="22" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
  2938.                        <mask id="mask0_2051_162" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0"
  2939.                          width="16" height="16">
  2940.                          <rect width="16" height="16" fill="#D9D9D9" />
  2941.                        </mask>
  2942.                        <g mask="url(#mask0_2051_162)">
  2943.                          <path class="group-hover:fill-green transition"
  2944.                            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"
  2945.                            fill="#898989" />
  2946.                        </g>
  2947.                      </svg>
  2948.                    </a>
  2949.                    <a class="group" href="https://www.youtube.com/@TopVenues" target="_blank">
  2950.                      <!-- prettier-ignore -->
  2951.                      <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
  2952.                        <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"/>
  2953.                      </svg>
  2954.                    </a>
  2955.                  </div>
  2956.                </div>
  2957.              </div>
  2958.  
  2959.              <div class="footer-box lg:ml-[80px]">
  2960.                <span class="text-[15px] text-white font-neue font-semibold tracking-wider lg:mb-3">Discover</span>
  2961.                <a href="/venues" class="link">Venues</a>
  2962.                
  2963.                <a href="https://venuewise.com/blog" class="link">Event & Venue insights</a>
  2964.              </div>
  2965.  
  2966.              <div class="footer-box lg:ml-[80px]">
  2967.                <span class="text-[15px] text-white font-neue font-semibold tracking-wider lg:mb-3">Get involved</span>
  2968.                 <a href="/venue-registration-form" class="link">Get your venue listed</a>
  2969.                 <a href="/agency-registration-form" class="link">Join us as an agency</a>
  2970.              </div>
  2971.  
  2972.              <div class="associations lg:ml-[80px]">
  2973.                <div class="footer-box">
  2974.                  <span class="text-[15px] text-white font-neue font-semibold tracking-wider">
  2975.                    Member of
  2976.                  </span>
  2977.                  <div class="flex gap-x-5 items-center w-full mt-[5px] lg:mt-[20px]">
  2978.                    <a href="https://theeventsgroup.ae/" target="_blank">
  2979.                      <img src="https://venuewise.com/assets/images/associations/teg.svg"  alt="">
  2980.                    </a>
  2981.                    
  2982.                    <a href="https://www.iata.org/" target="_blank">
  2983.                      <img src="https://venuewise.com/assets/images/associations/iata.svg"  alt="">
  2984.                    </a>
  2985.                  </div>
  2986.                </div>
  2987.              </div>
  2988.            </div>
  2989.  
  2990.          </div>
  2991.  
  2992.        </div>
  2993.  
  2994.      </div>
  2995.  
  2996.    </footer>
  2997.  
  2998.    <div class="w-full bg-[#121414] py-6 border-t border-[#242424]">
  2999.      <div class="container flex flex-col lg:flex-row lg:items-center text-white gap-3">
  3000.        <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>
  3001.        <span class="font-neue text-[12px] text-[#999999]">
  3002.          All rights reserved by Venue Adviser Portal CO. L.L.C.
  3003.        </span>
  3004.      </div>
  3005.    </div>
  3006.  
  3007.  
  3008. </main>
  3009.  
  3010.  
  3011.  
  3012. <script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
  3013. <script
  3014.  src="https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/markerclusterer.js"></script>
  3015. <script src="https://venuewise.com/vendor/jquery/jquery.min.js"></script>
  3016. <script src="https://venuewise.com/dist/main.js"></script>
  3017.  
  3018.  
  3019.  
  3020.    <script>
  3021.  
  3022.  
  3023.  
  3024.        const agencySearch = document.querySelector(
  3025.            '[data-combobox="agencySearch"]'
  3026.        );
  3027.  
  3028.  
  3029.        if (agencySearch) {
  3030.            document.getElementById("agencySearch").__dynamic_fn = (value) => {
  3031.                async function filterValues(value) {
  3032.                    const result = await fetch("/filter/ajax/search/agency/"+value, {
  3033.                        headers: {
  3034.                            "X-CSRF-TOKEN": "Nf0tlAzSqWkYnTzYXGPDQvukRbWGo0AgQM51oWzk"
  3035.                        }
  3036.                    });
  3037.                    const data = await result.json();
  3038.                    return data
  3039.                        .filter((item) => new RegExp(`.*${value}.*`, "gi").test(item))
  3040.                        .sort((a, b) => {
  3041.                            const aStartsWith = a.toLowerCase().startsWith(value.toLowerCase());
  3042.                            const bStartsWith = b.toLowerCase().startsWith(value.toLowerCase());
  3043.  
  3044.                            if (aStartsWith && !bStartsWith) return -1;
  3045.                            else if (!aStartsWith && bStartsWith) return 1;
  3046.                            else return 0;
  3047.                        });
  3048.                }
  3049.  
  3050.                agencySearch.__dynamic_fn = filterValues;
  3051.  
  3052.  
  3053.            };
  3054.        }
  3055.  
  3056.  
  3057.  
  3058.        const venueNameSearch = document.querySelector(
  3059.            '[data-combobox="venueNameFilterField"]'
  3060.        );
  3061.        const venueNameSearchMobile = document.querySelector(
  3062.            '[data-combobox="venueNameFilterFieldMobile"]'
  3063.        );
  3064.  
  3065.  
  3066.        if (venueNameSearch && venueNameSearchMobile) {
  3067.            async function filterValues(value) {
  3068.                const result = await fetch("/filter/ajax/search/"+value, {
  3069.                    headers: {
  3070.                        "X-CSRF-TOKEN": "Nf0tlAzSqWkYnTzYXGPDQvukRbWGo0AgQM51oWzk"
  3071.                    }
  3072.                });
  3073.                const data = await result.json();
  3074.  
  3075.                return data
  3076.                    .filter((item) => new RegExp(`.*${value}.*`, "gi").test(item))
  3077.                    .sort((a, b) => {
  3078.                        const aStartsWith = a.toLowerCase().startsWith(value.toLowerCase());
  3079.                        const bStartsWith = b.toLowerCase().startsWith(value.toLowerCase());
  3080.  
  3081.                        if (aStartsWith && !bStartsWith) return -1;
  3082.                        else if (!aStartsWith && bStartsWith) return 1;
  3083.                        else return 0;
  3084.                    });
  3085.            }
  3086.  
  3087.            venueNameSearch.__dynamic_fn = filterValues;
  3088.            venueNameSearchMobile.__dynamic_fn = filterValues;
  3089.        }
  3090.  
  3091.  
  3092.  
  3093.  
  3094.        if (document.getElementById("ShareWhatsappBtn"))
  3095.        {
  3096.  
  3097.            document.getElementById("ShareWhatsappBtn").addEventListener("click", function(event) {
  3098.                event.preventDefault();
  3099.                var urlToShare = window.location.href;
  3100.                var facebookShareUrl = "https://api.whatsapp.com/send?text=I thought you might be interested in this page:\n\n"+ encodeURIComponent(urlToShare);
  3101.                window.open(facebookShareUrl, "_blank");
  3102.            });
  3103.        }
  3104.        if (document.getElementById("SharelinkdinBtn"))
  3105.        {
  3106.  
  3107.            document.getElementById("SharelinkdinBtn").addEventListener("click", function(event) {
  3108.                event.preventDefault();
  3109.                var urlToShare = window.location.href;
  3110.                var facebookShareUrl = "https://www.linkedin.com/sharing/share-offsite/?url="+ encodeURIComponent(urlToShare);
  3111.                window.open(facebookShareUrl, "_blank");
  3112.            });
  3113.        }
  3114.        if (document.getElementById("copyLinkBtn"))
  3115.        {
  3116.  
  3117.  
  3118.            document.getElementById("copyLinkBtn").addEventListener("click", function(event) {
  3119.                event.preventDefault();
  3120.                var urlToCopy = window.location.href;
  3121.                var textArea = document.createElement("textarea");
  3122.                textArea.value = urlToCopy;
  3123.                document.body.appendChild(textArea);
  3124.                textArea.select();
  3125.                document.execCommand("copy");
  3126.                document.body.removeChild(textArea);
  3127.                alertSnackbar("Link copied to clipboard: " + urlToCopy);
  3128.            });
  3129.        }
  3130.        if (document.getElementById("SharefacebookBtn"))
  3131.        {
  3132.  
  3133.  
  3134.            document.getElementById("SharefacebookBtn").addEventListener("click", function(event) {
  3135.                event.preventDefault();
  3136.                var urlToShare = window.location.href;
  3137.                var facebookShareUrl = "https://www.facebook.com/sharer/sharer.php?u=" + encodeURIComponent(urlToShare);
  3138.                window.open(facebookShareUrl, "_blank");
  3139.            });
  3140.        }
  3141.        if (document.getElementById("SharetwitterBtn"))
  3142.        {
  3143.  
  3144.            document.getElementById("SharetwitterBtn").addEventListener("click", function(event) {
  3145.                event.preventDefault();
  3146.                var urlToShare = window.location.href;
  3147.                var twitterShareUrl = "https://twitter.com/intent/tweet?url=" + encodeURIComponent(urlToShare);
  3148.                window.open(twitterShareUrl, "_blank");
  3149.            });
  3150.        }
  3151.        if (document.getElementById("SharemailBtn"))
  3152.        {
  3153.  
  3154.            document.getElementById("SharemailBtn").addEventListener("click", function(event) {
  3155.                event.preventDefault();
  3156.                var urlToShare = window.location.href;
  3157.                var subject = "Check out this page!";
  3158.                var body = "I thought you might be interested in this page:\n\n" + urlToShare;
  3159.                var mailToLink = "mailto:?subject=" + encodeURIComponent(subject) + "&body=" + encodeURIComponent(body);
  3160.                window.location.href = mailToLink;
  3161.            });
  3162.        }
  3163.  
  3164.  
  3165.        function alertSnackbar(message,mode='success'){
  3166.            if (mode == 'alert') {
  3167.                document.getElementById('snackbar').classList.add('err-style'); // Add the class 'highlighted'
  3168.            }
  3169.            showSnackbar(message)
  3170.        }
  3171.  
  3172.  
  3173.  
  3174.        if (document.getElementById("contact_submit"))
  3175.        {
  3176.            document.getElementById('contact_submit').addEventListener('click', () => {
  3177.                var contact_fullname = $('#contact_fullname').val();
  3178.                var contact_mail = $('#contact_mail').val();
  3179.                var contact_phone = $('#contact_phone').val();
  3180.                var contact_message = $('#contact_message').val();
  3181.                var contact_departmentsDropdown = $('#contact_departmentsDropdown').val();
  3182.  
  3183.                if (contact_fullname == '')  { $('#contact_fullname').css("border-color", "red"); return false; }
  3184.                else $('#contact_fullname').css("border-color", "rgb(227 227 227)");
  3185.                if (contact_mail == '')  {  $('#contact_mail').css("border-color", "red"); return false; }
  3186.                else $('#contact_mail').css("border-color", "rgb(227 227 227)");
  3187.  
  3188.                if (contact_message == '')  {  $('#contact_message').css("border-color", "red"); return false; }
  3189.                else $('#contact_message').css("border-color", "rgb(227 227 227)");
  3190.  
  3191.  
  3192.                $.ajaxSetup({
  3193.                    headers: {
  3194.                        'X-CSRF-TOKEN': 'Nf0tlAzSqWkYnTzYXGPDQvukRbWGo0AgQM51oWzk'
  3195.                    }
  3196.                });
  3197.                $.ajax({
  3198.                    url: '/ajax/ContactFormRequest' ,
  3199.                    type: 'POST',
  3200.                    dataType: 'json',
  3201.                    data: {
  3202.                        contact_fullname,
  3203.                        contact_mail,
  3204.                        contact_phone,
  3205.                        contact_message,
  3206.                        contact_departmentsDropdown
  3207.                    },
  3208.                    success: function (response) {
  3209.                        if (response.success) {
  3210.  
  3211.                            $('#contact_fullname').val('');
  3212.                            $('#contact_fullname').css("border-color", "rgb(227 227 227)");
  3213.  
  3214.                            $('#contact_mail').val('');
  3215.                            $('#contact_mail').css("border-color", "rgb(227 227 227)");
  3216.  
  3217.                            $('#contact_phone').val('');
  3218.                            $('#contact_phone').css("border-color", "rgb(227 227 227)");
  3219.  
  3220.                            $('#contact_message').val('');
  3221.                            $('#contact_message').css("border-color", "rgb(227 227 227)");
  3222.  
  3223.                            $('#contact_departmentsDropdown').val('');
  3224.                            $('#contact_departmentsDropdown').css("border-color", "rgb(227 227 227)");
  3225.  
  3226.                            alertSnackbar("Your message has been sent.", "success");
  3227.  
  3228.                        }else
  3229.                        {
  3230.                            alertSnackbar("something went wrong. Please try again.", "alert");
  3231.  
  3232.                        }
  3233.                    },
  3234.                    error: function (xhr, status, error) {
  3235.                        alertSnackbar("something went wrong. Please try again.", "alert");
  3236.  
  3237.  
  3238.                    }
  3239.                });
  3240.  
  3241.            });
  3242.  
  3243.  
  3244.        }
  3245.  
  3246.  
  3247.  
  3248.  
  3249.        // adviser_send
  3250.        document.getElementById('adviser_send').addEventListener('click', () => {
  3251.            var adviser_fullname = $('#adviser_fullname').val();
  3252.            var adviser_email = $('#adviser_email').val();
  3253.            var adviser_activity = $('#adviser_activity').val();
  3254.            var adviser_attendees = $('#adviser_attendees').val();
  3255.            var adviser_description = $('#adviser_description').val();
  3256.  
  3257.            if (adviser_fullname == '')  { $('#adviser_fullname').css("border-color", "red"); return false; }
  3258.            else $('#adviser_fullname').css("border-color", "rgb(227 227 227)");
  3259.            if (adviser_email == '')  {  $('#adviser_email').css("border-color", "red"); return false; }
  3260.            else $('#adviser_email').css("border-color", "rgb(227 227 227)");
  3261.            if (adviser_activity == '')  {  $('#adviser_activity').css("border-color", "red"); return false; }
  3262.            else $('#adviser_activity').css("border-color", "rgb(227 227 227)");
  3263.            if (adviser_attendees == '')  {  $('#adviser_attendees').css("border-color", "red"); return false; }
  3264.            else $('#adviser_attendees').css("border-color", "rgb(227 227 227)");
  3265.  
  3266.  
  3267.  
  3268.            $.ajaxSetup({
  3269.                headers: {
  3270.                    'X-CSRF-TOKEN': 'Nf0tlAzSqWkYnTzYXGPDQvukRbWGo0AgQM51oWzk'
  3271.                }
  3272.            });
  3273.            $.ajax({
  3274.                url: '/ajax/adviser-request-form' ,
  3275.                type: 'POST',
  3276.                dataType: 'json',
  3277.                data: {
  3278.                    fullname: adviser_fullname,
  3279.                    email: adviser_email,
  3280.                    activity: adviser_activity,
  3281.                    attendees: adviser_attendees,
  3282.                    description: adviser_description
  3283.                },
  3284.                success: function (response) {
  3285.                    if (response.success) {
  3286.  
  3287.                        $('#adviser_fullname').val('');
  3288.                        $('#adviser_fullname').css("border-color", "rgb(227 227 227)");
  3289.  
  3290.                        $('#adviser_email').val('');
  3291.                        $('#adviser_email').css("border-color", "rgb(227 227 227)");
  3292.  
  3293.                        $('#adviser_activity').val('');
  3294.                        $('#adviser_activity').css("border-color", "rgb(227 227 227)");
  3295.  
  3296.                        $('#adviser_attendees').val('');
  3297.                        $('#adviser_attendees').css("border-color", "rgb(227 227 227)");
  3298.  
  3299.                        $('#adviser_description').val('');
  3300.                        $('#adviser_description').css("border-color", "rgb(227 227 227)");
  3301.                        document.getElementById('expert_modal').classList.remove("modal--active")
  3302.  
  3303.                        alertSnackbar("Your message has been sent.");
  3304.  
  3305.                    }else
  3306.                    {
  3307.                        alertSnackbar("something went wrong. Please try again.", "alert");
  3308.  
  3309.                    }
  3310.                },
  3311.                error: function (xhr, status, error) {
  3312.                    alertSnackbar("something went wrong. Please try again.", "alert");
  3313.  
  3314.  
  3315.                }
  3316.            });
  3317.  
  3318.        });
  3319.  
  3320.  
  3321.  
  3322.  
  3323.  
  3324.  
  3325.  
  3326.        if (document.getElementById('inquiresSubmitD'))
  3327.        {
  3328.            const briefSubmit = document.getElementById('inquiresSubmitD');
  3329.            briefSubmit.addEventListener('click', function() {
  3330.                // Perform AJAX POST request
  3331.                const briefMessage = document.getElementById('inquiresMessageD').value;
  3332.                const agentcompanyid = document.getElementById('inquiresidD').value;
  3333.                var element = document.getElementById("snackbar");
  3334.  
  3335.  
  3336.                if (briefMessage.length<3) {
  3337.                    document.getElementById('inquiresMessageD').focus();
  3338.                    return false;
  3339.                }
  3340.  
  3341.                //alert(email);
  3342.                $.ajaxSetup({
  3343.                    headers: {
  3344.                        'X-CSRF-TOKEN': 'Nf0tlAzSqWkYnTzYXGPDQvukRbWGo0AgQM51oWzk'
  3345.                    }
  3346.                });
  3347.                $.ajax({
  3348.                    url: '/post/message/inquires',
  3349.                    type: 'POST',
  3350.                    data: {
  3351.                        message: briefMessage,
  3352.                        id:agentcompanyid,
  3353.  
  3354.                    },
  3355.                    success: function (data) {
  3356.  
  3357.                        if (data.message=="")
  3358.                        {
  3359.                            element.classList.remove("err-style");
  3360.                            document.getElementById('inquiresMessageD').value = '';
  3361.                            // alert(data.message); // Dis
  3362.                            showSnackbar("Your inquires message has been sent.");
  3363.  
  3364.                        }
  3365.                        else
  3366.                        {
  3367.                            element.classList.add("err-style");
  3368.                            showSnackbar(data.message);
  3369.                        }
  3370.  
  3371.                    },
  3372.                    error: function (xhr, status, error) {
  3373.                        element.classList.add("err-style");
  3374.                        showSnackbar("there was an error. Please try again.");
  3375.                    }
  3376.                });
  3377.            });
  3378.        }
  3379.  
  3380.    </script>
  3381.  
  3382.  
  3383.  
  3384.  
  3385.    
  3386.    <script>
  3387.  
  3388.  
  3389.        if (document.getElementById('inquiresSubmitM'))
  3390.        {
  3391.            const briefSubmit = document.getElementById('inquiresSubmitM');
  3392.            briefSubmit.addEventListener('click', function() {
  3393.                // Perform AJAX POST request
  3394.                const briefMessage = document.getElementById('inquiresMessageM').value;
  3395.                const agentcompanyid = document.getElementById('inquiresidM').value;
  3396.                var element = document.getElementById("snackbar");
  3397.  
  3398.                if (briefMessage.length<3) {
  3399.                    document.getElementById('inquiresMessageM').focus();
  3400.                    return false;
  3401.                }
  3402.  
  3403.                //alert(email);
  3404.                $.ajaxSetup({
  3405.                    headers: {
  3406.                        'X-CSRF-TOKEN': 'Nf0tlAzSqWkYnTzYXGPDQvukRbWGo0AgQM51oWzk'
  3407.                    }
  3408.                });
  3409.                $.ajax({
  3410.                    url: '/post/message/inquires',
  3411.                    type: 'POST',
  3412.                    data: {
  3413.                        message: briefMessage,
  3414.                        id:agentcompanyid,
  3415.  
  3416.                    },
  3417.                    success: function (data) {
  3418.                        element.classList.remove("err-style");
  3419.                        document.getElementById('inquiresMessageM').value = '';
  3420.                        showSnackbar("Your inquires message has been sent.");
  3421.                    },
  3422.                    error: function (xhr, status, error) {
  3423.                        element.classList.add("err-style");
  3424.                        showSnackbar("there was an error. Please try again.");
  3425.                    }
  3426.                });
  3427.            });
  3428.        }
  3429.  
  3430.  
  3431.        if (document.getElementById('briefSubmitD'))
  3432.        {
  3433.            const briefSubmit = document.getElementById('briefSubmitD');
  3434.            briefSubmit.addEventListener('click', function() {
  3435.                // Perform AJAX POST request
  3436.                const briefMessage = document.getElementById('briefMessageD').value;
  3437.                const agentcompanyid = document.getElementById('agentcompanyidD').value;
  3438.                var element = document.getElementById("snackbar");
  3439.  
  3440.                //alert(email);
  3441.                $.ajaxSetup({
  3442.                    headers: {
  3443.                        'X-CSRF-TOKEN': 'Nf0tlAzSqWkYnTzYXGPDQvukRbWGo0AgQM51oWzk'
  3444.                    }
  3445.                });
  3446.                $.ajax({
  3447.                    url: '/post/message/brief',
  3448.                    type: 'POST',
  3449.                    data: {
  3450.                        message: briefMessage,
  3451.                        id:agentcompanyid,
  3452.  
  3453.                    },
  3454.                    success: function (data) {
  3455.                        element.classList.remove("err-style");
  3456.                        document.getElementById('briefMessageD').value = '';
  3457.                        showSnackbar("Your brief message has been sent.");
  3458.                    },
  3459.                    error: function (xhr, status, error) {
  3460.                        element.classList.add("err-style");
  3461.                        showSnackbar("there was an error. Please try again.");
  3462.                    }
  3463.                });
  3464.            });
  3465.        }
  3466.  
  3467.        if (document.getElementById('briefSubmitM'))
  3468.        {
  3469.            const briefSubmit = document.getElementById('briefSubmitM');
  3470.            briefSubmit.addEventListener('click', function() {
  3471.                // Perform AJAX POST request
  3472.                const briefMessage = document.getElementById('briefMessageM').value;
  3473.                const agentcompanyid = document.getElementById('agentcompanyidM').value;
  3474.                var element = document.getElementById("snackbar");
  3475.  
  3476.                //alert(email);
  3477.                $.ajaxSetup({
  3478.                    headers: {
  3479.                        'X-CSRF-TOKEN': 'Nf0tlAzSqWkYnTzYXGPDQvukRbWGo0AgQM51oWzk'
  3480.                    }
  3481.                });
  3482.                $.ajax({
  3483.                    url: '/post/message/brief',
  3484.                    type: 'POST',
  3485.                    data: {
  3486.                        message: briefMessage,
  3487.                        id:agentcompanyid,
  3488.  
  3489.                    },
  3490.                    success: function (data) {
  3491.                        element.classList.remove("err-style");
  3492.                        document.getElementById('briefMessageM').value = '';
  3493.                        showSnackbar("Your brief message has been sent.");
  3494.                    },
  3495.                    error: function (xhr, status, error) {
  3496.                        element.classList.add("err-style");
  3497.                        showSnackbar("there was an error. Please try again.");
  3498.                    }
  3499.                });
  3500.            });
  3501.        }
  3502.  
  3503.  
  3504.  
  3505.  
  3506.        const signupBtn = document.getElementById('signupBtn');
  3507.        signupBtn.addEventListener('click', function() {
  3508.            // Perform AJAX POST request
  3509.  
  3510.            document.getElementById('signupError').style.display = 'none';
  3511.            const first_name = document.getElementById('fullname').value;
  3512.            //const last_name = document.getElementById('last_name').value;
  3513.            const email = document.getElementById('email').value;
  3514.            //const mobile = document.getElementById('mobile').value;
  3515.  
  3516.            const password = document.getElementById('password').value;
  3517.            const password_confirmation = document.getElementById('password_confirmation').value;
  3518.  
  3519.            const data = {
  3520.                first_name: first_name,
  3521.                last_name: '',
  3522.                email: email,
  3523.                //mobile: mobile,
  3524.                password: password,
  3525.                password_confirmation: password_confirmation
  3526.            };
  3527.  
  3528.            ajaxCall('/profile/ajax/register/store', 'POST', data,'register',
  3529.                function(response) {
  3530.                    window.location.reload();
  3531.                },
  3532.                function(errors) {
  3533.                    console.log(errors.responseJSON?.errors);
  3534.                    console.log(errors.responseJSON?.errors?.length);
  3535.                    if (errors.responseJSON?.errors !== undefined) {
  3536.                        var errors = errors.responseJSON.errors;
  3537.                        let errorMessage = '';
  3538.                        for (let key in errors) {
  3539.                            errorMessage += errors[key] + '<br>';
  3540.                        }
  3541.                        document.getElementById('signupError').innerHTML = errorMessage;
  3542.                        document.getElementById('signupError').style.display = 'flex';
  3543.                    } else if (errors.responseJSON?.message) {
  3544.                        document.getElementById('signupError').innerHTML = errors.responseJSON?.message;
  3545.                        document.getElementById('signupError').style.display = 'flex';
  3546.                    } else {
  3547.                        alert('Something went wrong. Please try again.');
  3548.                    }
  3549.                },
  3550.            );
  3551.  
  3552.            
  3553.            
  3554.            
  3555.            
  3556.            
  3557.            
  3558.            
  3559.            
  3560.            
  3561.            
  3562.            
  3563.            
  3564.            
  3565.            
  3566.            
  3567.            
  3568.            
  3569.            
  3570.            
  3571.            
  3572.            
  3573.            
  3574.            
  3575.            
  3576.            
  3577.            
  3578.            
  3579.            
  3580.            
  3581.            
  3582.            
  3583.            
  3584.            
  3585.  
  3586.            
  3587.            
  3588.            
  3589.            
  3590.            
  3591.        });
  3592.  
  3593.        const loginBtn = document.getElementById('loginBtn');
  3594.        loginBtn.addEventListener('click', function() {
  3595.            // Perform AJAX POST request
  3596.            document.getElementById('loginError').style.display = 'none';
  3597.            const email = document.getElementById('loginemail').value;
  3598.            const password = document.getElementById('loginpassword').value;
  3599.            const data = {
  3600.                email: email,
  3601.                password: password
  3602.            };
  3603.            ajaxCall('/profile/ajax/login/check', 'POST', data,'login',
  3604.                function(response) {
  3605.                    if (response.login=="Y") {
  3606.                        let regex = /@(venuewise\.com|venueadviser\.com)$/;
  3607.                        if (regex.test(response.email)) {
  3608.                            window.location.href = `${window.location.origin}/profile/userinfo`;
  3609.                            return true;
  3610.                        }
  3611.                        if (response.role_as=="4")  { window.location.href = `${window.location.origin}/profile`; }
  3612.                        if (response.role_as=="3")  { window.location.href = `${window.location.origin}/profile`; }
  3613.                        if ((response.role_as!="3") && (response.role_as!="4")) {
  3614.                            window.location.reload();
  3615.                        }
  3616.                    }else{
  3617.                        document.getElementById('loginError').innerHTML = response.message;
  3618.                        document.getElementById('loginError').style.display = 'flex';
  3619.                    }
  3620.                },
  3621.                function(errors) {
  3622.                    document.getElementById('loginError').innerHTML = 'something went wrong. Please try again.';
  3623.                    document.getElementById('loginError').style.display = 'flex';
  3624.                    // console.log(errors.responseJSON);
  3625.                },
  3626.            );
  3627.  
  3628.            //alert(email+':'+password);
  3629.            
  3630.            
  3631.            
  3632.            
  3633.            
  3634.            
  3635.            
  3636.            
  3637.            
  3638.            
  3639.            
  3640.            
  3641.            
  3642.            
  3643.            
  3644.            
  3645.            
  3646.            
  3647.            
  3648.  
  3649.            
  3650.            
  3651.            
  3652.            
  3653.            
  3654.            
  3655.            
  3656.            
  3657.  
  3658.  
  3659.            
  3660.            
  3661.            
  3662.            
  3663.            
  3664.            
  3665.  
  3666.  
  3667.            
  3668.            
  3669.            
  3670.            
  3671.            
  3672.            
  3673.            
  3674.            
  3675.            
  3676.            
  3677.            
  3678.            
  3679.            
  3680.  
  3681.  
  3682.        });
  3683.  
  3684.  
  3685.        const forgetPasswordBtn = document.getElementById('forgetPasswordBtn');
  3686.        forgetPasswordBtn.addEventListener('click', function() {
  3687.            // Perform AJAX POST request
  3688.            document.getElementById('loginError').style.display = 'none';
  3689.            const email = document.getElementById('forgotemail').value;
  3690.  
  3691.            const data = {
  3692.                email: email
  3693.            };
  3694.  
  3695.            ajaxCall('/profile/ajax/forgot/check', 'POST', data,'fogotpassword',
  3696.                function(response) {
  3697.                    //window.location.href = "https://venuewise.com";
  3698.                    document.getElementById('forgotemail').value = '';
  3699.                    document.getElementById('forgotError').innerHTML = '';
  3700.                    alertSnackbar('Check your email for new password', mode = 'success')
  3701.  
  3702.                },
  3703.                function(errors) {
  3704.                    document.getElementById('forgotError').innerHTML = 'we cannot find your email. Please try again.';
  3705.                    document.getElementById('forgotError').style.display = 'flex';
  3706.                },
  3707.            );
  3708.  
  3709.            //alert(email+':'+password);
  3710.            
  3711.            
  3712.            
  3713.            
  3714.            
  3715.            
  3716.            
  3717.            
  3718.            
  3719.            
  3720.            
  3721.            
  3722.            
  3723.            
  3724.            
  3725.            
  3726.            
  3727.            
  3728.            
  3729.            
  3730.            
  3731.            
  3732.        });
  3733.  
  3734.  
  3735.        function getCollectionList() {
  3736.            return new Promise((resolve, reject) => {
  3737.                $.ajaxSetup({
  3738.                    headers: {
  3739.                        'X-CSRF-TOKEN': 'Nf0tlAzSqWkYnTzYXGPDQvukRbWGo0AgQM51oWzk'
  3740.                    }
  3741.                });
  3742.  
  3743.                $.ajax({
  3744.                    url: '/getAjax/collection',
  3745.                    success: function (data) {
  3746.                        $('#collectionList').html(data);
  3747.                        resolve(); // Resolve the promise on success
  3748.                    },
  3749.                    error: function (xhr, status, error) {
  3750.                        console.error('Error: ' + xhr.status);
  3751.                        reject(new Error('Failed to get collection list')); // Reject the promise on error
  3752.                    }
  3753.                });
  3754.            });
  3755.        }
  3756.  
  3757.  
  3758.        
  3759.        function FavoriteBtn() {
  3760.  
  3761.            const venuCardFavoriteBtn = document.querySelectorAll(".venue-card-favorite-btn");
  3762.            venuCardFavoriteBtn.forEach((button) => {
  3763.                const card = button.closest(".venue-card");
  3764.                button.addEventListener("click", () => {
  3765.  
  3766.                    document.getElementById('login_modal').classList.add("modal--active")
  3767.  
  3768.                });
  3769.            });
  3770.  
  3771.            const venuCardFavoriteBtnMobile = document.querySelector(".venue-card-favorite-btn-mobile");
  3772.            if (venuCardFavoriteBtnMobile) {  // Ensure the button exists
  3773.                venuCardFavoriteBtnMobile.addEventListener("click", () => {
  3774.                    //alert('ok');
  3775.                    document.getElementById('login_modal').classList.add("modal--active")
  3776.                });
  3777.            }
  3778.  
  3779.  
  3780.        }
  3781.  
  3782.        function FavoriteBtnDetail() {
  3783.  
  3784.            const venuCardFavoriteBtn = document.querySelectorAll(".compare-favorite-btn");
  3785.            venuCardFavoriteBtn.forEach((button) => {
  3786.                const card = button.closest(".venue-card");
  3787.                button.addEventListener("click", () => {
  3788.  
  3789.                    document.getElementById('login_modal').classList.add("modal--active")
  3790.  
  3791.                });
  3792.            });
  3793.  
  3794.        }
  3795.                FavoriteBtn();
  3796.        FavoriteBtnDetail();
  3797.  
  3798.  
  3799.  
  3800.        // show Collection save form
  3801.        document.getElementById('create_new_collection').addEventListener('click', () => {
  3802.            // alert('ok');
  3803.            document.getElementById('create_collection_modal1').classList.remove("modal--active")
  3804.            var venueid = $('#get_venueid').val();
  3805.            $.ajaxSetup({
  3806.                headers: {
  3807.                    'X-CSRF-TOKEN': 'Nf0tlAzSqWkYnTzYXGPDQvukRbWGo0AgQM51oWzk'
  3808.                }
  3809.            });
  3810.            $.ajax({
  3811.                url: '/getAjax/Venue/' + venueid,
  3812.                success: function (data) {
  3813.                    $('#create_collection_card_prev2').html(data);
  3814.                    //initSwiper();
  3815.                    venueid = $('#get_venueid').val();
  3816.                    $('#save_venueid').val(venueid);
  3817.                    document.getElementById('create_collection_modal2').classList.add("modal--active")
  3818.                },
  3819.                error: function (xhr, status, error) {
  3820.                    console.error('Error: ' + xhr.status);
  3821.                }
  3822.            });
  3823.        })
  3824.  
  3825.  
  3826.  
  3827.        function FavoritesBadge(count) {
  3828.            var favoriteCountSpan = document.querySelector('.favorite-count-badge');
  3829.            var favoriteCount = 0;
  3830.            if (favoriteCountSpan) {
  3831.                favoriteCount = parseInt(favoriteCountSpan.textContent || favoriteCountSpan.innerText);
  3832.            }
  3833.            //alert(favoriteCount);
  3834.            favoriteCount += parseInt(count);
  3835.            //alert(favoriteCount);
  3836.            showSnackbar("Venue successfully added to favorite list.");
  3837.            handleFavoritesBadge(1)
  3838.        }
  3839.  
  3840.  
  3841.  
  3842.  
  3843.  
  3844.  
  3845.        // delete collection modal
  3846.        const deleteCollectionElements = document.querySelectorAll('.deleteCollection');
  3847.        deleteCollectionElements.forEach((element) => {
  3848.            element.addEventListener('click', (event) => {
  3849.                var collectionId = event.currentTarget.getAttribute('data-collection-id');
  3850.                $('#deleteCollectionId').val(collectionId);
  3851.                document.getElementById('deleteModal').classList.add("modal--active")
  3852.            });
  3853.        });
  3854.  
  3855.  
  3856.  
  3857.  
  3858.  
  3859.        // delete collection venue
  3860.        document.getElementById('deleteCollectionYes').addEventListener('click', () => {
  3861.            var collectionId = $('#deleteCollectionId').val();
  3862.            $.ajaxSetup({
  3863.                headers: {
  3864.                    'X-CSRF-TOKEN': 'Nf0tlAzSqWkYnTzYXGPDQvukRbWGo0AgQM51oWzk'
  3865.                }
  3866.            });
  3867.            $.ajax({
  3868.                url: '/collection/delete' ,
  3869.                type: 'POST',
  3870.                dataType: 'json',
  3871.                data: {
  3872.                    collection: collectionId,
  3873.                },
  3874.                success: function (response) {
  3875.                    console.log(response)
  3876.                    if (response.success) {
  3877.                        console.log('ok');
  3878.                        location.reload();
  3879.  
  3880.                    }else
  3881.                    {
  3882.                        $('#error-collection').html('<p style="color:red"> Please try again</p>').show();
  3883.                    }
  3884.                },
  3885.                error: function (xhr, status, error) {
  3886.                    $('#error-collection').html('<p style="color:red"> Please try again</p>').show();
  3887.  
  3888.                }
  3889.            });
  3890.  
  3891.        });
  3892.  
  3893.  
  3894.  
  3895.  
  3896.  
  3897.  
  3898.  
  3899.        // save by select collection venue
  3900.        document.getElementById('collection_save_btn').addEventListener('click', () => {
  3901.            var venueid = $('#get_venueid').val();
  3902.            var radioGroupName = 'collection';
  3903.            var checkedRadio = document.querySelector('input[name="' + radioGroupName + '"]:checked');
  3904.            var checkedValue="";
  3905.            if (checkedRadio) {
  3906.                checkedValue = checkedRadio.value;
  3907.            }
  3908.  
  3909.            $.ajaxSetup({
  3910.                headers: {
  3911.                    'X-CSRF-TOKEN': 'Nf0tlAzSqWkYnTzYXGPDQvukRbWGo0AgQM51oWzk'
  3912.                }
  3913.            });
  3914.            $.ajax({
  3915.                url: '/collection/save' ,
  3916.                type: 'POST',
  3917.                dataType: 'json',
  3918.                data: {
  3919.                    collection: checkedValue,
  3920.                    get_venueid: venueid,
  3921.                },
  3922.                success: function (response) {
  3923.                    console.log(response)
  3924.                    if (response.success) {
  3925.                        console.log('ok');
  3926.                        getCollectionList()
  3927.                        const card = document.getElementById('venue_'+venueid);
  3928.                        card.classList.add("venue-card-liked");
  3929.  
  3930.  
  3931.                        var button = card.querySelector(".compare-favorite-btn");
  3932.                        if (button) {
  3933.                            button.classList.add("liked");
  3934.  
  3935.  
  3936.                            var masterVenueID= $('#masterVenue_id').val();
  3937.                            if (masterVenueID == venueid)
  3938.                            {
  3939.                                var elements = document.querySelectorAll('.detail-add-favorite-btn');
  3940.                                elements.forEach(function(element) {
  3941.                                    card.classList.remove("venue-card-liked");
  3942.                                    element.classList.add("liked");
  3943.                                });
  3944.                            }
  3945.                        }
  3946.  
  3947.  
  3948.                        $('#errorModal').html('').hide();
  3949.                        document.getElementById('create_collection_modal1').classList.remove("modal--active")
  3950.                        FavoritesBadge(1)
  3951.                        $('#get_venueid').val('');
  3952.                    }
  3953.                    else {
  3954.                        $('#errorModal').html('<p style="color:red"> Please create collection and try again</p>').show();
  3955.                    }
  3956.                },
  3957.                error: function (xhr, status, error) {
  3958.                    if (xhr.status === 422) {
  3959.                        var errors = xhr.responseJSON.errors;
  3960.                        //$('#errorModal').html('<p style="color:red">' + Object.values(errors).flat().join('<br>') + '</p>').show();
  3961.                        $('#errorModal').html('<p style="color:red"> Please create collection and try again</p>').show();
  3962.                    } else {
  3963.                        console.error('Error: ' + xhr.status+errors);
  3964.                    }
  3965.                }
  3966.            });
  3967.        })
  3968.  
  3969.        // save new collection and fav venue
  3970.        document.getElementById('collection_save2').addEventListener('click', () => {
  3971.            var venueid = $('#save_venueid').val();
  3972.            var name = $('#collection_name').val();
  3973.            var type = $('#collection_type').val();
  3974.            var location = $('#collection_location').val();
  3975.            $.ajaxSetup({
  3976.                headers: {
  3977.                    'X-CSRF-TOKEN': 'Nf0tlAzSqWkYnTzYXGPDQvukRbWGo0AgQM51oWzk'
  3978.                }
  3979.            });
  3980.            $.ajax({
  3981.                url: '/collection/create' ,
  3982.                type: 'POST',
  3983.                dataType: 'json',
  3984.                data: {
  3985.                    name: name,
  3986.                    type: type,
  3987.                    location: location,
  3988.                    save_venueid:venueid,
  3989.                },
  3990.                success: function (response) {
  3991.                    console.log(response)
  3992.                    if (response.success) {
  3993.                        console.log('ok');
  3994.                        getCollectionList()
  3995.                        const card = document.getElementById('venue_'+venueid);
  3996.                        card.classList.add("venue-card-liked");
  3997.                        card.classList.add("liked");
  3998.                        document.getElementById('create_collection_modal2').classList.remove("modal--active")
  3999.                        FavoritesBadge(1)
  4000.                        $('#errorModal').html('').hide();
  4001.                        $('#save_venueid').val('');
  4002.                        $('#collection_name').val('');
  4003.                        $('#collection_type').val('');
  4004.                        $('#collection_location').val('');
  4005.                    }
  4006.                },
  4007.                error: function (xhr, status, error) {
  4008.                    if (xhr.status === 422) {
  4009.                        var errors = xhr.responseJSON.errors;
  4010.                        $('#errorModal').html('<p style="color:red">' + Object.values(errors).flat().join('<br>') + '</p>').show();
  4011.                    } else {
  4012.                        console.error('Error: ' + xhr.status);
  4013.                    }
  4014.                }
  4015.            });
  4016.        })
  4017.  
  4018.  
  4019.        var collection_save3 = document.getElementById('collection_save3');
  4020.        if (collection_save3) {
  4021.            // update collection name and info
  4022.            document.getElementById('collection_save3').addEventListener('click', () => {
  4023.                var collectionID = $('#collection_id').val();
  4024.                var name = $('#collection_name_edit').val();
  4025.                var type = $('#collection_type_edit').val();
  4026.                var location = $('#collection_location_edit').val();
  4027.                $.ajaxSetup({
  4028.                    headers: {
  4029.                        'X-CSRF-TOKEN': 'Nf0tlAzSqWkYnTzYXGPDQvukRbWGo0AgQM51oWzk'
  4030.                    }
  4031.                });
  4032.                $.ajax({
  4033.                    url: '/collection/update' ,
  4034.                    type: 'POST',
  4035.                    dataType: 'json',
  4036.                    data: {
  4037.                        id: collectionID,
  4038.                        name: name,
  4039.                        type: type,
  4040.                        location: location,
  4041.                    },
  4042.                    success: function (response) {
  4043.                        console.log(response)
  4044.                        if (response.success) {
  4045.                            console.log('ok');
  4046.                            document.getElementById('create_collection_modal_edit').classList.remove("modal--active")
  4047.                            // $('#collection_name_edit').val('');
  4048.                            // $('#collection_type_edit').val('');
  4049.                            // $('#collection_location_edit').val('');
  4050.                        }
  4051.                        else
  4052.                        {
  4053.                            $('#errorModalEdit').html('<p style="color:red">' + response.message + '</p>').show();
  4054.                        }
  4055.                    },
  4056.                    error: function (xhr, status, error) {
  4057.                        if (xhr.status === 422) {
  4058.                            var errors = xhr.responseJSON.errors;
  4059.                            $('#errorModalEdit').html('<p style="color:red">' + Object.values(errors).flat().join('<br>') + '</p>').show();
  4060.                        } else {
  4061.                            console.error('Error: ' + xhr.status);
  4062.                        }
  4063.                    }
  4064.                });
  4065.            })
  4066.  
  4067.  
  4068.        }
  4069.  
  4070.  
  4071.  
  4072.  
  4073.    </script>
  4074.  
  4075.    
  4076.  
  4077.    
  4078.        <script>
  4079.        const customSubmitUser = document.getElementById('customSubmitUser');
  4080.        if (customSubmitUser) {
  4081.            customSubmitUser.addEventListener('click', function (e) {
  4082.                e.preventDefault(); // Prevent default form submission
  4083.  
  4084.                // Get the form element
  4085.                const formUser = document.getElementById('userForm');
  4086.  
  4087.                // Check if the form is valid
  4088.                if (!formUser.checkValidity()) {
  4089.                    // Trigger native form validation
  4090.                    formUser.reportValidity();
  4091.                    console.log('Form validation failed'); // Debugging
  4092.                    return; // Stop execution if validation fails
  4093.                }
  4094.                console.log('Site key:', '6LdupEAqAAAAALmorCPwUuM46JkbrPVZCDiujbxu');
  4095.                console.log('Current domain:', window.location.hostname);
  4096.  
  4097.                // Execute reCAPTCHA
  4098.                grecaptcha.ready(function() {
  4099.                    grecaptcha.execute('6LdupEAqAAAAALmorCPwUuM46JkbrPVZCDiujbxu', { action: 'submit' })
  4100.                        .then(function(token) {
  4101.                            console.log('Token generated:', token);
  4102.                            document.getElementById('g-recaptcha-response').value = token;
  4103.                            formUser.submit();
  4104.                        }).catch(function(error) {
  4105.                            console.error('reCAPTCHA error:', error);
  4106.                        });
  4107.                });
  4108.  
  4109.            
  4110.            });
  4111.        }
  4112.    </script>
  4113.        
  4114.  
  4115.  
  4116. <!-- Google Tag Manager (noscript) -->
  4117. <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KHKKGBTP"
  4118.    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  4119. <!-- End Google Tag Manager (noscript) -->
  4120.  
  4121. <!-- Zoho Connection -->
  4122.  
  4123.  
  4124.  
  4125.  
  4126.  
  4127.  
  4128. <script>
  4129.    function ajaxCall(url, method, data,recaptchaAction, successCallback, errorCallback,loadingActive = true) {
  4130.        if (recaptchaAction) {
  4131.            grecaptcha.ready(function() {
  4132.                grecaptcha.execute('6LdupEAqAAAAALmorCPwUuM46JkbrPVZCDiujbxu', {action: recaptchaAction}).then(function(token) {
  4133.                    data['g-recaptcha-response'] = token;
  4134.                    sendAjaxRequest(url, method, data, successCallback, errorCallback,loadingActive);
  4135.                });
  4136.            });
  4137.        } else {
  4138.            sendAjaxRequest(url, method, data, successCallback, errorCallback,loadingActive);
  4139.        }
  4140.    }
  4141.  
  4142.    function sendAjaxRequest(url, method, data, successCallback, errorCallback,loadingActive) {
  4143.        if(loadingActive){
  4144.            loading(1);
  4145.        }
  4146.        $.ajaxSetup({
  4147.            headers: {
  4148.                'X-CSRF-TOKEN': 'Nf0tlAzSqWkYnTzYXGPDQvukRbWGo0AgQM51oWzk',
  4149.            }
  4150.        });
  4151.        $.ajax({
  4152.            async: true,
  4153.            url: url,
  4154.            type: method,
  4155.            dataType: 'json',
  4156.            data: data,
  4157.            success: function (response) {
  4158.                loading(0);
  4159.                if (typeof successCallback === "function") {
  4160.                    successCallback(response);
  4161.                }
  4162.            },
  4163.            error: function (errors) {
  4164.                loading(0);
  4165.                if (typeof errorCallback === "function") {
  4166.                    errorCallback(errors);
  4167.                } else {
  4168.                    console.log(errors)
  4169.                    // $.each(errors.responseJSON.errors, function (key, value) {
  4170.                    //     console.log(errors)
  4171.                    // });
  4172.                }
  4173.            }
  4174.        });
  4175.    }
  4176.  
  4177.  
  4178.    function loading(status) {
  4179.        if (status === 1) {
  4180.            $('#loadingDiv').html('<div class="loading">Loading&#8230;</div>');
  4181.        } else {
  4182.            setTimeout(function () {
  4183.                $('#loadingDiv').html('');
  4184.            }, 100);
  4185.        }
  4186.    }
  4187. </script>
  4188.    <script>
  4189.        (() => {
  4190.            const cityContainerDesktop = document.querySelector('.city-container-desktop');
  4191.            const cityContainerMobile = document.querySelector('.city-container-mobile');
  4192.  
  4193.            const recentSearchContainerMobile = document.querySelector('.recent--search--container-mobile');
  4194.            const recentSearchContainerDesktop = document.querySelector('.recent--search--container-desktop');
  4195.            const recentSearchCardContainer = document.querySelector('.recent-search-card--container');
  4196.  
  4197.            const citySearchDropdown = document.getElementById('citySearchDropdown');
  4198.            const recentSearchDropdown = document.getElementById('recentSearchDropdown');
  4199.  
  4200.            const whereClearBtn = document.getElementById('whereClearBtn');
  4201.            const whereClearBtnMobile = document.getElementById('whereClearBtnMobile');
  4202.  
  4203.            const cityNextBtnInModal = document.getElementById('cityNextBtnInModal');
  4204.            const formInCityModal = document.getElementById('formInCityModal');
  4205.  
  4206.            const recentSearchNotFound = document.querySelector('.recent__search--not-found');
  4207.  
  4208.            const clearAttendeesBtn = document.getElementById('clearAttendeesBtn');
  4209.            const heroAttendees = document.getElementById('heroAttendees');
  4210.  
  4211.            const staticSearchCountryContainer = document.getElementById('staticSearchCountryContainer');
  4212.            const staticSearchCountryContainerMobile = document.getElementById('staticSearchCountryContainerMobile');
  4213.  
  4214.            const debouncedAjaxCall = window.debounce_fn(ajaxCall.bind(null), 300);
  4215.  
  4216.            let delayed = false;
  4217.            const setDelayed = window.debounce_fn((value) => {
  4218.                delayed = value;
  4219.            }, 250);
  4220.  
  4221.            // desktop
  4222.            const desktopHeroSearchForm = document.getElementById('desktopHeroSearch');
  4223.            const desktopSearchInput = document.getElementById('searchActivity');
  4224.  
  4225.            const desktopHeroSearchType = document.createElement('input');
  4226.            desktopHeroSearchType.type = 'hidden';
  4227.            desktopHeroSearchType.name = 'type';
  4228.            desktopHeroSearchType.value = '';
  4229.            desktopHeroSearchForm.append(desktopHeroSearchType);
  4230.  
  4231.            const desktopHeroSearchKey = document.createElement('input');
  4232.            desktopHeroSearchKey.type = 'hidden';
  4233.            desktopHeroSearchKey.name = 'key';
  4234.            desktopHeroSearchKey.value = '';
  4235.            desktopHeroSearchForm.append(desktopHeroSearchKey);
  4236.  
  4237.            recentSearchContainerDesktop.addEventListener('click', (e) => {
  4238.                const element = e.target.closest('.recent-search-container');
  4239.                if (!element) return;
  4240.  
  4241.                const searchTitle = element.getAttribute('data-search-title');
  4242.                const key = element.getAttribute('data-key');
  4243.                const type = element.getAttribute('data-type');
  4244.  
  4245.                desktopSearchInput.value = searchTitle;
  4246.                desktopHeroSearchType.value = type;
  4247.                desktopHeroSearchKey.value = key;
  4248.  
  4249.                // toggleDropdown(recentSearchDropdown, false);
  4250.            });
  4251.  
  4252.            let selectedVenue;
  4253.            recentSearchContainerDesktop.addEventListener('mousemove', (e) => {
  4254.                const element = e.target.closest('.recent-search-container');
  4255.                if (!element) return;
  4256.                const id = element.getAttribute('data-id');
  4257.  
  4258.                if (id === selectedVenue) return;
  4259.  
  4260.                const searchTitle = element.getAttribute('data-search-title');
  4261.                const title = element.getAttribute('data-title');
  4262.                const propertyTitle = element.getAttribute('data-property-title');
  4263.                const link = element.getAttribute('data-link');
  4264.                const image = element.getAttribute('data-image');
  4265.                const key = element.getAttribute('data-key');
  4266.                const type = element.getAttribute('data-type');
  4267.  
  4268.                selectedVenue = id;
  4269.  
  4270.                if (type === 'venue') {
  4271.                    injectRecentSearchCard(image, title, propertyTitle, link);
  4272.                }
  4273.            });
  4274.  
  4275.            // recentSearchContainerDesktop.addEventListener('mouseenter', (e) => {
  4276.            //     const element = e.target.closest('.recent-search-container');
  4277.            //     if (!element) return;
  4278.            //
  4279.            //     const searchTitle = element.getAttribute('data-search-title');
  4280.            //     const key = element.getAttribute('data-key');
  4281.            //     const type = element.getAttribute('data-type');
  4282.            //
  4283.            //     desktopSearchInput.value = searchTitle;
  4284.            //     desktopHeroSearchType.value = type;
  4285.            //     desktopHeroSearchKey.value = key;
  4286.            // });
  4287.  
  4288.            desktopSearchInput.addEventListener('input', (e) => {
  4289.                recentSearchCardContainer.innerHTML = ' ';
  4290.                desktopHeroSearchType.value = '';
  4291.                desktopHeroSearchKey.value = '';
  4292.                injectRecentSearch({
  4293.                    container: recentSearchContainerDesktop,
  4294.                    skeleton: true,
  4295.                    items: Array.from({ length: 7 }, () => ({}))
  4296.                });
  4297.                recentSearchCardContainer.innerHTML = '';
  4298.                debouncedAjaxCall('/api/application/v1/suggestions?q=' + desktopSearchInput.value, 'GET', null, null,
  4299.                    function (response) {
  4300.                        if (response?.data[0]?.type === 'venue') {
  4301.                            let ven = response?.data[0];
  4302.                            injectRecentSearchCard(ven.image, ven.title, ven.property_title, ven.link)
  4303.                        }
  4304.  
  4305.                        injectRecentSearch({
  4306.                            container: recentSearchContainerDesktop,
  4307.                            items: response?.data
  4308.                        });
  4309.                    },
  4310.                    function (errors) {
  4311.                        console.log(errors)
  4312.                    },
  4313.                    false
  4314.                );
  4315.            });
  4316.  
  4317.            desktopSearchInput.addEventListener('focus', (e) => {
  4318.                if (recentSearchContainerDesktop.innerHTML.trim().length > 0) return;
  4319.                injectRecentSearch({
  4320.                    container: recentSearchContainerDesktop,
  4321.                    skeleton: true,
  4322.                    items: Array.from({ length: 7 }, () => ({}))
  4323.                });
  4324.                recentSearchCardContainer.innerHTML = '';
  4325.                debouncedAjaxCall('/api/application/v1/suggestions?q=' + desktopSearchInput.value, 'GET', null, null,
  4326.                    function (response) {
  4327.                        if (response?.data[0]?.type === 'venue') {
  4328.                            let ven = response?.data[0];
  4329.                            injectRecentSearchCard(ven.image, ven.title, ven.property_title, ven.link)
  4330.                        }
  4331.  
  4332.                        injectRecentSearch({
  4333.                            container: recentSearchContainerDesktop,
  4334.                            items: response?.data
  4335.                        });
  4336.                    },
  4337.                    function (errors) {
  4338.                        console.log(errors)
  4339.                    },
  4340.                    false
  4341.                );
  4342.            });
  4343.  
  4344.            cityContainerDesktop.addEventListener('click', (e) => {
  4345.                const element = e.target.closest('.country__city');
  4346.                if (!element) return;
  4347.  
  4348.                desktopSearchInput.value = element.textContent.trim();
  4349.                desktopHeroSearchType.value = 'city';
  4350.                desktopHeroSearchKey.value = element.getAttribute("data-id");
  4351.  
  4352.                // toggleDropdown(citySearchDropdown, false);
  4353.            });
  4354.  
  4355.            staticSearchCountryContainer.addEventListener('click', () => {
  4356.                desktopSearchInput.value = staticSearchCountryContainer.textContent.trim();
  4357.                desktopHeroSearchType.value = staticSearchCountryContainer.getAttribute("data-type");
  4358.                desktopHeroSearchKey.value = staticSearchCountryContainer.getAttribute("data-id");
  4359.            });
  4360.  
  4361.            // mobile
  4362.            const mobileHeroSearchForm = document.getElementById('mobileHeroSearch');
  4363.            const mobileSearchInput = document.getElementById('cityWhereSearchMobile'); // or countryWhereSearchMobile
  4364.            const heroSearchWhereMobile = document.getElementById('heroSearchWhereMobile');
  4365.  
  4366.            const cityWhereSearchMobileInModalWrapper = document.getElementById('cityWhereSearchMobileInModalWrapper')
  4367.  
  4368.            const mobileHeroSearchType = document.createElement('input');
  4369.            mobileHeroSearchType.type = 'hidden';
  4370.            mobileHeroSearchType.name = 'type';
  4371.            mobileHeroSearchType.value = '';
  4372.            mobileHeroSearchForm.append(mobileHeroSearchType);
  4373.  
  4374.            const mobileHeroSearchKey = document.createElement('input');
  4375.            mobileHeroSearchKey.type = 'hidden';
  4376.            mobileHeroSearchKey.name = 'key';
  4377.            mobileHeroSearchKey.value = '';
  4378.            mobileHeroSearchForm.append(mobileHeroSearchKey);
  4379.  
  4380.            recentSearchContainerMobile.addEventListener('click', (e) => {
  4381.                const element = e.target.closest('.recent-search-container');
  4382.                if (!element) return;
  4383.  
  4384.                const searchTitle = element.getAttribute('data-search-title');
  4385.                const key = element.getAttribute('data-key');
  4386.                const type = element.getAttribute('data-type');
  4387.  
  4388.  
  4389.                mobileSearchInput.value = searchTitle;
  4390.                mobileSearchInput.dispatchEvent(new Event('input'));
  4391.  
  4392.                mobileHeroSearchType.value = type;
  4393.                mobileHeroSearchKey.value = key;
  4394.  
  4395.                whereClearBtnMobile.classList.remove('opacity-0');
  4396.                whereClearBtnMobile.classList.remove('pointer-events-none');
  4397.                cityWhereSearchMobileInModalWrapper.classList.add('value--from--recent--search');
  4398.            });
  4399.  
  4400.            mobileSearchInput.addEventListener('input', () => {
  4401.  
  4402.                mobileHeroSearchType.value = '';
  4403.                mobileHeroSearchKey.value = '';
  4404.  
  4405.                const isEmpty = mobileSearchInput.value.length === 0;
  4406.  
  4407.                whereClearBtnMobile.classList.toggle('opacity-0', isEmpty);
  4408.                whereClearBtnMobile.classList.toggle('pointer-events-none', isEmpty);
  4409.                cityWhereSearchMobileInModalWrapper.classList.remove('value--from--recent--search');
  4410.  
  4411.                injectRecentSearch({
  4412.                    container: recentSearchContainerMobile,
  4413.                    skeleton: true,
  4414.                    items: Array.from({ length: 5 }, () => ({}))
  4415.                });
  4416.  
  4417.                debouncedAjaxCall('/api/application/v1/suggestions?q=' + mobileSearchInput.value, 'GET', null, null,
  4418.                    function (response) {
  4419.                        injectRecentSearch({
  4420.                            container: recentSearchContainerMobile,
  4421.                            items: response?.data
  4422.                        });
  4423.                    },
  4424.                    function (errors) {
  4425.                        console.log(errors)
  4426.                    },
  4427.                    false
  4428.                );
  4429.            });
  4430.  
  4431.  
  4432.            cityContainerMobile.addEventListener('click', (e) => {
  4433.                const element = e.target.closest('.city-container-radio');
  4434.                if (!element) return;
  4435.  
  4436.                mobileSearchInput.value = element.textContent.trim();
  4437.                mobileSearchInput.dispatchEvent(new Event('input'));
  4438.  
  4439.                mobileHeroSearchType.value = 'city';
  4440.                mobileHeroSearchKey.value = element.getAttribute("data-id");
  4441.            });
  4442.            
  4443.            staticSearchCountryContainerMobile.addEventListener('click', () => {
  4444.                mobileSearchInput.value = staticSearchCountryContainer.textContent.trim();
  4445.                mobileSearchInput.dispatchEvent(new Event('input'));
  4446.                mobileHeroSearchType.value = staticSearchCountryContainer.getAttribute("data-type");
  4447.                mobileHeroSearchKey.value = staticSearchCountryContainer.getAttribute("data-id");
  4448.            });
  4449.  
  4450.            // city next btn
  4451.            cityNextBtnInModal.addEventListener('click', () => {
  4452.                if (mobileSearchInput.value.trim().length === 0) {
  4453.                    const selectedCity = Array.from(formInCityModal.elements).reduce((acc, curr) => {
  4454.                        curr.closest('.city-container-radio')
  4455.                        if (curr.name === 'city' && curr.checked) {
  4456.                            return {
  4457.                                value: curr.value,
  4458.                                key: curr.closest('.city-container-radio').getAttribute('data-id'),
  4459.                                type: 'city',
  4460.                            };
  4461.                        }
  4462.                        return acc;
  4463.                    }, {
  4464.                        value: undefined,
  4465.                        type: undefined,
  4466.                        key: undefined,
  4467.                    });
  4468.  
  4469.                    if (selectedCity.value && selectedCity.key) {
  4470.                        mobileSearchInput.value = selectedCity.value;
  4471.                        mobileSearchInput.dispatchEvent(new Event('input'));
  4472.                        mobileHeroSearchType.value = selectedCity.type;
  4473.                        mobileHeroSearchKey.value = selectedCity.key;
  4474.                    }
  4475.                }
  4476.            });
  4477.  
  4478.            // clear btn
  4479.            if (whereClearBtn) {
  4480.                whereClearBtn.addEventListener('click', (e) => {
  4481.                    desktopSearchInput.value = '';
  4482.                    desktopHeroSearchType.value = '';
  4483.                    desktopHeroSearchKey.value = '';
  4484.  
  4485.                    if (!delayed) {
  4486.                        return;
  4487.                    }
  4488.                    const isRecentSearchDropdownVisible = recentSearchDropdown.classList.contains('visible');
  4489.                    toggleDropdown(recentSearchDropdown, false);
  4490.                    if (isRecentSearchDropdownVisible) {
  4491.                        toggleDropdown(citySearchDropdown, true);
  4492.                    }
  4493.                });
  4494.  
  4495.                desktopSearchInput.addEventListener('pragmatic_change', (e) => {
  4496.                    const isEmpty = e.detail.value.length === 0
  4497.  
  4498.                    whereClearBtn.classList.toggle('opacity-0', isEmpty);
  4499.                    whereClearBtn.classList.toggle('pointer-events-none', isEmpty);
  4500.                });
  4501.  
  4502.                desktopSearchInput.addEventListener('input', (e) => {
  4503.                    const isEmpty = e.target.value.length === 0;
  4504.  
  4505.                    whereClearBtn.classList.toggle('opacity-0', isEmpty);
  4506.                    whereClearBtn.classList.toggle('pointer-events-none', isEmpty);
  4507.                });
  4508.            }
  4509.  
  4510.            if (whereClearBtnMobile) {
  4511.                whereClearBtnMobile.addEventListener('click', () => {
  4512.                    mobileSearchInput.value = '';
  4513.                    mobileHeroSearchType.value = '';
  4514.                    mobileHeroSearchKey.value = '';
  4515.                    heroSearchWhereMobile.value = '';
  4516.                    cityWhereSearchMobileInModalWrapper.classList.remove('value--from--recent--search');
  4517.                    cityWhereSearchMobileInModalWrapper.classList.remove('focused');
  4518.                });
  4519.  
  4520.                mobileSearchInput.addEventListener('pragmatic_change', (e) => {
  4521.                    const isEmpty = e.detail.value.length === 0;
  4522.  
  4523.                    whereClearBtnMobile.classList.toggle('opacity-0', isEmpty);
  4524.                    whereClearBtnMobile.classList.toggle('pointer-events-none', isEmpty);
  4525.                });
  4526.            }
  4527.  
  4528.            if (clearAttendeesBtn) {
  4529.                clearAttendeesBtn.addEventListener('click', () => {
  4530.                    heroAttendees.value = '';
  4531.                    heroAttendees.dispatchEvent(new Event('input'));
  4532.                });
  4533.            }
  4534.  
  4535.            // focus input in modal
  4536.            heroSearchWhereMobile.addEventListener('click', () => {
  4537.                if (heroSearchWhereMobile && heroSearchWhereMobile.value.length > 0) {
  4538.                    mobileSearchInput.focus();
  4539.                    mobileSearchInput.setSelectionRange(-1, -1);
  4540.                }
  4541.            });
  4542.  
  4543.            // functions
  4544.            function injectRecentSearchCard(image, title, caption, link, skeleton = false) {
  4545.                recentSearchCardContainer.innerHTML = `
  4546.                    <a href="${link}" class="recent-search-card${skeleton ? ' skeleton' : ''}">
  4547.                        <div class="image--lazy--loading">
  4548.                            <img src="${image}" alt="" class="recent-search-card__image lazy">
  4549.                        </div>
  4550.                        <div class="recent-search-card__info">
  4551.                            <span class="recent-search-card__caption">${caption}</span>
  4552.                            <p class="recent-search-card__title">${title}</p>
  4553.                        </div>
  4554.                    </a>`;
  4555.  
  4556.                initializeLazyLoad(recentSearchCardContainer, 'image--lazy--loading');
  4557.            }
  4558.  
  4559.            const recentSearchIcons = {
  4560.                'icon-1': 'assets/SVGs/icons/home-star.svg',
  4561.                'icon-2': 'assets/SVGs/icons/location.svg'
  4562.            }
  4563.  
  4564.            function injectRecentSearch({items, skeleton, container}) {
  4565.                if (items.length > 0) {
  4566.                    const html = items.map(item => {
  4567.                        return `
  4568.                            <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}">
  4569.                                <div>
  4570.                                    <img src="${recentSearchIcons[item.icon]}" alt="">
  4571.                                </div>
  4572.                                <p>${item.title}</p>
  4573.                            </li>
  4574.                        `
  4575.                    }).join('');
  4576.  
  4577.                    recentSearchNotFound.classList.add('hidden');
  4578.                    container.innerHTML = html;
  4579.                } else {
  4580.                    container.innerHTML = '';
  4581.                    recentSearchNotFound.classList.remove('hidden');
  4582.                }
  4583.            }
  4584.  
  4585.            // animation
  4586.            const desktopSearchFormWrapper = document.getElementById('desktopSearchFormWrapper');
  4587.            const searchActivity = document.querySelector('#searchActivity');
  4588.            const activityFilter = document.querySelector("#activtyFilter");
  4589.            const desktopSubmitSearchBtn = document.querySelector('#desktopSubmitSearchBtn');
  4590.  
  4591.            let isFocused = false;
  4592.  
  4593.            let conditionTimeout;
  4594.  
  4595.            desktopSearchFormWrapper.addEventListener('focusin', (e) => {
  4596.              if (isFocused) return;
  4597.              else {
  4598.                setDelayed(true);
  4599.                if (!delayed) {
  4600.                    if (e.target.closest('#whereClearBtn') || e.target.closest('#clearEventTypeBtn') || e.target.closest('#clearAttendeesBtn')) {
  4601.                        return;
  4602.                    }
  4603.  
  4604.                    if (e.target.closest('#desktopSubmitSearchBtn')) {
  4605.                        return;
  4606.                    }
  4607.                }
  4608.              }
  4609.              isFocused = true;
  4610.  
  4611.              conditionTimeout && clearInterval(conditionTimeout);
  4612.  
  4613.  
  4614.              document.body.classList.add('desktop--search--focused');
  4615.              if ([searchActivity, activityFilter, heroAttendees].includes(document.querySelector(':focus')) === false) {
  4616.                const isEventTypeFocused = e.target.closest(`[data-combobox-results='${activityFilter.getAttribute('data-combobox')}']`);
  4617.                const isHeroAttendeesFocused = e.target.closest(`[data-dropdown-target='${heroAttendees.getAttribute('data-dropdown')}']`);
  4618.  
  4619.                if (!isEventTypeFocused && !isHeroAttendeesFocused && !e.target.closest('.dropdown__box,.autocomplete__container')) {
  4620.                  if (recentSearchDropdown.classList.contains('visible')) {
  4621.                    return;
  4622.                  }
  4623.                  toggleDropdown(searchActivity.value.length > 0 ? recentSearchDropdown : citySearchDropdown, true);
  4624.                    toggleDropdown(searchActivity.value.length > 0 ? citySearchDropdown : recentSearchDropdown, false);
  4625.                }
  4626.              };
  4627.            });
  4628.  
  4629.            desktopSearchFormWrapper.addEventListener('click', (e) => {
  4630.              if ([
  4631.                activityFilter,
  4632.                heroAttendees,
  4633.                desktopSubmitSearchBtn,
  4634.              ].includes(e.target) === false) {
  4635.                const isEventTypeFocused = e.target.closest(`[data-combobox-results='${activityFilter.getAttribute('data-combobox')}']`);
  4636.                const isHeroAttendeesFocused = e.target.closest(`[data-dropdown-target='${heroAttendees.getAttribute('data-dropdown')}']`);
  4637.  
  4638.                if (!isEventTypeFocused) {
  4639.                  activityFilter._va_combobox_instance.close();
  4640.                }
  4641.  
  4642.                if (!isHeroAttendeesFocused) {
  4643.                  toggleDropdown(document.querySelector('[data-dropdown-target="attendees"]'), false);
  4644.                }
  4645.  
  4646.                if (!e.target.closest('.dropdown__box,.autocomplete__container')) {
  4647.                  if (!isEventTypeFocused && !isHeroAttendeesFocused && !e.target.closest('.track--focus')) {
  4648.                    searchActivity?.focus();
  4649.                  }
  4650.  
  4651.                  e.stopPropagation();
  4652.                }
  4653.              };
  4654.            });
  4655.  
  4656.            searchActivity.addEventListener('click', () => {
  4657.              activityFilter._va_combobox_instance.close();
  4658.              toggleDropdown(document.querySelector('[data-dropdown-target="attendees"]'), false);
  4659.            });
  4660.  
  4661.            [activityFilter, heroAttendees].forEach(element => {
  4662.              element?.addEventListener('click', () => {
  4663.                toggleDropdown(searchActivity.value.length > 0 ? recentSearchDropdown : citySearchDropdown, false);
  4664.                // toggleDropdown(searchActivity.value.length > 0 ? citySearchDropdown : recentSearchDropdown, false);
  4665.              });
  4666.            });
  4667.  
  4668.            const focusOutHandler = () => {
  4669.              isFocused = false;
  4670.              setDelayed(false);
  4671.  
  4672.              conditionTimeout = setTimeout(() => {
  4673.                desktopSearchInput.blur();
  4674.                activityFilter.blur();
  4675.                heroAttendees.blur();
  4676.  
  4677.                activityFilter._va_combobox_instance.close();
  4678.                toggleDropdown(document.querySelector(`[data-dropdown-target='${heroAttendees.getAttribute('data-dropdown')}']`), false);
  4679.                toggleDropdown(recentSearchDropdown, false);
  4680.                toggleDropdown(citySearchDropdown, false);
  4681.              }, 110);
  4682.  
  4683.              document.body.classList.remove('desktop--search--focused');
  4684.            }
  4685.  
  4686.            desktopSearchFormWrapper.addEventListener('focusout', focusOutHandler);
  4687.            document.addEventListener("visibilitychange", () => {
  4688.                if (document.hidden) {
  4689.                    desktopSearchInput.blur();
  4690.                    activityFilter.blur();
  4691.                    heroAttendees.blur();
  4692.  
  4693.                    activityFilter._va_combobox_instance.close();
  4694.                    toggleDropdown(document.querySelector(`[data-dropdown-target='${heroAttendees.getAttribute('data-dropdown')}']`), false);
  4695.                    toggleDropdown(recentSearchDropdown, false);
  4696.                    toggleDropdown(citySearchDropdown, false);
  4697.                    focusOutHandler();
  4698.                }
  4699.            });
  4700.  
  4701.            const getOffsetTop = function (element) {
  4702.                if (!element) return 0;
  4703.                return getOffsetTop(element.offsetParent) + element.offsetTop;
  4704.            };
  4705.  
  4706.            window.addEventListener('resize', window.debounce_fn(() => {
  4707.                const headerHeight = document.querySelector("#page_container > header").offsetHeight;
  4708.                const boxFromTop = getOffsetTop(desktopHeroSearchForm) - 160;
  4709.                const boxHeight = desktopHeroSearchForm.offsetHeight;
  4710.  
  4711.                const height = (headerHeight - (boxFromTop + boxHeight));
  4712.                const minusTransformY = -(boxFromTop - (boxHeight * 0.2));
  4713.                // document.querySelector("#citySearchDropdown").style.maxHeight = `${height}px !important`;
  4714.                document.body.style.setProperty('--hero-dropdown-height', `${height}px`);
  4715.                document.body.style.setProperty('--hero-search-y-offset', height > 200 ? `${minusTransformY * 0.8}px` : null);
  4716.            }, 300));
  4717.  
  4718.            /**
  4719.             * TEMPRORARY
  4720.             * this will be removed once the country integration happens with JSON
  4721.            */
  4722.            const updateDesktopCount = (venuesCount, agenciesCount) => {
  4723.                citySearchDropdown.querySelectorAll('.venue--counts').forEach(element => {
  4724.                    element.innerHTML = venuesCount;
  4725.                });
  4726.                citySearchDropdown.querySelectorAll('.agencies--counts').forEach(element => {
  4727.                    element.innerHTML = agenciesCount;
  4728.                });
  4729.            }
  4730.            citySearchDropdown.querySelectorAll('[data-venue-count]').forEach(element => {
  4731.                element.addEventListener('click', (e) => {
  4732.                    const venuesCount = element.getAttribute('data-venue-count');
  4733.                    const agencyCount = element.getAttribute('data-agency-count');
  4734.                    updateDesktopCount(venuesCount, agencyCount);
  4735.                });
  4736.            });
  4737.  
  4738.            const updateMobileCount = (venuesCount, agenciesCount) => {
  4739.                formInCityModal.querySelectorAll('.venue--counts').forEach(element => {
  4740.                    element.innerHTML = venuesCount;
  4741.                });
  4742.                formInCityModal.querySelectorAll('.agencies--counts').forEach(element => {
  4743.                    element.innerHTML = agenciesCount;
  4744.                });
  4745.            }
  4746.            formInCityModal.querySelectorAll('[data-venue-count]').forEach(element => {
  4747.                element.addEventListener('click', (e) => {
  4748.                    const venuesCount = element.getAttribute('data-venue-count');
  4749.                    const agencyCount = element.getAttribute('data-agency-count');
  4750.                    updateMobileCount(venuesCount, agencyCount);
  4751.                });
  4752.            });
  4753.        })();
  4754.    </script>
  4755.  <!-- Tippy.js -->
  4756.  <script src="https://unpkg.com/@popperjs/core@2"></script>
  4757.  <script src="https://unpkg.com/tippy.js@6"></script>
  4758.  <script>
  4759.    document.querySelectorAll('.advisor--avatar').forEach((advisorAvatar, index) => {
  4760.      const advisorAvatarTemplate = advisorAvatar.querySelector('template');
  4761.  
  4762.      const content = advisorAvatarTemplate?.content.firstElementChild;
  4763.  
  4764.      const instance = tippy(advisorAvatar, {
  4765.        content: content.outerHTML,
  4766.        allowHTML: true,
  4767.        maxWidth: document.querySelector('.advisor--avatar__container').getBoundingClientRect().width,
  4768.        interactive: true,
  4769.        // offset: [0, 0],
  4770.        // delay: [null, 300],
  4771.        interactiveDebounce: 100,
  4772.        getReferenceClientRect: () => {
  4773.          const rect = advisorAvatar.getBoundingClientRect();
  4774.          return { ...rect, left: 200 };
  4775.        },
  4776.        appendTo: 'parent',
  4777.        placement: 'bottom-start',
  4778.      });
  4779.  
  4780.      instance.popper.style.setProperty('--tippy-arrow-left',
  4781.        (advisorAvatar.getBoundingClientRect().width * index)
  4782.        + ((index - 1) * 8)
  4783.        + (advisorAvatar.getBoundingClientRect().width / 2)
  4784.        + 'px'
  4785.      );
  4786.    });
  4787.  </script>
  4788.  <script>
  4789.    const passwordInputs = document.querySelectorAll('.password__input--wrapper input');
  4790.    window.addEventListener('load', () => {
  4791.      setTimeout(() => {
  4792.        passwordInputs.forEach(pi => {
  4793.          pi.setAttribute('type', 'password');
  4794.        });
  4795.      }, window._browserCheck?.isSafari() ? 1500 : 0);
  4796.    })
  4797.  </script>
  4798. </body>
  4799.  
  4800.  
  4801. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda