@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

*, *:before, *:after {
	box-sizing: border-box;
}



body {
	margin: 0;
	font-family: 'Avenir', 'Raleway', calibri;
	overscroll-behavior: none;
	line-height: 1.4em;
}

#bodytext {
	text-align: center;
	padding-top: 100px;
}

#hover {
	text-align: center;
	line-height: 1.3em;
	

}

.home
{
    z-index: 0;
    display: block;
    padding: 25px 24px;
    color: #FFF;
    font-size: 17px;
    text-decoration: none;
}

#logo {
    background: url(images/logo.png) no-repeat;
    z-index: 10;
    width: 200px;
    height: 74px;
    justify-content: center;
}






.toggle,
[id^=drop] {
	display: none;
	background-color: #369f80;
  z-index: 100;

}

/* Beginning of Pure CSS dropdown navigation */
/* Giving a background-color to the nav container. */
nav { 
	margin-top:0;
	padding: 0;
	background-color: #369f80;
	z-index: 100;
  position: relative;
}


#logo {
	display: block;
	padding: 0 30px;
	float: left;
	font-size:20px;
	line-height: 60px;
}

#drop-1 {
	background-color: #1f7a94;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {

	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	position: relative;
	margin: 0 auto;
	display:inline-block;
	float: left;
	background-color: #369f80;
	}

/* Styling the links */
nav a {
    font-family: 'Avenir', 'Raleway', calibri;
	z-index: 1;
	display:block;
	padding: 25px 24px;	
	color:#FFF;
	font-size:17px;
	text-decoration:none;
}


nav ul li ul li:hover { background: #1f8f96; }

/* Background color change on Hover */
nav a:hover { 
	background-color: #1f8f96; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 60px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:220px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' '; }
li > a:only-child:after { content: ''; }

/* End of Pure CSS dropdown navigation */

@media all and (min-width: 320px) and (max-width: 767px) {
    #logo {
    display: flex;
    padding: 0;
    text-align: center;
    float: none;
    margin: 0 auto;
}
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    #logo {
    display: block;
    padding: 0;
    text-align: center;
    float: none;
    margin: 0 auto;
}
}


