/* ---------- HEADER ---------- */
@media (max-width: 1310px) {
  header {
    width: 95vw;
    margin: 0;
    padding-right: 0;
    padding-left: 70px;
  }
  header nav ul li:nth-child(6) {
    color: #222222;
  }
}

/*@media (max-width: 1080px) {
    header {
        width: 80vw;
        margin: 0;
        padding-right: 0;
        padding-left: 70px;
    }

    header nav ul li:nth-child(6) {
        color: #222222;
    }
}*/
header nav ul li {
  color: #222222;
  font-weight: 400;
  font-size: 1.3em;
  /*letter-spacing: 0.6em;*/
}

header nav ul li:nth-child(6) {
  color: #222222;
}

/* ---------- FOOTER ---------- */
footer .improving {
  background-color: #7850e4;
}

footer .improving .improving-content h2 {
  color: #fff;
}

footer .improving .improving-content .button {
  background-color: #fff;
  color: #7850e4;
}

footer .improving .improving-content .button:hover {
  background-color: #39dfb4;
  color: #fff;
}

/* ---------- TRIANGLES ---------- */
.triangles {
  position: absolute;
  width: 1920px;
  margin: 0 auto;
  z-index: -1;
}

.triangles .big_right {
  width: 1515px;
  position: relative;
  left: 800px;
  bottom: 700px;
  z-index: -1;
}

.triangles .small_left {
  width: 865px;
  position: relative;
  bottom: 700px;
  right: 115px;
  z-index: -1;
}

@media (max-width: 3000px) {
  .triangles .big_right {
    -webkit-transform: rotate(119.5deg);
            transform: rotate(119.5deg);
    left: 1315px;
    bottom: 430px;
  }
  .triangles .small_left {
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
    left: 520px;
    bottom: 715px;
  }
}

@media (max-width: 2560px) {
  .triangles .big_right {
    -webkit-transform: rotate(119.5deg);
            transform: rotate(119.5deg);
    left: 1115px;
    bottom: 430px;
  }
  .triangles .small_left {
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
    left: 320px;
    bottom: 715px;
  }
}

@media (max-width: 2300px) {
  .triangles .big_right {
    -webkit-transform: rotate(119.5deg);
            transform: rotate(119.5deg);
    left: 1015px;
    bottom: 430px;
  }
  .triangles .small_left {
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
    left: 220px;
    bottom: 715px;
  }
}

@media (max-width: 1920px) {
  .triangles .big_right {
    -webkit-transform: rotate(119.5deg);
            transform: rotate(119.5deg);
    left: 750px;
    bottom: 360px;
  }
  .triangles .small_left {
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
    left: -45px;
    bottom: 645px;
  }
}

@media (max-width: 1600px) {
  .triangles .big_right {
    -webkit-transform: rotate(119.5deg);
            transform: rotate(119.5deg);
    left: 550px;
    bottom: 360px;
  }
  .triangles .small_left {
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
    left: -245px;
    bottom: 645px;
  }
}

@media (max-width: 1500px) {
  .triangles .big_right {
    -webkit-transform: rotate(113.5deg);
            transform: rotate(113.5deg);
    left: 465px;
    bottom: 430px;
  }
  .triangles .small_left {
    -webkit-transform: rotate(-6.5deg);
            transform: rotate(-6.5deg);
    width: 1019px;
    left: -366px;
    bottom: 588px;
  }
}

@media (max-width: 1366px) {
  .triangles .small_left {
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
    left: -450px;
    bottom: 715px;
  }
  .triangles .big_right {
    -webkit-transform: rotate(119.5deg);
            transform: rotate(119.5deg);
    left: 500px;
  }
}

@media (max-width: 1280px) {
  .triangles .big_right {
    -webkit-transform: rotate(119.5deg);
            transform: rotate(119.5deg);
    left: 500px;
    bottom: 438px;
  }
  .triangles .small_left {
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
    width: 1140px;
    left: -570px;
    bottom: 724px;
  }
}

@media (max-width: 1024px) {
  .triangles .small_left {
    display: none;
  }
  .triangles .big_right {
    display: none;
  }
}

/*@media (min-width: 1500px) {
    .triangles .big_right {        
        left: 800px;
        bottom: 700px;
    }

    .triangles .small_left {       
        left: -59px;
        bottom: 715px;
    }
}

@media (min-width: 2200px) {
    .triangles #big_right {
        left: 1060px;
    }

    .triangles #small_left {
        transform: rotate(-12.6deg);
        left: -1070px;
        bottom: 536px;
    }
}

@media (min-width: 3800px) {
    .triangles {
        width: 3840px;
    }

    .triangles .big_right {
        left: 1600px;
    }

    .triangles .small_left {
        top: 40px;
        left: -800px;
    }

    .triangles .blue-triangle {
        top: 40px;
        left: -800px;
    }

    @media (min-width: 2500px) {
        .triangles {
            width: 2560px;
        }
    
        .triangles .big_right {
            left: 950px;
        }
    
        .triangles .small_left {
            top: 10px;
            left: -1450px;
        }*/
/*Intended for 1440P*/
/*@media (min-width: 2800px) {
    .triangles .big_right {
        left: 1150px;
    }

    .triangles .small_left {
        left: -1300px;
    }

    header nav li:nth-child(4) {
        color: black !important;
    }

    header nav li:nth-child(5) {
        color: black !important;
    }
}*/
/**** Button animation CSS start ****/
@-webkit-keyframes top {
  from {
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
  to {
    -webkit-transform: translate(0rem, 3.5rem);
            transform: translate(0rem, 3.5rem);
  }
}
@keyframes top {
  from {
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
  to {
    -webkit-transform: translate(0rem, 3.5rem);
            transform: translate(0rem, 3.5rem);
  }
}

@-webkit-keyframes bottom {
  from {
    -webkit-transform: translate(-11.5rem, 0);
            transform: translate(-11.5rem, 0);
  }
  to {
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
}

@keyframes bottom {
  from {
    -webkit-transform: translate(-11.5rem, 0);
            transform: translate(-11.5rem, 0);
  }
  to {
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
}

.btn {
  position: relative;
  background: transparent;
  outline: none;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s;
  border-radius: 3px;
}

.btn::after,
.btn::before {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -2;
  border-radius: 50%;
}

.btn::before {
  background-color: #DD496E;
  top: -25px;
  left: -40px;
  -webkit-animation: top 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s infinite alternate;
          animation: top 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s infinite alternate;
}

.btn::after {
  background-color: #7850E4;
  bottom: -40px;
  left: 60px;
  -webkit-animation: bottom 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s infinite alternate;
          animation: bottom 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s infinite alternate;
}

.btn:hover {
  color: white;
}

.btn:hover::before,
.btn:hover::after {
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  -webkit-animation: none;
          animation: none;
}

.btn:hover::after {
  left: 0rem;
}

.btn:hover::before {
  top: 0.5rem;
  left: 0.35rem;
}

.animated-button a {
  color: #fff;
  background-color: #7850E4;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 200;
  border-radius: 3px;
}

.reasons-custom-right {
  float: right;
  width: 50%;
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 17px 0px #ededed;
          box-shadow: 0px 0px 17px 0px #ededed;
  position: relative;
}

.display-inherit {
  display: inherit !important;
}

.card {
  padding: 15px 15px;
  width: 50%;
  float: left;
  margin-bottom: 20px;
}

.six-reasons-top-heading {
  padding: 15px;
  margin-top: 40px;
}

.six-reasons-top-heading h2 {
  font-size: 3.6rem;
  color: #222222;
  font-weight: 200;
  margin-bottom: 20px;
}

.six-reasons-top-heading p {
  font-size: 1.5rem;
  color: #222222;
  font-weight: 200;
}

.payment-left-area {
  float: left;
}

.payment-left-area .payment-section {
  float: left;
  margin-right: 30px;
}

.payment-right-area {
  float: right;
}

/**** Button animation CSS end ****/
/* ---------- SLIDE ---------- */
.slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 100px auto 200px auto;
}

.slide .slide-sec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.slide .slide-sec1 h4 {
  margin-bottom: 20px;
  /*text-align: justify;*/
  width: 450px;
}

.slide .slide-sec1 h1 {
  width: 450px;
}

@media (max-width: 1080px) {
  .slide .slide-sec1 h4 {
    width: 450px;
  }
}

@media (max-width: 500px) {
  .slide .slide-sec1 h1 {
    max-width: 450px;
  }
}

@media (max-width: 500px) {
  .slide .slide-sec1 h4 {
    max-width: 450px;
  }
}

@media (max-width: 400px) {
  .slide .slide-sec1 h1 {
    max-width: 360px;
  }
}

@media (max-width: 400px) {
  .slide .slide-sec1 h4 {
    max-width: 360px;
  }
}

@media (max-width: 1080px) {
  .slide .slide-sec1 {
    width: 450px;
    margin-left: 30px;
  }
}

.slide .slide-sec1 p:nth-of-type(1) {
  margin-bottom: 45px;
  width: 450px;
}

@media (max-width: 1080px) {
  .reasons-custom-right {
    float: right;
    width: 100%;
    background-color: #fff;
    padding: 15px 30px;
    -webkit-box-shadow: 0px 0px 17px 0px #ededed;
            box-shadow: 0px 0px 17px 0px #ededed;
    z-index: 0;
    position: relative;
  }
}

@media (max-width: 1080px) {
  .six-reasons {
    width: 80vw;
    max-width: 100%;
  }
}

@media (max-width: 1080px) {
  .slide .slide-sec1 p:nth-of-type(1) {
    width: 450px;
  }
}

.slide .slide-sec1 p:nth-of-type(2) {
  color: white;
  background-color: #7850e4;
}

.slide .slide-sec1 p:nth-of-type(2):hover {
  background-color: #9979ee;
}

.slide .slide-sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slide .slide-sec2 #device {
  height: 630px;
}

#slide_button {
  color: #7850E4;
  font-size: 1.3rem;
  text-align: right;
  margin-top: -30px;
  cursor: pointer;
}

#slide_button:hover {
  color: #DD496E;
}

