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" />
  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 (Beta) - Find the Best Venues in Dubai - 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="Behzad Neissari">
  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 (Beta) - Find the Best Venues in Dubai - 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 (Beta) - Find the Best Venues in Dubai - 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. </head>
  262.    <body class="bg-[#F9F9F9] relative " data-favorite-count="0" tabIndex=0>
  263.  
  264. <div id="loadingDiv"></div>
  265.  
  266.  
  267.    <!-- Loading Section -->
  268.    <section class="loading_wrapper">
  269.        <div class="w-full h-full relative">
  270.            <h1 class="loading_title_front">VENUE WISE</h1>
  271.            <h1 class="loading_title_back">VENUE WISE</h1>
  272.            <div class="loading_progress">
  273.                <span></span>
  274.            </div>
  275.        </div>
  276.    </section>
  277.  
  278.  
  279.  <!-- Search Modal -->
  280.  <section data-modal-name="search_modal" class="!items-end modal--animate__slide__up">
  281.    <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]">
  282.    <form action="/filter" method="POST" class="flex flex-col grow gap-y-4 duration-300 relative">
  283.      <div class="bg-gray-5/20 absolute -top-4 left-1/2 -translate-x-1/2 h-1 w-20 rounded-full close--modal"></div>
  284.        <h3 class="font-neue-text font-bold text-[2rem]">Explore Venues</h3>
  285.        <input type="hidden" name="_token" value="PEW4zo2eTybpq8siyysikSlnBKpqSEvG5sC5Qkfq">        <div class="flex gap-2 w-full">
  286.          <svg width="30" height="30" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  287.            <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" />
  288.          </svg>
  289.          <div class="w-full flex items-center border-b pl-1 border-[#363636] overflow-hidden relative">
  290.            <input class="peer venue-search-input !text-black" type="text" placeholder="Search your venue by name" data-search-highlight="true"
  291.              data-combobox-clear-el="button"
  292.              data-combobox-submit-form="true"
  293.              data-combobox="venueNameFilterFieldMobile" name="keyword" value="">
  294.             <button type="button" class="text-white top-1/2 -translate-y-1/2 right-0 px-3 h-full absolute opacity-0 pointer-events-none">
  295.              <img src="https://venuewise.com/assets/SVGs/icons/dismiss.svg" alt="remove item from list" />
  296.            </button>
  297.          </div>
  298.        </div>
  299.        <div class="autocomplete__container">
  300.          <ul class="autocomplete__results z-[990] !ml-0" data-combobox-results="venueNameFilterFieldMobile"></ul>
  301.        </div>
  302.        <input class="absolute bottom-0 font-semibold text-black bg-green hover:bg-black hover:text-white transition-colors duration-200 w-full h-14 my-2 text-center font-neue"   value="Search" type="submit">
  303.      </form>
  304.    </div>
  305.  </section>
  306.  
  307.  <!-- Cursor -->
  308.  <div class="cursor-wrapper invisible lg:visible">
  309.    <div class="relative">
  310.      <div class="cursor-arrow">
  311.        <!-- prettier-ignore -->
  312.        <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
  313.          <mask id="mask0_434_2721" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="30" height="30">
  314.            <rect x="0.882812" y="0.882324" width="28.2353" height="28.2353" fill="#D9D9D9" />
  315.          </mask>
  316.          <g mask="url(#mask0_434_2721)">
  317.            <path d="M8.48266 22.2909L6.60352 20.4117L17.7359 9.27938H7.85031V6.60291H22.2915V21.0441H19.615V11.1586L8.48266 22.2909Z" fill="#181A1B" />
  318.          </g>
  319.        </svg>
  320.      </div>
  321.    </div>
  322.  </div>
  323.  
  324.  <!--  Expert Modal  -->
  325.  <section data-modal-name="expert_modal" class="!flex-col gap-2 !justify-start lg:!justify-center pt-3 lg:pt-0">
  326.    <div class="flex justify-end w-[95vw] lg:!w-[70vw]">
  327.      <img src="https://venuewise.com/assets/SVGs/icons/white-close.svg" class="w-[30px] cursor-pointer" />
  328.    </div>
  329.    <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">
  330.      <div class="hidden lg:w-[48%] lg:flex flex-col items-center justify-center gap-2 p-7 lg:p-10 bg-[#C8D200] ">
  331.        <h3 class="text-4xl font-neue-text font-bold text-black">
  332.          Ask a venue advisor
  333.        </h3>
  334.        <p class="text-[16px] lg:text-2xl font-neue text-black text-center mb-5 lg:mb-10">
  335.          Venue Wise have a team of experts in the venue and event to
  336.          respond to you as soon as possible.
  337.        </p>
  338.        <img src="https://venuewise.com/assets/images/layout/photos-frame.png" alt="ask a venue advisor" class="inline w-96 mx-10" alt="" />
  339.      </div>
  340.      <div class="w-full lg:w-[52%] h-full px-10 py-7 lg:py-10 lg:max-h-[90vh]">
  341.        <h3 class="block lg:hidden text-center text-[28px] font-neue-text font-bold">Ask a venue advisor</h3>
  342.        <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%]">
  343.          Tell us about your event! These details will
  344.          <br class="block lg:hidden">
  345.          help your request
  346.          receive fast and accurate quotes.
  347.        </div>
  348.        <form action="#" class="flex flex-col gap-y-4 py-6">
  349.          <div class="w-full flex flex-col lg:flex-row gap-4">
  350.            <div class="flex flex-col gap-1 w-full lg:w-1/2">
  351.               <label for="" class="input-label hidden lg:block">Name</label>
  352.              <input type="text" placeholder="Enter your full name" class="input-outline !h-[50px]" id="adviser_fullname"/>
  353.            </div>
  354.            <div class="flex flex-col gap-1 w-full lg:w-1/2">
  355.               <label for="" class="input-label hidden lg:block">Email</label>
  356.              <input type="email" placeholder="Enter your email address" class="input-outline !h-[50px] invalid:border-[red]" id="adviser_email" />
  357.            </div>
  358.          </div>
  359.          <div class="w-full flex flex-col lg:flex-row gap-4">
  360.            <div class="flex flex-col gap-1 w-full lg:w-1/2">
  361.               <label for="" class="input-label hidden lg:block">Event Type</label>
  362.               <input placeholder="Choose"
  363.                        id="adviser_activity"
  364.                        name="adviser_activity"
  365.                        class="vrf-dropdown"
  366.                        data-combobox="adviser_activity"
  367.                        data-search-disabled="true"
  368.                        readonly required/>
  369.                
  370.                        <div class="autocomplete__container">
  371.                            <ul class="autocomplete__results !max-h-[200px] !ml-0 !mt-1"
  372.                                data-combobox-results="adviser_activity">
  373.                              <li>-</li>
  374.                                                            <li>Art Shows</li>    
  375.                                                            <li>Brand Activations</li>    
  376.                                                            <li>Concerts and Music Festivals</li>    
  377.                                                            <li>Conferences</li>    
  378.                                                            <li>Corporate Events</li>    
  379.                                                            <li>Exhibitions</li>    
  380.                                                            <li>Fashion Shows and Weeks</li>    
  381.                                                            <li>Film Festivals</li>    
  382.                                                            <li>Food Festival</li>    
  383.                                                            <li>Gaming Tournaments</li>    
  384.                                                            <li>Government Events</li>    
  385.                                                            <li>Graduation Events</li>    
  386.                                                            <li>Indoor Dinners/Awards/Galas</li>    
  387.                                                            <li>Large Meetings</li>    
  388.                                                            <li>Movie Premiere</li>    
  389.                                                            <li>Networking Events</li>    
  390.                                                            <li>Outdoor Dinners/Awards/Galas</li>    
  391.                                                            <li>Parties and Celebrations</li>    
  392.                                                            <li>Photo and Video Shoots</li>    
  393.                                                            <li>Product Launches and Demos</li>    
  394.                                                            <li>Religious Festivals and Events</li>    
  395.                                                            <li>Seminars</li>    
  396.                                                            <li>Small Meetings</li>    
  397.                                                            <li>Sports Tournaments</li>    
  398.                                                            <li>Team Building Activities</li>    
  399.                                                            <li>Theaters and Performances</li>    
  400.                                                            <li>Trade Shows</li>    
  401.                                                            <li>Trainings and Workshops</li>    
  402.                                                            <li>Weddings-Indoor</li>    
  403.                                                            <li>Weddings-Outdoor</li>    
  404.                                                          
  405.                            </ul>
  406.                        </div>
  407.              
  408.            </div>
  409.            <div class="flex flex-col gap-1 w-full lg:w-1/2">
  410.               <label for="" class="input-label hidden lg:block">Attendees</label>
  411.              <input type="number" placeholder="Number of attendees" class="input-outline !h-[50px]" id="adviser_attendees" />
  412.            </div>
  413.          </div>
  414.          <div class="w-full flex flex-col gap-y-1 pb-2">
  415.             <label for="" class="input-label hidden lg:block">Description</label>
  416.            <textarea class="textarea-outline !h-20"  placeholder="Tell us more about your event" cols="30" id="adviser_description" rows="10"></textarea>
  417.          </div>
  418.          <input type="button" value="Send" class="black-btn w-full !h-[50px]" id="adviser_send" />
  419.        </form>
  420.        <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>
  421.        <div class="flex gap-x-4 w-full pt-6 tablet:pt-3 lg:pt-6 font-neue font-semibold text-white text-center">
  422.          <a href="https://api.whatsapp.com/send?phone=971528867506" class="w-1/3 !h-[50px] black-btn"> WhatsApp </a>
  423.          <a href="mailto:support@venuewise.com" class="w-1/3 !h-[50px] black-btn"> Email </a>
  424.          <a href="tel:+971528867506" class="w-1/3 !h-[50px] black-btn"> Call </a>
  425.        </div>
  426.      </div>
  427.    </div>
  428.  </section>
  429.  
  430.  <!--  Create Collection Modal 1: add  -->
  431.  <section data-modal-name="create_collection_modal1" id="create_collection_modal1" 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.      <div class="create-collection-card-prev" id="create_collection_card_prev1"></div>
  435.      <div class="create-collection-body">
  436.        <div class="w-full h-[20%] border-b text-center py-10 lg:py-0">
  437.          <h2 class="font-neue-text font-bold text-black text-[24px] lg:text-[40px] leading-[110%]">
  438.            Save your venue to a collection
  439.            and stay organized
  440.          </h2>
  441.        </div>
  442.        <div id="errorModal" style="display: none;" ></div>
  443.        <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>
  444.        <div class="create-collection-action">
  445.          <input type="hidden" value="1" id="get_venueid" name="get_venueid">
  446.          <span id="create_new_collection" class="font-neue-text font-bold text-[18px] cursor-pointer hover:text-green transition-colors">
  447.            + Create New Collection
  448.          </span>
  449.          <button type="button" class="black-btn w-full lg:w-[150px] py-5" id="collection_save_btn">Save</button>
  450.          <button type="button" class="outline-btn close--modal">Cancel</button>
  451.        </div>
  452.      </div>
  453.    </div>
  454.  </section>
  455.  
  456.  <!--  Create Collection Modal 2: form  -->
  457.  <section data-modal-name="create_collection_modal2" id="create_collection_modal2" class="!items-end modal--animate__slide__up modal--slideup">
  458.    <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]">
  459.      <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>
  460.  
  461.      <div class="create-collection-card-prev" id="create_collection_card_prev2"></div>
  462.      <div class="create-collection-body">
  463.        <div class="w-full flex items-center justify-center lg:h-[20%] border-b text-center lg:py-0 py-10">
  464.          <h2 class="font-neue-text font-bold text-black text-[32px] lg:text-[40px] leading-[110%]">
  465.            Create New Collection
  466.          </h2>
  467.        </div>
  468.        <div id="errorModal" style="display: none;" >
  469.            <!-- Modal content goes here -->
  470.          </div>
  471.        <div class="w-full flex flex-col justify-between lg:h-[65%] lg:mt-0 mt-4">
  472.          
  473.            <input type="hidden" id="save_venueid"  name="save_venueid">
  474.  
  475.           <div class="flex flex-col gap-3">
  476.            <div class="w-full flex flex-col lg:flex-row gap-4">
  477.              <div class="flex flex-col gap-y-2 w-full lg:w-1/2">
  478.                <label for=""
  479.                       class="input-label">Collection Name</label>
  480.                <input type="text" required name="name" id="collection_name"
  481.                       placeholder="Name your collection"
  482.                       autocomplete="off" maxlength="50"
  483.                       class="input-outline !h-[60px]" />
  484.              </div>
  485.  
  486.  
  487.              <div class="flex flex-col w-full lg:w-1/2">
  488.  
  489.                <div class="flex flex-col gap-y-2 w-full">
  490.                  <label for="" class="input-label">Event type</label>
  491.                  <input type="text" placeholder="Enter your event type" class="input-outline !h-[60px]"
  492.                      data-combobox="collection_type" data-combobox-check="false"
  493.                      data-combobox-clear-el="button"
  494.                      id="collection_type"
  495.                      name="collection_type"
  496.                      autocomplete="off"
  497.                      required
  498.                      />
  499.                </div>
  500.  
  501.                <div class="autocomplete__container">
  502.                    <ul class="autocomplete__results z-[990] !ml-0" data-combobox-results="collection_type">
  503.                                                <li data-combobox-checked="false" data-combobox-checked-value="Art Shows">
  504.                            Art Shows
  505.                        </li>
  506.                                                <li data-combobox-checked="false" data-combobox-checked-value="Brand Activations">
  507.                            Brand Activations
  508.                        </li>
  509.                                                <li data-combobox-checked="false" data-combobox-checked-value="Concerts and Music Festivals">
  510.                            Concerts and Music Festivals
  511.                        </li>
  512.                                                <li data-combobox-checked="false" data-combobox-checked-value="Conferences">
  513.                            Conferences
  514.                        </li>
  515.                                                <li data-combobox-checked="false" data-combobox-checked-value="Corporate Events">
  516.                            Corporate Events
  517.                        </li>
  518.                                                <li data-combobox-checked="false" data-combobox-checked-value="Exhibitions">
  519.                            Exhibitions
  520.                        </li>
  521.                                                <li data-combobox-checked="false" data-combobox-checked-value="Fashion Shows and Weeks">
  522.                            Fashion Shows and Weeks
  523.                        </li>
  524.                                                <li data-combobox-checked="false" data-combobox-checked-value="Film Festivals">
  525.                            Film Festivals
  526.                        </li>
  527.                                                <li data-combobox-checked="false" data-combobox-checked-value="Food Festival">
  528.                            Food Festival
  529.                        </li>
  530.                                                <li data-combobox-checked="false" data-combobox-checked-value="Gaming Tournaments">
  531.                            Gaming Tournaments
  532.                        </li>
  533.                                                <li data-combobox-checked="false" data-combobox-checked-value="Government Events">
  534.                            Government Events
  535.                        </li>
  536.                                                <li data-combobox-checked="false" data-combobox-checked-value="Graduation Events">
  537.                            Graduation Events
  538.                        </li>
  539.                                                <li data-combobox-checked="false" data-combobox-checked-value="Indoor Dinners/Awards/Galas">
  540.                            Indoor Dinners/Awards/Galas
  541.                        </li>
  542.                                                <li data-combobox-checked="false" data-combobox-checked-value="Large Meetings">
  543.                            Large Meetings
  544.                        </li>
  545.                                                <li data-combobox-checked="false" data-combobox-checked-value="Movie Premiere">
  546.                            Movie Premiere
  547.                        </li>
  548.                                                <li data-combobox-checked="false" data-combobox-checked-value="Networking Events">
  549.                            Networking Events
  550.                        </li>
  551.                                                <li data-combobox-checked="false" data-combobox-checked-value="Outdoor Dinners/Awards/Galas">
  552.                            Outdoor Dinners/Awards/Galas
  553.                        </li>
  554.                                                <li data-combobox-checked="false" data-combobox-checked-value="Parties and Celebrations">
  555.                            Parties and Celebrations
  556.                        </li>
  557.                                                <li data-combobox-checked="false" data-combobox-checked-value="Photo and Video Shoots">
  558.                            Photo and Video Shoots
  559.                        </li>
  560.                                                <li data-combobox-checked="false" data-combobox-checked-value="Product Launches and Demos">
  561.                            Product Launches and Demos
  562.                        </li>
  563.                                                <li data-combobox-checked="false" data-combobox-checked-value="Religious Festivals and Events">
  564.                            Religious Festivals and Events
  565.                        </li>
  566.                                                <li data-combobox-checked="false" data-combobox-checked-value="Seminars">
  567.                            Seminars
  568.                        </li>
  569.                                                <li data-combobox-checked="false" data-combobox-checked-value="Small Meetings">
  570.                            Small Meetings
  571.                        </li>
  572.                                                <li data-combobox-checked="false" data-combobox-checked-value="Sports Tournaments">
  573.                            Sports Tournaments
  574.                        </li>
  575.                                                <li data-combobox-checked="false" data-combobox-checked-value="Team Building Activities">
  576.                            Team Building Activities
  577.                        </li>
  578.                                                <li data-combobox-checked="false" data-combobox-checked-value="Theaters and Performances">
  579.                            Theaters and Performances
  580.                        </li>
  581.                                                <li data-combobox-checked="false" data-combobox-checked-value="Trade Shows">
  582.                            Trade Shows
  583.                        </li>
  584.                                                <li data-combobox-checked="false" data-combobox-checked-value="Trainings and Workshops">
  585.                            Trainings and Workshops
  586.                        </li>
  587.                                                <li data-combobox-checked="false" data-combobox-checked-value="Weddings-Indoor">
  588.                            Weddings-Indoor
  589.                        </li>
  590.                                                <li data-combobox-checked="false" data-combobox-checked-value="Weddings-Outdoor">
  591.                            Weddings-Outdoor
  592.                        </li>
  593.                                            </ul>
  594.                </div>  
  595.  
  596.              </div>
  597.  
  598.            </div>
  599.            <div class="w-full flex gap-x-4">
  600.              <div class="flex flex-col gap-y-2 w-full">
  601.                <label for=""
  602.                       class="input-label">Location</label>
  603.                <input type="text" name="location" id="collection_location"
  604.                       value=""
  605.                       placeholder="Enter location"
  606.                       autocomplete="off"  maxlength="50"
  607.                       class="input-outline !h-[60px]" />
  608.              </div>
  609.            </div>
  610.           </div>
  611.  
  612.            <div class="flex flex-col lg:flex-row justify-end items-center gap-x-20 gap-y-4 my-6">
  613.              <span
  614.                    class="close--modal hidden lg:inline font-neue font-semibold text-[18px] cursor-pointer">Cancel</span>
  615.              <input type="button" id="collection_save2"
  616.                     class="black-btn w-full lg:w-[150px] py-5 font-neue font-semibold text-[18px] collection_save2"
  617.                     value="Save">
  618.  
  619.              <button type="button"
  620.                      class="close--modal outline-btn flex lg:hidden">Cancel</button>
  621.            </div>
  622.        
  623.        </div>
  624.      </div>
  625.    </div>
  626.  </section>
  627.  
  628.  
  629.  <!-- Signup Modal -->
  630.  <section data-modal-name="signup_modal">
  631.    <div class="modal__inner flex flex-col justify-between w-[550px] bg-white px-12 py-16">
  632.      <div class="flex justify-end items-center gap-x-2 mb-20">
  633.        <span class="font-neue">Already have an account?</span>
  634.        <a data-modal-open="login_modal" class="black-link">Sign In</a>
  635.      </div>
  636.      <div class="flex flex-col items-center gap-y-4">
  637.        <h3 class="font-neue-text font-bold text-[40px]">Sign Up</h3>
  638.        <span class="font-neue">You’re almost there! Let us know who you are</span>
  639.        <div class="auth-message-box auth-message-box-error" style="display: none;"  id="signupError">
  640.          Success: Updated members status
  641.        </div>
  642.        <form action="#" method="POST" class="flex flex-col gap-y-5 w-full border-black border-b-2 pb-6">
  643.          <input type="hidden" name="_token" value="PEW4zo2eTybpq8siyysikSlnBKpqSEvG5sC5Qkfq">          <input type="text" class="input-outline" name="fullname" id="fullname" required placeholder="Fullname" />
  644.          <input type="email" class="input-outline" name="email" id="email" placeholder="Email" />
  645.  
  646.          <div class="password__input--wrapper">
  647.            <input type="text" name="password" id="password"  class="input-outline h-16" placeholder="Password" autocomplete="current-password" required/>
  648.            <img src="https://venuewise.com/assets/SVGs/icons/eye.svg"  class="password__input--icon" />
  649.          </div>
  650.  
  651.          <div class="password__input--wrapper">
  652.            <input type="text" name="password_confirmation" id="password_confirmation"  class="input-outline h-16" placeholder="Confirm your password" autocomplete="current-password" required/>
  653.            <img src="https://venuewise.com/assets/SVGs/icons/eye.svg"  class="password__input--icon" />
  654.          </div>
  655.  
  656.          <input type="button" id="signupBtn" class="flex primary-button" value="Sign Up" />
  657.        </form>
  658.        <div class="w-full flex flex-col gap-3">
  659.          <a href="/auth/google" class="group link-outline py-3">
  660.            <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  661.              <path
  662.                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"
  663.                fill="#181A1B" class="group-hover:fill-white" />
  664.            </svg>
  665.            Sign Up with Google
  666.          </a>
  667.          <a href="#" class="group link-outline py-3" style="display: none;">
  668.            <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  669.              <path
  670.                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"
  671.                fill="#181A1B" class="group-hover:fill-white" />
  672.            </svg>
  673.            Sign Up with Facebook
  674.          </a>
  675.        </div>
  676.      </div>
  677.    </div>
  678.  </section>
  679.  
  680.  <!-- Login Modal -->
  681.  <section data-modal-name="login_modal" id="login_modal" >
  682.    <div class="modal__inner flex flex-col justify-between w-[550px] bg-white px-12 py-16">
  683.      <div class="flex justify-end items-center gap-x-2 mb-20">
  684.        <span class="font-neue">Don't have an account?</span>
  685.        <a data-modal-open="signup_modal" class="black-link">Sign Up</a>
  686.      </div>
  687.      <div class="flex flex-col items-center gap-y-4">
  688.        <h3 class="font-neue-text font-bold text-[40px]">Sign In</h3>
  689.        <span class="font-neue"></span>
  690.        <div class="auth-message-box auth-message-box-error" style="display: none;"  id="loginError">
  691.          Success: Updated members status
  692.        </div>
  693.        <form action="#" class="flex flex-col gap-y-5 w-full border-black border-b-2 pb-6">
  694.          <input type="hidden" name="_token" value="PEW4zo2eTybpq8siyysikSlnBKpqSEvG5sC5Qkfq">
  695.          <input type="email" name="email" id="loginemail" class="input-outline" required placeholder="Email" />
  696.          <div class="password__input--wrapper">
  697.            <input type="text" name="password" id="loginpassword"  class="input-outline h-16" placeholder="Password" autocomplete="current-password" required/>
  698.            <img src="https://venuewise.com/assets/SVGs/icons/eye.svg"  class="password__input--icon" />
  699.          </div>
  700.          <input type="button" class="flex primary-button" value="Sign In" id="loginBtn" />
  701.          <a data-modal-open="forget_password_modal"
  702.            class="!inline text-black font-neue-text font-bold hover:text-green hover:underline hover:underline-offset-2 transition-all">
  703.            Forget password
  704.          </a>
  705.        </form>
  706.        <div class="w-full flex flex-col gap-3">
  707.          <a href="/auth/google" class="group link-outline py-3">
  708.            <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  709.              <path
  710.                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"
  711.                fill="#181A1B" class="group-hover:fill-white" />
  712.            </svg>
  713.            Sign In with Google
  714.          </a>
  715.          <a href="#" class="group link-outline py-3" style="display: none;">
  716.            <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  717.              <path
  718.                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"
  719.                fill="#181A1B" class="group-hover:fill-white" />
  720.            </svg>
  721.            Sign In with Facebook
  722.          </a>
  723.        </div>
  724.      </div>
  725.    </div>
  726.  </section>
  727.  
  728.  <!-- Forget Password Modal -->
  729.  <section data-modal-name="forget_password_modal">
  730.    <div class="modal__inner flex flex-col justify-between w-[550px] bg-white px-12 py-16">
  731.      <div class="flex justify-end items-center gap-x-2 mb-20">
  732.        <span class="font-neue">Back to </span>
  733.        <a data-modal-open="login_modal" class="black-link">Sign In</a>
  734.      </div>
  735.      <div class="flex flex-col items-center gap-y-4">
  736.        <h3 class="font-neue-text font-bold text-[40px]">Forget Password</h3>
  737.        <span class="font-neue">Enter your email please</span>
  738.        <div class="auth-message-box auth-message-box-error" style="display: none;"  id="forgotError" >
  739.          Success: Updated members status
  740.        </div>
  741.        <form action="#" class="flex flex-col gap-y-5 w-full pb-6">
  742.          <input type="email" id="forgotemail" class="input-outline" placeholder="Email" />
  743.          <input type="button" class="flex primary-button" value="Forget Password" id="forgetPasswordBtn"/>
  744.          <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>
  745.        </form>
  746.      </div>
  747.    </div>
  748.  </section>
  749.  
  750.  <section id="deleteModal" data-modal-name="delete_confirmation_modal">
  751.      <div
  752.      class="modal__inner flex flex-col gap-y-8 justify-between items-center w-[90vw] lg:w-[620px] bg-white px-12 py-10">
  753.      <div class="flex flex-col items-center gap-y-10">
  754.      <h3 class="font-neue-text font-bold text-[40px] text-center mb-12">
  755.      Are you sure you want to delete this Collection?
  756.      </h3>
  757.      <div class="w-full flex justify-center gap-x-2">
  758.      <button class="close--modal link-outline !mt-0 !h-[60px] w-[200px]">
  759.          No
  760.      </button>
  761.      <button id="deleteCollectionYes"
  762.              class="close--modal black-btn !h-[60px] w-[200px]">
  763.          Yes
  764.      </button>
  765.      <input type="hidden" id="deleteCollectionId">
  766.      </div>
  767.      </div>
  768.      </div>
  769.  </section>
  770.  
  771.  <section id="deleteModal2" data-modal-name="delete_confirmation_modal2">
  772.        <div
  773.        class="modal__inner flex flex-col gap-y-8 justify-between items-center w-[90vw] lg:w-[620px] bg-white px-12 py-10">
  774.        <div class="flex flex-col items-center gap-y-10">
  775.        <h3 class="font-neue-text font-bold text-[40px] text-center mb-12">
  776.        Are you sure you want to unfavorite?
  777.        </h3>
  778.        <div class="w-full flex justify-center gap-x-2">
  779.        <button class="close--modal link-outline !mt-0 !h-[60px] w-[200px]">
  780.            No
  781.        </button>
  782.        <button id="deleteCollectionYes"
  783.                class="close--modal black-btn !h-[60px] w-[200px]">
  784.            Yes
  785.        </button>
  786.        <input type="hidden" id="deleteCollectionId">
  787.        </div>
  788.        </div>
  789.        </div>
  790.  </section>
  791.  
  792.  <!-- snackbar liked -->
  793.  <div id="snackbar">Venue successfully added to favorite list.</div>
  794. <!-- Main Container Here -->
  795. <main id="page_container" class="main relative page_container">
  796.                <!--  Nav  -->
  797.        <nav class="navigation home-navigation !absolute !bg-black/0  ">
  798.            <div class="navigation-inner">
  799.                <div class="identity">
  800.                    <a href="/">
  801.                        <!-- Nav Logo -->
  802.                        <img src="https://venuewise.com/assets/SVGs/logo-white.svg" class="block lg:w-36" alt="venuewise"/>
  803.                    </a>
  804.                    <a href="/venues" class="nav-link">Venues</a>
  805.                    <a href="/adviser-request-form" class="nav-link">Ask a venue advisor </a>
  806.  
  807.                </div>
  808.  
  809.                <!-- Actions -->
  810.                <div class="actions items-center">
  811.  
  812.                    <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>
  813.  
  814.                    <div class="z-[3]">
  815.                        <div class="venue-search-wrapper">
  816.  
  817.                            <form id="filterFormTop1" action="/filter" method="POST" autocomplete="off" class="w-full flex items-center border-b pl-1 border-[#363636] overflow-hidden relative">
  818.                                <input type="hidden" name="_token" value="PEW4zo2eTybpq8siyysikSlnBKpqSEvG5sC5Qkfq">                                                                <input class="peer venue-search-input" type="text" placeholder="Search your venue by name"
  819.                                       id="venueNameSearch" data-combobox-submit-form="true" data-combobox-clear-el="button" name="keyword" data-search-highlight="true" autocomplete="off" value="" data-combobox="venueNameFilterField">
  820.  
  821.                                <button type="button"
  822.                                        class="text-white top-1/2 -translate-y-1/2 right-0 px-3 h-full absolute opacity-0 pointer-events-none" style="right: 30px">
  823.                                    <img src="https://venuewise.com/assets/SVGs/icons/dismiss.svg" class="invert"/>
  824.                                </button>
  825.  
  826.                                <button type="submit" class="fill-green">
  827.                                    <svg width="30" height="30" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  828.                                        <path
  829.                                                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"
  830.                                                fill="white"/>
  831.                                    </svg>
  832.                                </button>
  833.                            </form>
  834.  
  835.                        </div>
  836.  
  837.                        <div class="autocomplete__container">
  838.                            <ul class="autocomplete__results z-[990] !ml-0" data-combobox-results="venueNameFilterField">
  839.  
  840.                            </ul>
  841.                        </div>
  842.                    </div>
  843.  
  844.                                            <a href="#" class="group " data-modal-open="login_modal">
  845.                            <svg width="30" height="30" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  846.                                <mask id="mask0_0_1222" style="mask-type: alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25"
  847.                                      height="24">
  848.                                    <rect class="group-hover:fill-green" x="0.179199" width="24" height="24" fill="#D9D9D9"/>
  849.                                </mask>
  850.                                <g mask="url(#mask0_0_1222)">
  851.                                    <path
  852.                                            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"
  853.                                            fill="white" class="group-hover:fill-green"/>
  854.                                </g>
  855.                            </svg>
  856.                            Sign in / Sign up
  857.                        </a>
  858.  
  859.                                        
  860.                    <a class="group button-outline" id="favorite_list_btn" href="/collection">
  861.      <span
  862.              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>
  863.                        <svg width="21" height="19" viewBox="0 0 21 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  864.                            <path
  865.                                    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"
  866.                                    class="group-hover:stroke-green" stroke="white" stroke-width="2"/>
  867.                        </svg>
  868.                        Your favorite venues
  869.                    </a>
  870.                </div>
  871.  
  872.                <!-- Mobile Menu Behzad-Edit -->
  873.                <div class="mobile-actions">
  874.      
  875.  
  876.    <span id="mobile_search_icon" data-modal-open="search_modal">
  877.      <svg width="27" height="27" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  878.        <mask id="mask0_4510_48128" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24"
  879.              height="24">
  880.          <rect width="24" height="24" fill="#D9D9D9"/>
  881.        </mask>
  882.        <g mask="url(#mask0_4510_48128)">
  883.          <path d="M16.8496 16.8496L21.7996 21.7996" stroke="white" stroke-width="2.3" stroke-linecap="square"
  884.                stroke-linejoin="round"/>
  885.          <path
  886.                  d="M2 10.4857C2 15.1722 5.79918 18.9714 10.4857 18.9714C12.833 18.9714 14.9578 18.0183 16.494 16.478C18.025 14.9431 18.9714 12.8249 18.9714 10.4857C18.9714 5.79918 15.1722 2 10.4857 2C5.79918 2 2 5.79918 2 10.4857Z"
  887.                  stroke="white" stroke-width="2.3" stroke-linecap="round" stroke-linejoin="round"/>
  888.        </g>
  889.      </svg>
  890.    </span>
  891.  
  892.                    <a class="relative" id="mobile_favorite_icon" href="/collection">
  893.                        <svg width="27" height="25" viewBox="0 0 21 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  894.                            <path id="heart_stroke_mb"
  895.                                  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"
  896.                                  stroke="white" stroke-width="2"/>
  897.                        </svg>
  898.                        <span class="mobile-favorite-count favorite-count-badge">
  899.            
  900.      </span>
  901.                    </a>
  902.  
  903.                                            <a href="/profile">
  904.                            <svg class="mt-[0.25rem]" width="28" height="27" viewBox="0 0 28 27" fill="none" xmlns="http://www.w3.org/2000/svg">
  905.                                <g clip-path="url(#clip0_5226_68146)">
  906.                                    <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"/>
  907.                                </g>
  908.                                <defs>
  909.                                    <clipPath id="clip0_5226_68146">
  910.                                        <rect width="28" height="27" fill="white"/>
  911.                                    </clipPath>
  912.                                </defs>
  913.                            </svg>
  914.                        </a>
  915.                    
  916.                    
  917.  
  918.                    <div class="burger-menu mt-1">
  919.                        <div class="burger-click-region pointer-events-auto top-8 [.menu--open_&]:fixed [.menu--animating_&]:fixed"
  920.                             id="mobileMenuToggle">
  921.                            <span class="burger-menu-piece top"></span>
  922.                            <span class="burger-menu-piece middle"></span>
  923.                            <span class="burger-menu-piece bottom"></span>
  924.                        </div>
  925.                    </div>
  926.                    <div class="mobile-menu">
  927.                        <div>
  928.                            <ul class="mobile-menu-list border-b border-b-[#363636]">
  929.                                <li><a href="/venues">Venues</a></li>
  930.                                <li><a href="/adviser-request-form">Ask a venue advisor</a></li>
  931.                            </ul>
  932.                            <ul class="mobile-menu-list border-b  border-b-[#363636]">
  933.                                <li><a href="/about-us">About us </a></li>
  934.                                <li><a href="/contact-us">Contact us</a></li>
  935.                                <li><a href="/event-types">Event type</a></li>
  936.                                
  937.                                <li><a href="/venue-registration-form">Venue listing</a></li>
  938.                                <li><a href="/blog">Blog</a></li>
  939.                            </ul>
  940.                            <ul class="mobile-menu-list">
  941.                                                                    <a href="profile/register" class="flex items-center gap-x-2">
  942.                                        <svg width="30" height="30" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  943.                                            <mask id="mask0_0_1222" style="mask-type: alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25"
  944.                                                  height="24">
  945.                                                <rect class="group-hover:fill-green" x="0.179199" width="24" height="24" fill="#D9D9D9"/>
  946.                                            </mask>
  947.                                            <g mask="url(#mask0_0_1222)">
  948.                                                <path
  949.                                                        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"
  950.                                                        fill="white" class="group-hover:fill-green"/>
  951.                                            </g>
  952.                                        </svg>
  953.                                        Login / Sign Up
  954.                                    </a>
  955.                                                                
  956.                            </ul>
  957.                        </div>
  958.                    </div>
  959.                </div>
  960.  
  961.            </div>
  962.        </nav>
  963.    
  964.  
  965.    
  966. <!-- Venue Type Modal -->
  967. <section data-modal-name="activities_modal_mobile" class="!items-end modal--animate__slide__up">
  968.  <div
  969.    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] h-max-xs:min-h-[90vh]">
  970.    <form class="flex flex-col grow gap-y-4 transition-[padding-top] duration-300 relative">
  971.      <div class="bg-gray-5/20 absolute -top-4 left-1/2 -translate-x-1/2 h-1 w-20 rounded-full close--modal"></div>
  972.  
  973.      <h3 class="font-neue-text font-bold text-[2rem]">Event type?</h3>
  974.  
  975.      <div class="flex gap-2 w-full">
  976.        <svg width="30" height="30" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  977.          <path
  978.            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"
  979.            fill="black" />
  980.        </svg>
  981.        <div class="w-full flex items-center border-b pl-1 border-[#363636] overflow-hidden relative">
  982.          <input class="peer venue-search-input !text-black h-9" type="text" placeholder="Enter preferred event type"
  983.          id="activitiesSearchMobile" data-combobox="activitiesSearchMobile" data-combobox-value-only="false"
  984.          data-combobox-check="true" data-all-btn="true" data-combobox-clear-el="button" autocomplete="off" />
  985.          <button type="button"
  986.            class="text-white top-1/2 -translate-y-1/2 right-0 px-3 h-full absolute opacity-0 pointer-events-none">
  987.            <img src="https://venuewise.com/assets/SVGs/icons/dismiss.svg"  />
  988.          </button>
  989.        </div>
  990.      </div>
  991.  
  992.      <div class="autocomplete__container">
  993.        <ul class="autocomplete__results z-[990] !ml-0 h-max-xs:max-h-56" data-combobox-results="activitiesSearchMobile">
  994.                      <li
  995.                        data-combobox-checked="false"
  996.            
  997.            data-combobox-checked-value="93">Corporate Events</li>
  998.                    <li
  999.                        data-combobox-checked="false"
  1000.            
  1001.            data-combobox-checked-value="7">Conferences</li>
  1002.                    <li
  1003.                        data-combobox-checked="false"
  1004.            
  1005.            data-combobox-checked-value="88">Weddings-Indoor</li>
  1006.                    <li
  1007.                        data-combobox-checked="false"
  1008.            
  1009.            data-combobox-checked-value="141">Weddings-Outdoor</li>
  1010.                    <li
  1011.                        data-combobox-checked="false"
  1012.            
  1013.            data-combobox-checked-value="2">Parties and Celebrations</li>
  1014.                    <li
  1015.                        data-combobox-checked="false"
  1016.            
  1017.            data-combobox-checked-value="83">Small Meetings</li>
  1018.                    <li
  1019.                        data-combobox-checked="false"
  1020.            
  1021.            data-combobox-checked-value="143">Large Meetings</li>
  1022.                    <li
  1023.                        data-combobox-checked="false"
  1024.            
  1025.            data-combobox-checked-value="89">Product Launches and Demos</li>
  1026.                    <li
  1027.                        data-combobox-checked="false"
  1028.            
  1029.            data-combobox-checked-value="19">Indoor Dinners/Awards/Galas</li>
  1030.                    <li
  1031.                        data-combobox-checked="false"
  1032.            
  1033.            data-combobox-checked-value="142">Outdoor Dinners/Awards/Galas</li>
  1034.                    <li
  1035.                        data-combobox-checked="false"
  1036.            
  1037.            data-combobox-checked-value="8">Seminars</li>
  1038.                    <li
  1039.                        data-combobox-checked="false"
  1040.            
  1041.            data-combobox-checked-value="97">Networking Events</li>
  1042.                    <li
  1043.                        data-combobox-checked="false"
  1044.            
  1045.            data-combobox-checked-value="129">Team Building Activities</li>
  1046.                    <li
  1047.                        data-combobox-checked="false"
  1048.            
  1049.            data-combobox-checked-value="103">Brand Activations</li>
  1050.                    <li
  1051.                        data-combobox-checked="false"
  1052.            
  1053.            data-combobox-checked-value="84">Trainings and Workshops</li>
  1054.                    <li
  1055.                        data-combobox-checked="false"
  1056.            
  1057.            data-combobox-checked-value="22">Exhibitions</li>
  1058.                    <li
  1059.                        data-combobox-checked="false"
  1060.            
  1061.            data-combobox-checked-value="124">Trade Shows</li>
  1062.                    <li
  1063.                        data-combobox-checked="false"
  1064.            
  1065.            data-combobox-checked-value="102">Art Shows</li>
  1066.                    <li
  1067.                        data-combobox-checked="false"
  1068.            
  1069.            data-combobox-checked-value="25">Concerts and Music Festivals</li>
  1070.                    <li
  1071.                        data-combobox-checked="false"
  1072.            
  1073.            data-combobox-checked-value="26">Theaters and Performances</li>
  1074.                    <li
  1075.                        data-combobox-checked="false"
  1076.            
  1077.            data-combobox-checked-value="106">Photo and Video Shoots</li>
  1078.                    <li
  1079.                        data-combobox-checked="false"
  1080.            
  1081.            data-combobox-checked-value="32">Movie Premiere</li>
  1082.                    <li
  1083.                        data-combobox-checked="false"
  1084.            
  1085.            data-combobox-checked-value="24">Film Festivals</li>
  1086.                    <li
  1087.                        data-combobox-checked="false"
  1088.            
  1089.            data-combobox-checked-value="38">Graduation Events</li>
  1090.                    <li
  1091.                        data-combobox-checked="false"
  1092.            
  1093.            data-combobox-checked-value="43">Fashion Shows and Weeks</li>
  1094.                    <li
  1095.                        data-combobox-checked="false"
  1096.            
  1097.            data-combobox-checked-value="45">Gaming Tournaments</li>
  1098.                    <li
  1099.                        data-combobox-checked="false"
  1100.            
  1101.            data-combobox-checked-value="58">Sports Tournaments</li>
  1102.                    <li
  1103.                        data-combobox-checked="false"
  1104.            
  1105.            data-combobox-checked-value="137">Government Events</li>
  1106.                    <li
  1107.                        data-combobox-checked="false"
  1108.            
  1109.            data-combobox-checked-value="44">Food Festival</li>
  1110.                    <li
  1111.                        data-combobox-checked="false"
  1112.            
  1113.            data-combobox-checked-value="68">Religious Festivals and Events</li>
  1114.                </ul>
  1115.      </div>
  1116.  
  1117.      <button
  1118.        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"
  1119.        type="button" id="activitiesMobileNext">
  1120.        Next
  1121.      </button>
  1122.    </form>
  1123.  </div>
  1124. </section>
  1125.  
  1126. <!-- Address Modal -->
  1127. <section data-modal-name="address_modal_mobile" class="!items-end modal--animate__slide__up">
  1128.  <div
  1129.    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]  h-max-xs:min-h-[90vh]">
  1130.    <form class="flex flex-col grow gap-y-4 transition-[padding-top] duration-300 relative">
  1131.      <div class="bg-gray-5/20 absolute -top-4 left-1/2 -translate-x-1/2 h-1 w-20 rounded-full close--modal"></div>
  1132.  
  1133.      <h3 class="font-neue-text font-bold text-[2rem]">Where?</h3>
  1134.  
  1135.      <div class="flex gap-2 w-full">
  1136.        <svg width="30" height="30" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  1137.          <path
  1138.            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"
  1139.            fill="black" />
  1140.        </svg>
  1141.        <div class="w-full flex items-center border-b pl-1 border-[#363636] overflow-hidden relative">
  1142.          <input class="peer venue-search-input !text-black h-9" type="text" id="addressSearchMobile"
  1143.            placeholder="Enter Preferred Neighbourhood" data-combobox="addressSearchMobile" data-combobox-check="true" data-combobox-clear-el="button"
  1144.            autocomplete="off" data-all-btn="true" />
  1145.          <button type="button"
  1146.            class="text-white top-1/2 -translate-y-1/2 right-0 px-3 h-full absolute opacity-0 pointer-events-none">
  1147.            <img src="https://venuewise.com/assets/SVGs/icons/dismiss.svg"  />
  1148.          </button>
  1149.        </div>
  1150.      </div>
  1151.  
  1152.      <div class="autocomplete__container">
  1153.        <ul class="autocomplete__results z-[990] !ml-0 h-max-xs:max-h-56" data-combobox-results="addressSearchMobile">
  1154.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Al Barsha Heights">
  1155.               Al Barsha Heights
  1156.          </li>
  1157.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Al Barsha">
  1158.               Al Barsha
  1159.          </li>
  1160.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Al Furjan">
  1161.               Al Furjan
  1162.          </li>
  1163.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Al Jaddaf">
  1164.               Al Jaddaf
  1165.          </li>
  1166.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Al Mankhool">
  1167.               Al Mankhool
  1168.          </li>
  1169.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Al Marjan Island">
  1170.               Al Marjan Island
  1171.          </li>
  1172.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Al Muraqqabat">
  1173.               Al Muraqqabat
  1174.          </li>
  1175.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Al Nahda">
  1176.               Al Nahda
  1177.          </li>
  1178.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Al Quoz">
  1179.               Al Quoz
  1180.          </li>
  1181.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Al Rigga">
  1182.               Al Rigga
  1183.          </li>
  1184.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Al Sufouh">
  1185.               Al Sufouh
  1186.          </li>
  1187.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Alserkal Avenue">
  1188.               Alserkal Avenue
  1189.          </li>
  1190.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Arabian Ranches">
  1191.               Arabian Ranches
  1192.          </li>
  1193.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Barsha Heights">
  1194.               Barsha Heights
  1195.          </li>
  1196.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Bluewaters Island">
  1197.               Bluewaters Island
  1198.          </li>
  1199.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Bur Dubai">
  1200.               Bur Dubai
  1201.          </li>
  1202.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Business Bay">
  1203.               Business Bay
  1204.          </li>
  1205.                    <li             data-combobox-checked="false"             data-combobox-checked-value="City Walk">
  1206.               City Walk
  1207.          </li>
  1208.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Deira">
  1209.               Deira
  1210.          </li>
  1211.                    <li             data-combobox-checked="false"             data-combobox-checked-value="DHCC - Dubai Healthcare City">
  1212.               DHCC - Dubai Healthcare City
  1213.          </li>
  1214.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Discovery Gardens">
  1215.               Discovery Gardens
  1216.          </li>
  1217.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Downtown">
  1218.               Downtown
  1219.          </li>
  1220.                    <li             data-combobox-checked="false"             data-combobox-checked-value="DSO - Dubai Silicon Oasis">
  1221.               DSO - Dubai Silicon Oasis
  1222.          </li>
  1223.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Dubai Creek Harbour">
  1224.               Dubai Creek Harbour
  1225.          </li>
  1226.                    <li             data-combobox-checked="false"             data-combobox-checked-value="D3 - Dubai Design District">
  1227.               D3 - Dubai Design District
  1228.          </li>
  1229.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Dubai Digital Park">
  1230.               Dubai Digital Park
  1231.          </li>
  1232.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Dubai Festival City">
  1233.               Dubai Festival City
  1234.          </li>
  1235.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Dubai Harbour">
  1236.               Dubai Harbour
  1237.          </li>
  1238.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Dubai International City">
  1239.               Dubai International City
  1240.          </li>
  1241.                    <li             data-combobox-checked="false"             data-combobox-checked-value="DIFC - Dubai International Financial Centre">
  1242.               DIFC - Dubai International Financial Centre
  1243.          </li>
  1244.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Dubai Internet City">
  1245.               Dubai Internet City
  1246.          </li>
  1247.                    <li             data-combobox-checked="false"             data-combobox-checked-value="DIP - Dubai Investments Park">
  1248.               DIP - Dubai Investments Park
  1249.          </li>
  1250.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Dubai Islands">
  1251.               Dubai Islands
  1252.          </li>
  1253.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Dubai Marina">
  1254.               Dubai Marina
  1255.          </li>
  1256.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Dubai Media City">
  1257.               Dubai Media City
  1258.          </li>
  1259.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Dubai Parks and Resorts">
  1260.               Dubai Parks and Resorts
  1261.          </li>
  1262.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Dubai Production City | IMPZ">
  1263.               Dubai Production City | IMPZ
  1264.          </li>
  1265.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Dubai Science Park">
  1266.               Dubai Science Park
  1267.          </li>
  1268.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Dubai Sports City">
  1269.               Dubai Sports City
  1270.          </li>
  1271.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Dubai Studio City">
  1272.               Dubai Studio City
  1273.          </li>
  1274.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Dubailand">
  1275.               Dubailand
  1276.          </li>
  1277.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Dubai outskirts">
  1278.               Dubai outskirts
  1279.          </li>
  1280.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Expo City Dubai">
  1281.               Expo City Dubai
  1282.          </li>
  1283.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Financial Center">
  1284.               Financial Center
  1285.          </li>
  1286.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Garhoud">
  1287.               Garhoud
  1288.          </li>
  1289.                    <li             data-combobox-checked="false"             data-combobox-checked-value="JBR - Jumeirah Beach Residence">
  1290.               JBR - Jumeirah Beach Residence
  1291.          </li>
  1292.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Jebel Ali">
  1293.               Jebel Ali
  1294.          </li>
  1295.                    <li             data-combobox-checked="false"             data-combobox-checked-value="JLT - Jumeirah Lakes Towers">
  1296.               JLT - Jumeirah Lakes Towers
  1297.          </li>
  1298.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Jumeirah Bay">
  1299.               Jumeirah Bay
  1300.          </li>
  1301.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Jumeirah Beach">
  1302.               Jumeirah Beach
  1303.          </li>
  1304.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Jumeirah Garden City">
  1305.               Jumeirah Garden City
  1306.          </li>
  1307.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Jumeirah Golf Estates">
  1308.               Jumeirah Golf Estates
  1309.          </li>
  1310.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Jumeirah Islands">
  1311.               Jumeirah Islands
  1312.          </li>
  1313.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Jumeirah Pearl">
  1314.               Jumeirah Pearl
  1315.          </li>
  1316.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Jumeirah">
  1317.               Jumeirah
  1318.          </li>
  1319.                    <li             data-combobox-checked="false"             data-combobox-checked-value="JVC - Jumeirah Village Circle">
  1320.               JVC - Jumeirah Village Circle
  1321.          </li>
  1322.                    <li             data-combobox-checked="false"             data-combobox-checked-value="JVT - Jumeirah Village Triangle">
  1323.               JVT - Jumeirah Village Triangle
  1324.          </li>
  1325.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Oud Metha">
  1326.               Oud Metha
  1327.          </li>
  1328.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Palm Jumeirah">
  1329.               Palm Jumeirah
  1330.          </li>
  1331.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Port Saeed">
  1332.               Port Saeed
  1333.          </li>
  1334.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Trade Center">
  1335.               Trade Center
  1336.          </li>
  1337.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Za&#039;abeel">
  1338.               Za&#039;abeel
  1339.          </li>
  1340.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Emirate of Abu Dhabi">
  1341.               Emirate of Abu Dhabi
  1342.          </li>
  1343.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Emirate of Ajman">
  1344.               Emirate of Ajman
  1345.          </li>
  1346.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Emirate of Ras Al Khaimah">
  1347.               Emirate of Ras Al Khaimah
  1348.          </li>
  1349.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Emirate of Sharjah">
  1350.               Emirate of Sharjah
  1351.          </li>
  1352.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Emirate of Umm Al-Quwain">
  1353.               Emirate of Umm Al-Quwain
  1354.          </li>
  1355.                    <li             data-combobox-checked="false"             data-combobox-checked-value="Emirate of Fujairah">
  1356.               Emirate of Fujairah
  1357.          </li>
  1358.                  </ul>
  1359.      </div>
  1360.  
  1361.      <button
  1362.        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"
  1363.        id="addressMobileNext" type="button">
  1364.        Next
  1365.      </button>
  1366.    </form>
  1367.  </div>
  1368. </section>
  1369.  
  1370. <!-- Attendees Modal -->
  1371. <section data-modal-name="attendees_modal_mobile" class="!items-end modal--animate__slide__up">
  1372.  <div
  1373.    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]">
  1374.    <form class="flex flex-col grow gap-y-4 transition-[padding-top] duration-300 relative">
  1375.      <div class="bg-gray-5/20 absolute -top-4 left-1/2 -translate-x-1/2 h-1 w-20 rounded-full close--modal"></div>
  1376.  
  1377.      <h3 class="font-neue-text font-bold text-[2rem]">Attendees?</h3>
  1378.  
  1379.      <div class="w-full flex flex-col gap-3">
  1380.        <label
  1381.          class="group-focus-within:text-[#999999] group-focus-within:text-[16px] text-black text-[18px] font-neue font-semibold transition-all">Number
  1382.          of attendees</label>
  1383.  
  1384.        <div class="range w-full h-7 mt-2 mb-10">
  1385.          <input type="range" min="0" max="2000" step="10" value="0" id="heroAttendeesMobileRange" class="range-input"
  1386.            data-range-slider-value-el="#peopleSlider2" />
  1387.        </div>
  1388.  
  1389.        <input type="number" id="heroAttendeesMobileRangeInput" value="" placeholder="Enter number of attendees"
  1390.          class="w-full h-[56px] input-outline text-center font-neue text-[18px] text-black" />
  1391.      </div>
  1392.  
  1393.      <button
  1394.        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"
  1395.        id="attendeesMobileNext" type="button">
  1396.        Apply
  1397.      </button>
  1398.    </form>
  1399.  </div>
  1400. </section>
  1401.  
  1402. <!-- Header + Search -->
  1403. <header class="w-full bg-cover bg-center bg-gray-5" data-bg-image-parallax style=" background-image: url('https://venuewise.com/assets/images/home/hero-background.jpg');">
  1404.    <!-- Advanced Search Bar -->
  1405.    <section
  1406.        class="relative 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-min-sm:h-screen text-white">
  1407.        <div class="w-full lg:w-auto lg:px-0">
  1408.      <div class="w-full lg:w-auto px-4 lg:px-0">
  1409.        <div class="flex flex-col lg:flex-row lg:items-end gap-1 font-condensed font-black mt-20 lg:mt-0">
  1410.          <span class="text-[100px] lg:text-[160px] leading-[70px] lg:leading-[110%]">850</span>
  1411.          <span class="text-[45px] inline-block mb-0 lg:mb-[20px] font-semibold lg:ml-2">EVENT VENUES</span>
  1412.      </div>
  1413.          <span class="text-[20px] lg:text-[27px] font-neue-text font-bold leading-[0px] lg:leading-[30px]">
  1414.            Match your event with the ideal venue
  1415.          </span>
  1416.           <!-- Desktop -->
  1417.           <div
  1418.              class="hidden lg: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">
  1419.            <form class="flex flex-col lg:flex-row gap-8 items-center"  id="filterForm" action="/filter" method="POST" autocomplete="off">
  1420.              <input type="hidden" name="_token" value="PEW4zo2eTybpq8siyysikSlnBKpqSEvG5sC5Qkfq">              <div class="group w-full lg:w-[260px] pb-3 lg:pb-0 border-b border-[#6B6B6B] lg:border-none relative">
  1421.                <label
  1422.                  class="group-focus-within:text-[#999999] group-focus-within:text-[16px] text-black text-[19px] font-neue font-semibold transition-all"
  1423.                  for="#searchActivity">Event type?
  1424.                </label>
  1425.                <input placeholder="Enter preferred event type" id="searchActivity" data-combobox-check="true"
  1426.                  class="peer autocomplete-input font-neue font-light" name="eventType"
  1427.                  data-combobox="activity" data-all-btn="true" data-combobox-clear-el="button" />
  1428.                <button type="button"
  1429.                  class="text-white bottom-1 right-0 px-3 py-1.5 absolute opacity-0 pointer-events-none bg-white">
  1430.                  <img src="https://venuewise.com/assets/SVGs/icons/dismiss.svg"  />
  1431.                </button>
  1432.                <div class="autocomplete__container">
  1433.                  <ul class="autocomplete__results !mt-6" data-combobox-results="activity">
  1434.                                            <li
  1435.                                                data-combobox-checked="false"
  1436.                        
  1437.                        data-combobox-checked-value="93">Corporate Events</li>
  1438.                                            <li
  1439.                                                data-combobox-checked="false"
  1440.                        
  1441.                        data-combobox-checked-value="7">Conferences</li>
  1442.                                            <li
  1443.                                                data-combobox-checked="false"
  1444.                        
  1445.                        data-combobox-checked-value="88">Weddings-Indoor</li>
  1446.                                            <li
  1447.                                                data-combobox-checked="false"
  1448.                        
  1449.                        data-combobox-checked-value="141">Weddings-Outdoor</li>
  1450.                                            <li
  1451.                                                data-combobox-checked="false"
  1452.                        
  1453.                        data-combobox-checked-value="2">Parties and Celebrations</li>
  1454.                                            <li
  1455.                                                data-combobox-checked="false"
  1456.                        
  1457.                        data-combobox-checked-value="83">Small Meetings</li>
  1458.                                            <li
  1459.                                                data-combobox-checked="false"
  1460.                        
  1461.                        data-combobox-checked-value="143">Large Meetings</li>
  1462.                                            <li
  1463.                                                data-combobox-checked="false"
  1464.                        
  1465.                        data-combobox-checked-value="89">Product Launches and Demos</li>
  1466.                                            <li
  1467.                                                data-combobox-checked="false"
  1468.                        
  1469.                        data-combobox-checked-value="19">Indoor Dinners/Awards/Galas</li>
  1470.                                            <li
  1471.                                                data-combobox-checked="false"
  1472.                        
  1473.                        data-combobox-checked-value="142">Outdoor Dinners/Awards/Galas</li>
  1474.                                            <li
  1475.                                                data-combobox-checked="false"
  1476.                        
  1477.                        data-combobox-checked-value="8">Seminars</li>
  1478.                                            <li
  1479.                                                data-combobox-checked="false"
  1480.                        
  1481.                        data-combobox-checked-value="97">Networking Events</li>
  1482.                                            <li
  1483.                                                data-combobox-checked="false"
  1484.                        
  1485.                        data-combobox-checked-value="129">Team Building Activities</li>
  1486.                                            <li
  1487.                                                data-combobox-checked="false"
  1488.                        
  1489.                        data-combobox-checked-value="103">Brand Activations</li>
  1490.                                            <li
  1491.                                                data-combobox-checked="false"
  1492.                        
  1493.                        data-combobox-checked-value="84">Trainings and Workshops</li>
  1494.                                            <li
  1495.                                                data-combobox-checked="false"
  1496.                        
  1497.                        data-combobox-checked-value="22">Exhibitions</li>
  1498.                                            <li
  1499.                                                data-combobox-checked="false"
  1500.                        
  1501.                        data-combobox-checked-value="124">Trade Shows</li>
  1502.                                            <li
  1503.                                                data-combobox-checked="false"
  1504.                        
  1505.                        data-combobox-checked-value="102">Art Shows</li>
  1506.                                            <li
  1507.                                                data-combobox-checked="false"
  1508.                        
  1509.                        data-combobox-checked-value="25">Concerts and Music Festivals</li>
  1510.                                            <li
  1511.                                                data-combobox-checked="false"
  1512.                        
  1513.                        data-combobox-checked-value="26">Theaters and Performances</li>
  1514.                                            <li
  1515.                                                data-combobox-checked="false"
  1516.                        
  1517.                        data-combobox-checked-value="106">Photo and Video Shoots</li>
  1518.                                            <li
  1519.                                                data-combobox-checked="false"
  1520.                        
  1521.                        data-combobox-checked-value="32">Movie Premiere</li>
  1522.                                            <li
  1523.                                                data-combobox-checked="false"
  1524.                        
  1525.                        data-combobox-checked-value="24">Film Festivals</li>
  1526.                                            <li
  1527.                                                data-combobox-checked="false"
  1528.                        
  1529.                        data-combobox-checked-value="38">Graduation Events</li>
  1530.                                            <li
  1531.                                                data-combobox-checked="false"
  1532.                        
  1533.                        data-combobox-checked-value="43">Fashion Shows and Weeks</li>
  1534.                                            <li
  1535.                                                data-combobox-checked="false"
  1536.                        
  1537.                        data-combobox-checked-value="45">Gaming Tournaments</li>
  1538.                                            <li
  1539.                                                data-combobox-checked="false"
  1540.                        
  1541.                        data-combobox-checked-value="58">Sports Tournaments</li>
  1542.                                            <li
  1543.                                                data-combobox-checked="false"
  1544.                        
  1545.                        data-combobox-checked-value="137">Government Events</li>
  1546.                                            <li
  1547.                                                data-combobox-checked="false"
  1548.                        
  1549.                        data-combobox-checked-value="44">Food Festival</li>
  1550.                                            <li
  1551.                                                data-combobox-checked="false"
  1552.                        
  1553.                        data-combobox-checked-value="68">Religious Festivals and Events</li>
  1554.                                      </ul>
  1555.                </div>
  1556.              </div>
  1557.              
  1558.              <img src="https://venuewise.com/assets/SVGs/seprator/sm-detail-line.svg" class="w-3 mr-8 hidden" alt="" />
  1559.              <div class="hidden group w-full lg:w-[260px] pb-3 lg:pb-0 border-b border-[#6B6B6B] lg:border-none relative">
  1560.                <label
  1561.                  class="group-focus-within:text-[#999999] group-focus-within:text-[16px] text-black text-[18px] font-neue font-semibold transition-all">Where?</label>
  1562.                <input placeholder="Enter preferred location" data-combobox-check="true" name="neighborhoodHome" data-all-btn="true"
  1563.                  class="peer autocomplete-input font-neue font-light" data-combobox="location"  data-combobox-clear-el="button" />
  1564.                <button type="button"
  1565.                  class="text-white bottom-1 right-0 px-3 py-1.5 absolute opacity-0 pointer-events-none bg-white">
  1566.                  <img src="https://venuewise.com/assets/SVGs/icons/dismiss.svg"  />
  1567.                </button>
  1568.                <div class="autocomplete__container">
  1569.                  <ul class="autocomplete__results !mt-6" data-combobox-results="location">
  1570.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Al Barsha Heights">
  1571.                            Al Barsha Heights
  1572.                            </li>
  1573.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Al Barsha">
  1574.                            Al Barsha
  1575.                            </li>
  1576.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Al Furjan">
  1577.                            Al Furjan
  1578.                            </li>
  1579.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Al Jaddaf">
  1580.                            Al Jaddaf
  1581.                            </li>
  1582.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Al Mankhool">
  1583.                            Al Mankhool
  1584.                            </li>
  1585.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Al Marjan Island">
  1586.                            Al Marjan Island
  1587.                            </li>
  1588.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Al Muraqqabat">
  1589.                            Al Muraqqabat
  1590.                            </li>
  1591.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Al Nahda">
  1592.                            Al Nahda
  1593.                            </li>
  1594.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Al Quoz">
  1595.                            Al Quoz
  1596.                            </li>
  1597.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Al Rigga">
  1598.                            Al Rigga
  1599.                            </li>
  1600.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Al Sufouh">
  1601.                            Al Sufouh
  1602.                            </li>
  1603.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Alserkal Avenue">
  1604.                            Alserkal Avenue
  1605.                            </li>
  1606.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Arabian Ranches">
  1607.                            Arabian Ranches
  1608.                            </li>
  1609.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Barsha Heights">
  1610.                            Barsha Heights
  1611.                            </li>
  1612.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Bluewaters Island">
  1613.                            Bluewaters Island
  1614.                            </li>
  1615.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Bur Dubai">
  1616.                            Bur Dubai
  1617.                            </li>
  1618.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Business Bay">
  1619.                            Business Bay
  1620.                            </li>
  1621.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="City Walk">
  1622.                            City Walk
  1623.                            </li>
  1624.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Deira">
  1625.                            Deira
  1626.                            </li>
  1627.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="DHCC - Dubai Healthcare City">
  1628.                            DHCC - Dubai Healthcare City
  1629.                            </li>
  1630.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Discovery Gardens">
  1631.                            Discovery Gardens
  1632.                            </li>
  1633.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Downtown">
  1634.                            Downtown
  1635.                            </li>
  1636.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="DSO - Dubai Silicon Oasis">
  1637.                            DSO - Dubai Silicon Oasis
  1638.                            </li>
  1639.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Dubai Creek Harbour">
  1640.                            Dubai Creek Harbour
  1641.                            </li>
  1642.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="D3 - Dubai Design District">
  1643.                            D3 - Dubai Design District
  1644.                            </li>
  1645.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Dubai Digital Park">
  1646.                            Dubai Digital Park
  1647.                            </li>
  1648.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Dubai Festival City">
  1649.                            Dubai Festival City
  1650.                            </li>
  1651.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Dubai Harbour">
  1652.                            Dubai Harbour
  1653.                            </li>
  1654.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Dubai International City">
  1655.                            Dubai International City
  1656.                            </li>
  1657.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="DIFC - Dubai International Financial Centre">
  1658.                            DIFC - Dubai International Financial Centre
  1659.                            </li>
  1660.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Dubai Internet City">
  1661.                            Dubai Internet City
  1662.                            </li>
  1663.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="DIP - Dubai Investments Park">
  1664.                            DIP - Dubai Investments Park
  1665.                            </li>
  1666.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Dubai Islands">
  1667.                            Dubai Islands
  1668.                            </li>
  1669.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Dubai Marina">
  1670.                            Dubai Marina
  1671.                            </li>
  1672.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Dubai Media City">
  1673.                            Dubai Media City
  1674.                            </li>
  1675.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Dubai Parks and Resorts">
  1676.                            Dubai Parks and Resorts
  1677.                            </li>
  1678.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Dubai Production City | IMPZ">
  1679.                            Dubai Production City | IMPZ
  1680.                            </li>
  1681.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Dubai Science Park">
  1682.                            Dubai Science Park
  1683.                            </li>
  1684.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Dubai Sports City">
  1685.                            Dubai Sports City
  1686.                            </li>
  1687.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Dubai Studio City">
  1688.                            Dubai Studio City
  1689.                            </li>
  1690.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Dubailand">
  1691.                            Dubailand
  1692.                            </li>
  1693.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Dubai outskirts">
  1694.                            Dubai outskirts
  1695.                            </li>
  1696.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Expo City Dubai">
  1697.                            Expo City Dubai
  1698.                            </li>
  1699.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Financial Center">
  1700.                            Financial Center
  1701.                            </li>
  1702.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Garhoud">
  1703.                            Garhoud
  1704.                            </li>
  1705.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="JBR - Jumeirah Beach Residence">
  1706.                            JBR - Jumeirah Beach Residence
  1707.                            </li>
  1708.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Jebel Ali">
  1709.                            Jebel Ali
  1710.                            </li>
  1711.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="JLT - Jumeirah Lakes Towers">
  1712.                            JLT - Jumeirah Lakes Towers
  1713.                            </li>
  1714.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Jumeirah Bay">
  1715.                            Jumeirah Bay
  1716.                            </li>
  1717.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Jumeirah Beach">
  1718.                            Jumeirah Beach
  1719.                            </li>
  1720.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Jumeirah Garden City">
  1721.                            Jumeirah Garden City
  1722.                            </li>
  1723.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Jumeirah Golf Estates">
  1724.                            Jumeirah Golf Estates
  1725.                            </li>
  1726.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Jumeirah Islands">
  1727.                            Jumeirah Islands
  1728.                            </li>
  1729.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Jumeirah Pearl">
  1730.                            Jumeirah Pearl
  1731.                            </li>
  1732.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Jumeirah">
  1733.                            Jumeirah
  1734.                            </li>
  1735.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="JVC - Jumeirah Village Circle">
  1736.                            JVC - Jumeirah Village Circle
  1737.                            </li>
  1738.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="JVT - Jumeirah Village Triangle">
  1739.                            JVT - Jumeirah Village Triangle
  1740.                            </li>
  1741.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Oud Metha">
  1742.                            Oud Metha
  1743.                            </li>
  1744.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Palm Jumeirah">
  1745.                            Palm Jumeirah
  1746.                            </li>
  1747.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Port Saeed">
  1748.                            Port Saeed
  1749.                            </li>
  1750.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Trade Center">
  1751.                            Trade Center
  1752.                            </li>
  1753.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Za&#039;abeel">
  1754.                            Za&#039;abeel
  1755.                            </li>
  1756.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Emirate of Abu Dhabi">
  1757.                            Emirate of Abu Dhabi
  1758.                            </li>
  1759.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Emirate of Ajman">
  1760.                            Emirate of Ajman
  1761.                            </li>
  1762.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Emirate of Ras Al Khaimah">
  1763.                            Emirate of Ras Al Khaimah
  1764.                            </li>
  1765.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Emirate of Sharjah">
  1766.                            Emirate of Sharjah
  1767.                            </li>
  1768.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Emirate of Umm Al-Quwain">
  1769.                            Emirate of Umm Al-Quwain
  1770.                            </li>
  1771.                                                  <li                                 data-combobox-checked="false"                                 data-combobox-checked-value="Emirate of Fujairah">
  1772.                            Emirate of Fujairah
  1773.                            </li>
  1774.                                      </ul>
  1775.                </div>
  1776.              </div>
  1777.              <img src="https://venuewise.com/assets/SVGs/seprator/sm-detail-line.svg" class="w-3 mr-8 hidden lg:inline" alt="" />
  1778.              <div class="group w-full lg:w-[260px] pb-3 lg:pb-0 border-b border-[#6B6B6B] lg:border-none">
  1779.                <label
  1780.                  class="group-focus-within:text-[#999999] group-focus-within:text-[16px] text-black text-[18px] font-neue font-semibold transition-all">Attendees?</label>
  1781.                <input type="number" placeholder="Enter number of attendees" id="heroAttendees" name="heroAttendees"
  1782.                  class="peer dropdown-input font-neue font-light" data-dropdown="attendees" />
  1783.                <div class="dropdown__container ">
  1784.                  <div class="dropdown__box px-5 py-5 flex flex-col items-center gap-y-5 !ml-0 !mt-6"
  1785.                    data-dropdown-target="attendees">
  1786.                    <div class="range w-full h-7 my-2">
  1787.                      <input type="range" min="0" max="2000" step="10" value="0" id="heroAttendeesRange"  name="heroAttendeesRange"
  1788.                        class="range-input" data-range-slider-value-el="#peopleSlider2" />
  1789.                    </div>
  1790.                    <input type="number" id="heroAttendeesRangeInput" value=""
  1791.                      class="w-full h-[56px] input-outline text-center font-neue text-[18px] text-black">
  1792.                  </div>
  1793.                </div>
  1794.              </div>
  1795.              <button
  1796.                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">
  1797.                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  1798.                  <path d="M16.8555 16.8501L21.8055 21.8001" stroke="#181A1B" class="group-hover:stroke-white"
  1799.                    stroke-width="2.3" stroke-linecap="square" stroke-linejoin="round" />
  1800.                  <path
  1801.                    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"
  1802.                    stroke="#181A1B" class="group-hover:stroke-white" stroke-width="2.3" stroke-linecap="round"
  1803.                    stroke-linejoin="round" />
  1804.                </svg>
  1805.  
  1806.                Find venue
  1807.              </button>
  1808.            </form>
  1809.           </div>
  1810.           <!-- mobile -->
  1811.           <div
  1812.            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">
  1813.            <form class="flex flex-col lg:flex-row gap-5 items-center" action="/filter" method="POST" autocomplete="off">
  1814.              <input type="hidden" name="_token" value="PEW4zo2eTybpq8siyysikSlnBKpqSEvG5sC5Qkfq">              <div class="group w-full lg:w-[260px] pb-3 lg:pb-0 border-b border-[#6B6B6B] lg:border-none">
  1815.                <label
  1816.                  class="h-7 block group-focus-within:text-[#999999] group-focus-within:text-[16px] text-black text-[19px] font-neue font-semibold transition-all"
  1817.                  for="#searchActivityMobile">Event type?
  1818.                </label>
  1819.                <input data-modal-open="activities_modal_mobile" placeholder="Enter preferred event type"
  1820.                  class="peer autocomplete-input font-neue font-light" id="searchActivityMobile" name="eventType"
  1821.                  readonly />
  1822.              </div>
  1823.              <img src="assets/SVGs/seprator/sm-detail-line.svg" class="w-3 mr-8 hidden lg:inline" alt="" />
  1824.              
  1825.              <div class="hidden group w-full lg:w-[260px] pb-3 lg:pb-0 border-b border-[#6B6B6B] lg:border-none">
  1826.                <label
  1827.                  class="h-7 block group-focus-within:text-[#999999] group-focus-within:text-[16px] text-black text-[18px] font-neue font-semibold transition-all">Where?</label>
  1828.                <input data-modal-open="address_modal_mobile" placeholder="Enter Preferred Neighbourhood"
  1829.                  class="peer autocomplete-input font-neue font-light" id="heroAddressMobile" name="neighborhoodHome" readonly />
  1830.              </div>
  1831.              <img src="assets/SVGs/seprator/sm-detail-line.svg" class="w-3 mr-8 hidden lg:inline" alt="" />
  1832.              <div class="group w-full lg:w-[260px] pb-3 lg:pb-0 border-b border-[#6B6B6B] lg:border-none">
  1833.                <label
  1834.                  class="h-7 block group-focus-within:text-[#999999] group-focus-within:text-[16px] text-black text-[18px] font-neue font-semibold transition-all">Attendees?</label>
  1835.                <input data-modal-open="attendees_modal_mobile" placeholder="Number of attendees"
  1836.                  class="peer dropdown-input font-neue font-light" id="heroAttendeesMobile" name="heroAttendees" readonly />
  1837.              </div>
  1838.              <button
  1839.                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">
  1840.                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  1841.                  <path d="M16.8555 16.8501L21.8055 21.8001" stroke="#181A1B" class="group-hover:stroke-white"
  1842.                    stroke-width="2.3" stroke-linecap="square" stroke-linejoin="round" />
  1843.                  <path
  1844.                    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"
  1845.                    stroke="#181A1B" class="group-hover:stroke-white" stroke-width="2.3" stroke-linecap="round"
  1846.                    stroke-linejoin="round" />
  1847.                </svg>
  1848.  
  1849.                Find venue
  1850.              </button>
  1851.            </form>
  1852.           </div>
  1853.        </div>
  1854.        <div class="hidden lg:flex flex-col items-center gap-2 absolute bottom-0 left-1/2 -translate-1/2">
  1855.          <span class="text-white text-[13px] rotate-180 vertical-text">Scroll</span>
  1856.          <div class="w-[0.5px] h-[20px] lg:h-[90px] bg-[#898989]"></div>
  1857.        </div>
  1858.    </section>
  1859. </header>
  1860.  
  1861. <!-- OUR MISSION: What We Do? -->
  1862. <section
  1863.  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]">
  1864.  <img src="https://venuewise.com/assets/SVGs/what-we-do-title.svg" id="venueTitle" class="
  1865.    will-change-transform z-[1000] absolute left-1/2 -translate-x-1/2
  1866.    pointer-events-none select-none
  1867.    w-[120vw] bottom-28 max-w-none
  1868.    lg:max-w-full lg:w-[80vw] lg:bottom-36
  1869.    2xl:bottom-36
  1870.    3xl:w-[125rem] 3xl:bottom-[15vh]
  1871.    " alt="">
  1872.  <div
  1873.    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">
  1874.  </div>
  1875.  <div class="relative w-full z-[11]">
  1876.    <div class="container flex flex-col lg:flex-row items-start">
  1877.      <div class="w-full lg:w-1/2 flex flex-col justify-center gap-y-3 lg:mt-16 xl:mt-28">
  1878.        <span class="font-neue-text font-black text-green">/ OUR MISSION</span>
  1879.        <h2
  1880.          class="animated-title text-black font-condensed font-black text-[50px] lg:text-9xl !leading-[86%] whitespace-nowrap">
  1881.          WHAT
  1882.          <br>
  1883.          WE DO?
  1884.        </h2>
  1885.        <p class="font-neue font-medium text-balck max-w-xl">
  1886.          We have created and continue to enhance a dynamic platform where
  1887.          <br class="hidden lg:block">
  1888.          <span class="font-bold">
  1889.            venues
  1890.          </span>
  1891.          can showcase themselves comprehensively, providing all the
  1892.          <br class="hidden lg:block">
  1893.          necessary information for event organizers.
  1894.          <br class="hidden lg:block">
  1895.          <span class="font-bold">
  1896.            Event agencies and organizers
  1897.          </span>
  1898.          can also introduce themselves, display
  1899.          <br class="hidden lg:block">
  1900.          past events, and find the perfect venues to match their goals.
  1901.        </p>
  1902.        <div class="flex gap-2 lg:gap-6 lg:flex-row items-start my-6 flex-wrap lg:flex-nowrap">
  1903.          <a href="https://venuewise.com/venue-registration-form"
  1904.            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">
  1905.            Join us as a venue
  1906.          </a>
  1907.          <a href="https://venuewise.com/agency-registration-form"
  1908.            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">
  1909.            Join us as an event agency
  1910.          </a>
  1911.        </div>
  1912.      </div>
  1913.      <div class="relative flex md:gap-x-10 w-full lg:w-1/2 h-[400px] md:h-[800px]">
  1914.        <div class="w-[50vw]">
  1915.          <div
  1916.            class="
  1917.            absolute top-0 -skew-x-12 overflow-hidden bg-no-repeat lg:left-0
  1918.            w-[400px] h-[440px] [@media(min-width:440px)]:translate-x-28 lg:w-[50vw]
  1919.            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">
  1920.            <div
  1921.              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%]"
  1922.              style="background-image: url('https://venuewise.com/assets/images/home/what-we-do.jpg');" >
  1923.            </div>
  1924.            
  1925.          </div>
  1926.        </div>
  1927.      </div>
  1928.    </div>
  1929.  </div>
  1930. </section>
  1931.  
  1932.  
  1933. <!-- FEATURED VENUES: Listing -->
  1934. <section class="home-section tablet:h-[120vh] w-full bg-black pt-6 lg:pt-0">
  1935.  <div class="container flex flex-col lg:flex-row items-center h-full">
  1936.    <div class="flex items-center w-full lg:w-[50%] h-full">
  1937.      <div class="flex flex-col lg:gap-2 my-5">
  1938.        <span class="font-neue-text font-black text-green mb-3">/ VENUES</span>
  1939.        <h2
  1940.              class="animated-title font-extended text-shadow font-black uppercase text-black text-[50px] lg:text-8xl text-stroke leading-[100%] whitespace-nowrap">
  1941.              FEATURED
  1942.              <br>
  1943.              VENUES
  1944.            </h2>
  1945.        <p class="text-white font-neue text-lg">
  1946.          These are the top 4 venues selected by our advisers and audience.    
  1947.        </p>
  1948.        <a href="/venues"
  1949.          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">
  1950.          All venues
  1951.        </a>
  1952.      </div>
  1953.    </div>
  1954.    <div class="featured-grid w-full lg:w-[50%] h-[2000px] lg:h-full m-10 lg:m-0">
  1955.              
  1956.          <a href="/venue/jw-marriott-marquis-hotel-dubai" class="group featured-grid-item" data-cursor-arrow>
  1957.            <div class="featured-grid-item-image"
  1958.              style="background-image: url('/upload/venue/gallery/2024/02/21/53/venuewise_jw_marriott_marquis_hotel_dubai_23610.jpg');">
  1959.            </div>
  1960.            <span class="home-badge featured-style" style="display: none">
  1961.              <img src="assets/SVGs/icons/badges/featured-badge.svg" class="w-5 -mt-1" alt="" />
  1962.              FEATURED
  1963.            </span>
  1964.            <span class="home-badge popular-style" style="display: none">
  1965.              <img src="assets/SVGs/icons/badges/popular-badge.svg" class="w-5 -mt-1" alt="" />
  1966.              Popular
  1967.            </span>
  1968.            <span class="home-badge new-style" style="display: none">
  1969.              <img src="assets/SVGs/icons/badges/new-badge.svg" class="w-5 -mt-1" alt="" />
  1970.              NEW
  1971.            </span>
  1972.  
  1973.            <div class="inner p-4 flex flex-col gap-2 text-white">
  1974.              <span class="font-neue text-sm">
  1975.                              </span>
  1976.              <h3 class="font-neue font-bold text-3xl leading-[93%]">
  1977.                JW Marriott Marquis Hotel Dubai
  1978.              </h3>
  1979.              <p
  1980.              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">
  1981.                JW Marriott Marquis Hotel Dubai welcomes you to the heart of the citys lively downtown district. Soaring above Sheikh Zayed ...
  1982.              </p>
  1983.              <div class="flex flex-col">
  1984.                <span class="font-bold font-neue">capacity</span>
  1985.                <span class="text-[#999999] text-sm">
  1986.                                    1380 Standing
  1987.                   /
  1988.                                    840 Seat
  1989.                                  </span>
  1990.              </div>
  1991.              <div class="flex flex-col">
  1992.                <span class="font-bold font-neue">Event Type</span>
  1993.                <span class="text-[#999999] text-sm">
  1994.                                                              Corporate Events
  1995.                                                    /
  1996.                                                                    Conferences
  1997.                                                    /
  1998.                                                                    Parties and Celebrations
  1999.                                                                              </span>
  2000.              </div>
  2001.            </div>
  2002.          </a>
  2003.              
  2004.          <a href="/venue/expo-city-dubai" class="group featured-grid-item" data-cursor-arrow>
  2005.            <div class="featured-grid-item-image"
  2006.              style="background-image: url('/upload/venue/gallery/2024/04/26/venuewise_expo_city_dubai_18822.jpg');">
  2007.            </div>
  2008.            <span class="home-badge featured-style" style="display: none">
  2009.              <img src="assets/SVGs/icons/badges/featured-badge.svg" class="w-5 -mt-1" alt="" />
  2010.              FEATURED
  2011.            </span>
  2012.            <span class="home-badge popular-style" style="display: none">
  2013.              <img src="assets/SVGs/icons/badges/popular-badge.svg" class="w-5 -mt-1" alt="" />
  2014.              Popular
  2015.            </span>
  2016.            <span class="home-badge new-style" style="display: none">
  2017.              <img src="assets/SVGs/icons/badges/new-badge.svg" class="w-5 -mt-1" alt="" />
  2018.              NEW
  2019.            </span>
  2020.  
  2021.            <div class="inner p-4 flex flex-col gap-2 text-white">
  2022.              <span class="font-neue text-sm">
  2023.                                  Conference Center
  2024.                              </span>
  2025.              <h3 class="font-neue font-bold text-3xl leading-[93%]">
  2026.                Expo City Dubai
  2027.              </h3>
  2028.              <p
  2029.              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">
  2030.                Expo City Dubai is a state-of-the-art destination designed to promote sustainability and innovation, making it an ideal choice for event ...
  2031.              </p>
  2032.              <div class="flex flex-col">
  2033.                <span class="font-bold font-neue">capacity</span>
  2034.                <span class="text-[#999999] text-sm">
  2035.                                    10000 Standing
  2036.                   /
  2037.                                    0 Seat
  2038.                                  </span>
  2039.              </div>
  2040.              <div class="flex flex-col">
  2041.                <span class="font-bold font-neue">Event Type</span>
  2042.                <span class="text-[#999999] text-sm">
  2043.                                                              Conferences
  2044.                                                    /
  2045.                                                                    Seminars
  2046.                                                    /
  2047.                                                                    Exhibitions
  2048.                                                                              </span>
  2049.              </div>
  2050.            </div>
  2051.          </a>
  2052.              
  2053.          <a href="/venue/coca-cola-arena" class="group featured-grid-item" data-cursor-arrow>
  2054.            <div class="featured-grid-item-image"
  2055.              style="background-image: url('/upload/venue/gallery/2024/05/09/image_663c86046cca9.jpg');">
  2056.            </div>
  2057.            <span class="home-badge featured-style" style="display: none">
  2058.              <img src="assets/SVGs/icons/badges/featured-badge.svg" class="w-5 -mt-1" alt="" />
  2059.              FEATURED
  2060.            </span>
  2061.            <span class="home-badge popular-style" style="display: none">
  2062.              <img src="assets/SVGs/icons/badges/popular-badge.svg" class="w-5 -mt-1" alt="" />
  2063.              Popular
  2064.            </span>
  2065.            <span class="home-badge new-style" style="display: none">
  2066.              <img src="assets/SVGs/icons/badges/new-badge.svg" class="w-5 -mt-1" alt="" />
  2067.              NEW
  2068.            </span>
  2069.  
  2070.            <div class="inner p-4 flex flex-col gap-2 text-white">
  2071.              <span class="font-neue text-sm">
  2072.                                  Arena
  2073.                              </span>
  2074.              <h3 class="font-neue font-bold text-3xl leading-[93%]">
  2075.                Coca-Cola Arena
  2076.              </h3>
  2077.              <p
  2078.              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">
  2079.                Coca-Cola Arena in Dubai is the first and largest fully air-conditioned, multipurpose indoor Arena in the Middle East and the ...
  2080.              </p>
  2081.              <div class="flex flex-col">
  2082.                <span class="font-bold font-neue">capacity</span>
  2083.                <span class="text-[#999999] text-sm">
  2084.                                    17000 Standing
  2085.                   /
  2086.                                    17000 Seat
  2087.                                  </span>
  2088.              </div>
  2089.              <div class="flex flex-col">
  2090.                <span class="font-bold font-neue">Event Type</span>
  2091.                <span class="text-[#999999] text-sm">
  2092.                                                              Concerts and Music Festivals
  2093.                                                    /
  2094.                                                                    Conferences
  2095.                                                    /
  2096.                                                                    Corporate Events
  2097.                                                                              </span>
  2098.              </div>
  2099.            </div>
  2100.          </a>
  2101.              
  2102.          <a href="/venue/dubai-opera" class="group featured-grid-item" data-cursor-arrow>
  2103.            <div class="featured-grid-item-image"
  2104.              style="background-image: url('/upload/venue/gallery/2024/04/30/image_66311ab8e01f2.jpeg');">
  2105.            </div>
  2106.            <span class="home-badge featured-style" style="display: none">
  2107.              <img src="assets/SVGs/icons/badges/featured-badge.svg" class="w-5 -mt-1" alt="" />
  2108.              FEATURED
  2109.            </span>
  2110.            <span class="home-badge popular-style" style="display: none">
  2111.              <img src="assets/SVGs/icons/badges/popular-badge.svg" class="w-5 -mt-1" alt="" />
  2112.              Popular
  2113.            </span>
  2114.            <span class="home-badge new-style" style="display: none">
  2115.              <img src="assets/SVGs/icons/badges/new-badge.svg" class="w-5 -mt-1" alt="" />
  2116.              NEW
  2117.            </span>
  2118.  
  2119.            <div class="inner p-4 flex flex-col gap-2 text-white">
  2120.              <span class="font-neue text-sm">
  2121.                                  Auditorium
  2122.                              </span>
  2123.              <h3 class="font-neue font-bold text-3xl leading-[93%]">
  2124.                Dubai Opera
  2125.              </h3>
  2126.              <p
  2127.              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">
  2128.                Dubai Opera, located in the heart of Downtown Dubai, is the city's premier venue for the performing arts. Opened in ...
  2129.              </p>
  2130.              <div class="flex flex-col">
  2131.                <span class="font-bold font-neue">capacity</span>
  2132.                <span class="text-[#999999] text-sm">
  2133.                                    2000 Standing
  2134.                   /
  2135.                                    0 Seat
  2136.                                  </span>
  2137.              </div>
  2138.              <div class="flex flex-col">
  2139.                <span class="font-bold font-neue">Event Type</span>
  2140.                <span class="text-[#999999] text-sm">
  2141.                                                              Corporate Events
  2142.                                                    /
  2143.                                                                    Film Festivals
  2144.                                                    /
  2145.                                                                    Fashion Shows and Weeks
  2146.                                                                              </span>
  2147.              </div>
  2148.            </div>
  2149.          </a>
  2150.          </div>
  2151.  </div>
  2152. </section>
  2153.  
  2154. <!-- EVENT TYPES: Spacial Venues -->
  2155. <section
  2156.  class="event-type-container relative overflow-hidden min-h-[1060px] md:min-h-[780px] md:h-[110vh] home-about w-full">
  2157.  <div class="flex flex-col h-full">
  2158.    <div class="container z-20">
  2159.      <div class="relative">
  2160.        <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">
  2161.          <span class="font-neue-text font-black text-green">/ EVENT TYPE</span>
  2162.          <h2
  2163.                class="text-black font-condensed font-black text-[55px] lg:text-8xl !leading-[86%] mb-6 lg:mb-0 whitespace-nowrap">
  2164.                FIND VENUES
  2165.                <br>
  2166.                BY TYPE
  2167.              </h2>
  2168.              <p class="font-neue font-medium text-balck max-w-xl">
  2169.                These are the top 5 most common event types for selecting the perfect venue.
  2170.              </p>
  2171.          <a href="/event-types"
  2172.            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">Browse
  2173.            all event types</a>
  2174.        </div>
  2175.      </div>
  2176.    </div>
  2177.  
  2178.    <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>
  2179.  
  2180.    <div class="h-full flex md:items-center md:justify-center px-8 md:px-0 md:mt-0 mt-2">
  2181.  
  2182.      <div class="events--container text-3xl md:text-center space-y-4 md:space-y-7 md:mt-[40vh]">
  2183.  
  2184.        <a href="/event-types/business-meetings/83" class="event flex">
  2185.          <img src="https://venuewise.com/assets/images/events/event-image-01.jpg" alt="Top of Best Meeting Venues"
  2186.            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" />
  2187.          <span class="translate-x-0 z-50 md:text-center w-full font-black">Meetings</span>
  2188.          <img src="https://venuewise.com/assets/images/events/event-image-02.jpg"  alt="Meeting Venues in Dubai"
  2189.            class="absolute hidden md:block md:right-0 md:top-0 w-[50vw] mt-[95px] h-[50vh] object-cover object-center" />
  2190.        </a>
  2191.  
  2192.        <a href="event-types/conference/7" class="event flex">
  2193.          <img src="https://venuewise.com/assets/images/events/event-image-03.jpg" alt="Top of the Best Conference Venues"
  2194.            class="absolute block right-0 md:left-0 bottom-0 w-full h-[420px] md:w-[50vw] md:h-[50vh] object-cover object-center" />
  2195.          <span class="translate-x-0 z-50 md:text-center w-full font-black">Conferences</span>
  2196.          <img src="https://venuewise.com/assets/images/events/event-image-04.jpg"  alt="Conference Venues in Dubai"
  2197.            class="absolute hidden md:block md:right-0 md:top-0 w-[50vw] mt-[95px] h-[50vh] object-cover object-center" />
  2198.        </a>
  2199.  
  2200.        <a href="/event-types/corporate-event/93" class="event flex">
  2201.          <img src="https://venuewise.com/assets/images/events/event-image-08.jpg" alt="Top of the Best Corporate Event Venues"
  2202.            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" />
  2203.          <span class="translate-x-0 z-50 md:text-center w-full font-black">Corporate Event</span>
  2204.          <img src="https://venuewise.com/assets/images/events/event-image-07.jpg"  alt="Corporate Event Venues in Dubai"
  2205.            class="absolute hidden md:block md:right-0 md:top-0 w-[50vw] mt-[95px] h-[50vh] object-cover object-center" />
  2206.        </a>
  2207.  
  2208.        <a href="/event-types/weddings/88" class="event flex">
  2209.          <img src="https://venuewise.com/assets/images/events/event-image-05.jpg" alt="Top of the Best Wedding Venues"
  2210.            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" />
  2211.          <span class="translate-x-0 z-50 md:text-center w-full font-black">Weddings</span>
  2212.          <img src="https://venuewise.com/assets/images/events/event-image-06.jpg" alt="Wedding Venues in Dubai"
  2213.            class="absolute hidden md:block md:right-0 md:top-0 w-[50vw] mt-[95px] h-[50vh] object-cover object-center" />
  2214.        </a>
  2215.  
  2216.  
  2217.        <a href="/event-types/parties/2" class="event flex">
  2218.          <img src="https://venuewise.com/assets/images/events/event-image-09.jpg" alt="Top of the Best Party Venues"
  2219.            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" />
  2220.          <span class="translate-x-0 z-50 md:text-center w-full font-black">Parties</span>
  2221.          <img src="https://venuewise.com/assets/images/events/event-image-10.jpg"  alt="Party Venues in Dubai"
  2222.            class="absolute hidden md:block md:right-0 md:top-0 w-[50vw] mt-[95px] h-[50vh] object-cover object-center" />
  2223.        </a>
  2224.  
  2225.  
  2226.      </div>
  2227.  
  2228.    </div>
  2229.  
  2230.    <a href="/event-types"
  2231.      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
  2232.      All Event Types</a>
  2233.  </div>
  2234. </section>
  2235.  
  2236. <!-- EVENT ORGANIZERS: Testimonials -->
  2237. <section
  2238. class="relative overflow-hidden tablet:h-[105vh] lg:h-[100vh] w-full flex items-center  bg-gray-5 lg:mb-10 py-10 mb:py-20 lg:py-32">
  2239. <div class="container lg:px-4 md:px-6 px-0 agencies--container">
  2240.        <div class="flex flex-col gap-3 lg:mt-72 px-4 md:px-0">
  2241.      <span class="font-neue-text font-black text-green">/ EVENT ORGANIZERS</span>
  2242.      <h2 class="animated-title font-extended text-shadow font-black uppercase text-gray-5 text-[50px] lg:text-8xl text-stroke max-w-2xl  leading-[110%] "> FEATURED <br class="block lg:hidden"> AGENCIES </h2>
  2243.    </div>
  2244.    <div class="hidden md:flex w-full tablet:h-[400px] lg:h-[500px] flex flex-row flex-nowrap gap-2.5 mt-10 md:mb-20 lg:mb-72 box-container tiny-scrollbar overflow-auto md:overflow-[unset] mb-0 pb-5 md:pb-0">
  2245.      <a data-cursor-arrow href="/agency/mch-global-events" target="_blank" class="overflow-hidden lg:h-auto h-[420px] relative group w-full min-w-[70vw] md:min-w-[unset] lg:w-[15%] grow transition-all lg:hover:!w-[35%] lg:group-hover:w-[15%] duration-[1000] !cursor-none">
  2246.        <div class="bg-black/70 absolute top-0 left-0 w-full h-full lg:opacity-0 group-hover:opacity-100 transition duration-500"></div>
  2247.        <img class="h-full w-full object-cover object-center" src="https://venuewise.com/assets/images/partners/2.jpg" alt="MCH Global"  />
  2248.        <div class="flex flex-col gap-y-8 lg:w-[500px] absolute left-[18px] right-[18px] md:right-auto top-12 md:top-auto md:left-12 md:bottom-12 text-left transition group-hover:delay-300 lg:opacity-0 lh:translate-y-1.5 lg:group-hover:translate-y-0 lg:group-hover:opacity-100 pointer-events-none lg:group-hover:pointer-events-auto">
  2249.          <div class="flex flex-col lg:flex-row gap-6">
  2250.            <div class="w-16 h-16 bg-cover bg-center rounded-full" style="background-image: url('https://venuewise.com/assets/images/company/mch-global.png')"></div>
  2251.            <div class="flex flex-col text-white">
  2252.              <span class="text-[24px] font-neue-text font-bold">MCH Global</span>
  2253.              <span class=" font-neue-text font-semibold">Exhibitions / Art exhibitions / Brand activations</span>
  2254.            </div>
  2255.          </div>
  2256.          <p class="text-white font-neue lg:ml-[84px]"> MCH Global is a full-service agency for next generation experience marketing with a global reach. The agency combines expertise in the strategy... </p>
  2257.        </div>
  2258.      </a>
  2259.      <a data-cursor-arrow href="/agency/the-event-company" target="_blank" class="overflow-hidden lg:h-auto h-[420px] relative group w-full min-w-[70vw] md:min-w-[unset] lg:w-[15%] grow transition-all lg:hover:!w-[35%] lg:group-hover:w-[15%] duration-[1000] !cursor-none">
  2260.        <div class="bg-black/70 absolute top-0 left-0 w-full h-full lg:opacity-0 group-hover:opacity-100 transition duration-500"></div>
  2261.        <img class="h-full w-full object-cover object-center" src="https://venuewise.com/assets/images/partners/3.png" alt="DMG Events" />
  2262.        <div class="flex flex-col gap-y-8 lg:w-[500px] absolute left-[18px] right-[18px] md:right-auto top-12 md:top-auto md:left-12 md:bottom-12 text-left transition group-hover:delay-300 lg:opacity-0 lh:translate-y-1.5 lg:group-hover:translate-y-0 lg:group-hover:opacity-100 pointer-events-none lg:group-hover:pointer-events-auto">
  2263.          <div class="flex flex-col lg:flex-row gap-6">
  2264.            <div class="w-16 h-16 bg-cover bg-center rounded-full" style="background-image: url('https://venuewise.com/assets/images/company/teg-event.png')"></div>
  2265.            <div class="flex flex-col text-white">
  2266.              <span class="text-[24px] font-neue-text font-bold">THE EVENT COMPANY</span>
  2267.              <span class=" font-neue-text font-semibold">Awards / Conferences / Exhibitions</span>
  2268.            </div>
  2269.          </div>
  2270.          <p class="text-white font-neue lg:ml-[84px]"> We are a home-grown UAE business established in 2008. Over the years we have built our global presence to support our clients and we now have offices in London... </p>
  2271.        </div>
  2272.      </a>
  2273.      <a data-cursor-arrow href="/agency/linkviva" target="_blank" class="overflow-hidden lg:h-auto h-[420px] relative group w-full min-w-[70vw] md:min-w-[unset] lg:w-[15%] grow transition-all lg:hover:!w-[35%] lg:group-hover:w-[15%] duration-[1000] !cursor-none">
  2274.        <div class="bg-black/70 absolute top-0 left-0 w-full h-full lg:opacity-0 group-hover:opacity-100 transition duration-500"></div>
  2275.        <img class="h-full w-full object-cover object-center" src="https://venuewise.com/assets/images/partners/1.png" alt="LINKVIVA" />
  2276.        <div class="flex flex-col gap-y-8 lg:w-[500px] absolute left-[18px] right-[18px] md:right-auto top-12 md:top-auto md:left-12 md:bottom-12 text-left transition group-hover:delay-300 lg:opacity-0 lh:translate-y-1.5 lg:group-hover:translate-y-0 lg:group-hover:opacity-100 pointer-events-none lg:group-hover:pointer-events-auto">
  2277.          <div class="flex flex-col lg:flex-row gap-6">
  2278.            <div class="w-16 h-16 bg-cover bg-center rounded-full border border-gray-2" style="background-image: url('https://venuewise.com/assets/images/company/linkviva.png')"></div>
  2279.            <div class="flex flex-col text-white">
  2280.              <span class="text-[24px] font-neue-text font-bold">LINKVIVA</span>
  2281.              <span class=" font-neue-text font-semibold">Festivals / Government events / Corporate events</span>
  2282.            </div>
  2283.          </div>
  2284.          <p class="text-white font-neue lg:ml-[84px]"> Spanning over 15 years in the UAE, our services and clientele have expanded from mall activations to mega festivals. We look beyond the scope...
  2285.        </div>
  2286.      </a>
  2287.      <a data-cursor-arrow href="/agency/dmg-events" target="_blank" class="overflow-hidden lg:h-auto h-[420px] relative group w-full min-w-[70vw] md:min-w-[unset] lg:w-[15%] grow transition-all lg:hover:!w-[35%] lg:group-hover:w-[15%] duration-[1000] !cursor-none">
  2288.        <div class="bg-black/70 absolute top-0 left-0 w-full h-full lg:opacity-0 group-hover:opacity-100 transition duration-500"></div>
  2289.        <img class="h-full w-full object-cover object-center" src="https://venuewise.com/assets/images/partners/4.png" alt="DMG Events" />
  2290.        <div class="flex flex-col gap-y-8 lg:w-[500px] absolute left-[18px] right-[18px] md:right-auto top-12 md:top-auto md:left-12 md:bottom-12 text-left transition group-hover:delay-300 lg:opacity-0 lh:translate-y-1.5 lg:group-hover:translate-y-0 lg:group-hover:opacity-100 pointer-events-none lg:group-hover:pointer-events-auto">
  2291.          <div class="flex flex-col lg:flex-row gap-6">
  2292.            <div class="w-16 h-16 bg-cover bg-center rounded-full" style="background-image: url('https://venuewise.com/assets/images/company/dmg-events.png')"></div>
  2293.            <div class="flex flex-col text-white">
  2294.              <span class="text-[24px] font-neue-text font-bold">DMG Events</span>
  2295.              <span class=" font-neue-text font-semibold">Exhibitions / Conferences /  Product Launches</span>
  2296.            </div>
  2297.          </div>
  2298.          <p class="text-white font-neue lg:ml-[84px]"> dmg events is a leading organizer of face-to-face events and publisher of trade magazines and information services. Our aim is to create dynamic marketplaces to ... </p>
  2299.        </div>
  2300.      </a>
  2301.    </div>
  2302.  
  2303.    <div class="md:hidden swiper agencies--swiper px-4">
  2304.      <div class="swiper-wrapper">
  2305.        <a class="h-[420px] relative swiper-slide" href="/agency/mch-global-events" target="_blank">
  2306.          <div
  2307.            class="bg-black/70 absolute top-0 left-0 w-full h-full lg:opacity-0 group-hover:opacity-100 transition duration-500">
  2308.          </div>
  2309.          <img class="h-full w-full object-cover object-center" src="assets/images/partners/2.png" alt="MCH Global" />
  2310.          <div
  2311.            class="flex flex-col gap-y-8 lg:w-[500px] absolute left-[18px] right-[18px] md:right-auto top-12 md:top-auto md:left-12 md:bottom-12 text-left transition group-hover:delay-300 lg:opacity-0 lh:translate-y-1.5 lg:group-hover:translate-y-0 lg:group-hover:opacity-100 pointer-events-none lg:group-hover:pointer-events-auto">
  2312.            <div class="flex flex-col lg:flex-row gap-6">
  2313.              <div class="w-16 h-16 bg-cover bg-center rounded-full"
  2314.                style="background-image: url('./assets/images/company/mch-global.png')"></div>
  2315.              <div class="flex flex-col text-white">
  2316.                <span class="text-[24px] font-neue-text font-bold">MCH Global</span>
  2317.                <span class=" font-neue-text font-semibold">Exhibitions / Art Exhibitions / Brand Activations</span>
  2318.              </div>
  2319.            </div>
  2320.            <p class="text-white font-neue lg:ml-[84px]">
  2321.              MCH Global is a full-service agency for next generation experience marketing with a global reach. The
  2322.              agency combines expertise in the strategy...
  2323.            </p>
  2324.          </div>
  2325.        </a>
  2326.        <a class="h-[420px] relative swiper-slide" href="/agency/the-event-company" target="_blank">
  2327.          <div
  2328.            class="bg-black/70 absolute top-0 left-0 w-full h-full lg:opacity-0 group-hover:opacity-100 transition duration-500">
  2329.          </div>
  2330.          <img class="h-full w-full object-cover object-center" src="assets/images/partners/3.png" alt="TEC Event Management" />
  2331.          <div
  2332.            class="flex flex-col gap-y-8 lg:w-[500px] absolute left-[18px] right-[18px] md:right-auto top-12 md:top-auto md:left-12 md:bottom-12 text-left transition group-hover:delay-300 lg:opacity-0 lh:translate-y-1.5 lg:group-hover:translate-y-0 lg:group-hover:opacity-100 pointer-events-none lg:group-hover:pointer-events-auto">
  2333.            <div class="flex flex-col lg:flex-row gap-6">
  2334.              <div class="w-16 h-16 bg-cover bg-center rounded-full"
  2335.                style="background-image: url('./assets/images/company/teg-event.png')"></div>
  2336.              <div class="flex flex-col text-white">
  2337.                <span class="text-[24px] font-neue-text font-bold">TEC Event Management</span>
  2338.                <span class=" font-neue-text font-semibold">Awards / Conferences / Exhibitions</span>
  2339.              </div>
  2340.            </div>
  2341.            <p class="text-white font-neue lg:ml-[84px]">
  2342.              We are a home-grown UAE business established in 2008. Over the years we have built our global presence
  2343.              to support our clients and we now have offices in London...
  2344.            </p>
  2345.          </div>
  2346.        </a>
  2347.        <a class="h-[420px] relative swiper-slide" href="/agency/linkviva" target="_blank">
  2348.          <div
  2349.            class="bg-black/70 absolute top-0 left-0 w-full h-full lg:opacity-0 group-hover:opacity-100 transition duration-500">
  2350.          </div>
  2351.          <img class="h-full w-full object-cover object-center" src="assets/images/partners/1.png" alt="LINKVIVA" />
  2352.          <div
  2353.            class="flex flex-col gap-y-8 lg:w-[500px] absolute left-[18px] right-[18px] md:right-auto top-12 md:top-auto md:left-12 md:bottom-12 text-left transition group-hover:delay-300 lg:opacity-0 lh:translate-y-1.5 lg:group-hover:translate-y-0 lg:group-hover:opacity-100 pointer-events-none lg:group-hover:pointer-events-auto">
  2354.            <div class="flex flex-col lg:flex-row gap-6">
  2355.              <div class="w-16 h-16 bg-cover bg-center rounded-full border border-gray-2"
  2356.                style="background-image: url('./assets/images/company/linkviva.png')"></div>
  2357.              <div class="flex flex-col text-white">
  2358.                <span class="text-[24px] font-neue-text font-bold">LINKVIVA</span>
  2359.                <span class=" font-neue-text font-semibold">Government Events / Sports Tournaments / Festivals</span>
  2360.              </div>
  2361.            </div>
  2362.            <p class="text-white font-neue lg:ml-[84px]">
  2363.              Spanning over 15 years in the UAE, our services and clientele have expanded from
  2364.              mall activations to mega festivals. We look beyond the scope...
  2365.          </div>
  2366.        </a>
  2367.        <a class="h-[420px] relative swiper-slide" href="/agency/dmg-events" target="_blank">
  2368.          <div
  2369.            class="bg-black/70 absolute top-0 left-0 w-full h-full lg:opacity-0 group-hover:opacity-100 transition duration-500">
  2370.          </div>
  2371.          <img class="h-full w-full object-cover object-center" src="assets/images/partners/4.png" alt="DMG Events" />
  2372.          <div
  2373.            class="flex flex-col gap-y-8 lg:w-[500px] absolute left-[18px] right-[18px] md:right-auto top-12 md:top-auto md:left-12 md:bottom-12 text-left transition group-hover:delay-300 lg:opacity-0 lh:translate-y-1.5 lg:group-hover:translate-y-0 lg:group-hover:opacity-100 pointer-events-none lg:group-hover:pointer-events-auto">
  2374.            <div class="flex flex-col lg:flex-row gap-6">
  2375.              <div class="w-16 h-16 bg-cover bg-center rounded-full"
  2376.                style="background-image: url('./assets/images/company/dmg-events.png')"></div>
  2377.              <div class="flex flex-col text-white">
  2378.                <span class="text-[24px] font-neue-text font-bold">DMG Events</span>
  2379.                <span class=" font-neue-text font-semibold">Exhibitions / Conferences / Product Launches</span>
  2380.              </div>
  2381.            </div>
  2382.            <p class="text-white font-neue lg:ml-[84px]">
  2383.              dmg events is a leading organizer of face-to-face events and publisher of trade magazines and
  2384.              information services. Our aim is to create dynamic marketplaces to ...
  2385.            </p>
  2386.          </div>
  2387.        </a>
  2388.      </div>
  2389.    </div>
  2390.  </div>
  2391. </section>
  2392.  
  2393. <!-- OUR MISSION: Who We Are? -->
  2394. <section class="flex stacked-section w-full lg:my-10">
  2395.  
  2396.  <div class="stacked-cards-container h-full lg:container px-0">
  2397.  
  2398.    <div class="flex flex-col lg:flex-row items-center stacked-cards-wrapper">
  2399.  
  2400.      <div class="stacked-cards-title pt-12 w-full lg:w-1/2 flex flex-col gap-1 px-4 md:pr-0"> <span
  2401.          class="font-neue-text font-black text-green">/ OUR MISSION</span>
  2402.        <h2
  2403.          class="animated-title text-black font-condensed font-black text-[57px] lg:text-9xl !leading-[86%] whitespace-nowrap">
  2404.          WHO
  2405.          <br>
  2406.          WE ARE?
  2407.        </h2>
  2408.        <p class="font-neue font-medium text-balck max-w-sm">
  2409.          We are a group of experienced professionals with an extensive
  2410.          proven track record in organizing dazzling events worldwide.
  2411.          We've decided to create a comprehensive product to support
  2412.          professionals in this field, facilitating them to easily
  2413.          navigate the process of selecting and evaluating venues.
  2414.        </p>
  2415.        <a href="/about-us"
  2416.          class="clip-link inline-flex justify-center items-center text-white bg-black hover:bg-green hover:text-black w-56 h-14 py-4 my-6 text-center font-neue transition-colors">
  2417.          About us
  2418.        </a>
  2419.      </div>
  2420.  
  2421.      <div
  2422.        class="flex flex-col items-center justify-center gap-y-4 md:gap-y-2 w-full lg:w-1/2 bg-center bg-no-repeat bg-[length:600px] bg-fixed stack-mobile-bg px-6 py-14 md:py-0 md:pl-0">
  2423.        <div class="stacked-card relative flex flex-col justify-center">
  2424.          <div
  2425.            class="stacked-cards-bg hidden md:block h-[50vh] w-[150%] absolute top-1/2 left-1/2 z-10 -translate-x-1/2 -translate-y-1/2 !bg-[transparent]">
  2426.            <img src="./assets/images/home/mission-bg.svg" class="hidden lg:inline max-w-full stack-bg" />
  2427.          </div>
  2428.          <div
  2429.            class="md:w-[450px] h-[500px] p-6 bg-[rgb(33,35,37)] stack-card-shadow card--inner z-10 translate-x-0 flex flex-col justify-center text-white">
  2430.            <img src="assets/SVGs/icons/experience.svg" class="w-24" alt="" />
  2431.            <h4 class="font-condensed font-black text-[80px]">21</h4>
  2432.            <h5 class="font-condensed font-black text-[32px]">
  2433.              Years Experience
  2434.            </h5>
  2435.            <p class="text-white font-neue text-[18px]">
  2436.              With over two decades of shining experience in organizing diverse events worldwide, we meticulously
  2437.              analyzed and examined the needs of event professionals.
  2438.            </p>
  2439.          </div>
  2440.        </div>
  2441.  
  2442.        <div
  2443.          class="stacked-card flex flex-col justify-center md:w-[450px] h-[500px] p-6 bg-[rgb(33,35,37)] stack-card-shadow text-white">
  2444.  
  2445.          <img src="assets/SVGs/icons/cutting-edge.svg" class="w-24" alt="" />
  2446.          <h4 class="font-condensed font-black text-[80px]">2024</h4>
  2447.          <h5 class="font-condensed font-black text-[32px]">
  2448.            Cutting Edge Technology
  2449.          </h5>
  2450.          <p class="text-white font-neue text-[18px]">
  2451.            Our platform utilizes cutting-edge design, Infrastructure and programming technology to deliver seamless
  2452.            user experiences and advanced functionalities. </p>
  2453.        </div>
  2454.  
  2455.        <div
  2456.          class="stacked-card flex flex-col justify-center md:w-[450px] h-[500px] p-6 bg-[rgb(33,35,37)] stack-card-shadow text-white">
  2457.          <img src="assets/SVGs/icons/24-7.svg" class="w-24" alt="" />
  2458.          <h4 class="font-condensed font-black text-[80px]">24*7</h4>
  2459.          <h5 class="font-condensed font-black text-[32px]">
  2460.            Always On Call
  2461.          </h5>
  2462.          <p class="text-white font-neue text-[18px]">
  2463.            Our dedicated team is available 24/7 to address any inquiries or issues with the same expertise and
  2464.            commitment that define our 20-year legacy of event excellence and innovation.
  2465.          </p>
  2466.        </div>
  2467.  
  2468.      </div>
  2469.    </div>
  2470.  </div>
  2471. </section>
  2472.  
  2473. <!-- BLOG -->
  2474. <section id="horizontal-scroll"
  2475.  class="relative overflow-hidden md:min-h-[100vh] w-full flex bg-gray-5 tablet:py-12 py-20 lg:py-20">
  2476.  <div class="max-w-full w-full">
  2477.    <div class="container flex flex-col gap-y-2 blog--container">
  2478.      <span class="font-neue-text font-black text-green">/ BLOG </span>
  2479.      <h2
  2480.        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">
  2481.        Event &
  2482.        <br class="block lg:hidden">
  2483.        Venue
  2484.        <br class="">
  2485.        Insights
  2486.      </h2>
  2487.    </div>
  2488.    <div class="max-w-full md:overflow-hidden px-4 md:px-0 pt-12">
  2489.  
  2490.      
  2491.  
  2492.      <div class="swiper blog--swiper !overflow-visible md:!pl-[10vw]">
  2493.  
  2494.        <div class="swiper-wrapper h-full">
  2495.          
  2496.          <div class="swiper-slide">
  2497.            <a data-cursor-arrow href="https://venuewise.com/blog/gold-destination-for-fashion-enthusiasts/" title="Gold Destination for Fashion Enthusiasts" class="blog-box h-full flex flex-col !items-start gap-2 !cursor-none">
  2498.              <div class="w-full h-[260px] tablet:h-[250px] lg:h-[260px] bg-white mb-2">
  2499.                <img class="w-full h-full object-cover" src="https://venuewise.com/blog/wp-content/uploads/2024/06/noah-bikoro-XZSEqNQa120-unsplash-min.jpg"
  2500.                  alt="Venue Wise Blog">
  2501.              </div>
  2502.              <span class="font-neue-text font-bold text-[14px] text-[#999999]"></span>
  2503.              <h2
  2504.                class="font-neue-text font-bold text-[28px] tablet:text-[24px] lg:text-[27px] text-white leading-[120%] hover:text-green">
  2505.                Gold Destination for Fashion Enthusiasts
  2506.              </h2>
  2507.            </a>
  2508.          </div>
  2509.  
  2510.          <div class="swiper-slide">
  2511.            <a data-cursor-arrow href="https://venuewise.com/blog/bridging-the-past-and-future/" title=" Bridging the Past and Future" class="blog-box h-full flex flex-col !items-start gap-2 !cursor-none">
  2512.              <div class="w-full h-[260px] tablet:h-[250px] lg:h-[260px] bg-white mb-2">
  2513.                <img class="w-full h-full object-cover" src="https://venuewise.com/blog/wp-content/uploads/2024/06/1.-Museum-of-the-Future-Exterior-Museum-of-the-Future-LL-2048x1503-1.webp"
  2514.                  alt="Venue Wise Blog">
  2515.              </div>
  2516.              <span class="font-neue-text font-bold text-[14px] text-[#999999]">Neighborhood</span>
  2517.              <h2
  2518.                class="font-neue-text font-bold text-[28px] tablet:text-[24px] lg:text-[27px] text-white leading-[120%] hover:text-green">
  2519.                Bridging the Past and Future
  2520.              </h2>
  2521.            </a>
  2522.          </div>
  2523.  
  2524.  
  2525.          <div class="swiper-slide">
  2526.            <a data-cursor-arrow href="https://venuewise.com/blog/dash-of-modern-magic/" title="Dash of Modern Magic!" class="blog-box h-full flex flex-col !items-start gap-2 !cursor-none">
  2527.              <div class="w-full h-[260px] tablet:h-[250px] lg:h-[260px] bg-white mb-2">
  2528.                <img class="w-full h-full object-cover" src="https://venuewise.com/blog/wp-content/uploads/2024/06/DUBai_World_Trade_Centre_DWTC_photo_courtesy_DUbai_Media_Office-min.jpg"
  2529.                  alt="Venue Wise Blog">
  2530.              </div>
  2531.              <span class="font-neue-text font-bold text-[14px] text-[#999999]">Venue</span>
  2532.              <h2
  2533.                class="font-neue-text font-bold text-[28px] tablet:text-[24px] lg:text-[27px] text-white leading-[120%] hover:text-green">
  2534.                Dash of Modern Magic!
  2535.              </h2>
  2536.            </a>
  2537.          </div>
  2538.  
  2539.          <div class="swiper-slide">
  2540.            <a data-cursor-arrow href="https://venuewise.com/blog/bringing-your-vision-to-life/" title="Bringing Your Vision to Life" class="blog-box h-full flex flex-col !items-start gap-2 !cursor-none">
  2541.              <div class="w-full h-[260px] tablet:h-[250px] lg:h-[260px] bg-white mb-2">
  2542.                <img class="w-full h-full object-cover" src="https://venuewise.com/blog/wp-content/uploads/2024/06/abdullah-farouk-aTlSSe1eyXw-unsplash-1-min.jpg"
  2543.                  alt="Venue Wise Blog">
  2544.              </div>
  2545.              <span class="font-neue-text font-bold text-[14px] text-[#999999]">Neighborhood</span>
  2546.              <h2
  2547.                class="font-neue-text font-bold text-[28px] tablet:text-[24px] lg:text-[27px] text-white leading-[120%] hover:text-green">
  2548.                Bringing Your Vision to Life
  2549.              </h2>
  2550.            </a>
  2551.          </div>
  2552.      
  2553.        </div>
  2554.  
  2555.      </div>
  2556.  
  2557.      <div class="container flex md:items-center flex-col-reverse items-center md:flex-row w-full gap-7 mt-16">
  2558.        <a href="/blog"
  2559.          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">
  2560.          Explore more articles
  2561.        </a>
  2562.        <div
  2563.          class="swiper-scrollbar blog--swiper-scrollbar custom-swiper-scrollbar !w-10/12 md:w-auto ml-auto md:ml-0 rounded-none  ">
  2564.        </div>
  2565.      </div>
  2566.    </div>
  2567.  </div>
  2568. </section>
  2569.  
  2570.  
  2571.  
  2572.    
  2573.     <!-- Footer -->
  2574.     <footer>
  2575.  
  2576.      <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">
  2577.        <div class="md:px-0 px-2 md:pt-0 pt-6 lg:w-2/5 flex">
  2578.          <div class="flex gap-2 relative grow-0">
  2579.  
  2580.            <div class="group">
  2581.              <img src="https://venuewise.com/assets/images/avatar/avatar-05.jpg" class="border-4 border-black md:w-[108px] w-[80px] md:h-[108px] h-[80px] group-hover:border-green transition-colors duration-300">
  2582.              <div class="group-hover:opacity-100 group-hover:pointer-events-auto opacity-0 pointer-events-none md:transition md:duration-500">
  2583.                <div class="w-full relative">
  2584.                  <div class="absolute top-0 left-1/2 scale-x-[1.65] -translate-x-1/2 h-2 w-2 group-hover:opacity-100 opacity-0">&#9650;</div>
  2585.                </div>
  2586.                <div class="absolute left-0 top-full translate-y-3.5 w-full z-10">
  2587.                  <div class="w-full bg-white text-black px-3 py-2">
  2588.                    <h1 class="font-condensed font-black text-black text-[32px]">Aditya Paturkar</h1>
  2589.                  </div>
  2590.                </div>
  2591.              </div>
  2592.            </div>
  2593.  
  2594.  
  2595.            <div class="group">
  2596.              <img src="https://venuewise.com/assets/images/avatar/avatar-03.jpg" class="border-4 border-black md:w-[108px] w-[80px] md:h-[108px] h-[80px] group-hover:border-green transition-colors duration-300">
  2597.              <div class="group-hover:opacity-100 group-hover:pointer-events-auto opacity-0 pointer-events-none md:transition md:duration-500">
  2598.                <div class="w-full relative">
  2599.                  <div class="absolute top-0 left-1/2 scale-x-[1.65] -translate-x-1/2 h-2 w-2 group-hover:opacity-100 opacity-0">&#9650;</div>
  2600.                </div>
  2601.                <div class="absolute left-0 top-full translate-y-3.5 w-full z-10">
  2602.                  <div class="w-full bg-white text-black px-3 py-2">
  2603.                    <h1 class="font-condensed font-black text-black text-[32px]">Anna Parks</h1>
  2604.                  </div>
  2605.                </div>
  2606.              </div>
  2607.            </div>
  2608.  
  2609.  
  2610.            <div class="group">
  2611.              <img src="https://venuewise.com/assets/images/avatar/avatar-02.jpg"  class="border-4 border-black md:w-[108px] w-[80px] md:h-[108px] h-[80px] group-hover:border-green transition-colors duration-300">
  2612.              <div class="group-hover:opacity-100 group-hover:pointer-events-auto opacity-0 pointer-events-none md:transition md:duration-500">
  2613.                <div class="w-full relative">
  2614.                  <div class="absolute top-0 left-1/2 scale-x-[1.65] -translate-x-1/2 h-2 w-2 group-hover:opacity-100 opacity-0">&#9650;</div>
  2615.                </div>
  2616.                <div class="absolute left-0 top-full translate-y-3.5 w-full z-10">
  2617.                  <div class="w-full bg-white text-black px-3 py-2">
  2618.                    <h1 class="font-condensed font-black text-black text-[32px]">Kate Asumbra</h1>
  2619.                  </div>
  2620.                </div>
  2621.              </div>
  2622.            </div>    
  2623.  
  2624.  
  2625.            <div class="group">
  2626.              <img src="https://venuewise.com/assets/images/avatar/avatar-01.jpg" class="border-4 border-black md:w-[108px] w-[80px] md:h-[108px] h-[80px] group-hover:border-green transition-colors duration-300">
  2627.              <div class="group-hover:opacity-100 group-hover:pointer-events-auto opacity-0 pointer-events-none md:transition md:duration-500">
  2628.                <div class="w-full relative">
  2629.                  <div class="absolute top-0 left-1/2 scale-x-[1.65] -translate-x-1/2 h-2 w-2 group-hover:opacity-100 opacity-0">&#9650;</div>
  2630.                </div>
  2631.                <div class="absolute left-0 top-full translate-y-3.5 w-full z-10">
  2632.                  <div class="w-full bg-white text-black px-3 py-2">
  2633.                    <h1 class="font-condensed font-black text-black text-[32px]">Natalie Wright</h1>
  2634.                  </div>
  2635.                </div>
  2636.              </div>
  2637.            </div>
  2638.  
  2639.  
  2640.          </div>
  2641.  
  2642.        </div>
  2643.  
  2644.        <div class="footer-expert -mt-[28px]">
  2645.          <h3 class="animated-title font-condensed text-4xl lg:text-5xl font-black text-center lg:text-left whitespace-nowrap">
  2646.            NEED A VENUE ADVISOR?
  2647.            <br class="block lg:hidden">
  2648.            CONTACT US!
  2649.          </h3>
  2650.          <a href="/adviser-request-form" class="primary-green-button mt-2">
  2651.            <img src="https://venuewise.com/assets/SVGs/icons/phone-black.svg" alt="" />
  2652.            Ask a venue advisor
  2653.          </a>
  2654.        </div>
  2655.        
  2656.      </div>
  2657.  
  2658.    <div class="container flex flex-col gap-y-5 lg:flex-row">
  2659.  
  2660.      <div class="w-full menu flex flex-col gap-y-10 text-sm lg:pt-16">
  2661.  
  2662.          <img src="https://venuewise.com/assets/SVGs/logo-white.svg" class="w-32 lg:mt-0 mt-5"  alt="venuewise"/>
  2663.  
  2664.          <div class="w-full flex lg:flex-row flex-col gap-5 border-[#363636] border-b pb-10">
  2665.  
  2666.            <div class="w-[70%] grid grid-cols-1 lg:grid-cols-4 gap-y-7">
  2667.  
  2668.              <div class="w-full flex lg:flex-col flex-row gap-x-12 mt-10 lg:mt-0">
  2669.                <div class="w-full flex flex-col gap-y-2 lg:mb-7">
  2670.                  <span class="text-[15px] text-white font-neue font-semibold tracking-wider lg:mb-3">Support</span>
  2671.                  <a target="_blank" href="tel:+971585722523" class="font-neue font-semibold tracking-wide">
  2672.                    +(971) 58 572 2523
  2673.                  </a>
  2674.                <a target="_blank" href="mailto:support@venuewise.com"
  2675.                  class="tfont-neue font-semibold tracking-wide">support@venuewise.com</a>
  2676.                </div>
  2677.              </div>
  2678.  
  2679.              <div class="footer-box lg:ml-[80px]">
  2680.                <span class="text-[15px] text-white font-neue font-semibold tracking-wider lg:mb-3">Company</span>
  2681.                <a href="/about-us" class="link">About us</a>
  2682.                <a href="/contact-us" class="link">Contact us</a>
  2683.                
  2684.              </div>
  2685.  
  2686.              <div class="footer-box lg:ml-[80px]">
  2687.                <span class="text-[15px] text-white font-neue font-semibold tracking-wider lg:mb-3">Explore</span>
  2688.                
  2689.                 <a href="/event-types" class="link">Event types</a>
  2690.                 <a href="/neighborhoods" class="link">Neighborhoods</a>
  2691.              </div>
  2692.  
  2693.              <div class="footer-box lg:ml-[80px]">
  2694.                <span class="text-[15px] text-white font-neue font-semibold tracking-wider lg:mb-3">Blog</span>
  2695.                <a href="https://venuewise.com/blog/bridging-the-past-and-future/" class="link">Bridging the Past and Future                </a>
  2696.            
  2697.              </div>
  2698.  
  2699.            </div>
  2700.  
  2701.            <div class="socials">
  2702.              <div class="footer-box">
  2703.                <span class="text-[15px] text-white font-neue font-semibold tracking-wider">Follow us on social
  2704.                  media</span>
  2705.                <div class="flex gap-x-3 items-center w-full mt-[5px] lg:mt-[20px]">
  2706.                  <a class="group" href="https://www.facebook.com/people/Venue-Wise/61558359572603/" target="_blank">
  2707.                    <!-- prettier-ignore -->
  2708.                    <svg class="transition-all" width="22" height="22" viewBox="0 0 16 16" fill="none"
  2709.                      xmlns="http://www.w3.org/2000/svg">
  2710.                      <mask id="mask0_2051_510" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0"
  2711.                        width="16" height="16">
  2712.                        <rect width="16" height="16" class="group-hover:fill-green transition-all" fill="#D9D9D9" />
  2713.                      </mask>
  2714.                      <g mask="url(#mask0_2051_510)">
  2715.                        <path class="group-hover:fill-green"
  2716.                          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"
  2717.                          fill="#898989" />
  2718.                      </g>
  2719.                    </svg>
  2720.                  </a>
  2721.                  <a class="group" href="https://www.instagram.com/venue.wise" target="_blank">
  2722.                    <!-- prettier-ignore -->
  2723.                    <svg width="22" height="22" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
  2724.                      <mask id="mask0_2051_3297" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0"
  2725.                        width="16" height="16">
  2726.                        <rect width="16" height="16" fill="#D9D9D9" />
  2727.                      </mask>
  2728.                      <g mask="url(#mask0_2051_3297)">
  2729.                        <path class="group-hover:fill-green" fill-rule="evenodd" clip-rule="evenodd"
  2730.                          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"
  2731.                          fill="#898989" />
  2732.                      </g>
  2733.                    </svg>
  2734.                  </a>
  2735.                  <a class="group" href="https://www.linkedin.com/company/venue-wise/" target="_blank">
  2736.                    <!-- prettier-ignore -->
  2737.                    <svg width="22" height="22" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
  2738.                      <mask id="mask0_2051_162" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0"
  2739.                        width="16" height="16">
  2740.                        <rect width="16" height="16" fill="#D9D9D9" />
  2741.                      </mask>
  2742.                      <g mask="url(#mask0_2051_162)">
  2743.                        <path class="group-hover:fill-green"
  2744.                          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"
  2745.                          fill="#898989" />
  2746.                      </g>
  2747.                    </svg>
  2748.                  </a>
  2749.                  <a class="group" href="https://www.pinterest.com/venuewise/" target="_blank">
  2750.                    <!-- prettier-ignore -->
  2751.                    <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
  2752.                      <path class="group-hover:fill-green" d="M8.99632 0C4.0206 0 0 4.02795 0 8.99632C0 12.8096 2.3694 16.0675 5.7162 17.378C5.63475 16.6672 5.56807 15.5714 5.74575 14.7939C5.90865 14.0905 6.79718 10.3216 6.79718 10.3216C6.79718 10.3216 6.53063 9.7812 6.53063 8.9889C6.53063 7.73753 7.25625 6.8046 8.15962 6.8046C8.92965 6.8046 9.29985 7.38217 9.29985 8.07075C9.29985 8.84077 8.81115 9.99585 8.55202 11.0695C8.3373 11.9654 9.00368 12.6985 9.88485 12.6985C11.4841 12.6985 12.7133 11.0103 12.7133 8.58165C12.7133 6.42697 11.1658 4.9239 8.95185 4.9239C6.39 4.9239 4.88685 6.84165 4.88685 8.826C4.88685 9.59602 5.18302 10.4253 5.5533 10.877C5.62733 10.9658 5.63475 11.0473 5.61247 11.1362C5.54587 11.4176 5.3904 12.0321 5.36077 12.1579C5.32372 12.3209 5.2275 12.3579 5.05718 12.2765C3.9465 11.7433 3.2505 10.0996 3.2505 8.7816C3.2505 5.9457 5.30895 3.33937 9.1962 3.33937C12.3134 3.33937 14.7421 5.56065 14.7421 8.53725C14.7421 11.6396 12.7873 14.1349 10.0773 14.1349C9.16657 14.1349 8.30768 13.661 8.01892 13.0983C8.01892 13.0983 7.56728 14.8161 7.4562 15.2382C7.25625 16.0231 6.70837 17.0004 6.3381 17.6002C7.18222 17.8593 8.07075 18 9.00368 18C13.972 18 18 13.972 18 9.00368C17.9926 4.02795 13.9646 0 8.99632 0Z" fill="#898989"/>
  2753.                    </svg>  
  2754.                  </a>
  2755.                </div>
  2756.              </div>
  2757.            </div>
  2758.  
  2759.          </div>
  2760.  
  2761.          <div class="flex flex-col lg:flex-row lg:items-center text-white gap-3">
  2762.  
  2763.            <img class="w-32" src="https://venuewise.com/assets/images/adviser-type.png"  alt="">
  2764.  
  2765.            <span class="font-neue text-[12px] text-[#999999]">
  2766.              All rights reserved by Venue Adviser Portal CO. L.L.C.
  2767.            </span>
  2768.  
  2769.          </div>
  2770.  
  2771.        </div>
  2772.  
  2773.      </div>
  2774.  
  2775.    </footer>
  2776.  
  2777.  
  2778. </main>
  2779.  
  2780. <script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
  2781. <script
  2782.  src="https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/markerclusterer.js"></script>
  2783. <script src="https://venuewise.com/vendor/jquery/jquery.min.js"></script>
  2784. <script src="https://venuewise.com/dist/main.js"></script>
  2785.  
  2786.  
  2787.  
  2788.    <script>
  2789.  
  2790.  
  2791.  
  2792.        const agencySearch = document.querySelector(
  2793.            '[data-combobox="agencySearch"]'
  2794.        );
  2795.  
  2796.  
  2797.        if (agencySearch) {
  2798.            document.getElementById("agencySearch").__dynamic_fn = (value) => {
  2799.                async function filterValues(value) {
  2800.                    const result = await fetch("/filter/ajax/search/agency/"+value, {
  2801.                        headers: {
  2802.                            "X-CSRF-TOKEN": "PEW4zo2eTybpq8siyysikSlnBKpqSEvG5sC5Qkfq"
  2803.                        }
  2804.                    });
  2805.                    const data = await result.json();
  2806.                    return data
  2807.                        .filter((item) => new RegExp(`.*${value}.*`, "gi").test(item))
  2808.                        .sort((a, b) => {
  2809.                            const aStartsWith = a.toLowerCase().startsWith(value.toLowerCase());
  2810.                            const bStartsWith = b.toLowerCase().startsWith(value.toLowerCase());
  2811.  
  2812.                            if (aStartsWith && !bStartsWith) return -1;
  2813.                            else if (!aStartsWith && bStartsWith) return 1;
  2814.                            else return 0;
  2815.                        });
  2816.                }
  2817.  
  2818.                agencySearch.__dynamic_fn = filterValues;
  2819.  
  2820.  
  2821.            };
  2822.        }
  2823.  
  2824.  
  2825.  
  2826.        const venueNameSearch = document.querySelector(
  2827.            '[data-combobox="venueNameFilterField"]'
  2828.        );
  2829.        const venueNameSearchMobile = document.querySelector(
  2830.            '[data-combobox="venueNameFilterFieldMobile"]'
  2831.        );
  2832.  
  2833.  
  2834.        if (venueNameSearch && venueNameSearchMobile) {
  2835.            async function filterValues(value) {
  2836.                const result = await fetch("/filter/ajax/search/"+value, {
  2837.                    headers: {
  2838.                        "X-CSRF-TOKEN": "PEW4zo2eTybpq8siyysikSlnBKpqSEvG5sC5Qkfq"
  2839.                    }
  2840.                });
  2841.                const data = await result.json();
  2842.  
  2843.                return data
  2844.                    .filter((item) => new RegExp(`.*${value}.*`, "gi").test(item))
  2845.                    .sort((a, b) => {
  2846.                        const aStartsWith = a.toLowerCase().startsWith(value.toLowerCase());
  2847.                        const bStartsWith = b.toLowerCase().startsWith(value.toLowerCase());
  2848.  
  2849.                        if (aStartsWith && !bStartsWith) return -1;
  2850.                        else if (!aStartsWith && bStartsWith) return 1;
  2851.                        else return 0;
  2852.                    });
  2853.            }
  2854.  
  2855.            venueNameSearch.__dynamic_fn = filterValues;
  2856.            venueNameSearchMobile.__dynamic_fn = filterValues;
  2857.        }
  2858.  
  2859.  
  2860.  
  2861.  
  2862.        if (document.getElementById("ShareWhatsappBtn"))
  2863.        {
  2864.  
  2865.            document.getElementById("ShareWhatsappBtn").addEventListener("click", function(event) {
  2866.                event.preventDefault();
  2867.                var urlToShare = window.location.href;
  2868.                var facebookShareUrl = "https://api.whatsapp.com/send?text=I thought you might be interested in this page:\n\n"+ encodeURIComponent(urlToShare);
  2869.                window.open(facebookShareUrl, "_blank");
  2870.            });
  2871.        }
  2872.        if (document.getElementById("SharelinkdinBtn"))
  2873.        {
  2874.  
  2875.            document.getElementById("SharelinkdinBtn").addEventListener("click", function(event) {
  2876.                event.preventDefault();
  2877.                var urlToShare = window.location.href;
  2878.                var facebookShareUrl = "https://www.linkedin.com/sharing/share-offsite/?url="+ encodeURIComponent(urlToShare);
  2879.                window.open(facebookShareUrl, "_blank");
  2880.            });
  2881.        }
  2882.        if (document.getElementById("copyLinkBtn"))
  2883.        {
  2884.  
  2885.  
  2886.            document.getElementById("copyLinkBtn").addEventListener("click", function(event) {
  2887.                event.preventDefault();
  2888.                var urlToCopy = window.location.href;
  2889.                var textArea = document.createElement("textarea");
  2890.                textArea.value = urlToCopy;
  2891.                document.body.appendChild(textArea);
  2892.                textArea.select();
  2893.                document.execCommand("copy");
  2894.                document.body.removeChild(textArea);
  2895.                alertSnackbar("Link copied to clipboard: " + urlToCopy);
  2896.            });
  2897.        }
  2898.        if (document.getElementById("SharefacebookBtn"))
  2899.        {
  2900.  
  2901.  
  2902.            document.getElementById("SharefacebookBtn").addEventListener("click", function(event) {
  2903.                event.preventDefault();
  2904.                var urlToShare = window.location.href;
  2905.                var facebookShareUrl = "https://www.facebook.com/sharer/sharer.php?u=" + encodeURIComponent(urlToShare);
  2906.                window.open(facebookShareUrl, "_blank");
  2907.            });
  2908.        }
  2909.        if (document.getElementById("SharetwitterBtn"))
  2910.        {
  2911.  
  2912.            document.getElementById("SharetwitterBtn").addEventListener("click", function(event) {
  2913.                event.preventDefault();
  2914.                var urlToShare = window.location.href;
  2915.                var twitterShareUrl = "https://twitter.com/intent/tweet?url=" + encodeURIComponent(urlToShare);
  2916.                window.open(twitterShareUrl, "_blank");
  2917.            });
  2918.        }
  2919.        if (document.getElementById("SharemailBtn"))
  2920.        {
  2921.  
  2922.            document.getElementById("SharemailBtn").addEventListener("click", function(event) {
  2923.                event.preventDefault();
  2924.                var urlToShare = window.location.href;
  2925.                var subject = "Check out this page!";
  2926.                var body = "I thought you might be interested in this page:\n\n" + urlToShare;
  2927.                var mailToLink = "mailto:?subject=" + encodeURIComponent(subject) + "&body=" + encodeURIComponent(body);
  2928.                window.location.href = mailToLink;
  2929.            });
  2930.        }
  2931.  
  2932.  
  2933.        function alertSnackbar(message,mode='success'){
  2934.            if (mode == 'alert') {
  2935.                document.getElementById('snackbar').classList.add('err-style'); // Add the class 'highlighted'
  2936.            }
  2937.            showSnackbar(message)
  2938.        }
  2939.  
  2940.  
  2941.  
  2942.        if (document.getElementById("contact_submit"))
  2943.        {
  2944.            document.getElementById('contact_submit').addEventListener('click', () => {
  2945.                var contact_fullname = $('#contact_fullname').val();
  2946.                var contact_mail = $('#contact_mail').val();
  2947.                var contact_phone = $('#contact_phone').val();
  2948.                var contact_message = $('#contact_message').val();
  2949.                var contact_departmentsDropdown = $('#contact_departmentsDropdown').val();
  2950.  
  2951.                if (contact_fullname == '')  { $('#contact_fullname').css("border-color", "red"); return false; }
  2952.                else $('#contact_fullname').css("border-color", "rgb(227 227 227)");
  2953.                if (contact_mail == '')  {  $('#contact_mail').css("border-color", "red"); return false; }
  2954.                else $('#contact_mail').css("border-color", "rgb(227 227 227)");
  2955.  
  2956.                if (contact_message == '')  {  $('#contact_message').css("border-color", "red"); return false; }
  2957.                else $('#contact_message').css("border-color", "rgb(227 227 227)");
  2958.  
  2959.  
  2960.                $.ajaxSetup({
  2961.                    headers: {
  2962.                        'X-CSRF-TOKEN': 'PEW4zo2eTybpq8siyysikSlnBKpqSEvG5sC5Qkfq'
  2963.                    }
  2964.                });
  2965.                $.ajax({
  2966.                    url: '/ajax/ContactFormRequest' ,
  2967.                    type: 'POST',
  2968.                    dataType: 'json',
  2969.                    data: {
  2970.                        contact_fullname,
  2971.                        contact_mail,
  2972.                        contact_phone,
  2973.                        contact_message,
  2974.                        contact_departmentsDropdown
  2975.                    },
  2976.                    success: function (response) {
  2977.                        if (response.success) {
  2978.  
  2979.                            $('#contact_fullname').val('');
  2980.                            $('#contact_fullname').css("border-color", "rgb(227 227 227)");
  2981.  
  2982.                            $('#contact_mail').val('');
  2983.                            $('#contact_mail').css("border-color", "rgb(227 227 227)");
  2984.  
  2985.                            $('#contact_phone').val('');
  2986.                            $('#contact_phone').css("border-color", "rgb(227 227 227)");
  2987.  
  2988.                            $('#contact_message').val('');
  2989.                            $('#contact_message').css("border-color", "rgb(227 227 227)");
  2990.  
  2991.                            $('#contact_departmentsDropdown').val('');
  2992.                            $('#contact_departmentsDropdown').css("border-color", "rgb(227 227 227)");
  2993.  
  2994.                            alertSnackbar("Your message has been sent.", "success");
  2995.  
  2996.                        }else
  2997.                        {
  2998.                            alertSnackbar("something went wrong. Please try again.", "alert");
  2999.  
  3000.                        }
  3001.                    },
  3002.                    error: function (xhr, status, error) {
  3003.                        alertSnackbar("something went wrong. Please try again.", "alert");
  3004.  
  3005.  
  3006.                    }
  3007.                });
  3008.  
  3009.            });
  3010.  
  3011.  
  3012.        }
  3013.  
  3014.  
  3015.  
  3016.  
  3017.        // adviser_send
  3018.        document.getElementById('adviser_send').addEventListener('click', () => {
  3019.            var adviser_fullname = $('#adviser_fullname').val();
  3020.            var adviser_email = $('#adviser_email').val();
  3021.            var adviser_activity = $('#adviser_activity').val();
  3022.            var adviser_attendees = $('#adviser_attendees').val();
  3023.            var adviser_description = $('#adviser_description').val();
  3024.  
  3025.            if (adviser_fullname == '')  { $('#adviser_fullname').css("border-color", "red"); return false; }
  3026.            else $('#adviser_fullname').css("border-color", "rgb(227 227 227)");
  3027.            if (adviser_email == '')  {  $('#adviser_email').css("border-color", "red"); return false; }
  3028.            else $('#adviser_email').css("border-color", "rgb(227 227 227)");
  3029.            if (adviser_activity == '')  {  $('#adviser_activity').css("border-color", "red"); return false; }
  3030.            else $('#adviser_activity').css("border-color", "rgb(227 227 227)");
  3031.            if (adviser_attendees == '')  {  $('#adviser_attendees').css("border-color", "red"); return false; }
  3032.            else $('#adviser_attendees').css("border-color", "rgb(227 227 227)");
  3033.  
  3034.  
  3035.  
  3036.            $.ajaxSetup({
  3037.                headers: {
  3038.                    'X-CSRF-TOKEN': 'PEW4zo2eTybpq8siyysikSlnBKpqSEvG5sC5Qkfq'
  3039.                }
  3040.            });
  3041.            $.ajax({
  3042.                url: '/ajax/adviser-request-form' ,
  3043.                type: 'POST',
  3044.                dataType: 'json',
  3045.                data: {
  3046.                    fullname: adviser_fullname,
  3047.                    email: adviser_email,
  3048.                    activity: adviser_activity,
  3049.                    attendees: adviser_attendees,
  3050.                    description: adviser_description
  3051.                },
  3052.                success: function (response) {
  3053.                    if (response.success) {
  3054.  
  3055.                        $('#adviser_fullname').val('');
  3056.                        $('#adviser_fullname').css("border-color", "rgb(227 227 227)");
  3057.  
  3058.                        $('#adviser_email').val('');
  3059.                        $('#adviser_email').css("border-color", "rgb(227 227 227)");
  3060.  
  3061.                        $('#adviser_activity').val('');
  3062.                        $('#adviser_activity').css("border-color", "rgb(227 227 227)");
  3063.  
  3064.                        $('#adviser_attendees').val('');
  3065.                        $('#adviser_attendees').css("border-color", "rgb(227 227 227)");
  3066.  
  3067.                        $('#adviser_description').val('');
  3068.                        $('#adviser_description').css("border-color", "rgb(227 227 227)");
  3069.                        document.getElementById('expert_modal').classList.remove("modal--active")
  3070.  
  3071.                        alertSnackbar("Your message has been sent.");
  3072.  
  3073.                    }else
  3074.                    {
  3075.                        alertSnackbar("something went wrong. Please try again.", "alert");
  3076.  
  3077.                    }
  3078.                },
  3079.                error: function (xhr, status, error) {
  3080.                    alertSnackbar("something went wrong. Please try again.", "alert");
  3081.  
  3082.  
  3083.                }
  3084.            });
  3085.  
  3086.        });
  3087.  
  3088.  
  3089.  
  3090.  
  3091.  
  3092.  
  3093.  
  3094.        if (document.getElementById('inquiresSubmitD'))
  3095.        {
  3096.            const briefSubmit = document.getElementById('inquiresSubmitD');
  3097.            briefSubmit.addEventListener('click', function() {
  3098.                // Perform AJAX POST request
  3099.                const briefMessage = document.getElementById('inquiresMessageD').value;
  3100.                const agentcompanyid = document.getElementById('inquiresidD').value;
  3101.                var element = document.getElementById("snackbar");
  3102.  
  3103.  
  3104.                if (briefMessage.length<3) {
  3105.                    document.getElementById('inquiresMessageD').focus();
  3106.                    return false;
  3107.                }
  3108.  
  3109.                //alert(email);
  3110.                $.ajaxSetup({
  3111.                    headers: {
  3112.                        'X-CSRF-TOKEN': 'PEW4zo2eTybpq8siyysikSlnBKpqSEvG5sC5Qkfq'
  3113.                    }
  3114.                });
  3115.                $.ajax({
  3116.                    url: '/post/message/inquires',
  3117.                    type: 'POST',
  3118.                    data: {
  3119.                        message: briefMessage,
  3120.                        id:agentcompanyid,
  3121.  
  3122.                    },
  3123.                    success: function (data) {
  3124.  
  3125.                        if (data.message=="")
  3126.                        {
  3127.                            element.classList.remove("err-style");
  3128.                            document.getElementById('inquiresMessageD').value = '';
  3129.                            // alert(data.message); // Dis
  3130.                            showSnackbar("Your inquires message has been sent.");
  3131.  
  3132.                        }
  3133.                        else
  3134.                        {
  3135.                            element.classList.add("err-style");
  3136.                            showSnackbar(data.message);
  3137.                        }
  3138.  
  3139.                    },
  3140.                    error: function (xhr, status, error) {
  3141.                        element.classList.add("err-style");
  3142.                        showSnackbar("there was an error. Please try again.");
  3143.                    }
  3144.                });
  3145.            });
  3146.        }
  3147.  
  3148.    </script>
  3149.  
  3150.  
  3151.  
  3152.  
  3153.    
  3154.    <script>
  3155.  
  3156.  
  3157.        if (document.getElementById('inquiresSubmitM'))
  3158.        {
  3159.            const briefSubmit = document.getElementById('inquiresSubmitM');
  3160.            briefSubmit.addEventListener('click', function() {
  3161.                // Perform AJAX POST request
  3162.                const briefMessage = document.getElementById('inquiresMessageM').value;
  3163.                const agentcompanyid = document.getElementById('inquiresidM').value;
  3164.                var element = document.getElementById("snackbar");
  3165.  
  3166.                if (briefMessage.length<3) {
  3167.                    document.getElementById('inquiresMessageM').focus();
  3168.                    return false;
  3169.                }
  3170.  
  3171.                //alert(email);
  3172.                $.ajaxSetup({
  3173.                    headers: {
  3174.                        'X-CSRF-TOKEN': 'PEW4zo2eTybpq8siyysikSlnBKpqSEvG5sC5Qkfq'
  3175.                    }
  3176.                });
  3177.                $.ajax({
  3178.                    url: '/post/message/inquires',
  3179.                    type: 'POST',
  3180.                    data: {
  3181.                        message: briefMessage,
  3182.                        id:agentcompanyid,
  3183.  
  3184.                    },
  3185.                    success: function (data) {
  3186.                        element.classList.remove("err-style");
  3187.                        document.getElementById('inquiresMessageM').value = '';
  3188.                        showSnackbar("Your inquires message has been sent.");
  3189.                    },
  3190.                    error: function (xhr, status, error) {
  3191.                        element.classList.add("err-style");
  3192.                        showSnackbar("there was an error. Please try again.");
  3193.                    }
  3194.                });
  3195.            });
  3196.        }
  3197.  
  3198.  
  3199.        if (document.getElementById('briefSubmitD'))
  3200.        {
  3201.            const briefSubmit = document.getElementById('briefSubmitD');
  3202.            briefSubmit.addEventListener('click', function() {
  3203.                // Perform AJAX POST request
  3204.                const briefMessage = document.getElementById('briefMessageD').value;
  3205.                const agentcompanyid = document.getElementById('agentcompanyidD').value;
  3206.                var element = document.getElementById("snackbar");
  3207.  
  3208.                //alert(email);
  3209.                $.ajaxSetup({
  3210.                    headers: {
  3211.                        'X-CSRF-TOKEN': 'PEW4zo2eTybpq8siyysikSlnBKpqSEvG5sC5Qkfq'
  3212.                    }
  3213.                });
  3214.                $.ajax({
  3215.                    url: '/post/message/brief',
  3216.                    type: 'POST',
  3217.                    data: {
  3218.                        message: briefMessage,
  3219.                        id:agentcompanyid,
  3220.  
  3221.                    },
  3222.                    success: function (data) {
  3223.                        element.classList.remove("err-style");
  3224.                        document.getElementById('briefMessageD').value = '';
  3225.                        showSnackbar("Your brief message has been sent.");
  3226.                    },
  3227.                    error: function (xhr, status, error) {
  3228.                        element.classList.add("err-style");
  3229.                        showSnackbar("there was an error. Please try again.");
  3230.                    }
  3231.                });
  3232.            });
  3233.        }
  3234.  
  3235.        if (document.getElementById('briefSubmitM'))
  3236.        {
  3237.            const briefSubmit = document.getElementById('briefSubmitM');
  3238.            briefSubmit.addEventListener('click', function() {
  3239.                // Perform AJAX POST request
  3240.                const briefMessage = document.getElementById('briefMessageM').value;
  3241.                const agentcompanyid = document.getElementById('agentcompanyidM').value;
  3242.                var element = document.getElementById("snackbar");
  3243.  
  3244.                //alert(email);
  3245.                $.ajaxSetup({
  3246.                    headers: {
  3247.                        'X-CSRF-TOKEN': 'PEW4zo2eTybpq8siyysikSlnBKpqSEvG5sC5Qkfq'
  3248.                    }
  3249.                });
  3250.                $.ajax({
  3251.                    url: '/post/message/brief',
  3252.                    type: 'POST',
  3253.                    data: {
  3254.                        message: briefMessage,
  3255.                        id:agentcompanyid,
  3256.  
  3257.                    },
  3258.                    success: function (data) {
  3259.                        element.classList.remove("err-style");
  3260.                        document.getElementById('briefMessageM').value = '';
  3261.                        showSnackbar("Your brief message has been sent.");
  3262.                    },
  3263.                    error: function (xhr, status, error) {
  3264.                        element.classList.add("err-style");
  3265.                        showSnackbar("there was an error. Please try again.");
  3266.                    }
  3267.                });
  3268.            });
  3269.        }
  3270.  
  3271.  
  3272.  
  3273.  
  3274.        const signupBtn = document.getElementById('signupBtn');
  3275.        signupBtn.addEventListener('click', function() {
  3276.            // Perform AJAX POST request
  3277.  
  3278.            document.getElementById('signupError').style.display = 'none';
  3279.            const first_name = document.getElementById('fullname').value;
  3280.            //const last_name = document.getElementById('last_name').value;
  3281.            const email = document.getElementById('email').value;
  3282.            const password = document.getElementById('password').value;
  3283.            const password_confirmation = document.getElementById('password_confirmation').value;
  3284.  
  3285.            const data = {
  3286.                first_name: first_name,
  3287.                last_name: '',
  3288.                email: email,
  3289.                password: password,
  3290.                password_confirmation: password_confirmation
  3291.            };
  3292.  
  3293.            ajaxCall('/profile/ajax/register/store', 'POST', data,'register',
  3294.                function(response) {
  3295.                    window.location.reload();
  3296.                },
  3297.                function(errors) {
  3298.                    console.log(errors.responseJSON?.errors);
  3299.                    console.log(errors.responseJSON?.errors?.length);
  3300.                    if (errors.responseJSON?.errors !== undefined) {
  3301.                        var errors = errors.responseJSON.errors;
  3302.                        let errorMessage = '';
  3303.                        for (let key in errors) {
  3304.                            errorMessage += errors[key] + '<br>';
  3305.                        }
  3306.                        document.getElementById('signupError').innerHTML = errorMessage;
  3307.                        document.getElementById('signupError').style.display = 'flex';
  3308.                    } else if (errors.responseJSON?.message) {
  3309.                        document.getElementById('signupError').innerHTML = errors.responseJSON?.message;
  3310.                        document.getElementById('signupError').style.display = 'flex';
  3311.                    } else {
  3312.                        alert('Something went wrong. Please try again.');
  3313.                    }
  3314.                },
  3315.            );
  3316.  
  3317.            
  3318.            
  3319.            
  3320.            
  3321.            
  3322.            
  3323.            
  3324.            
  3325.            
  3326.            
  3327.            
  3328.            
  3329.            
  3330.            
  3331.            
  3332.            
  3333.            
  3334.            
  3335.            
  3336.            
  3337.            
  3338.            
  3339.            
  3340.            
  3341.            
  3342.            
  3343.            
  3344.            
  3345.            
  3346.            
  3347.            
  3348.            
  3349.            
  3350.  
  3351.            
  3352.            
  3353.            
  3354.            
  3355.            
  3356.        });
  3357.  
  3358.        const loginBtn = document.getElementById('loginBtn');
  3359.        loginBtn.addEventListener('click', function() {
  3360.            // Perform AJAX POST request
  3361.            document.getElementById('loginError').style.display = 'none';
  3362.            const email = document.getElementById('loginemail').value;
  3363.            const password = document.getElementById('loginpassword').value;
  3364.            const data = {
  3365.                email: email,
  3366.                password: password
  3367.            };
  3368.            ajaxCall('/profile/ajax/login/check', 'POST', data,'login',
  3369.                function(response) {
  3370.                    if (response.login=="Y") {
  3371.                        let regex = /@(venuewise\.com|venueadviser\.com)$/;
  3372.                        if (regex.test(response.email)) {
  3373.                            window.location.href = 'https://venuewise.com/profile/userinfo';
  3374.                            return true;
  3375.                        }
  3376.                        if (response.role_as=="4")  { window.location.href = "https://venuewise.com/profile";}
  3377.                        if (response.role_as=="3")  {window.location.href = "https://venuewise.com/profile";}
  3378.                        if ((response.role_as!="3") && (response.role_as!="4")) {
  3379.                            window.location.reload();
  3380.                        }
  3381.                    }else{
  3382.                        document.getElementById('loginError').innerHTML = response.message;
  3383.                        document.getElementById('loginError').style.display = 'flex';
  3384.                    }
  3385.                },
  3386.                function(errors) {
  3387.                    document.getElementById('loginError').innerHTML = 'something went wrong. Please try again.';
  3388.                    document.getElementById('loginError').style.display = 'flex';
  3389.                    // console.log(errors.responseJSON);
  3390.                },
  3391.            );
  3392.  
  3393.            //alert(email+':'+password);
  3394.            
  3395.            
  3396.            
  3397.            
  3398.            
  3399.            
  3400.            
  3401.            
  3402.            
  3403.            
  3404.            
  3405.            
  3406.            
  3407.            
  3408.            
  3409.            
  3410.            
  3411.            
  3412.            
  3413.  
  3414.            
  3415.            
  3416.            
  3417.            
  3418.            
  3419.            
  3420.            
  3421.            
  3422.  
  3423.  
  3424.            
  3425.            
  3426.            
  3427.            
  3428.            
  3429.            
  3430.  
  3431.  
  3432.            
  3433.            
  3434.            
  3435.            
  3436.            
  3437.            
  3438.            
  3439.            
  3440.            
  3441.            
  3442.            
  3443.            
  3444.            
  3445.  
  3446.  
  3447.        });
  3448.  
  3449.  
  3450.        const forgetPasswordBtn = document.getElementById('forgetPasswordBtn');
  3451.        forgetPasswordBtn.addEventListener('click', function() {
  3452.            // Perform AJAX POST request
  3453.            document.getElementById('loginError').style.display = 'none';
  3454.            const email = document.getElementById('forgotemail').value;
  3455.  
  3456.            const data = {
  3457.                email: email
  3458.            };
  3459.  
  3460.            ajaxCall('/profile/ajax/forgot/check', 'POST', data,'fogotpassword',
  3461.                function(response) {
  3462.                    //window.location.href = "https://venuewise.com";
  3463.                    document.getElementById('forgotemail').value = '';
  3464.                    document.getElementById('forgotError').innerHTML = '';
  3465.                    alertSnackbar('Check your email for new password', mode = 'success')
  3466.  
  3467.                },
  3468.                function(errors) {
  3469.                    document.getElementById('forgotError').innerHTML = 'something went wrong. Please try again.';
  3470.                    document.getElementById('forgotError').style.display = 'flex';
  3471.                },
  3472.            );
  3473.  
  3474.            //alert(email+':'+password);
  3475.            
  3476.            
  3477.            
  3478.            
  3479.            
  3480.            
  3481.            
  3482.            
  3483.            
  3484.            
  3485.            
  3486.            
  3487.            
  3488.            
  3489.            
  3490.            
  3491.            
  3492.            
  3493.            
  3494.            
  3495.            
  3496.            
  3497.        });
  3498.  
  3499.  
  3500.        function getCollectionList() {
  3501.            return new Promise((resolve, reject) => {
  3502.                $.ajaxSetup({
  3503.                    headers: {
  3504.                        'X-CSRF-TOKEN': 'PEW4zo2eTybpq8siyysikSlnBKpqSEvG5sC5Qkfq'
  3505.                    }
  3506.                });
  3507.  
  3508.                $.ajax({
  3509.                    url: '/getAjax/collection',
  3510.                    success: function (data) {
  3511.                        $('#collectionList').html(data);
  3512.                        resolve(); // Resolve the promise on success
  3513.                    },
  3514.                    error: function (xhr, status, error) {
  3515.                        console.error('Error: ' + xhr.status);
  3516.                        reject(new Error('Failed to get collection list')); // Reject the promise on error
  3517.                    }
  3518.                });
  3519.            });
  3520.        }
  3521.  
  3522.  
  3523.        
  3524.        function FavoriteBtn() {
  3525.  
  3526.            const venuCardFavoriteBtn = document.querySelectorAll(".venue-card-favorite-btn");
  3527.            venuCardFavoriteBtn.forEach((button) => {
  3528.                const card = button.closest(".venue-card");
  3529.                button.addEventListener("click", () => {
  3530.  
  3531.                    document.getElementById('login_modal').classList.add("modal--active")
  3532.  
  3533.                });
  3534.            });
  3535.  
  3536.            const venuCardFavoriteBtnMobile = document.querySelector(".venue-card-favorite-btn-mobile");
  3537.            if (venuCardFavoriteBtnMobile) {  // Ensure the button exists
  3538.                venuCardFavoriteBtnMobile.addEventListener("click", () => {
  3539.                    //alert('ok');
  3540.                    document.getElementById('login_modal').classList.add("modal--active")
  3541.                });
  3542.            }
  3543.  
  3544.  
  3545.        }
  3546.  
  3547.        function FavoriteBtnDetail() {
  3548.  
  3549.            const venuCardFavoriteBtn = document.querySelectorAll(".compare-favorite-btn");
  3550.            venuCardFavoriteBtn.forEach((button) => {
  3551.                const card = button.closest(".venue-card");
  3552.                button.addEventListener("click", () => {
  3553.  
  3554.                    document.getElementById('login_modal').classList.add("modal--active")
  3555.  
  3556.                });
  3557.            });
  3558.  
  3559.        }
  3560.                FavoriteBtn();
  3561.        FavoriteBtnDetail();
  3562.  
  3563.  
  3564.  
  3565.        // show Collection save form
  3566.        document.getElementById('create_new_collection').addEventListener('click', () => {
  3567.            // alert('ok');
  3568.            document.getElementById('create_collection_modal1').classList.remove("modal--active")
  3569.            var venueid = $('#get_venueid').val();
  3570.            $.ajaxSetup({
  3571.                headers: {
  3572.                    'X-CSRF-TOKEN': 'PEW4zo2eTybpq8siyysikSlnBKpqSEvG5sC5Qkfq'
  3573.                }
  3574.            });
  3575.            $.ajax({
  3576.                url: '/getAjax/Venue/' + venueid,
  3577.                success: function (data) {
  3578.                    $('#create_collection_card_prev2').html(data);
  3579.                    //initSwiper();
  3580.                    venueid = $('#get_venueid').val();
  3581.                    $('#save_venueid').val(venueid);
  3582.                    document.getElementById('create_collection_modal2').classList.add("modal--active")
  3583.                },
  3584.                error: function (xhr, status, error) {
  3585.                    console.error('Error: ' + xhr.status);
  3586.                }
  3587.            });
  3588.        })
  3589.  
  3590.  
  3591.  
  3592.        function FavoritesBadge(count) {
  3593.            var favoriteCountSpan = document.querySelector('.favorite-count-badge');
  3594.            var favoriteCount = 0;
  3595.            if (favoriteCountSpan) {
  3596.                favoriteCount = parseInt(favoriteCountSpan.textContent || favoriteCountSpan.innerText);
  3597.            }
  3598.            //alert(favoriteCount);
  3599.            favoriteCount += parseInt(count);
  3600.            //alert(favoriteCount);
  3601.            showSnackbar("Venue successfully added to favorite list.");
  3602.            handleFavoritesBadge(1)
  3603.        }
  3604.  
  3605.  
  3606.  
  3607.  
  3608.  
  3609.  
  3610.        // delete collection modal
  3611.        const deleteCollectionElements = document.querySelectorAll('.deleteCollection');
  3612.        deleteCollectionElements.forEach((element) => {
  3613.            element.addEventListener('click', (event) => {
  3614.                var collectionId = event.currentTarget.getAttribute('data-collection-id');
  3615.                $('#deleteCollectionId').val(collectionId);
  3616.                document.getElementById('deleteModal').classList.add("modal--active")
  3617.            });
  3618.        });
  3619.  
  3620.  
  3621.  
  3622.  
  3623.  
  3624.        // delete collection venue
  3625.        document.getElementById('deleteCollectionYes').addEventListener('click', () => {
  3626.            var collectionId = $('#deleteCollectionId').val();
  3627.            $.ajaxSetup({
  3628.                headers: {
  3629.                    'X-CSRF-TOKEN': 'PEW4zo2eTybpq8siyysikSlnBKpqSEvG5sC5Qkfq'
  3630.                }
  3631.            });
  3632.            $.ajax({
  3633.                url: '/collection/delete' ,
  3634.                type: 'POST',
  3635.                dataType: 'json',
  3636.                data: {
  3637.                    collection: collectionId,
  3638.                },
  3639.                success: function (response) {
  3640.                    console.log(response)
  3641.                    if (response.success) {
  3642.                        console.log('ok');
  3643.                        location.reload();
  3644.  
  3645.                    }else
  3646.                    {
  3647.                        $('#error-collection').html('<p style="color:red"> Please try again</p>').show();
  3648.                    }
  3649.                },
  3650.                error: function (xhr, status, error) {
  3651.                    $('#error-collection').html('<p style="color:red"> Please try again</p>').show();
  3652.  
  3653.                }
  3654.            });
  3655.  
  3656.        });
  3657.  
  3658.  
  3659.  
  3660.  
  3661.  
  3662.  
  3663.  
  3664.        // save by select collection venue
  3665.        document.getElementById('collection_save_btn').addEventListener('click', () => {
  3666.            var venueid = $('#get_venueid').val();
  3667.            var radioGroupName = 'collection';
  3668.            var checkedRadio = document.querySelector('input[name="' + radioGroupName + '"]:checked');
  3669.            var checkedValue="";
  3670.            if (checkedRadio) {
  3671.                checkedValue = checkedRadio.value;
  3672.            }
  3673.  
  3674.            $.ajaxSetup({
  3675.                headers: {
  3676.                    'X-CSRF-TOKEN': 'PEW4zo2eTybpq8siyysikSlnBKpqSEvG5sC5Qkfq'
  3677.                }
  3678.            });
  3679.            $.ajax({
  3680.                url: '/collection/save' ,
  3681.                type: 'POST',
  3682.                dataType: 'json',
  3683.                data: {
  3684.                    collection: checkedValue,
  3685.                    get_venueid: venueid,
  3686.                },
  3687.                success: function (response) {
  3688.                    console.log(response)
  3689.                    if (response.success) {
  3690.                        console.log('ok');
  3691.                        getCollectionList()
  3692.                        const card = document.getElementById('venue_'+venueid);
  3693.                        card.classList.add("venue-card-liked");
  3694.  
  3695.  
  3696.                        var button = card.querySelector(".compare-favorite-btn");
  3697.                        if (button) {
  3698.                            button.classList.add("liked");
  3699.  
  3700.  
  3701.                            var masterVenueID= $('#masterVenue_id').val();
  3702.                            if (masterVenueID == venueid)
  3703.                            {
  3704.                                var elements = document.querySelectorAll('.detail-add-favorite-btn');
  3705.                                elements.forEach(function(element) {
  3706.                                    card.classList.remove("venue-card-liked");
  3707.                                    element.classList.add("liked");
  3708.                                });
  3709.                            }
  3710.                        }
  3711.  
  3712.  
  3713.                        $('#errorModal').html('').hide();
  3714.                        document.getElementById('create_collection_modal1').classList.remove("modal--active")
  3715.                        FavoritesBadge(1)
  3716.                        $('#get_venueid').val('');
  3717.                    }
  3718.                    else {
  3719.                        $('#errorModal').html('<p style="color:red"> Please create collection and try again</p>').show();
  3720.                    }
  3721.                },
  3722.                error: function (xhr, status, error) {
  3723.                    if (xhr.status === 422) {
  3724.                        var errors = xhr.responseJSON.errors;
  3725.                        //$('#errorModal').html('<p style="color:red">' + Object.values(errors).flat().join('<br>') + '</p>').show();
  3726.                        $('#errorModal').html('<p style="color:red"> Please create collection and try again</p>').show();
  3727.                    } else {
  3728.                        console.error('Error: ' + xhr.status+errors);
  3729.                    }
  3730.                }
  3731.            });
  3732.        })
  3733.  
  3734.        // save new collection and fav venue
  3735.        document.getElementById('collection_save2').addEventListener('click', () => {
  3736.            var venueid = $('#save_venueid').val();
  3737.            var name = $('#collection_name').val();
  3738.            var type = $('#collection_type').val();
  3739.            var location = $('#collection_location').val();
  3740.            $.ajaxSetup({
  3741.                headers: {
  3742.                    'X-CSRF-TOKEN': 'PEW4zo2eTybpq8siyysikSlnBKpqSEvG5sC5Qkfq'
  3743.                }
  3744.            });
  3745.            $.ajax({
  3746.                url: '/collection/create' ,
  3747.                type: 'POST',
  3748.                dataType: 'json',
  3749.                data: {
  3750.                    name: name,
  3751.                    type: type,
  3752.                    location: location,
  3753.                    save_venueid:venueid,
  3754.                },
  3755.                success: function (response) {
  3756.                    console.log(response)
  3757.                    if (response.success) {
  3758.                        console.log('ok');
  3759.                        getCollectionList()
  3760.                        const card = document.getElementById('venue_'+venueid);
  3761.                        card.classList.add("venue-card-liked");
  3762.                        card.classList.add("liked");
  3763.                        document.getElementById('create_collection_modal2').classList.remove("modal--active")
  3764.                        FavoritesBadge(1)
  3765.                        $('#errorModal').html('').hide();
  3766.                        $('#save_venueid').val('');
  3767.                        $('#collection_name').val('');
  3768.                        $('#collection_type').val('');
  3769.                        $('#collection_location').val('');
  3770.                    }
  3771.                },
  3772.                error: function (xhr, status, error) {
  3773.                    if (xhr.status === 422) {
  3774.                        var errors = xhr.responseJSON.errors;
  3775.                        $('#errorModal').html('<p style="color:red">' + Object.values(errors).flat().join('<br>') + '</p>').show();
  3776.                    } else {
  3777.                        console.error('Error: ' + xhr.status);
  3778.                    }
  3779.                }
  3780.            });
  3781.        })
  3782.  
  3783.  
  3784.        var collection_save3 = document.getElementById('collection_save3');
  3785.        if (collection_save3) {
  3786.            // update collection name and info
  3787.            document.getElementById('collection_save3').addEventListener('click', () => {
  3788.                var collectionID = $('#collection_id').val();
  3789.                var name = $('#collection_name_edit').val();
  3790.                var type = $('#collection_type_edit').val();
  3791.                var location = $('#collection_location_edit').val();
  3792.                $.ajaxSetup({
  3793.                    headers: {
  3794.                        'X-CSRF-TOKEN': 'PEW4zo2eTybpq8siyysikSlnBKpqSEvG5sC5Qkfq'
  3795.                    }
  3796.                });
  3797.                $.ajax({
  3798.                    url: '/collection/update' ,
  3799.                    type: 'POST',
  3800.                    dataType: 'json',
  3801.                    data: {
  3802.                        id: collectionID,
  3803.                        name: name,
  3804.                        type: type,
  3805.                        location: location,
  3806.                    },
  3807.                    success: function (response) {
  3808.                        console.log(response)
  3809.                        if (response.success) {
  3810.                            console.log('ok');
  3811.                            document.getElementById('create_collection_modal_edit').classList.remove("modal--active")
  3812.                            // $('#collection_name_edit').val('');
  3813.                            // $('#collection_type_edit').val('');
  3814.                            // $('#collection_location_edit').val('');
  3815.                        }
  3816.                        else
  3817.                        {
  3818.                            $('#errorModalEdit').html('<p style="color:red">' + response.message + '</p>').show();
  3819.                        }
  3820.                    },
  3821.                    error: function (xhr, status, error) {
  3822.                        if (xhr.status === 422) {
  3823.                            var errors = xhr.responseJSON.errors;
  3824.                            $('#errorModalEdit').html('<p style="color:red">' + Object.values(errors).flat().join('<br>') + '</p>').show();
  3825.                        } else {
  3826.                            console.error('Error: ' + xhr.status);
  3827.                        }
  3828.                    }
  3829.                });
  3830.            })
  3831.  
  3832.  
  3833.        }
  3834.  
  3835.  
  3836.  
  3837.  
  3838.    </script>
  3839.  
  3840.    
  3841.  
  3842.    
  3843.    <script>
  3844.  
  3845.        var submitBtn = document.getElementById('customSubmitBtn');
  3846.        if (submitBtn) {
  3847.            submitBtn.addEventListener('click', function() {
  3848.                //grecaptcha.execute();
  3849.                return true;
  3850.            });
  3851.        }
  3852.  
  3853.        var submitBtn = document.getElementById('submitFormBezio');
  3854.        if (submitBtn) {
  3855.            document.getElementById('submitFormBezio').addEventListener('submit', function(event) {
  3856.                event.preventDefault();  // Prevent the default form submission
  3857.                //grecaptcha.execute();    // Trigger reCAPTCHA validation
  3858.                return true;
  3859.            });
  3860.        }
  3861.  
  3862.        function onSubmit(token) {
  3863.            //alert("Token: " + token);
  3864.            document.getElementById('submitFormBezio').submit();
  3865.        }
  3866.    </script>
  3867.  
  3868.  
  3869. <!-- Google Tag Manager (noscript) -->
  3870. <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KHKKGBTP"
  3871.    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  3872. <!-- End Google Tag Manager (noscript) -->
  3873.  
  3874. <script>
  3875.    function ajaxCall(url, method, data,recaptchaAction, successCallback, errorCallback,loadingActive = true) {
  3876.        if (recaptchaAction) {
  3877.            grecaptcha.ready(function() {
  3878.                grecaptcha.execute('6LdupEAqAAAAALmorCPwUuM46JkbrPVZCDiujbxu', {action: recaptchaAction}).then(function(token) {
  3879.                    data['g-recaptcha-response'] = token;
  3880.                    sendAjaxRequest(url, method, data, successCallback, errorCallback,loadingActive);
  3881.                });
  3882.            });
  3883.        } else {
  3884.            sendAjaxRequest(url, method, data, successCallback, errorCallback,loadingActive);
  3885.        }
  3886.    }
  3887.  
  3888.    function sendAjaxRequest(url, method, data, successCallback, errorCallback,loadingActive) {
  3889.        if(loadingActive){
  3890.            loading(1);
  3891.        }
  3892.        $.ajaxSetup({
  3893.            headers: {
  3894.                'X-CSRF-TOKEN': 'PEW4zo2eTybpq8siyysikSlnBKpqSEvG5sC5Qkfq',
  3895.            }
  3896.        });
  3897.        $.ajax({
  3898.            async: true,
  3899.            url: url,
  3900.            type: method,
  3901.            dataType: 'json',
  3902.            data: data,
  3903.            success: function (response) {
  3904.                loading(0);
  3905.                if (typeof successCallback === "function") {
  3906.                    successCallback(response);
  3907.                }
  3908.            },
  3909.            error: function (errors) {
  3910.                loading(0);
  3911.                if (typeof errorCallback === "function") {
  3912.                    errorCallback(errors);
  3913.                } else {
  3914.                    console.log(errors)
  3915.                    // $.each(errors.responseJSON.errors, function (key, value) {
  3916.                    //     console.log(errors)
  3917.                    // });
  3918.                }
  3919.            }
  3920.        });
  3921.    }
  3922.  
  3923.  
  3924.    function loading(status) {
  3925.        if (status === 1) {
  3926.            $('#loadingDiv').html('<div class="loading">Loading&#8230;</div>');
  3927.        } else {
  3928.            setTimeout(function () {
  3929.                $('#loadingDiv').html('');
  3930.            }, 100);
  3931.        }
  3932.    }
  3933. </script>
  3934.  <script>
  3935.    const passwordInputs = document.querySelectorAll('.password__input--wrapper input');
  3936.    window.addEventListener('load', () => {
  3937.      setTimeout(() => {
  3938.        passwordInputs.forEach(pi => {
  3939.          pi.setAttribute('type', 'password');
  3940.        });
  3941.      }, window._browserCheck.isSafari() ? 1500 : 0);
  3942.    })
  3943.  </script>
  3944. </body>
  3945. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda