/* Global */

html{
  font-size: 16px;
}

body {
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  background: #2F3A40;
}

body:before {content: "";position: fixed;width: 100%;height: 100%;background: #2f3a40;z-index: 1000000;animation: screenfade 2s linear forwards; pointer-events: none;}

.warp3dwrap {
    transform-style: preserve-3d;
    transform: perspective(60rem);
    position: absolute;
    right: 22%;
    top: 9%;
}

#intro img{width: 170px;}



.img-wrap {display: flex;flex-direction: column;align-items: center;}

.img-wrap span {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 80px;
}

#intro .wrapper {
    width: 1000px;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

#intro img.intro-img {
    width: 305px;
    box-shadow: 0 0 100px rgb(0 0 0 / 0.5);
    border-radius: 23px;
}

.text{font-weight: 300; font-size: 30px;}

.visuals img{
  height: 630px;
}

.text{max-width: 1460px;margin: auto;text-align: center;width: 100%;}


.visuals {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 160px;
}

#business img {
  height: 440px;
}

.visuals {
  display: flex;
  position: relative;
  flex-direction: row;
}

#intro {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #364249;
}

.text h2 {
  font-weight: 500;
  margin: 0;
}

.text p {
  font-weight: 300;
  font-size: 21px;
  line-height: 140%;
  margin: 10px 0;
}

.floating-elements {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  height: 100%;
}

.floating-elements img {
  height: auto;
}

.floating-elements img.blob {
position: absolute;
}

#intro .floating-elements img.blob001 {top: 0%!important;left: 65%!important;width: 630px;z-index: 1;}
#intro .floating-elements img.blob002 {top: 55%!important;left: 53%!important;width: 260px;z-index: 0;}
#intro .floating-elements img.blob003 {top: 7%!important;left: 56%!important;height: 400px;}



#business .floating-elements img.blob1 {bottom: 35%;left: 12%;height: 40px;}

#business .floating-elements img.blob2 {top: 13%;right: 7%;height: 70px;transform: rotate(116deg);}

#business .floating-elements img.blob3 {
  height: 590px;
  left: -13%;
  bottom: -24%;
}
#user .floating-elements img.blob4 {
  height: 44px;
  left: 5%;
  bottom: 35%;
}
#user .floating-elements img.blob5 {
  height: 460px;
  right: -1%;
  top: -3%;
}
#app .floating-elements img.blob6 {
  height: 370px;
  right: -8%;
  top: -21%;
}
#app .floating-elements img.blob7 {
  height: 590px;
  left: -23%;
  bottom: 45%;
}

#app .floating-elements img.blob8 {
  height: 30px;
  left: 11%;
  top: -13%;
}










/* Footer */

#footer {
  min-height: unset;
  height: 150px;
  display: flex;
}

#footer .wrapper {
    width: 94%;
    padding: 0px 3%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    font-family: "Nunito Sans";
    align-items: center;
    font-weight: 700;
    font-size: 1rem;
    color: #000;
}

#footer .wave {
  top: -3px;
  transform: scale(1.1, 1);
  bottom: auto;
}


.social {
display: flex;
width: 120px;
justify-content: space-between;
}

.social a {
display: flex;
align-items: flex-start;
transition: all ease .2s;
height: 30px;
}

.social img {
width: 30px;
}

.social a:hover {
filter: invert(1);
transition: all ease .2s;
}

.social a:last-child img {
width: 23px;
margin-top: 3px;
}



#user {
    background: #364249;
}

section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.wrapper {
    padding: 140px 0;
}

#business .wrapper {
    padding-bottom: 0;
}

#user .img-wrap {
    padding-right: 160px;
}

#user .img-wrap.tap-img {
    padding-right: 0;
}

#user .img-wrap img {
    height: 500px;
    box-shadow: 0 0 73px rgb(0 0 0 / 0.4);
    border-radius: 40px;
}

#user .img-wrap.tap-img img {
    height: 650px;
    box-shadow: none;
}

#app .visuals img {
    box-shadow: 0 0 73px rgb(0 0 0 / 0.4);
    border-radius: 22px;
}

.intro-text {
    font-size: 30px;
    font-weight: 300;
}

#app .wrapper {
    padding-bottom: 300px;
}

#intro:before {content: "";width: 115%;pointer-events: none;height: 100%;position: absolute;bottom: 0;z-index: 100;background: url('img/wave2.svg') center bottom no-repeat;background-size: contain;}
#user:before {content: "";width: 115%;height: 100%;pointer-events: none;position: absolute;bottom: 0;z-index: 100;background: url('img/wave2.svg') center bottom no-repeat;background-size: contain;}
#business:before {content: "";width: 110%;height: 100%;pointer-events: none;position: absolute;bottom: 0;z-index: 100;background: url('img/wave1.svg') center bottom no-repeat;background-size: contain;}


@media (max-width: 1700px) {
 .warp3dwrap{
   right: 16vw;
 }
 #intro img.intro-img {
  width: 255px;}
  #business .floating-elements img.blob3 {
    left: -20%;
  }
  #user .floating-elements img.blob4 {
    left: 3%;
    bottom: 27%;
  }
  #user .floating-elements img.blob5 {
    right: -20%;
  }
  #app .floating-elements img.blob7 {
    left: -36%;
  }
  .visuals img{height: 500px;}

  #user .img-wrap.tap-img img{
    height: 500px;
  }
  #user .img-wrap img{
    border-radius: 33px;
    height: 380px;
  }
}

@media (min-width: 2200px) {
  #intro {
    min-height: 980px;
    padding-bottom: 140px;
  }
  section{
    min-height: unset;
  }
}

@keyframes blob {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(359.99deg);}
}

@keyframes screenfade{
  0% {
    opacity: 1;
  } 
  10% {
    opacity: 1;
  } 
  70% {
    opacity: 0;
  } 
  99% {
    opacity: 0;
    display: none;
  }   
  100% {
    opacity: 0;
    display: none;
  } 
}