@media (max-width: 1150px) {
  .slide .slide-sec2 device {
    height: 500px;
  }
}

@media (max-width: 960px) {
  .slide .slide-sec2 {
    display: none;
  }
}

@media (max-width: 834px) {
  .slide .slide-sec2 {
    display: none;
  }
}

/* ---------- SIX-REASONS ---------- */
.six-reasons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  height: 1000px;
}

@media (min-width: 2560px) {
  .six-reasons {
    margin-top: -100px;
  }
}

@media (max-width: 1920px) {
  .six-reasons {
    width: 95vw;
    max-width: 100%;
  }
}

/*@media (max-width: 1024px) {
    .six-reasons {
        display: block;
        flex-direction: column;
        width: 100%;
        color:#222222;
        background-image:none;
        background-color: #fff;
        padding: 15px 30px;
        box-shadow: 0px 0px 17px 0px #ededed;        
        position: relative;
    }
}*/
.six-reasons .six {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1 / 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 50px;
  padding-left: 240px;
}

@media (max-width: 1366px) {
  .six-reasons .six {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-column: 3 / -1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    height: auto;
    padding-left: 0px;
  }
}

.six-reasons .six #six {
  font-size: 63rem;
}

@media (max-width: 1366px) {
  .six-reasons .six #six {
    display: none;
  }
}

.six-reasons .six #reasons {
  font-size: 4.9rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 15px;
  position: relative;
  top: -295px;
}

@media (max-width: 1366px) {
  .six-reasons .six #reasons {
    display: none;
  }
}

