.app-section
    {
      width: 100%;
      height: 80vh;
      background: #f8fbff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      overflow: hidden;
      padding: 0px 100px;
    }

.app-section .slide1
    {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding-top: 30px;
      padding-left: 80px;
    }

    .app-section .slide1 h3
    {
      font-size: 16px;
      font-weight: 300;
      margin: 20px 0px;
    }

    .app-section .slide1 h3 span
    {
      font-size: 30px;
    }


    .app-section .slide1 img
    {
      width: 450px;
      height: 450px;
      
    }

    .slide2
    {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 80px 0px;
    }

    .slide2 h3
    {
      font-size: 14px;
      width: 250px;
      font-weight: 500;
    }

    .app-download
    {
      width: 100%;
      height: auto;
      display: flex;
      justify-content: space-evenly;
      padding: 0px 150px;
    }

    .app-download img
    {
      width: 120px;
      height: 40px;
    }

    .qrcode
    {
      width: 200px;
      height: 200px;
      margin: 5px 0px;
    }

    .or-box
    {
      width: 50%;
      height: 40px;
      line-height: 40px;
      /*background: gray;*/
      text-align: center;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      margin-bottom: 10px;
    }

    .or-box::before
    {
      position: absolute;
      left: 0;
      content: '';
      width: 130px;
      background: lightgray;
      height: 1.5px;
      margin-right: 10px;
    }

    .or-box::after
    {
      position: absolute;
      right: 0;
      content: '';
      width: 130px;
      background: lightgray;
      height: 1.5px;
      margin-left: 10px;
    }

.footer
{
  /*width: 100%;*/
  height: auto;
  position: relative;
  background: #f8fbff;
}

footer
{
	width: 100%;
	height: auto;
	background: #000;
  position: absolute;
	padding: 20px 100px;
}


.footer-content
{
	display: flex;
	flex-direction: column;
	/*text-align: center;*/
}









.links_table
{
	display: flex;
	justify-content: space-between;
	padding:20px 0px;
}

.social_icons
{
	
	width: 180px;
}
.social_icons h3
{
	font-size: 1.1em;
	color: #fff;
	font-weight: 400;
}

.footeBx h3
{
	font-size: 1.1em;
	color: #fff;
	font-weight: 400;
}
.footeBx ul li
{
	list-style: none;
}
.footeBx ul li a
{
	text-decoration: none;
	color: rgba(255,255,255,.5);
	font-size: 0.9em;
}


.icon_container
{
	display: flex;
	flex-direction: column;
}

.icon_container .button{
  height: 30px;
  width: 30px;
  float: left;
  margin: 8px 0px;
  overflow: hidden;
  background: white;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease-out;

}
.icon_container .button:hover{
  width: 150px;
}
.icon_container .button .icon{
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 30px;
  transition: all 0.3s ease-out;
}
.icon_container .button:nth-child(1):hover .icon{
  background: #4267B2;
}
.icon_container .button:nth-child(2):hover .icon{
  background: #1DA1F2;
}
.icon_container .button:nth-child(3):hover .icon{
  background: linear-gradient(#feda75, #fa7e1e, #d62976, #962fbf , #4f5bd5);
}
.icon_container .button:nth-child(4):hover .icon{
  background: #ff0000;
}

.icon_container .button .icon i{
  font-size: 15px;
  line-height: 30px;
  transition: all 0.3s ease-out;
}

.icon_container .button:hover .icon i{
  color: #fff;
}

.icon_container .button span{
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}


.icon_container .button:nth-child(1) span{
  color: #4267B2;
}
.icon_container .button:nth-child(2) span{
  color: #1DA1F2;
}
.icon_container .button:nth-child(3) span{
  color: #E1306C;
}
.icon_container .button:nth-child(4) span{
  color: #ff0000;
}

.copyright
{
	align-items: center;
	justify-content: center;
	display: flex;
	border-top: 1px solid rgba(255,255,255,.5);
	border-bottom: 1px solid rgba(255,255,255,.5);
	height: 100px;
}

.copyright h5
{
	width: 100%;
	color: rgba(255,255,255,.5);
	font-size: 0.9em;
	text-align: center;
	
}


/* -------- SVG --------- */

.waves {
  position:absolute;
  top: -15vh;
  left: 0;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

.downloadApp
{
	display: none;
}


@media only screen and (max-width: 768px)
{

footer
{
	width: 100%;
	height: auto;
	background: #000;
  	position: absolute;
	padding: 20px 10px;
}

.app-section
{
	display: none;
}

.footer
{
  height: auto;
  position: relative;
  background: #f8fbff;
}

.downloadApp
{
	display: block;
	padding: 50px 10px 0px;
	text-align: center;
}

.downloadApp .scanQR h1
{
	font-size: 1.5em;
	font-weight: 400;
	line-height: .9em;
	
}
.downloadApp .scanQR h1 span
{
	font-size: 0.6em;

}

.downloadApp .scanQR h3
{
	font-size: 0.9em;
	font-weight: bold;
	padding: 20px 10px 5px;
}

.downloadApp .scanQR img
{
	padding: 10px;
	max-width: 100%;
}

.downloadApp .scanQR .or-box
{
	text-align: center;
	max-width: 100%;
	margin: auto;
}

.downloadApp .scanQR .app-download
{
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.downloadApp .scanQR .app-download img
{
	max-width: 200px;
	height: 55px;
}

.downloadApp .MobileApp
{
	padding: 20px 10px;
}
.downloadApp .MobileApp img
{
	max-width: 100%;
}

.copyright
{
	align-items: center;
	justify-content: center;
	display: flex;
	border-top: 1px solid rgba(255,255,255,.5);
	border-bottom: 1px solid rgba(255,255,255,.5);
	height: 70px;
}

.copyright h5
{
	width: 100%;
	color: rgba(255,255,255,.5);
	font-size: 0.7em;
	text-align: center;
	
}

.links_table
{
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding:20px 10px;
}
.footeBx 
{
	margin: 20px;
	
}
.social_icons
{
	margin: 20px;
	
}




}