754 lines
43 KiB
HTML
754 lines
43 KiB
HTML
|
<!doctype html>
|
||
|
<html class="no-js" lang="en">
|
||
|
<head>
|
||
|
<title>Crafto - The Multipurpose HTML5 Template</title>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||
|
<meta name="author" content="ThemeZaa">
|
||
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
||
|
<meta name="description" content="Elevate your online presence with Crafto - a modern, versatile, multipurpose Bootstrap 5 responsive HTML5, SCSS template using highly creative 52+ ready demos.">
|
||
|
|
||
|
<link rel="shortcut icon" href="images/favicon.png">
|
||
|
<link rel="apple-touch-icon" href="images/apple-touch-icon-57x57.png">
|
||
|
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
|
||
|
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
|
||
|
|
||
|
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin>
|
||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
|
|
||
|
<link rel="stylesheet" href="css/vendors.min.css" />
|
||
|
<link rel="stylesheet" href="css/icon.min.css" />
|
||
|
<link rel="stylesheet" href="css/style.min.css" />
|
||
|
<link rel="stylesheet" href="css/responsive.min.css" />
|
||
|
<link rel="stylesheet" href="demos/conference/conference.css" />
|
||
|
</head>
|
||
|
<body data-mobile-nav-style="classic">
|
||
|
|
||
|
<header>
|
||
|
|
||
|
<nav class="navbar navbar-expand-lg header-transparent bg-transparent disable-fixed">
|
||
|
<div class="container-fluid">
|
||
|
<div class="col-auto col-lg-2 me-lg-0 me-auto">
|
||
|
<a class="navbar-brand" href="demo-conference.html">
|
||
|
<img src="images/demo-conference-logo-white.png" data-at2x="images/demo-conference-logo-white@2x.png" alt class="default-logo">
|
||
|
<img src="images/demo-conference-logo-black.png" data-at2x="images/demo-conference-logo-black@2x.png" alt class="alt-logo">
|
||
|
<img src="images/demo-conference-logo-black.png" data-at2x="images/demo-conference-logo-black@2x.png" alt class="mobile-logo">
|
||
|
</a>
|
||
|
</div>
|
||
|
<div class="col-auto menu-order position-static">
|
||
|
<button class="navbar-toggler float-start" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-label="Toggle navigation">
|
||
|
<span class="navbar-toggler-line"></span>
|
||
|
<span class="navbar-toggler-line"></span>
|
||
|
<span class="navbar-toggler-line"></span>
|
||
|
<span class="navbar-toggler-line"></span>
|
||
|
</button>
|
||
|
<div class="collapse navbar-collapse" id="navbarNav">
|
||
|
<ul class="navbar-nav alt-font ls-05px">
|
||
|
<li class="nav-item"><a href="demo-conference.html" class="nav-link">Home</a></li>
|
||
|
<li class="nav-item"><a href="demo-conference-about-event.html" class="nav-link">About event</a></li>
|
||
|
<li class="nav-item dropdown dropdown-with-icon">
|
||
|
<a href="demo-conference-speakers.html" class="nav-link">Speakers</a>
|
||
|
<i class="fa-solid fa-angle-down dropdown-toggle" id="navbarDropdownMenuLink" role="button" data-bs-toggle="dropdown" aria-expanded="false"></i>
|
||
|
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
|
||
|
<li>
|
||
|
<a href="demo-conference-speaker-details.html"><img src="images/avtar-29.jpg" alt>
|
||
|
<div class="submenu-icon-content">
|
||
|
<span>Michal ruheen</span>
|
||
|
<p>Economist speakers</p>
|
||
|
</div>
|
||
|
</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="demo-conference-speaker-details.html"><img src="images/avtar-27.jpg" alt>
|
||
|
<div class="submenu-icon-content">
|
||
|
<span>Jessica dover</span>
|
||
|
<p>Geologist speakers</p>
|
||
|
</div>
|
||
|
</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="demo-conference-speaker-details.html"><img src="images/avtar-25.jpg" alt>
|
||
|
<div class="submenu-icon-content">
|
||
|
<span>Matthew taylor</span>
|
||
|
<p>Psychologist speakers</p>
|
||
|
</div>
|
||
|
</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="demo-conference-speaker-details.html"><img src="images/avtar-24.jpg" alt>
|
||
|
<div class="submenu-icon-content">
|
||
|
<span>Rodney stratton</span>
|
||
|
<p>Psychologist speakers</p>
|
||
|
</div>
|
||
|
</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="demo-conference-speakers.html" class="btn btn-dark-gray btn-round-edge btn-box-shadow align-self-center text-center text-white">View all speakers</a>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li class="nav-item"><a href="demo-conference-schedule.html" class="nav-link">Schedule</a></li>
|
||
|
<li class="nav-item"><a href="demo-conference-gallery.html" class="nav-link">Gallery</a></li>
|
||
|
<li class="nav-item"><a href="demo-conference-pricing.html" class="nav-link">Pricing</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="col-auto col-lg-2 text-end xs-ps-0 xs-pe-0">
|
||
|
<div class="header-icon">
|
||
|
<div class="header-button"><a href="demo-conference-registration.html" class="btn btn-small text-transform-none btn-transparent-white-light border-1 left-icon btn-rounded fw-500"><i class="feather icon-feather-mail d-none d-xl-inline-block"></i>Registration</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</nav>
|
||
|
</header>
|
||
|
|
||
|
|
||
|
<section class="p-0 full-screen ipad-top-space-margin md-h-600px sm-h-500px position-relative bg-base-color background-position-left-top" style="background-image: url('images/vertical-line-bg-dark.svg')">
|
||
|
<div id="particles-style-01" class="position-absolute h-100 top-0 left-0 w-100" data-particle="true" data-particle-options="{ "particles": { "number": { "value": 80, "density": { "enable": true, "value_area": 800 } }, "color": { "value": "#232323" }, "shape": { "type": "circle", "stroke": { "width": 0, "color": "#232323" }, "polygon": { "nb_sides": 5 }, "image": { "src": "img/github.svg", "width": 100, "height": 100 } }, "opacity": { "value": 0.4, "random": false, "anim": { "enable": false, "speed": 1, "opacity_min": 0.1, "sync": false } }, "size": { "value": 4, "random": true, "anim": { "enable": false, "speed": 40, "size_min": 0.1, "sync": false } }, "line_linked": { "enable": true, "distance": 150, "color": "#232323", "opacity": 0.3, "width": 1 }, "move": { "enable": true, "speed": 6, "direction": "none", "random": false, "straight": false, "out_mode": "out", "bounce": false, "attract": { "enable": false, "rotateX": 600, "rotateY": 1200 } } }, "interactivity": { "detect_on": "canvas", "events": { "onhover": { "enable": true, "mode": "repulse" }, "onclick": { "enable": true, "mode": "push" }, "resize": true }, "modes": { "grab": { "distance": 400, "line_linked": { "opacity": 1 } }, "bubble": { "distance": 400, "size": 40, "duration": 2, "opacity": 8, "speed": 3 }, "repulse": { "distance": 200, "duration": 0.4 }, "push": { "particles_nb": 4 }, "remove": { "particles_nb": 2 } } }, "retina_detect": true}"></div>
|
||
|
<div class="absolute-middle-center p-7 lg-p-0 sm-w-60 xs-w-80">
|
||
|
<div class="animation-float">
|
||
|
<img src="images/demo-conference-hero-img.jpg" class="rounded-circle" alt data-anime="{ "opacity": [0, 1], "scale": [0.5, 1], "easing": "easeOutCubic", "duration": 1000 }" />
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="container h-100">
|
||
|
<div class="row align-items-center h-100 justify-content-center">
|
||
|
<div class="col-md-12 position-relative text-white d-flex flex-column justify-content-center text-center h-100">
|
||
|
<span class="alt-font fs-225 lg-fs-190 md-fs-160 sm-fs-150 xs-fs-90 ls-minus-9px md-ls-minus-5px xs-ls-minus-2px fw-600 text-outline text-outline-width-2px d-inline-block" data-fancy-text="{ "string": ["Business"], "duration": 500, "delay": 500, "speed": 50, "clipPath": ["inset(0 200px 0 0)", "inset(0px 0px 0px 0px)"], "easing": "easeOutCubic" }"></span>
|
||
|
<span class="alt-font fs-160 md-fs-140 xs-fs-80 position-relative top-minus-40px lg-top-minus-20px xs-top-minus-5px ls-minus-10px md-minus-8px xs-ls-minus-3px text-white fw-600 text-shadow-double-large" data-anime="{ "opacity": [0, 1], "easing": "easeOutQuad", "duration": 1000, "delay": 800 }">conference</span>
|
||
|
<a href="demo-conference-registration.html" class="btn btn-extra-large btn-base-color btn-hover-animation btn-rounded btn-box-shadow align-self-center lg-mt-20px sm-mt-5px xs-mt-20px" data-anime="{ "opacity": [0, 1], "translateY": [50, 0], "easing": "easeOutCubic", "duration": 1000, "delay": 800 }">
|
||
|
<span>
|
||
|
<span class="btn-text">Get tickets now</span>
|
||
|
<span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span>
|
||
|
</span>
|
||
|
</a>
|
||
|
<div class="position-absolute bottom-60px md-bottom-40px xs-bottom-20px left-0px right-0px" data-anime="{ "opacity": [0, 1], "translateY": [50, 0], "easing": "easeOutCubic", "duration": 1000, "delay": 1000 }">
|
||
|
<span class="alt-font text-uppercase fw-500 ls-1px fs-15"><i class="feather icon-feather-calendar icon-small me-5px"></i>24 December 2021, New york</span>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
|
||
|
<section class="bg-dark-midnight-blue border-bottom border-color-transparent-white-light half-section">
|
||
|
<div class="container">
|
||
|
<div class="row row-cols-auto row-cols-lg-3 row-cols-md-2 justify-content-center" data-anime="{ "el": "childs", "translateX": [0, 0], "opacity": [0,1], "duration": 1200, "delay": 0, "staggervalue": 300, "easing": "easeOutQuad" }">
|
||
|
|
||
|
<div class="col md-mb-50px sm-mb-30px">
|
||
|
<div class="feature-box feature-box-left-icon-middle">
|
||
|
<div class="feature-box-icon ms-40px me-40px lg-ms-25px lg-me-25px">
|
||
|
<h1 class="alt-font text-outline text-outline-width-2px text-outline-color-base-color fw-700 ls-minus-1px mb-0">01</h1>
|
||
|
</div>
|
||
|
<div class="feature-box-content border-start border-color-transparent-white-light ps-40px pe-40px lg-ps-25px lg-pe-25px last-paragraph-no-margin">
|
||
|
<span class="text-white fs-24 alt-font d-inline-block fw-300">Keynote speakers</span>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="col md-mb-50px sm-mb-30px">
|
||
|
<div class="feature-box feature-box-left-icon-middle">
|
||
|
<div class="feature-box-icon ms-40px me-40px lg-ms-25px lg-me-25px">
|
||
|
<h1 class="alt-font text-outline text-outline-width-2px text-outline-color-base-color fw-700 ls-minus-1px mb-0">02</h1>
|
||
|
</div>
|
||
|
<div class="feature-box-content border-start border-color-transparent-white-light ps-40px pe-40px lg-ps-25px lg-pe-25px last-paragraph-no-margin">
|
||
|
<span class="text-white fs-24 alt-font d-inline-block fw-300">Hygienic brunch</span>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="col">
|
||
|
<div class="feature-box feature-box-left-icon-middle">
|
||
|
<div class="feature-box-icon ms-40px me-40px lg-ms-25px lg-me-25px">
|
||
|
<h1 class="alt-font text-outline text-outline-width-2px text-outline-color-base-color fw-700 ls-minus-1px mb-0">03</h1>
|
||
|
</div>
|
||
|
<div class="feature-box-content border-start border-color-transparent-white-light ps-40px pe-40px lg-ps-25px lg-pe-25px last-paragraph-no-margin">
|
||
|
<span class="text-white fs-24 alt-font d-inline-block fw-300">Personal integrity</span>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
|
||
|
<section class="bg-dark-midnight-blue background-position-right-top background-no-repeat md-background-image-none" style="background-image: url('images/demo-conference-about-bg.png')">
|
||
|
<div class="container-fluid d-none d-md-block">
|
||
|
<div class="row">
|
||
|
<div class="p-0 overlap-section text-end pe-4 md-pe-5">
|
||
|
<img src="images/demo-conference-02.png" alt class="animation-rotation lg-w-120px">
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="container">
|
||
|
<div class="row align-items-center justify-content-center">
|
||
|
<div class="col-lg-6 col-md-10 md-mb-30px md-pt-25px">
|
||
|
<figure class="position-relative mb-50px sm-ps-50px">
|
||
|
<div class="overflow-hidden border-radius-4px position-relative">
|
||
|
<div class="w-100" data-anime="{ "effect": "slide", "direction": "bt", "color": "#17161a", "duration": 1000, "delay": 0 }">
|
||
|
<img src="images/demo-conference-01.jpg" alt class="w-100 border-radius-5px liquid-parallax" data-parallax-liquid="true" data-parallax-position="top" data-parallax-scale="1.2">
|
||
|
</div>
|
||
|
</div>
|
||
|
<figcaption class="position-absolute z-index-1 bottom-minus-50px lg-bottom-minus-30px sm-bottom-minus-50px left-minus-50px lg-left-minus-30px sm-left-minus-0px w-50 md-w-220px text-center last-paragraph-no-margin" data-anime="{ "translateY": [0, 0], "opacity": [0,1], "duration": 1000, "delay": 500, "staggervalue": 300, "easing": "easeOutQuad" }">
|
||
|
<div class="atropos" data-atropos>
|
||
|
<div class="atropos-scale">
|
||
|
<div class="atropos-rotate">
|
||
|
<div class="atropos-inner border-radius-5px bg-base-color text-white ps-12 pe-12 pt-50px pb-50px lg-pt-35px lg-pb-35px" data-atropos-offset="3">
|
||
|
<span class="fs-130 lg-fs-110 d-inline-block ls-minus-5px fw-600 text-shadow-double-large text-outline text-outline-width-2px alt-font">35</span>
|
||
|
<span class="alt-font text-uppercase fw-500 ls-2px fs-17 lh-24 d-inline-block">International speakers</span>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
</div>
|
||
|
<div class="col-xl-4 offset-lg-1 col-md-10 col-lg-5" data-anime="{ "el": "childs", "translateY": [50, 0], "opacity": [0,1], "duration": 600, "delay": 0, "staggervalue": 300, "easing": "easeOutQuad" }">
|
||
|
<h2 class="alt-font text-white fw-500 ls-minus-2px mb-40px sm-mb-30px">
|
||
|
<span class="w-20px h-4px d-inline-block bg-base-color me-10px"></span>About conference
|
||
|
</h2>
|
||
|
|
||
|
<div class="icon-with-text-style-01 mb-30px pb-30px border-bottom border-color-transparent-white-light">
|
||
|
<div class="feature-box feature-box-left-icon-middle last-paragraph-no-margin">
|
||
|
<div class="feature-box-icon me-15px lh-0px">
|
||
|
<i class="bi bi-clock-history icon-very-medium text-white"></i>
|
||
|
</div>
|
||
|
<div class="feature-box-content">
|
||
|
<span class="d-inline-block alt-font text-white fs-20">Day long meetup</span>
|
||
|
</div>
|
||
|
<div class="mt-10px w-100">Lorem ipsum dolor consectetur eiusmod tempor incididunt labore exercitation.</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="icon-with-text-style-01 mb-40px md-mb-30px">
|
||
|
<div class="feature-box feature-box-left-icon-middle last-paragraph-no-margin">
|
||
|
<div class="feature-box-icon me-15px lh-0px">
|
||
|
<i class="bi bi-people icon-very-medium text-white"></i>
|
||
|
</div>
|
||
|
<div class="feature-box-content">
|
||
|
<span class="d-inline-block alt-font text-white fs-20">Meet the leader</span>
|
||
|
</div>
|
||
|
<div class="mt-10px w-100">Lorem ipsum dolor consectetur eiusmod tempor incididunt labore exercitation.</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<a href="demo-conference-about-event.html" class="btn btn-large btn-dark-gray btn-hover-animation btn-round-edge btn-box-shadow align-self-center">
|
||
|
<span>
|
||
|
<span class="btn-text">About conference</span>
|
||
|
<span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span>
|
||
|
</span>
|
||
|
</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
|
||
|
<section class="bg-midnight-blue background-position-left-bottom background-no-repeat sm-background-image-none" style="background-image: url('images/demo-conference-experts-bg.png')">
|
||
|
<div class="container">
|
||
|
<div class="row justify-content-center align-items-center mb-6 text-center text-lg-start">
|
||
|
<div class="col-xxl-8 col-lg-7 md-mb-20px" data-anime="{ "translateY": [30, 0], "opacity": [0,1], "duration": 600, "delay": 0, "staggervalue": 300, "easing": "easeOutQuad" }">
|
||
|
<h2 class="alt-font text-white fw-500 ls-minus-2px mb-0"><span class="w-20px h-4px d-inline-block bg-base-color me-10px"></span>Industry experts</h2>
|
||
|
</div>
|
||
|
<div class="col-xxl-4 col-lg-5 col-md-8 col-sm-10 last-paragraph-no-margin" data-anime="{ "translateY": [30, 0], "opacity": [0,1], "duration": 600, "delay": 0, "staggervalue": 300, "easing": "easeOutQuad" }">
|
||
|
<p>Lorem ipsum dolor to consectetur adipiscing elit eiusmod tempor incididunt labore.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="row row-cols-1 row-cols-lg-4 row-cols-sm-2 justify-content-center" data-anime="{ "el": "childs", "translateY": [30, 0], "opacity": [0,1], "duration": 1200, "delay": 0, "staggervalue": 300, "easing": "easeOutQuad" }">
|
||
|
|
||
|
<div class="col text-center team-style-05 md-mb-50px">
|
||
|
<div class="position-relative mb-25px">
|
||
|
<img class="border-radius-4px" src="images/team-10.jpg" alt />
|
||
|
<div class="w-100 h-100 d-flex flex-column justify-content-end align-items-center p-40px team-content bg-base-color-transparent border-radius-4px">
|
||
|
<div class="text-white w-75 md-w-65 absolute-middle-center opacity-7">Lorem ipsum dolor consecte eiusmod.</div>
|
||
|
<div class="social-icon fs-19">
|
||
|
<a href="https://www.facebook.com/" target="_blank" class="text-white"><i class="fa-brands fa-facebook-f"></i></a>
|
||
|
<a href="https://www.instagram.com/" target="_blank" class="text-white"><i class="fa-brands fa-instagram"></i></a>
|
||
|
<a href="https://www.twitter.com/" target="_blank" class="text-white"><i class="fa-brands fa-twitter"></i></a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<a href="demo-conference-speaker-details.html" class="fs-18 alt-font text-white text-base-color-hover vertical-align-top">Michal ruheen</a>
|
||
|
<span class="fs-16 d-block lh-normal">Economist</span>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="col text-center team-style-05 md-mb-50px">
|
||
|
<div class="position-relative mb-25px">
|
||
|
<img class="border-radius-4px" src="images/team-11.jpg" alt />
|
||
|
<div class="w-100 h-100 d-flex flex-column justify-content-end align-items-center p-40px team-content bg-base-color-transparent border-radius-4px">
|
||
|
<div class="text-white w-75 md-w-65 absolute-middle-center opacity-7">Lorem ipsum dolor consecte eiusmod.</div>
|
||
|
<div class="social-icon fs-19">
|
||
|
<a href="https://www.facebook.com/" target="_blank" class="text-white"><i class="fa-brands fa-facebook-f"></i></a>
|
||
|
<a href="https://www.instagram.com/" target="_blank" class="text-white"><i class="fa-brands fa-instagram"></i></a>
|
||
|
<a href="https://www.twitter.com/" target="_blank" class="text-white"><i class="fa-brands fa-twitter"></i></a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<a href="demo-conference-speaker-details.html" class="fs-18 alt-font text-white text-base-color-hover vertical-align-top">Jessica dover</a>
|
||
|
<span class="fs-16 d-block lh-normal">Geologist</span>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="col text-center team-style-05 xs-mb-50px">
|
||
|
<div class="position-relative mb-25px">
|
||
|
<img class="border-radius-4px" src="images/team-09.jpg" alt />
|
||
|
<div class="w-100 h-100 d-flex flex-column justify-content-end align-items-center p-40px team-content bg-base-color-transparent border-radius-4px">
|
||
|
<div class="text-white w-75 md-w-65 absolute-middle-center opacity-7">Lorem ipsum dolor consecte eiusmod.</div>
|
||
|
<div class="social-icon fs-19">
|
||
|
<a href="https://www.facebook.com/" target="_blank" class="text-white"><i class="fa-brands fa-facebook-f"></i></a>
|
||
|
<a href="https://www.instagram.com/" target="_blank" class="text-white"><i class="fa-brands fa-instagram"></i></a>
|
||
|
<a href="https://www.twitter.com/" target="_blank" class="text-white"><i class="fa-brands fa-twitter"></i></a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<a href="demo-conference-speaker-details.html" class="fs-18 alt-font text-white text-base-color-hover vertical-align-top">Matthew taylor</a>
|
||
|
<span class="fs-16 d-block lh-normal">Psychologist</span>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="col text-center team-style-05">
|
||
|
<div class="position-relative mb-25px">
|
||
|
<img class="border-radius-4px" src="images/team-08.jpg" alt />
|
||
|
<div class="w-100 h-100 d-flex flex-column justify-content-end align-items-center p-40px team-content bg-base-color-transparent border-radius-4px">
|
||
|
<div class="text-white w-75 md-w-65 absolute-middle-center opacity-7">Lorem ipsum dolor consecte eiusmod.</div>
|
||
|
<div class="social-icon fs-19">
|
||
|
<a href="https://www.facebook.com/" target="_blank" class="text-white"><i class="fa-brands fa-facebook-f"></i></a>
|
||
|
<a href="https://www.instagram.com/" target="_blank" class="text-white"><i class="fa-brands fa-instagram"></i></a>
|
||
|
<a href="https://www.twitter.com/" target="_blank" class="text-white"><i class="fa-brands fa-twitter"></i></a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<a href="demo-conference-speaker-details.html" class="fs-18 alt-font text-white text-base-color-hover vertical-align-top">Rodney stratton</a>
|
||
|
<span class="fs-16 d-block lh-normal">Psychologist</span>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
|
||
|
<section class="p-0 bg-midnight-blue border-bottom border-color-transparent-white-light background-position-left-bottom background-no-repeat overflow-hidden" style="background-image: url('images/demo-conference-schedule-bg.png')">
|
||
|
<div class="container-fluid">
|
||
|
<div class="row justify-content-center" data-anime="{ "el": "childs", "translateX": [50, 0], "opacity": [0,1], "duration": 1200, "delay": 0, "staggervalue": 150, "easing": "easeOutQuad" }">
|
||
|
|
||
|
<div class="col-xl-3 p-0">
|
||
|
<div class="ps-20 pe-20 pt-25 pb-25 xxl-ps-15 xxl-pe-15 lg-p-7 sm-p-40px overflow-hidden h-100 text-center text-xl-start border-top border-end border-color-transparent-white-light">
|
||
|
<h2 class="alt-font fw-500 text-white ls-minus-2px"><span class="w-20px h-4px d-inline-block bg-base-color me-10px"></span>Event schedule</h2>
|
||
|
<p class="mb-35px lg-w-50 md-w-70 sm-w-100 mx-auto mx-xl-auto">Lorem ipsum dolor consectetur eiusmod tempor incididunt labore exercitation tempor.</p>
|
||
|
<a href="demo-conference-schedule.html" class="btn btn-large btn-dark-gray btn-hover-animation btn-round-edge btn-box-shadow align-self-center">
|
||
|
<span>
|
||
|
<span class="btn-text">Download schedule</span>
|
||
|
<span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span>
|
||
|
</span>
|
||
|
</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="col-xl-3 col-md-4 event-style-01 p-0">
|
||
|
<div class="bg-midnight-blue hover-box will-change-inherit dark-hover feature-box ps-19 pe-19 pt-22 pb-27 md-p-8 md-pb-25 sm-pb-50px overflow-hidden h-100 text-center text-md-start border-top border-end border-color-transparent-white-light">
|
||
|
<div class="feature-box-content w-100 lg-mb-5 last-paragraph-no-margin">
|
||
|
<div class="text-white fs-22 alt-font fw-500 mb-20px">Friday, Dec 24</div>
|
||
|
<p class="text-light-opacity">Psychologist - John parker<br>10:00 AM to 12:30 PM</p>
|
||
|
<div class="divider-style-03 mb-20px divider-style-03-01 border-color-transparent-white-light"></div>
|
||
|
<p class="text-light-opacity">Sociology - Herman miller<br>02:00 PM to 04:30 PM</p>
|
||
|
<div class="divider-style-03 mb-20px divider-style-03-01 border-color-transparent-white-light"></div>
|
||
|
<p class="text-light-opacity">Geologist - Jeremy dupont<br>05:00 PM to 07:30 PM</p>
|
||
|
<span class="number fs-120 ls-minus-5px fw-500 text-outline text-outline-width-2px text-outline-color-base-color opacity-5 alt-font position-absolute bottom-minus-50px sm-bottom-minus-40px left-0px ps-20 sm-ps-0 sm-right-0px sm-left-0px">01</span>
|
||
|
</div>
|
||
|
<div class="feature-box-overlay bg-base-color"></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="col-xl-3 col-md-4 event-style-01 p-0">
|
||
|
<div class="bg-midnight-blue hover-box will-change-inherit dark-hover feature-box ps-19 pe-19 pt-22 pb-27 md-p-8 md-pb-25 sm-pb-50px overflow-hidden h-100 text-center text-md-start border-top border-end border-color-transparent-white-light">
|
||
|
<div class="feature-box-content w-100 lg-mb-5 last-paragraph-no-margin">
|
||
|
<div class="text-white fs-22 alt-font fw-500 mb-20px">Saturday, Dec 25</div>
|
||
|
<p class="text-light-opacity">Economy - Michal ruheen<br>10:00 AM to 12:30 PM</p>
|
||
|
<div class="divider-style-03 mb-20px divider-style-03-01 border-color-transparent-white-light"></div>
|
||
|
<p class="text-light-opacity">Engineer - Jessica dover<br>02:00 PM to 04:30 PM</p>
|
||
|
<div class="divider-style-03 mb-20px divider-style-03-01 border-color-transparent-white-light"></div>
|
||
|
<p class="text-light-opacity">Psychologist - John parker<br>05:00 PM to 07:30 PM</p>
|
||
|
<span class="number fs-120 ls-minus-5px fw-500 text-outline text-outline-width-2px text-outline-color-base-color opacity-5 alt-font position-absolute bottom-minus-50px sm-bottom-minus-40px left-0px ps-20 sm-ps-0 sm-right-0px sm-left-0px">02</span>
|
||
|
</div>
|
||
|
<div class="feature-box-overlay bg-base-color"></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="col-xl-3 col-md-4 event-style-01 p-0">
|
||
|
<div class="bg-midnight-blue hover-box will-change-inherit dark-hover feature-box ps-19 pe-19 pt-22 pb-27 md-p-8 md-pb-25 sm-pb-50px overflow-hidden h-100 text-center text-md-start border-top border-end border-color-transparent-white-light">
|
||
|
<div class="feature-box-content w-100 lg-mb-5 last-paragraph-no-margin">
|
||
|
<div class="text-white fs-22 alt-font fw-500 mb-20px">Sunday, Dec 26</div>
|
||
|
<p class="text-light-opacity">Biologist- Saleena fountain<br>10:00 AM to 12:30 PM</p>
|
||
|
<div class="divider-style-03 mb-20px divider-style-03-01 border-color-transparent-white-light"></div>
|
||
|
<p class="text-light-opacity">Secretary- Paulina morris<br>02:00 PM to 04:30 PM</p>
|
||
|
<div class="divider-style-03 mb-20px divider-style-03-01 border-color-transparent-white-light"></div>
|
||
|
<p class="text-light-opacity">Politician - Wendaya royin<br>05:00 PM to 07:30 PM</p>
|
||
|
<span class="number fs-120 ls-minus-5px fw-500 text-outline text-outline-width-2px text-outline-color-base-color opacity-5 alt-font position-absolute bottom-minus-50px sm-bottom-minus-40px left-0px ps-20 sm-ps-0 sm-right-0px sm-left-0px">03</span>
|
||
|
</div>
|
||
|
<div class="feature-box-overlay bg-base-color"></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
|
||
|
<section class="bg-dark-midnight-blue background-position-right-bottom background-no-repeat sm-background-image-none" style="background-image: url('images/demo-conference-about-bg.png')">
|
||
|
<div class="container">
|
||
|
<div class="row align-items-center mb-8">
|
||
|
<div class="col-xl-4 col-lg-5 text-center text-lg-start md-mb-30px" data-anime="{ "translateX": [-30, 0], "opacity": [0,1], "duration": 600, "delay": 0, "staggervalue": 300, "easing": "easeOutQuad" }">
|
||
|
<h2 class="alt-font fw-500 text-white ls-minus-2px"><span class="w-20px h-4px d-inline-block bg-base-color me-10px"></span>Conference packages</h2>
|
||
|
<p class="mb-35px md-w-80 sm-w-100 md-mx-auto">Lorem ipsum dolor sit amet consectetur adipiscing elit do eiusmod tempor incididunt labore et dolore magna ut enim.</p>
|
||
|
<a href="demo-conference-pricing.html" class="btn btn-large btn-dark-gray btn-hover-animation btn-round-edge btn-box-shadow align-self-center">
|
||
|
<span>
|
||
|
<span class="btn-text">Pricing plans</span>
|
||
|
<span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span>
|
||
|
</span>
|
||
|
</a>
|
||
|
</div>
|
||
|
<div class="col-lg-7 offset-xl-1">
|
||
|
<div class="row row-cols-1 row-cols-md-2 align-items-center justify-content-center mt-35px sm-mt-20px g-0">
|
||
|
|
||
|
<div class="col px-md-0 pricing-table-style-02 position-relative transition-inner-all sm-mb-30px" data-anime="{ "translateX": [50, 0], "opacity": [0,1], "duration": 600, "delay": 500, "staggervalue": 200, "easing": "easeOutQuad" }">
|
||
|
<div class="pricing-table border border-color-transparent-white-light text-center border-radius-6px pt-17 pb-17 ps-15 pe-15 lg-ps-13 lg-pe-13 box-shadow-large">
|
||
|
<div class="pricing-header">
|
||
|
<i class="line-icon-Boy align-middle text-center text-base-color icon-extra-large mb-20px"></i>
|
||
|
<div class="alt-font text-uppercase fs-16 fw-500">Personal</div>
|
||
|
<h3 class="text-white mb-0 fw-500">$250</h3>
|
||
|
</div>
|
||
|
<div class="pricing-body pt-20px pb-30px">
|
||
|
<ul class="list-style-01 ps-0 mb-0">
|
||
|
<li class="border-color-transparent-white-light pt-10px pb-10px"><span class="text-white">Regular</span> seats</li>
|
||
|
<li class="border-color-transparent-white-light pt-10px pb-10px"><span class="text-white">Snacks</span> and brunch</li>
|
||
|
<li class="pt-10px pb-10px"><span class="text-white">Event</span> certificate</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div class="pricing-footer">
|
||
|
<a href="demo-conference-registration.html" class="btn btn-small btn-dark-gray btn-hover-animation btn-round-edge btn-box-shadow align-self-center">
|
||
|
<span>
|
||
|
<span class="btn-text">Choose package</span>
|
||
|
<span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span>
|
||
|
</span>
|
||
|
</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="col px-md-0 pricing-table-style-02 position-relative transition-inner-all" data-anime="{ "el": "childs", "translateX": [30, 0], "opacity": [0,1], "duration": 600, "delay": 100, "staggervalue": 200, "easing": "easeOutQuad" }">
|
||
|
<div class="pricing-table popular-item border border-color-transparent-white-light bg-dark-midnight-blue text-center border-radius-6px pt-25 pb-25 ps-15 pe-15 lg-ps-13 lg-pe-13 box-shadow-large">
|
||
|
<div class="pricing-header">
|
||
|
<div class="popular-label alt-font fw-500 fs-14 text-white bg-base-color text-uppercase border-radius-2px">Popular</div>
|
||
|
<i class="line-icon-Business-ManWoman align-middle text-center text-base-color icon-extra-large mb-20px"></i>
|
||
|
<div class="alt-font text-uppercase fs-16 fw-500">Business</div>
|
||
|
<h3 class="text-white mb-0 fw-500">$450</h3>
|
||
|
</div>
|
||
|
<div class="pricing-body pt-20px pb-30px">
|
||
|
<ul class="list-style-01 ps-0 mb-0">
|
||
|
<li class="border-color-transparent-white-light pt-10px pb-10px"><span class="text-white">Regular</span> seats</li>
|
||
|
<li class="border-color-transparent-white-light pt-10px pb-10px"><span class="text-white">Snacks</span> and brunch</li>
|
||
|
<li class="border-color-transparent-white-light pt-10px pb-10px"><span class="text-white">Photos</span> allowed</li>
|
||
|
<li class="pt-10px pb-10px"><span class="text-white">Event</span> certificate</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div class="pricing-footer">
|
||
|
<a href="demo-conference-registration.html" class="btn btn-small btn-dark-gray btn-hover-animation btn-round-edge btn-box-shadow align-self-center">
|
||
|
<span>
|
||
|
<span class="btn-text">Choose package</span>
|
||
|
<span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span>
|
||
|
</span>
|
||
|
</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="container">
|
||
|
<div class="row position-relative clients-style-08">
|
||
|
<div class="col swiper text-center feather-shadow" data-slider-options="{ "slidesPerView": 2, "spaceBetween":0, "speed": 4000, "loop": true, "pagination": { "el": ".slider-four-slide-pagination-2", "clickable": false }, "allowTouchMove": false, "autoplay": { "delay":0, "disableOnInteraction": false }, "navigation": { "nextEl": ".slider-four-slide-next-2", "prevEl": ".slider-four-slide-prev-2" }, "keyboard": { "enabled": true, "onlyInViewport": true }, "breakpoints": { "1200": { "slidesPerView": 4 }, "992": { "slidesPerView": 3 }, "768": { "slidesPerView": 2 } }, "effect": "slide" }">
|
||
|
<div class="swiper-wrapper marquee-slide">
|
||
|
|
||
|
<div class="swiper-slide">
|
||
|
<a href="demo-conference.html#"><img src="images/logo-walmart-white.svg" class="h-40px xs-h-30px" alt></a>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="swiper-slide">
|
||
|
<a href="demo-conference.html#"><img src="images/logo-monday-white.svg" class="h-40px xs-h-30px" alt></a>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="swiper-slide">
|
||
|
<a href="demo-conference.html#"><img src="images/logo-envato-white.svg" class="h-40px xs-h-30px" alt></a>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="swiper-slide">
|
||
|
<a href="demo-conference.html#"><img src="images/logo-awwwards-white.svg" class="h-40px xs-h-30px" alt></a>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="swiper-slide">
|
||
|
<a href="demo-conference.html#"><img src="images/logo-woocommerce-white.svg" class="h-40px xs-h-30px" alt></a>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="swiper-slide">
|
||
|
<a href="demo-conference.html#"><img src="images/logo-pingdom-white.svg" class="h-40px xs-h-30px" alt></a>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="swiper-slide">
|
||
|
<a href="demo-conference.html#"><img src="images/logo-monday-white.svg" class="h-40px xs-h-30px" alt></a>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="swiper-slide">
|
||
|
<a href="demo-conference.html#"><img src="images/logo-envato-white.svg" class="h-40px xs-h-30px" alt></a>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
|
||
|
<section class="position-relative" data-parallax-background-ratio="0.5" style="background-image: url('images/demo-conference-parallax.jpg')" data-anime="{ "translateY": [0, 0], "opacity": [0,1], "duration": 600, "delay": 0, "staggervalue": 300, "easing": "easeOutQuad" }">
|
||
|
<div class="container">
|
||
|
<div class="row justify-content-center align-items-center">
|
||
|
<div class="col-xl-8 col-lg-12 text-center position-relative last-paragraph-no-margin parallax-scrolling-style-2">
|
||
|
|
||
|
<div class="countdown-style-02 mb-30px mt-40px sm-mb-10px">
|
||
|
<div data-enddate="2025/12/24 12:00:00" class="countdown"></div>
|
||
|
</div>
|
||
|
|
||
|
<h1 class="alt-font text-white fw-500 mb-50px sm-mb-40px ls-minus-2px">Hurry up! Don't waste time important event.</h1>
|
||
|
<a href="demo-conference-registration.html" class="btn btn-extra-large btn-rounded btn-base-color btn-hover-animation btn-box-shadow align-self-center">
|
||
|
<span>
|
||
|
<span class="btn-text">Get tickets now</span>
|
||
|
<span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span>
|
||
|
</span>
|
||
|
</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
|
||
|
<section class="bg-midnight-blue overflow-hidden">
|
||
|
<div class="container">
|
||
|
<div class="row align-items-center">
|
||
|
<div class="col-xxl-4 col-lg-5 position-relative text-center text-lg-start" data-anime="{ "translateY": [0, 0], "opacity": [0,1], "duration": 600, "delay": 100, "staggervalue": 300, "easing": "easeOutQuad" }">
|
||
|
<h2 class="alt-font fw-500 text-white ls-minus-2px"><span class="w-20px h-4px d-inline-block bg-base-color me-10px"></span>Loved by our past attendees</h2>
|
||
|
<div class="d-flex md-mb-30px justify-content-center justify-content-lg-start">
|
||
|
|
||
|
<div class="slider-one-slide-prev-1 text-white swiper-button-prev slider-navigation-style-04 border border-2 border-color-transparent-white-light"><i class="fa-solid fa-arrow-left"></i></div>
|
||
|
<div class="slider-one-slide-next-1 text-white swiper-button-next slider-navigation-style-04 border border-2 border-color-transparent-white-light"><i class="fa-solid fa-arrow-right"></i></div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="col-lg-7 offset-xxl-1" data-anime="{ "translateX": [0, 0], "opacity": [0,1], "duration": 600, "delay": 100, "staggervalue": 300, "easing": "easeOutQuad" }">
|
||
|
<div class="outside-box-right-20 lg-outside-box-right-10 md-outside-box-right-0">
|
||
|
<div class="swiper magic-cursor light slider-one-slide ps-5px md-ps-0" data-slider-options="{ "slidesPerView": 1, "spaceBetween": 30, "loopedSlides": true, "navigation": { "nextEl": ".slider-one-slide-next-1", "prevEl": ".slider-one-slide-prev-1" }, "autoplay": { "delay": 3000, "disableOnInteraction": false }, "keyboard": { "enabled": true, "onlyInViewport": true }, "breakpoints": { "1200": { "slidesPerView": 3 }, "992": { "slidesPerView": 2 }, "768": { "slidesPerView": 2 }, "320": { "slidesPerView": 1 } }, "effect": "slide" }">
|
||
|
<div class="swiper-wrapper">
|
||
|
|
||
|
<div class="swiper-slide review-style-04">
|
||
|
<div class="d-flex justify-content-center h-100 flex-column border-radius-6px p-12 xl-p-10 border border-color-transparent-white-light">
|
||
|
<p>Lorem ipsum dolor is elit adipiscing do eiusmod tempor labore dolore.</p>
|
||
|
<div class="d-flex align-items-center">
|
||
|
<img class="rounded-circle w-70px h-70px me-20px" src="images/avtar-05.jpg" alt>
|
||
|
<div class="d-inline-block align-middle">
|
||
|
<div class="text-white">Herman miller</div>
|
||
|
<div class="lh-20 fs-16">Founder</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="swiper-slide review-style-04">
|
||
|
<div class="d-flex justify-content-center h-100 flex-column border-radius-6px p-12 xl-p-10 border border-color-transparent-white-light">
|
||
|
<p>Lorem ipsum dolor is elit adipiscing do eiusmod tempor labore dolore.</p>
|
||
|
<div class="d-flex align-items-center">
|
||
|
<img class="rounded-circle w-70px h-70px me-20px" src="images/avtar-06.jpg" alt>
|
||
|
<div class="d-inline-block align-middle">
|
||
|
<div class="text-white">Leonel mooney</div>
|
||
|
<div class="lh-20 fs-16">Manager</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="swiper-slide review-style-04">
|
||
|
<div class="d-flex justify-content-center h-100 flex-column border-radius-6px p-12 xl-p-10 border border-color-transparent-white-light">
|
||
|
<p>Lorem ipsum dolor is elit adipiscing do eiusmod tempor labore dolore.</p>
|
||
|
<div class="d-flex align-items-center">
|
||
|
<img class="rounded-circle w-70px h-70px me-20px" src="images/avtar-07.jpg" alt>
|
||
|
<div class="d-inline-block align-middle">
|
||
|
<div class="text-white">Matthew taylor</div>
|
||
|
<div class="lh-20 fs-16">Expert</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="swiper-slide review-style-04">
|
||
|
<div class="d-flex justify-content-center h-100 flex-column border-radius-6px p-12 xl-p-10 border border-color-transparent-white-light">
|
||
|
<p>Lorem ipsum dolor is elit adipiscing do eiusmod tempor labore dolore.</p>
|
||
|
<div class="d-flex align-items-center">
|
||
|
<img class="rounded-circle w-70px h-70px me-20px" src="images/avtar-08.jpg" alt>
|
||
|
<div class="d-inline-block align-middle">
|
||
|
<div class="text-white">Shoko mugikura</div>
|
||
|
<div class="lh-20 fs-16">Manager</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="swiper-slide review-style-04">
|
||
|
<div class="d-flex justify-content-center h-100 flex-column border-radius-6px p-12 xl-p-10 border border-color-transparent-white-light">
|
||
|
<p>Lorem ipsum dolor is elit adipiscing do eiusmod tempor labore dolore.</p>
|
||
|
<div class="d-flex align-items-center">
|
||
|
<img class="rounded-circle w-70px h-70px me-20px" src="images/avtar-09.jpg" alt>
|
||
|
<div class="d-inline-block align-middle">
|
||
|
<div class="text-white">Jacob kalling</div>
|
||
|
<div class="lh-20 fs-16">Designer</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="swiper-slide review-style-04">
|
||
|
<div class="d-flex justify-content-center h-100 flex-column border-radius-6px p-12 xl-p-10 border border-color-transparent-white-light">
|
||
|
<p>Lorem ipsum dolor is elit adipiscing do eiusmod tempor labore dolore.</p>
|
||
|
<div class="d-flex align-items-center">
|
||
|
<img class="rounded-circle w-70px h-70px me-20px" src="images/avtar-03.jpg" alt>
|
||
|
<div class="d-inline-block align-middle">
|
||
|
<div class="text-white">Alexander harad</div>
|
||
|
<div class="lh-20 fs-16">Manager</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
<div id="subscribe-popup" class="mfp-hide subscribe-popup">
|
||
|
<div class="container">
|
||
|
<div class="row justify-content-center">
|
||
|
<div class="col-xl-8 col-md-10 bg-transparent">
|
||
|
<div class="row position-relative box-shadow-quadruple-large">
|
||
|
<div class="col-12 p-0 newsletter-popup position-relative">
|
||
|
<a href="demo-conference-registration.html">
|
||
|
<img src="images/demo-conference-popup-banner.jpg" alt>
|
||
|
</a>
|
||
|
</div>
|
||
|
<button title="Close (Esc)" type="button" class="mfp-close text-white"></button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<footer class="bg-dark-midnight-blue background-position-right-top background-no-repeat md-background-image-none" style="background-image: url('images/demo-conference-about-bg.png')">
|
||
|
<div class="container">
|
||
|
<div class="row justify-content-center text-center text-sm-start">
|
||
|
|
||
|
<div class="col-lg-3 col-sm-6 md-mb-35px">
|
||
|
<span class="alt-font d-block text-white mb-10px fs-20"><i class="feather icon-feather-map-pin align-text-bottom icon-extra-medium text-base-color me-10px"></i>Venue infos</span>
|
||
|
<p class="w-80 lg-w-100 md-w-70 sm-w-90 xs-w-100 mb-5px">401 Broadway, 24th Floor New York, NY 10013</p>
|
||
|
<a href="demo-conference.html#" class="text-decoration-line-bottom text-uppercase fs-15 alt-font fw-500">Get directions</a>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="col-lg-3 col-sm-6 md-mb-35px">
|
||
|
<span class="alt-font d-block text-white mb-10px fs-20"><i class="feather icon-feather-phone-call align-text-bottom icon-extra-medium text-base-color me-10px"></i>Contact us</span>
|
||
|
<a href="cdn-cgi/l/email-protection.html#7811161e173801170d0a1c1715191116561b1715"><span class="__cf_email__" data-cfemail="aac3c4ccc5ead3c5dfd8cec5c7cbc3c484c9c5c7">[email protected]</span></a><br>
|
||
|
<a href="tel:1800222000" class="mb-5px d-inline-block">1-800-222-000</a><br>
|
||
|
<a href="demo-conference.html#" class="text-decoration-line-bottom text-uppercase fs-15 alt-font fw-500">Call to event</a>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="col-lg-3 col-sm-6 xs-mb-35px">
|
||
|
<span class="alt-font d-block text-white mb-10px fs-20"><i class="feather icon-feather-home align-text-bottom icon-extra-medium text-base-color me-10px"></i>Hotel details</span>
|
||
|
<p class="w-85 lg-w-100 md-w-70 sm-w-90 xs-w-100 mb-5px">27 Eden walk eden centre, New York, NY 10013</p>
|
||
|
<a href="demo-conference.html#" class="text-decoration-line-bottom text-uppercase fs-15 alt-font fw-500">Reserve a hotel</a>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="col-lg-3 col-sm-6">
|
||
|
<span class="alt-font d-block text-white mb-10px fs-20"><i class="feather icon-feather-send align-text-bottom icon-extra-medium text-base-color me-10px"></i>Newsletter signup</span>
|
||
|
<p class="mb-25px sm-mb-20px">Don't miss this amazing events</p>
|
||
|
<div class="d-inline-block w-100 newsletter-style-01 position-relative">
|
||
|
<form action="email-templates/subscribe-newsletter.php" method="post">
|
||
|
<input class="bg-white input-small border-color-white form-control required" name="email" placeholder="Enter your email" type="email">
|
||
|
<input type="hidden" name="redirect" value>
|
||
|
<button class="btn btn-small btn-base-color ps-15px pe-15px base-color-hover submit" aria-label="submit"><i class="feather icon-feather-mail m-0 align-middle icon-small text-white"></i></button>
|
||
|
<div class="form-results border-radius-4px mt-15px pt-10px pb-10px ps-15px pe-15px fs-15 w-100 text-center position-absolute d-none"></div>
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
<div class="row align-items-center pt-6 md-pt-50px">
|
||
|
|
||
|
<div class="col-lg-3 col-sm-6 text-center text-sm-start">
|
||
|
<a href="demo-conference.html" class="footer-logo d-inline-block"><img src="images/demo-conference-logo-white.png" data-at2x="images/demo-conference-logo-white@2x.png" alt></a>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="col-lg-6 order-1 order-sm-3 order-lg-1 md-mt-15px">
|
||
|
<ul class="footer-navbar alt-font text-center lh-normal">
|
||
|
<li class="nav-item"><a href="demo-conference-about-event.html" class="nav-link">About event</a></li>
|
||
|
<li class="nav-item"><a href="demo-conference-speakers.html" class="nav-link">Speakers</a></li>
|
||
|
<li class="nav-item"><a href="demo-conference-schedule.html" class="nav-link">Schedule</a></li>
|
||
|
<li class="nav-item"><a href="demo-conference-gallery.html" class="nav-link">Gallery</a></li>
|
||
|
<li class="nav-item"><a href="demo-conference-pricing.html" class="nav-link">Pricing</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="col-lg-3 col-sm-6 order-3 order-sm-2 order-lg-3 text-center text-sm-end xs-mt-10px last-paragraph-no-margin">
|
||
|
<p>© Copyright 2024 <a href="index.html" target="_blank" class="text-decoration-line-bottom text-white">Crafto</a></p>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
</footer>
|
||
|
|
||
|
|
||
|
<div class="scroll-progress d-none d-xxl-block">
|
||
|
<a href="demo-conference.html#" class="scroll-top" aria-label="scroll">
|
||
|
<span class="scroll-text">Scroll</span><span class="scroll-line"><span class="scroll-point"></span></span>
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<script data-cfasync="false" src="cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript" src="js/jquery.js"></script>
|
||
|
<script type="text/javascript" src="js/vendors.min.js"></script>
|
||
|
<script type="text/javascript" src="js/main.js"></script>
|
||
|
</body>
|
||
|
</html>
|