.six-reasons .six #six-spelt {
  display: none;
}

@media (max-width: 1500px) {
  .six-reasons .six #six-spelt {
    display: block;
    font-size: 6rem;
  }
}

.six-reasons .global {
  padding-top: 150px;
  grid-column: 3 / -1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  width: 100%;
}

@media (max-width: 1366px) {
  .six-reasons .global {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1 / 6;
    padding-right: 100px;
    padding-top: 200px;
  }
}

@media (max-width: 1366px) {
  .six-reasons .global {
    padding-left: 40px;
    padding-right: 120px;
    padding-top: 250px;
    color: #fff;
  }
}

.six-reasons .global p {
  font-size: 1.8rem;
  font-weight: 200;
  margin-top: 25px;
}

.six-reasons .pricing-card {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}

.six-reasons .integration-card {
  grid-column: 4 / -1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}

.six-reasons .registration-card {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
}

.six-reasons .improving-card {
  grid-column: 4 / -1;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
}

.six-reasons .customer-card {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
}

.six-reasons .human-card {
  grid-column: 4 / -1;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
}

.six-reasons .card h3 {
  font-size: 2rem;
  font-weight: 200;
}

.six-reasons .card p {
  font-size: 1.2rem;
  font-weight: 200;
}

.six-reasons .card-right {
  margin-left: 15px;
}

.six-reasons .card-left {
  margin-right: 15px;
}

/* ---------- GLOBE ---------- */
.globe {
  margin-top: 30px;
  margin-bottom: 180px;
  position: relative;
}

.globe .globe-content {
  position: relative;
  top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.globe .globe-content .make-better {
  margin-top: 90px;
}

.globe .globe-content .make-better h2,
.globe .globe-content .make-better h4,
.globe .globe-content .make-better p {
  margin-bottom: 30px;
}

.globe .globe-content .make-better .button {
  color: #fff;
  background-color: #7850e4;
  float: right;
}

.globe .globe-content .make-better .button:hover {
  background-color: #9979ee;
}

.globe .globe-content .livicon-evo {
  margin-top: 65px;
  margin-left: 100px;
}

.make-better-globe {
  max-width: 70%;
  -webkit-box-shadow: 0px 0px 17px 0px #ededed;
          box-shadow: 0px 0px 17px 0px #ededed;
  padding: 0px 30px 0px 30px;
  position: relative;
  z-index: 0;
  background-color: #fff;
  padding-bottom: 400px;
}

.testi-circle2 {
  -webkit-animation: movebounce 3s linear infinite;
          animation: movebounce 3s linear infinite;
}

.contact-circle1 {
  -webkit-animation: moveleftbounce 3s linear infinite;
          animation: moveleftbounce 3s linear infinite;
}

.home-circle2 {
  -webkit-animation: movebounce 2.8s linear infinite;
          animation: movebounce 2.8s linear infinite;
}

.screenshot-circle2 {
  -webkit-animation: movebounce 2.8s linear infinite;
          animation: movebounce 2.8s linear infinite;
}

.team-circle1 {
  -webkit-animation: movebounce 2.8s linear infinite;
          animation: movebounce 2.8s linear infinite;
}

.testi-circle1 {
  -webkit-animation: movebounce 2.8s linear infinite;
          animation: movebounce 2.8s linear infinite;
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.landing-circle3 {
  -webkit-animation: movebounce 3.9s linear infinite;
  animation: movebounce 3.9s linear infinite;
}

.landing-circle2 {
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 3s linear infinite;
}

.landing-circle1 {
  -webkit-animation: movebounce 2.8s linear infinite;
  animation: movebounce 2.8s linear infinite;
}

.landing-circle3 img {
  position: absolute;
  top: 60px;
  left: 124px;
}

.landing-circle2 img {
  position: absolute;
  top: 235px;
  left: 125px;
}

.landing-circle1 img {
  position: absolute;
  top: 185px;
  left: 290px;
}

/* ---------- AIRPLANE ---------- */
.airplane {
  background-color: #4392CA;
  background-image: -webkit-gradient(linear, left top, right top, from(#4392CA), to(#82B6DC));
  background-image: linear-gradient(to right, #4392CA, #82B6DC);
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
}

.airplane::before {
  background-color: #4392CA;
  background-image: -webkit-gradient(linear, left top, right top, from(#4392CA), to(#82B6DC));
  background-image: linear-gradient(to right, #4392CA, #82B6DC);
  content: '';
  display: block;
  height: auto;
  bottom: 300px;
  left: 0px;
  position: absolute;
  right: 0;
  z-index: -1;
}

.airplane .airplane-img img {
  position: relative;
}

.airplane #airplane_liv {
  display: inline-block;
  position: relative;
  top: 250px;
  left: 310px;
}

.position-relative {
  position: relative;
  margin-bottom: -300px;
}

.back-img-2 {
  position: absolute;
  top: -20%;
  z-index: -9;
  left: 0px;
  width: 100%;
}

.airplane .airplane-img #med-cloud {
  top: 320px;
  left: 100px;
}

.back-img-1 {
  position: absolute;
  top: 29%;
  left: 0px;
  z-index: -9;
  width: 100%;
}

.back-img-1 img,
.back-img-2 img {
  width: 100%;
}

@media (max-width: 3000px) {
  .back-img-1 {
    top: -2%;
  }
}

/*.airplane .airplane-img #plane {
    top: 250px;
    left: 310px;
}*/
.airplane .airplane-img #sm-cloud {
  top: 500px;
  left: 930px;
}

.airplane-cus-width {
  max-width: 70%;
}

@media (min-width: 1900px) {
  .airplane .airplane-img #sm-cloud {
    left: 1100px;
  }
  .airplane #airplane_liv {
    top: 180px;
    left: 410px;
  }
  .airplane .airplane-img #med-cloud {
    top: 240px;
    left: 200px;
  }
}

@media (min-width: 2400px) {
  .airplane .airplane-img #sm-cloud {
    left: 1800px;
  }
  .airplane #airplane_liv {
    top: 180px;
    left: 900px;
  }
  .airplane .airplane-img #med-cloud {
    top: 240px;
    left: 500px;
  }
}

