<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta content="width=device-width, initial-scale=1.0" name="viewport">

  <title>VDS</title>
  <meta content="" name="description">
  <meta content="" name="keywords">

  <!-- Favicons -->
  <link href="img/fav.png" rel="icon">
  <link href="img/fav.png" rel="apple-touch-icon">

  <!-- Google Fonts -->
  <link href="https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/font-awesome.min.css">
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.14.0/css/fontawesome.min.css">
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
  <script src="https://use.fontawesome.com/65a05ff4b6.js"></script>
  <!-- Vendor CSS Files -->
  <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  <link href="vendor/icofont/icofont.min.css" rel="stylesheet">
  <link href="vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
  <link href="vendor/animate.css/animate.min.css" rel="stylesheet">
  <link href="vendor/remixicon/remixicon.css" rel="stylesheet">
  <link href="vendor/line-awesome/css/line-awesome.min.css" rel="stylesheet">
  <link href="vendor/venobox/venobox.css" rel="stylesheet">
  <link href="vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
  <link href="vendor/aos/aos.css" rel="stylesheet">

  <!-- Template Main CSS File -->
  <link href="css/style.css" rel="stylesheet">

  <!--Validation Script-->
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.css" integrity="sha512-3pIirOrwegjM6erE5gPSwkUzO+3cTjpnV9lexlNZqvupR64iZBnOOTiiLPb9M36zpMScbmUNIcHUqKD47M719g==" crossorigin="anonymous" />
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js" integrity="sha512-VEd+nq25CkR676O+pLBnDW09R7VQX9Mdiij052gVCp5yVH3jGtH70Ho/UUv4mJDsEdTvqRCFZg0NKGiojGnUCw==" crossorigin="anonymous"></script>
    <script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>

    


</head>