@media all and (min-width: 360px) and (max-width: 768px) {

	/* Beginning of mobile Pure CSS dropdown navigation */





	nav {
		margin: 0;
		padding: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;

	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #369f80;
		padding:14px 20px;	
		color:#FFF;
		font-size:17px;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #369f80;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #1f8f96;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #369f80; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}
	
	 nav a {
    font-family: 'Avenir', calibri;
    z-index: 10;
    display: block;
    padding: 19px 24px;
    color: #FFF;
    font-size: 17px;
    text-decoration: none;
}

.home {
    z-index: 0;
    display: block;
    padding: 19px 24px;
    color: #FFF;
    font-size: 17px;
    text-decoration: none;
}

}

@media only screen and (max-device-width: 812px) and (orientation: landscape){
    .infinityaifuturep {
        font-size: 12pt;
    }
}




.hex-container {
  position: relative;
  margin-top: 55px;
  margin-bottom: 55px;
  z-index: 0;

  
}

.hex-grid {
  text-align: center;
  font-size: 0px;
  word-spacing: 0;

}

.hex-grid a {
  outline: none;
}

.hex-grid a.-hex,
.hex-grid div.-hex {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 0;
  -webkit-perspective: 800px;
          perspective: 800px;
  width: 190px;
  margin: 27px 0 27px 0;
  outline: none;
}
.hex-grid a.-hex.-gutter,
.hex-grid div.-hex.-gutter {
  margin: 33px 6px 33px;
}
.hex-grid a.-hex .-hex-wrap,
.hex-grid div.-hex .-hex-wrap {
  height: 110px;
}
.hex-grid a.-hex .-card,
.hex-grid div.-hex .-card {
  background-size: auto 220px;
  height: 110px;
  width: 190px;
}
.hex-grid a.-hex .-clip:before,
.hex-grid div.-hex .-clip:before {
  height: 220px;
  width: 220px;
}
.hex-grid a.-hex .-clip.-left:before,
.hex-grid div.-hex .-clip.-left:before {
  -webkit-transform: rotate(-60deg) translate(-110px, 0);
          transform: rotate(-60deg) translate(-110px, 0);
}
.hex-grid a.-hex .-clip.-right:before,
.hex-grid div.-hex .-clip.-right:before {
  -webkit-transform: rotate(60deg) translate(40px,40px);
          transform: rotate(60deg) translate(40px,40px);
}
@media (min-width: 900px) {
  .hex-grid a.-hex,
  .hex-grid div.-hex {
    width: 260px;
    margin: 37px 0 38px 0;
  }
  .hex-grid a.-hex.-gutter,
  .hex-grid div.-hex.-gutter {
    margin: 47px 10px 47px;
  }
  .hex-grid a.-hex .-hex-wrap,
  .hex-grid div.-hex .-hex-wrap {
    height: 150px;
  }
  .hex-grid a.-hex .-card,
  .hex-grid div.-hex .-card {
    background-size: auto 300px;
    height: 150px;
    width: 260px;
  }
  .hex-grid a.-hex .-clip:before,
  .hex-grid div.-hex .-clip:before {
    height: 300px;
    width: 300px;
  }
  .hex-grid a.-hex .-clip.-left:before,
  .hex-grid div.-hex .-clip.-left:before {
    -webkit-transform: rotate(-60deg) translate(-150px, 0);
            transform: rotate(-60deg) translate(-150px, 0);
  }
  .hex-grid a.-hex .-clip.-right:before,
  .hex-grid div.-hex .-clip.-right:before {
    -webkit-transform: rotate(60deg) translate(55px,55px);
            transform: rotate(60deg) translate(55px,55px);
  }
}
@media (min-width: 1080px) {
  .hex-grid a.-hex,
  .hex-grid div.-hex {
    width: 330px;
    margin: 48px 0 48px 0;
  }
  .hex-grid a.-hex.-gutter,
  .hex-grid div.-hex.-gutter {
    margin: 57px 10px 57px;
  }
  .hex-grid a.-hex .-hex-wrap,
  .hex-grid div.-hex .-hex-wrap {
    height: 190px;
  }
  .hex-grid a.-hex .-card,
  .hex-grid div.-hex .-card {
    background-size: auto 380px;
    height: 190px;
    width: 330px;
  }
  .hex-grid a.-hex .-clip:before,
  .hex-grid div.-hex .-clip:before {
    height: 380px;
    width: 380px;
  }
  .hex-grid a.-hex .-clip.-left:before,
  .hex-grid div.-hex .-clip.-left:before {
    -webkit-transform: rotate(-60deg) translate(-190px, 0);
            transform: rotate(-60deg) translate(-190px, 0);
  }
  .hex-grid a.-hex .-clip.-right:before,
  .hex-grid div.-hex .-clip.-right:before {
    -webkit-transform: rotate(60deg) translate(70px,69px);
            transform: rotate(60deg) translate(70px,69px);
  }
}
.hex-grid a.-hex .-hex-wrap,
.hex-grid div.-hex .-hex-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.hex-grid a.-hex .-card,
.hex-grid div.-hex .-card {
  -webkit-transition: none 1s;
  transition: none 1s;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.hex-grid a.-hex .-card.-front,
.hex-grid div.-hex .-card.-front {
z-index: 0;
background-repeat: no-repeat;
border: 0;
   

}
.hex-grid a.-hex .-card.-back,
.hex-grid div.-hex .-card.-back {
  background-image: url(https://33.media.tumblr.com/95c5f652c652f154cf5578482012474a/tumblr_nj5wbzJQ5A1tcuj64o1_400.gif);
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  z-index: 0;
}
.hex-grid a.-hex .-inner,
.hex-grid div.-hex .-inner {
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  z-index: 0;
  background-repeat: no-repeat;
}
.hex-grid a.-hex .-inner h3,
.hex-grid a.-hex .-inner p,
.hex-grid div.-hex .-inner h3,
.hex-grid div.-hex .-inner p {
  display: block;
  color: #fff;
}
.hex-grid a.-hex .-inner p,
.hex-grid div.-hex .-inner p {
  margin: 0;
  font-weight: 300;
}
.hex-grid a.-hex .-clip,
.hex-grid div.-hex .-clip {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background: inherit;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.hex-grid a.-hex .-clip:before,
.hex-grid div.-hex .-clip:before {
  content: '';
  position: absolute;
  left: 0;
  background: inherit;
}
.hex-grid a.-hex .-clip.-left,
.hex-grid div.-hex .-clip.-left {
  z-index: 0;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.hex-grid a.-hex .-clip.-left:before,
.hex-grid div.-hex .-clip.-left:before {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.hex-grid a.-hex .-clip.-right,
.hex-grid div.-hex .-clip.-right {
  z-index: -2;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.hex-grid a.-hex .-clip.-right:before,
.hex-grid div.-hex .-clip.-right:before {
  bottom: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}



.hex-grid a.-hex:hover .-hex-wrap {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 1366px) {
.hex-grid a.-hex:hover .-hex-wrap {
  -webkit-transform: none;
          transform: none;
}
.hex-grid a.-hex.hover .-hex-wrap {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
}


@import url("https://fonts.googleapis.com/css?family=Cardo|Pathway+Gothic+One");
.timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 700px;
  position: relative;
}
.timeline__content-title {
  font-weight: normal;
  font-size: 66px;
  margin: -10px 0 0 0;
  transition: .4s;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: "Pathway Gothic One", sans-serif;
  color: #fff;
}
.timeline__content-desc {
  margin: 0;
  font-size: 15px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  font-family: Cardo;
  font-weight: normal;
  line-height: 25px;
}
.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.07);
}
@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
}
.timeline-item {
  padding: 40px 0;
  opacity: .3;
  filter: blur(2px);
  transition: .5s;
  box-sizing: border-box;
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  transform: translateY(-80px);
}
.timeline-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-family: "Pathway Gothic One", sans-serif;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 56px);
}
.timeline-item:nth-child(even) {
  align-self: flex-end;
}
.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 56px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}
.timeline-item--active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}
.timeline-item--active:before {
  top: 50%;
  transition: .3s all .2s;
  opacity: 1;
}
.timeline-item--active .timeline__content-title {
  margin: -50px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .timeline-item {
    align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 80px;
  }
  .timeline-item:before {
    left: 10px !important;
    padding: 0 !important;
    top: 50px;
    text-align: center !important;
    width: 60px;
    border: none !important;
  }
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
}
.timeline__img {
  max-width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}


.timeline-container {
  width: 100%;
  position: relative;
  padding: 80px 0;
  transition: .3s ease 0s;
  background: url("..timeline demo/images/future.jpg");
  background-attachment: fixed;
  background-size: cover;
}

.timeline-container[data-item="0"] {
  background-position: left center;
}

.timeline-container[data-item="4"] {
  background-position: top center;
  background-size: auto;
  background-repeat: no-repeat;
}

.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(99, 99, 99, 0.8);
  content: "";
}
.timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.timeline-header__title {
  color: #fff;
  font-size: 46px;
  font-family: Cardo;
  font-weight: normal;
  margin: 0;
}
.timeline-header__subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 16px;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
  font-weight: normal;
}

.demo-footer {
  background-color: #a9a8a8;
  padding: 60px 0;
  text-align: center;
  color: #FFF;
}
.demo-footer a {
  color: white;
  display: inline-block;
  font-family: Cardo;
}

a.logo {
    width: 200px;
    height: 74px;
}

a.logo:hover {
    background-color: transparent;
    width: 100%;
    height: 100%;
}

@media all and (min-width:320px) {
    
a.logo:hover {
    background-color: transparent;
    width: 200px;
    height: 74px;
}
    
    }
    
.infinityaifuture {
    position: relative;
    top: -81px;
    line-height: 1.3em;
}

.infinityaifuturep {
    position: relative;
    top: -75px;
}

.homefoot {
  background-color: #a9a8a8;
  padding: 60px 0;
  text-align: center;
  color: #FFF;
  position: relative;
  top: -54px;
}

.copyrighthome {
    position: relative;
    top: -50px;
    text-align: center;
}

#everything {
	position: relative;
	overflow-x: hidden;
}