@media (min-width: 2800px) {
  .airplane .airplane-img #sm-cloud {
    left: 2100px;
  }
  .airplane #airplane_liv {
    top: 180px;
    left: 1200px;
  }
  .airplane .airplane-img #med-cloud {
    top: 240px;
    left: 800px;
  }
}

@media (min-width: 3800px) {
  .airplane .airplane-img #sm-cloud {
    left: 2400px;
  }
  .airplane #airplane_liv {
    left: 1800px;
  }
  .airplane .airplane-img #med-cloud {
    top: 350px;
    left: 1400px;
  }
}

.airplane .airplane-content {
  color: #fff;
  margin-top: 350px;
}

.airplane .airplane-content h2,
.airplane .airplane-content h4,
.airplane .airplane-content p {
  margin-bottom: 30px;
}

.airplane .airplane-content .button {
  color: #fff;
  background-color: #DD496E;
}

.airplane .airplane-content .button:hover {
  background-color: #39dfb4;
  color: #fff;
}

.airplane .payment-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.airplane .payment-images .payment-section {
  margin-right: 65px;
}

.airplane .payment-images .payment-section:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.airplane .payment-images .payment-section p {
  color: #fff;
  text-align: center;
}

.airplane .payment-images #cloud {
  position: absolute;
  left: 900px;
  top: -200px;
  max-width: 450px;
}