<body>

  <!-- ======= Header ======= -->
  <header id="header" class="fixed-top ">
    <div class="container-fluid">

      <div class="row justify-content-center">
        <div class="col-xl-9 d-flex align-items-center">
        
           <a href="https://v-ds.co/" class="logo mr-auto"><img src="img/logowhite.svg" width="100px" alt="" class="img-fluid"></a>
          <style>
            .logo{  
            transition: all ease 1000ms;
            }
            .logo:hover{
            transform: scale(1.5);
            }
          </style>
          <nav class="nav-menu d-none d-lg-block">
            <ul>
              <li class="active"><a href="#hero">Home</a></li>
              <li><a href="#about">About Us</a></li>
           
              <li class="drop-down"><a href="">About VDS</a>
                <ul>
                  <li><a href="#about">About Us</a></li>
                  <li><a href="#team">Team</a></li>
                  <li><a href="#clients">Partners</a></li>
                  <li><a href="#contact">Contact Us</a></li>
                </ul>
              </li>
              <li class="drop-down"><a href="">Services</a>
                <ul>
                  <li><a href="#services">Consultancy</a></li>
                  <li><a href="#services">Web</a></li>
                  <li><a href="#services">Coaching</a></li>
                  <li><a href="#services2">Product Development</a></li>
                  <li><a href="#services2">Marketing</a></li>
                  <li><a href="#services2">Fundraising</a></li>
                </ul>
              </li>
              <li><a href="#contact">Contact Us</a></li>
            </ul>
          </nav><!-- .nav-menu -->

          <a href="#icta" class="get-started-btn scrollto">Speak To Us</a>
        </div>
      </div>

    </div>
  </header><!-- End Header -->

  <!-- ======= Hero Section ======= -->
  <section id="hero" class="d-flex flex-column justify-content-end align-items-center">
    <div id="heroCarousel" class="container carousel carousel-fade" data-ride="carousel">

      <!-- Slide 1 -->
      <div class="carousel-item active">
        <div class="carousel-container">
        	<img src="img/logoc.png" alt="" width="200px" style="padding: 0 0;">
          <h2 class="animate__animated animate__fadeInDown" style="font-size:350%">Build something <span style="color: #50eaaa">amazing</span></h2>
          <p class="animate__animated fanimate__adeInUp">From idea to reality, let’s build something amazing</p>
          <a href="#about" class="btn-get-started animate__animated animate__fadeInUp scrollto">Let's start</a>
        </div>
      </div>
      
      <!-- Slide 2 -->
      <div class="carousel-item">
        <div class="carousel-container">
          <h2 class="animate__animated animate__fadeInDown">Remote Shapers</h2>
          <p class="animate__animated animate__fadeInUp">Become a Remote Shaper. Design your venture, design your future and create impact. Work in global remote teams. Connect, learn, build. Shape the future.</p>
          <a href="https://remoteshapers.com" class="btn-get-started animate__animated animate__fadeInUp scrollto">Learn More</a>
        </div>
      </div>

      <a class="carousel-control-prev" href="#heroCarousel" role="button" data-slide="prev">
        <span class="carousel-control-prev-icon bx bx-chevron-left" aria-hidden="true"></span>
        <span class="sr-only">Previous</span>
      </a>

      <a class="carousel-control-next" href="#heroCarousel" role="button" data-slide="next">
        <span class="carousel-control-next-icon bx bx-chevron-right" aria-hidden="true"></span>
        <span class="sr-only">Next</span>
      </a>

    </div>

    <svg class="hero-waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28 " preserveAspectRatio="none">
      <defs>
        <path id="wave-path" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z">
      </defs>
      <g class="wave1">
        <use xlink:href="#wave-path" x="50" y="3" fill="rgba(255,255,255, .1)">
      </g>
      <g class="wave2">
        <use xlink:href="#wave-path" x="50" y="0" fill="rgba(255,255,255, .2)">
      </g>
      <g class="wave3">
        <use xlink:href="#wave-path" x="50" y="9" fill="#e9e9e9">
      </g>
    </svg>

  </section><!-- End Hero -->

  <main id="main">

   

    <section id="about" class="about section-bg">
      <div class="container" data-aos="fade-up">

        <div class="section-title">
          <h2>About</h2>
          <h3>Find Out More <span>About Us</span></h3>
          
        </div>

        <div class="row">
          <div class="col-lg-6" data-aos="fade-right" data-aos-delay="100">
            <img src="img/vector1.png" class="img-fluid" alt="">
          </div>
          <div class="col-lg-6 pt-4 pt-lg-0 content d-flex flex-column justify-content-center" data-aos="fade-up" data-aos-delay="100">
            <h3>We are Venture Design Studio</h3>
            <p class="font-italic">
            Our mission is to turn your ideas into reality
            </p>
            <p>
            At Venture Design Studio we walk you through the whole process from idea, research, development, testing and implementation.

            <p>Our team of experienced designers, innovators and strategists are here for you to create the vision you’ve always dreamed of.</p> 

            <p>Come into the studio and see how we can support you on your journey.</p>

            </p>
            
            
          </div>
        </div>

      </div>
    </section><!-- End About Section -->

    
    <div class="wavegreen">
    	<img src="img/wave.svg" class="imgwave">
        
    </div>
    



    <!-- ======= Testimonials Section ======= -->
    <section id="services" class="testimonials" style="background-color:#F8C61B;">
      <div class="container">

        <div class="section-title" data-aos="zoom-out">
          <h2>Services</h2>
          <p>We provide you with what you need to get you where you want to be.</p>
        </div>

        <div class="owl-carousel testimonials-carousel" data-aos="fade-up">

          <div class="testimonial-item">
          	<div class="icon"><i class='bx bx-analyse'></i></div>
            <p>
            
              <span style="font-size: 25px;">Consultancy</span>
             
            </p>

            <p>Whether a straightforward or complex situation, we have worked with many client facing challenging situations to realise ideal outcomes.</p>
            
          </div>

          <div class="testimonial-item">
            <div class="icon"><i class='bx bx-code-alt'></i></div>
            <p>
             
              <span style="font-size: 25px;">Web</span>
              
            </p>
            <p>Priding ourselves on graphic and web design, we can help you tell your story and provide you with the platform you need to showcase your products, brand and services.</p>
          </div>

          <div class="testimonial-item">
          	<div class="icon"><i class='bx bx-book-bookmark'></i></div>
            <p>
             
              <span style="font-size: 25px;">Coaching</span>
             
            </p>
            <p>If you’re looking for 1 to 1 coaching or broader support for your business strategy, we have the experts in-house to help you realise your vision.</p>
          </div>

          <div class="testimonial-item">
          	<div class="icon"><i class='bx bxs-devices'></i></div>
            <p>
              
              <span style="font-size: 25px;">Product Development</span>
             
            </p>
            <p>No customer requirement is too big or too small, we have the technical know-how to bring your product to life. Whether an app, widget or something else, tell us and we can make it into a reality.</p>
          </div>

          <div class="testimonial-item">
          	<div class="icon"><i class="bx bx-slideshow"></i></div>
            <p>
             
              <span style="font-size: 25px;">Marketing</span>
             
            </p>
            <p>We make sure your company is visible. Using our expertise in social, SEO and advertising, we can launch your business into the spotlight in the near and long term.</p>
          </div>

          <div class="testimonial-item">
          	<div class="icon"><i class='bx bxs-badge-dollar' ></i></div>
            <p>
              
              <span style="font-size: 25px;">Fundraising</span>
              
            </p>
            <p>Our far-reaching community of investors are ready and waiting to invest in the future. We also have the knowledge to best structure your routes to investment and support you after the initial raise.</p>
          </div>

          <div class="testimonial-item">
          	<div class="icon"><i class='bx bxs-devices'></i></div>
            <p>
              
              <span style="font-size: 25px;">Creative Design</span>
             
            </p>
            <p>Let’s get creative! We’re here to bring your creative vision to reality. Every project needs great design, so we give you the content, visuals and branded material you need to engage with your audience.</p>
          </div>

          <div class="testimonial-item">
          	<div class="icon"><i class='bx bxs-devices'></i></div>
            <p>
              
              <span style="font-size: 25px;">Copyright & Storytelling</span>
             
            </p>
            <p>Your audience and customers want to hear your unique voice and perspective. We’ll work with you to tell your story in the best way possible to convey your mission with personality.</p>
          </div>
          
        </div>
        <center><a href="#icta"><button class="btn btn-primary" style="background-color:#2348ab;border-radius:20px;margin-top:3vh;">Speak to us</button></a></center>
      </div>
    </section><!-- End Testimonials Section -->





    <div class="wavegreen2">
    	<img src="img/wave4.svg">
    </div><!-- End Services Section -->

    

    <!-- ======= Testimonials Section ======= -->
    <section id="testimonial-sec" class="testimonial-sec" style="padding: 80px 0;overflow: hidden;">
      <div class="container" data-aos="fade-up">

        <div class="section-title">
          <h2>Testimonials</h2>
          <p>Hear directly from our past clients.</p>
        </div>

        <div class="owl-carousel testimonials-carousel" style="font-size:0.8rem;">

          <div class="testimonial-item" >
            <p>
              <i class="bx bxs-quote-alt-left quote-icon-left"></i>
              Venture Design Studio gave me the advice I needed at the time to take my business to the next level. In the Studio they developed my app concept and designed my professional pitch deck. I now feel more ready than ever for fundraising & growth with their how-to methodology. My business is now accelerating and even though I've left the Studio, they continue to support me with regular check-ins and strategy touchpoints.
              
            </p>
            <img src="img/testimonials/thomas.png" class="testimonial-img" alt="">
            <h3>Thomas</h3>
            <h4>London, UK</h4>
          </div>

          <div class="testimonial-item" >
            <p style="padding-bottom: 13vh !important;">
              <i class="bx bxs-quote-alt-left quote-icon-left"></i>
              I went to the Studio to gain clarity on the vision for my future and the business I'd like to build. They gave me the support to help define this better, with steps I could take there and then to see progress. Now I know exactly how to build the future I want, and Venture Design Studio has helped me at every step of the way.
              
            </p>
            <img src="img/testimonials/kareem_1.jpeg" class="testimonial-img" alt="">
            <h3>Kareema</h3>
            <h4>Lagos, Nigeria</h4>
          </div>

          <div class="testimonial-item">
            <p style="padding-bottom: 11vh !important;">
              <i class="bx bxs-quote-alt-left quote-icon-left"></i>
              “I’ve always had ideas, and I’ve tried a few projects but I’m finding the pace of technology is moving so fast, it's oftentimes hard to keep up. At a turning point in my life, realising I wanted to start something new I came to Venture Design Studio. They took apart my ideas and figured out which ones would work and which wouldn’t. They created a set of concepts from the brand to the technical stuff, and now I’m living and working the way I want with my new venture.    
            </p>
            <img src="img/testimonials/ben-parker-OhKElOkQ3RE-unsplash (1).jpg" class="testimonial-img" alt="">
            <h3>Eric</h3>
            <h4>Dubai, UAE</h4>
          </div>

          <div class="testimonial-item">
            <p style="padding-bottom: 21vh !important;">
              <i class="bx bxs-quote-alt-left quote-icon-left"></i>
              Working a full time job left me with little time to build something myself, not to mention the time I’d need to teach myself all the skills I would need to build my own project. Venture Design Studio gave me the support I needed to start my business when I needed it the most. Now I have a side-hustle going which can become my next job.
              
            </p>
            <img src="img/testimonials/tanjir-ahmed-chowdhury-YMJvX8k3Kfc-unsplash (1).jpg" class="testimonial-img" alt="">
            <h3>Ankut</h3>
            <h4>New York, USA</h4>
          </div>

          <div class="testimonial-item">
            <p style="padding-bottom: 21vh !important;">
              <i class="bx bxs-quote-alt-left quote-icon-left"></i>
              I learnt a lot in school and university, but I knew I need to learn more to be able to build my own Venture. Working with Venture Design Studio I figured out which ideas I had could become my own business. Their team also introduced me to people from their community who I could go on to become friends and collaborate with. Now I’m better equipped than ever, with my own project paving the way to the future I want.
              
            </p>
            <img src="img/testimonials/quan-le-Cc5mWXngpmw-unsplash (1) (1).jpg" class="testimonial-img" alt="">
            <h3>Sheela</h3>
            <h4>Shanghai, China</h4>
          </div>

          <div class="testimonial-item">
            <p style="padding-bottom: 21vh !important;">
              <i class="bx bxs-quote-alt-left quote-icon-left"></i>
              I’ve always struggled to bring together my broad interests and work out a career path that I wanted to follow. The Studio’s empathetic yet pragmatic approach helped me examine my strengths and construct a strategy to facilitate long-term personal goals as well as career development which most definitely includes me being my own boss. I’ll be back!
              
            </p>
            <img src="img/testimonials/irina.jpg" class="testimonial-img" alt="">
            <h3>Irina</h3>
            <h4>Moscow, Russia</h4>
          </div>

        </div>

      </div>
    </section><!-- End Testimonials Section -->
   

    <!-- ======= Team Section ======= -->
    <div class="iwavegreen">
    	<img src="img/wave3.svg">
      
        
    </div>
    <section id="team" class="team" style="background-color:#8ee4af;">
      <div class="container">

        <div class="section-title" data-aos="zoom-out">
          <h2>Team</h2>
          <p>Our Experienced Team</p>
        </div>

        <div class="row">
          <div class="col-lg-3 col-md-6 d-flex align-items-stretch">
            <div class="member content" data-aos="fade-up">
              <div class="member-img">
                <div class="content-overlay"></div>
                <img src="img/team/Hasani_600x600.jpg" class="img-fluid" alt="">
                <div class="social">
                  
                  <a href="https://www.linkedin.com/in/hade3000/" target="_blank"><i class="icofont-linkedin"></i></a>
                </div>
              </div>
              <div class="member-info">
                <h4>Hasani Ade</h4>
                <span>Managing Director</span>
              </div>
            </div>
          </div>

          <div class="col-lg-3 col-md-6 d-flex align-items-stretch">
            <div class="member content" data-aos="fade-up" data-aos-delay="300">
              <div class="member-img">
                <div class="content-overlay"></div>
                <img src="img/team/sindy1.png" class="img-fluid" alt=""> 
                <div class="social">
                  <a href="https://www.linkedin.com/in/sindykirks/" target="_blank"><i class="icofont-linkedin"></i></a>
                </div>
              </div>
              <div class="member-info">
                <h4>Sindy Kirks</h4>
                <span>Creative and Communications Lead</span>
              </div> 
            </div>
          </div>
          <div class="col-lg-3 col-md-6 d-flex align-items-stretch">
            <div class="member content" data-aos="fade-up">
              <div class="member-img">
                <div class="content-overlay"></div>
                <img src="img/team/Marc_Lanz_600x600.png" class="img-fluid" alt="">
                <div class="social">
                 
                  <a href="https://www.linkedin.com/in/marclanzmarc.lanz@euras.ch" target="_blank"><i class="icofont-linkedin"></i></a>
                </div>
              </div>
              <div class="member-info">
                <h4>Marc Lanz</h4>
                <span>Product & Fundraising Lead </span>
              </div>
            </div>
          </div>
          <div class="col-lg-3 col-md-6 d-flex align-items-stretch">
            <div class="member content" data-aos="fade-up" data-aos-delay="200">
              <div class="member-img">
                <div class="content-overlay"></div>
                <img src="img/team/Leila_512x512.jpg" class="img-fluid" alt=""> 
                <div class="social">
                  <a href="https://www.linkedin.com/in/leilavalentini/" target="_blank"><i class="icofont-linkedin"></i></a>
                </div>
              </div>
              <div class="member-info">
                <h4>Leila Valentini</h4>
                <span>Web & Design Lead</span>
              </div> 
            </div>
          </div>


        </div>

      </div>
    </section>
    <div class="iwavegreen2">
    	<img src="img/wave2.svg">
    </div>
    <!-- End Team Section -->


     <!-- ======= Partners Section ======= -->
     <section id="clients" class="clients section-bg">
      <div class="container" data-aos="zoom-in">

        <div class="section-title">
          <h2>Our Partners</h2>  
        </div>

        <div class="row">

          <div class="col-lg-4 col-md-4 col-sm-4 d-flex align-items-center justify-content-center" >
            <a href="https://workandsun.com/en/" target="_blank"><img src="img/work.png" class="img-fluid" alt=""></a>
          </div>

          <div class="col-lg-4 col-md-4 col-sm-4 d-flex align-items-center justify-content-center">
            <a href="https://mata.lu/" target="_blank"><img src="img/mata.png" class="img-fluid" width="2000vw" alt=""></a>
          </div>

          <div class="col-lg-4 col-md-4 col-sm-4 d-flex align-items-center justify-content-center">
            <a href="https://coredevs.in/" target="_blank"><img src="img/CoreDevs.png" class="img-fluid" width="2000vw" alt=""></a>
          </div>

         
        </div>

      </div>
    </section>

        <!-- ======= iCta Section ======= -->
        <section id="icta" class="icta">
          <div class="container">
    
            <div class="row" data-aos="zoom-out">
              <div class="col-lg-9 text-center text-lg-left">
                <h3>Speak to us</h3>
                <p>Tell us your crazy ideas, share where you are in your journey and tell us your plans for the future. We’re here for you and we love building the most interesting projects. We’re sure we can learn as much from you, as you can from us.</p>
              </div>
              <div class="col-lg-3 cta-btn-container text-center">
                <a class="icta-btn align-middle" href="#">Speak to us</a>
              </div>
            </div>
    
          </div>
        </section><!-- End Cta Section -->



    <section id="contact" class="contact">
    <style>
    .contact input{
      padding:10px;
      border:1px solid #2348ab;
      border-radius:25px;
    }
    .contact input[type='submit']{
      border:1px solid #2348ab;
      border-radius:25px;
      padding:10px;
      color:#fff;
      background-color:#2348ab;
    }
    .contact input[type='submit']:hover{
      
      background-color:#012970;
    }
    </style>
      <div class="container" data-aos="fade-up">
      <div class="section-title">
          <h2>Contact</h2>
        </div>
        <div class="row" data-aos="fade-up" data-aos-delay="100" style="margin-bottom:10vh;">
          <div class="col">
            <form method="POST" action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>">
              <div class="row">
                <div class="col form-group">
                  <input type="text" name="name" class="form-control" id="name"  placeholder="Your Name" required>
                </div>
                <div class="col form-group">
                  <input type="email" class="form-control" name="email" id="email"  placeholder="Your Email" required>
                </div>
              </div>
              <div class="form-group">
                <input type="text" class="form-control" name="subject" id="subject"  placeholder="Subject" required>
              </div>
              <div class="form-group">
                <textarea class="form-control" name="text" rows="5" placeholder="Message" required style="border:1px solid #2348ab;"></textarea>
              </div>
              <div class="text-center"><input type="submit" value="Send message" name="submit3"></div>
            </form>
          </div>

        </div>

      </div>
  </div>
     <div class="contact"> 
      <div class="footer-newsletter">
        <div class="container">
          <div class="row justify-content-center">
            <div class="col text-center">
              <h4>Our Newsletter</h4>
              <p>Subscribe to our newsletter and join our community to receive the latest news from us</p>
            </div>
            <div class="col-lg-6">
              <form role="form" id="registration-form" method="post" action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>">
                <input type="email" name="email"><input type="submit" name="submit" class="fas fa-angle-right" value="&#xf105;" style="border-radius:25px">
              </form>
            </div>
          </div>
        </div>
        
        <style>     
      .footer-newsletter input[type="submit"]{
        font-family: FontAwesome;
      }
      .footer-newsletter input[type="email"]:focus{
        outline:none;
      }
        </style>
      </div>

    </section><!-- End Contact Section -->

  </main><!-- End #main -->

  <!-- ======= Footer ======= -->
  <footer id="footer" style="padding-top:1.5vh;padding-bottom:2.5vh;">
  <img class="x" src="img/green.png" style="width:9%;float:right;padding:15px;top:-2px;">
  <div class="container" >
  <br><br><h3><img src="img/logoc.png" style="width:20%;"></h3>
      <p>Build something <span style="color:#50EAAA">amazing.</span></p>
      
      
      <div class="social-links">
        <a href="https://www.facebook.com/Venture-Design-Studio-102553835057063" class="facebook"><i class="bx bxl-facebook"></i></a>
        <a href="https://www.instagram.com/wedesignventures" class="instagram"><i class="bx bxl-instagram"></i></a>
        <a href="https://www.tiktok.com/@wedesignventures?" class="google-plus"><i class="fab fa-tiktok"></i></a>
        <a href="https://www.linkedin.com/company/70381210" class="linkedin"><i class="bx bxl-linkedin"></i></a>
        <a href="https://goo.gl/maps/35XqEbLXawRH4zJT8 " class="facebook"><i class='bx bx-location-plus'></i></a>
        <a href="tel:00442032397270" class="instagram"><i class='bx bxs-phone-call'></i></a>
        <a href="mailto:hello@v-ds.co" class="google-plus"><i class='bx bx-mail-send' ></i></a>
      </div>
    </div>
      <style>
        @media screen and (max-width:1000px){
          #footer .x{
            display: none;
          }
        }
        @media screen and (max-width:380px){
          #footer{
            padding-bottom:20vh;
          }
        }
      </style>
      <img class="x" src="img/yellow.png" style="width:10%;float:left;padding:15px;bottom:-5px;padding-bottom:15px;">
      <div class="container">
      
      <div class="copyright">
        <a href="terms.html">Terms & Conditions</a>&nbsp;|&nbsp;
        <a href="privacy.html">Our Privacy Policy</a>
        <span style="font-weight:100;font-size:0.75rem;margin-bottom:5vh !important;"><br></span><br>
        &copy;&nbsp;&nbsp;&nbsp;<strong><span>2021 Venture Design International Ltd</span></strong>. All Rights Reserved<br><br>
      </div><br>

      
      
    </div>
    
  </footer><!-- End Footer -->
  
  <a href="#" class="back-to-top"><i class="ri-arrow-up-line"></i></a>

  <!-- Vendor JS Files -->
  <script src="vendor/jquery/jquery.min.js"></script>
  <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
  <script src="vendor/jquery.easing/jquery.easing.min.js"></script>
  <script src="vendor/php-email-form/validate.js"></script>
  <script src="vendor/isotope-layout/isotope.pkgd.min.js"></script>
  <script src="vendor/venobox/venobox.min.js"></script>
  <script src="vendor/owl.carousel/owl.carousel.min.js"></script>
  <script src="vendor/aos/aos.js"></script>

  <!-- Template Main JS File -->
  <script src="js/main.js"></script>

  <?php
  
  if(isset($_POST['submit3'])){
      $name=$_POST['name'];
      $email=$_POST['email'];
      $subj=$_POST['subject'];
      $text=$_POST['text'];
      if (!filter_var($email,FILTER_VALIDATE_EMAIL) ){
          echo '<script type="text/javascript">';
          echo 'setTimeout(function () { toastr.error("Invalid emailID")';
          echo '}, 800);</script>';
      }
      else{
          $conn=mysqli_connect("localhost","adejh1_user","VentureStudio1","adejh1_studio");
          if(!$conn){
              echo '<script type="text/javascript">';
              echo 'setTimeout(function () { toastr.error("Connection error, try again later!")';
              echo '}, 800);</script>';
          }
          else{
              $query="INSERT INTO feedback(name,email,subject,text) VALUES('$name','$email','$subj','$text')";
              if(mysqli_query($conn,$query)){
                  echo '<script type="text/javascript">';
                  echo 'setTimeout(function () { toastr.success("Your message has been sent!")';
                  echo '}, 800);</script>';
              } 
              else{
                  echo '<script type="text/javascript">';
                  echo 'setTimeout(function () { toastr.error("Fatal error! Try again later")';
                  echo '}, 800);</script>';
                  
              }
          }
      }
  }
    if(isset($_POST['submit'])){
      $email=$_POST['email'];
  
      if (!filter_var($email,FILTER_VALIDATE_EMAIL) ){
          echo '<script type="text/javascript">';
          echo 'setTimeout(function () { toastr.error("Invalid emailID")';
          echo '}, 800);</script>';
      }
      else{
          $conn=mysqli_connect("localhost","adejh1_user","VentureStudio1","adejh1_studio");
          if(!$conn){
              echo '<script type="text/javascript">';
              echo 'setTimeout(function () { toastr.error("Connection error, try again later!")';
              echo '}, 800);</script>';
          }
          else{
  
              $query="INSERT INTO newsletter(email) VALUES('$email')";
              if(mysqli_query($conn,$query)){
                  echo '<script type="text/javascript">';
                  echo 'setTimeout(function () { toastr.success("Thankyou for Subscribing to the newsletter!")';
                  echo '}, 800);</script>';
              } 
              else{
                  echo '<script type="text/javascript">';
                  echo 'setTimeout(function () { toastr.error("Fatal error! Try again later")';
                  echo '}, 800);</script>';
                  
              }
          }
      }
  }



  ?>

</body>

</html>