/* ---------- DIFFERENCE ---------- */
@-webkit-keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slideInFromRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.difference {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: hidden;
  background-image: url(../img/svg/large_cloud.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.see-payment-methods {
  max-width: 575px;
  float: right;
  color: #fff;
  padding-bottom: 150px;
  padding-top: 100px;
}

#payment-suite-growing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.tree-grow {
  width: 515px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#animation {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 800px) {
  #animation {
    height: 90%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.difference .livicon-evo {
  /*margin-top: 100px;*/
  position: absolute;
  margin-left: 15%;
}

.see-payment-methods h2 {
  font-size: 3.6rem;
  font-weight: 200;
  margin-bottom: 30px;
}

.see-payment-methods h4 {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 20px;
}

a.see-payment-link {
  font-size: 1.6rem;
  font-weight: 200;
  padding: 9px 15px;
  width: 220px;
  text-align: center;
  border-radius: 2%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 95ms;
  transition: -webkit-transform 95ms;
  transition: transform 95ms;
  transition: transform 95ms, -webkit-transform 95ms;
  background-color: #7850E4;
  float: right;
}

@media (min-width: 2800px) {
  .difference .livicon-evo {
    margin-left: 22%;
  }
}

@media (max-width: 1600px) {
  .difference .livicon-evo {
    margin-left: 8%;
  }
}

@media (max-width: 960px) {
  .difference .livicon-evo {
    display: none;
  }
}

@media (width: 1920px) {
  #parallelogram {
    width: 500px;
    height: 600px;
    margin: -100px 0 0 -300px;
    background: #F7D54A;
    overflow: hidden;
    position: absolute;
    display: none;
    z-index: -3;
    /*animation: 1s ease-out 0s 1 slideInFromLeft;*/
  }
}

@media (width: 1920px) {
  #parallelogram2 {
    width: 500px;
    height: 600px;
    margin: -500px 0 0 89%;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    background: #F7D54A;
    overflow: hidden;
    position: absolute;
    /*display:block;*/
    z-index: -3;
    /*animation: 1s ease-out 0s 1 slideInFromRight;*/
  }
}

@media (min-width: 1930px) {
  #parallelogram2 {
    width: 500px;
    height: 600px;
    margin: -500px 0 0 93%;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    background: #F7D54A;
    overflow: hidden;
    position: absolute;
    /*display:block;*/
    z-index: -3;
    /*animation: 1s ease-out 0s 1 slideInFromRight;*/
  }
}

@media (min-width: 3000px) {
  #parallelogram2 {
    width: 500px;
    height: 600px;
    margin: -500px 0 0 95%;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    background: #F7D54A;
    overflow: hidden;
    position: absolute;
    /*display:block;*/
    z-index: -3;
    /*animation: 1s ease-out 0s 1 slideInFromRight;*/
  }
}

.difference h3 {
  margin-bottom: 30px;
  padding: 0px 30px;
}

.difference p {
  margin: 0 auto 30px auto;
  text-align: center;
  width: 35%;
}

.difference #charity-input {
  width: 630px;
  margin: 0 auto 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.difference #charity-input input {
  background-color: rgba(247, 213, 74, 0.65);
  width: 300px;
  padding: 12px 0;
  text-align: center;
  border: none;
  font-size: 1.3rem;
  outline-width: 0;
  color: #443b14;
}

.difference #charity-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ac9533;
}

.difference #charity-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ac9533;
}

.difference #charity-input input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ac9533;
}

.difference #charity-input input:-moz-placeholder {
  /* Firefox 18- */
  color: #ac9533;
}

.difference .button {
  background-color: #f7d54a;
  width: 200px;
  border: none;
  padding: 12px 0;
  text-align: center;
  font-weight: 200;
  font-size: 1.3rem;
}

.difference .button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slide-sec2 img {
  max-width: 450px;
}

/* ---------- RESPONSIVE ---------- */
header nav li:nth-child(1) {
  color: black !important;
}

header nav li:nth-child(2) {
  color: black !important;
}

.globe::before {
  height: 810px;
  top: -400px;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

/*Intended for retina display*/
.globe::before {
  height: 810px;
  top: -400px;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

/*Raising and making the grey bar thicker*/
.globe::before,
.globe::after {
  -webkit-transform: skewY(-9.5deg);
          transform: skewY(-9.5deg);
}

/*Decreasing the angle of the grey bar to cover blue*/
/*.kite::before, .kite::after {
        transform: skewY(14.5deg);
    }*/
.kite::before {
  height: 1000px;
  top: 200px;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

/*Lowering the white bar*/
/*Intded for 4K*/
/*@media (max-width: 1700px) {
    header nav li:nth-child(6) {
        color: black !important;
    }
}*/
/*@media (max-width: 1560px) {
    header nav li:nth-child(6) {
        color: #fff !important;
    }
}*/
@media (max-width: 960px) {
  .triangles .big_right {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    bottom: 800px;
    left: 270px;
  }
  .triangles .small_left {
    display: none;
  }
  .slide {
    min-height: 790px;
    margin-bottom: 0px;
  }
  .six-reasons {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    background-color: #ffffff;
    color: #222222;
    height: 100%;
    margin-bottom: 100px;
  }
  .six-reasons:after {
    clear: both;
    content: '';
    display: table;
  }
  .six-reasons .six {
    display: none;
  }
  .six-reasons .global {
    padding-top: 0px;
    width: 80vw;
    margin: 0 auto 30px auto;
    padding-right: 0;
  }
  .six-reasons .card {
    margin: 0;
    display: inline;
    margin-right: 10vw;
  }
  .six-reasons .pricing-card,
  .six-reasons .improving-card {
    margin-left: 10vw;
  }
  .six-reasons .customer-card,
  .six-reasons .human-card,
  .six-reasons .improving-card {
    margin-top: 40px;
  }
  .globe {
    margin-top: 0;
  }
  .globe:before {
    display: none;
  }
  .globe .globe-content {
    top: 0;
  }
  .globe .globe-content .make-better {
    margin-left: 0;
  }
  .globe .globe-content .livicon-evo {
    display: none;
  }
  .kite .kite-content .kite-img {
    display: none;
  }
  .kite .kite-content .payment-suite {
    margin-left: 0;
  }
  .airplane .airplane-img {
    display: none;
  }
  .airplane .airplane-content {
    padding-top: 90px;
    margin-top: 0;
  }
  .airplane #airplane_liv {
    top: 90px;
    left: 50px;
  }
  .reasons-custom-right {
    width: 100%;    
  }
  .make-better-globe {
    max-width: 100%;
    padding-left: 30px;
    padding-bottom: 120px;
  }
  .globe {
    margin-bottom: 0px;
  }
  .globe .globe-content {
    padding-bottom: 80px;
  }
  .position-relative {
    position: relative;
    margin-bottom: 30px;
  }
  .custom-animated {
    display: none;
  }
  .airplane {
    -webkit-clip-path: polygon(0 0, 400% 10%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 400% 10%, 100% 100%, 0 100%);
            margin-top: -220px;
  }
  #payment-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .difference {
    background-size: cover;
  }
  .difference h3 {
    margin-bottom: 20px !important;
    font-size: 2.5rem;
  }
}

@media (max-width: 1150px) {
  img#device {
    width: 300px;
  }
  .six-reasons {
    width: 80vw;
  }
  .six-reasons .card {
    margin-top: 0px;
  }
  .six-reasons .global {
    padding-top: 50px;
  }
  .reasons-custom-right {
    width: 100%;
    padding: 30px;
  }
  .difference .livicon-evo {
    margin-left: 5%;
    margin-top: 55px;
  }
  .difference h3 {
    margin-bottom: 30px;
  }
  .triangles .big_right {
    display: none;
  }
  .triangles .small_left {
    display: none;
  }
}

@media (max-width: 992px) {
  /**** New home CSS****/
  .six-reasons div.livicon-evo-holder {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .six-reasons .global {
    margin: 0px;
  }
  .slide {
    min-height: 550px;
  }
  .six-reasons .card {
    width: 48%;
    margin: 0px;
    padding: 0 15px;
    text-align: center;
    margin-top: 20px;
  }
  .six-reasons .card p {
    text-align: center;
  }
  /**** New home CSS****/
}

@media (max-width: 1280px) {
  .difference p {
    width: 70%;
  }
  .difference h3 {
    padding: 0px 40px;
  }
}

@media (max-width: 780px) {
  .six-reasons .card {
    float: none;
    display: block;
    width: 70%;
    margin: 0 auto 20px auto;
  }
  .six-reasons .card h3 {
    text-align: center;
    padding-bottom: 10px;
  }
  .six-reasons .card p {
    font-size: 1.4rem;
    text-align: justify;
  }
  .kite:after {
    bottom: -170px;
  }
  .airplane .payment-images {
    display: none;
  }
  .airplane .payment-images .payment-section {
    margin-right: 25px;
  }
  .airplane .payment-images .payment-section img {
    width: 50px;
  }
  .difference {
    padding-bottom: 170px;
    background-size: cover;
  }
  .difference p {
    width: 80%;
  }
  .difference form #charity-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
  }
  .difference form #charity-input input {
    margin: 0 auto 10px auto;
  }
  .difference h3 {
    margin-bottom: 30px;
  }
  .airplane-cus-width {
    max-width: 100%;
  }
  .make-better-globe {
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .six-reasons .card {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .reasons-custom-right {
    width: 100%;
    padding: 30px;
  }
  .six-reasons-top-heading {
    padding: 0px;
    margin-top: 0px;
  }
}

@media (max-width: 410px) {
  .slide .slide-sec1 h4 {
    width: 280px !important;
  }
  .slide .slide-sec1 p:nth-of-type(1) {
    width: 280px !important;
  }
  .slide .slide-sec2 {
    display: none;
  }
  .globe {
    margin-bottom: 280px;
  }
  .kite::before {
    height: 800px;
  }
  .airplane .payment-images .payment-section {
    margin-right: 10px;
  }
  .airplane .payment-images .payment-section img {
    width: 40px;
  }
  .airplane #airplane_liv {
    top: 130px;
    left: 0px;
  }
  .triangles .big_right {
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
  }
  .animated-button {
    text-align: center;
  }
  .slide-sec1 {
    width: 100%;
  }
  .airplane {
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
  }
  .custom-animated {
    position: absolute;
    bottom: 10%;
    left: -60px;
  }
  .airplane .payment-images {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .difference {
    padding-top: 140px;
  }
  .see-payment-methods {
    padding: 50px 0;
  }
}

@media (max-width: 400px) {
  .six-reasons-top-heading h2 {
    color: #222222;
    font-weight: 200;
    margin-bottom: 20px;
  }
}

@media (max-width: 470px) {
  .slide .slide-sec1 {
    margin-left: 0;
    width: 100%;
  }
  /*.slide .slide-sec1 > h4 {
    width: 100% !important;
    text-align: left;
  }
  .slide .slide-sec1 > p:nth-of-type(1) {
    width: 100% !important;
  }*/
}

#animation {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (max-width: 1240px) {
  #payment-suite-growing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .see-payment-methods {
    padding-bottom: 70px;
  }
  .tree-grow {
    display: none;
  }
}

@media (max-width: 1500px) {
  .difference p {
    width: 50%;
  }
}

@media (max-width: 410px) {
  #slide_button {
    margin-top: 30px;
  }
}

@media (min-width: 360px) and (max-width: 500px) {
  .slide .slide-sec1 h4 {
    max-width: 330px;
  }
  .slide .slide-sec1 h1 {
    max-width: 330px;
  }
  .slide .slide-sec1 .global-text {
    max-width:330px;
  }
}
@media (max-width: 920px) {
  header #nav-toggle-button {        
      z-index: 4;
  }
}

.popup-outside {
  z-index: 5;

/*# sourceMappingURL=index.css.map */