@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:400,500,600,700);

.top-right-logo {
  right: 200px
}

html {
  overflow-x: hidden
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0
}

body {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  color: #000;
  position: relative;
  overflow-x: hidden
}

.version-drak {
  background-color: #040940
}

ul {
  list-style: none;
  margin: 0;
  padding: 0
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0
}

a,
button {
  -webkit-transition: .3s;
  transition: .3s
}

button {
  cursor: pointer
}

button:focus {
  outline: 0
}

a {
  color: #2c3e50;
  font-size: 14px
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0
}

h1 {
  font-size: 60px;
  line-height: 70px
}

h2 {
  font-size: 50px;
  line-height: 60px
}

h3 {
  font-size: 24px;
  line-height: 34px
}

h4 {
  font-size: 20px;
  line-height: 30px
}

h5 {
  font-size: 18px;
  line-height: 28px
}

h6 {
  font-size: 16px;
  line-height: 26px
}

p {
  font-size: 16px;
  color: #505b6d;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif
}

.d-table {
  width: 100%;
  height: 100%
}

.text-light {
  color: #e2ecfc !important
}

.text-dark {
  color: #555 !important
}

.font-open-sans {
  font-family: 'Open Sans', sans-serif
}

.preloader {
  background: -webkit-gradient(linear, right top, left top, from(#2e19a7), to(#ae0ee9));
  background: linear-gradient(to left, #2e19a7, #ae0ee9);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999
}

.preloader .spinner {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0)
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes ani-rotate {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes sliderShape {

  0%,
  100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(.01deg)
  }

  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(.01deg)
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(.01deg)
  }

  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(.01deg)
  }
}

@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }

  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}

@keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }

  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}

@keyframes upndown {
  0% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
}

#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 15px 0;
  -webkit-transition: .5s;
  transition: .5s
}

.navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  position: relative;
  font-size: 16px
}

.navbar-nav .nav-item {
  padding: 0 6px
}

.navbar-nav .nav-link.active:after,
.navbar-nav .nav-link:hover:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 15px;
  margin: 0 auto;
  border-bottom: 2px dotted #fff
}

.navbar-nav .nav-item.download-btn .nav-link {
  -webkit-box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35);
  box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35);
  background: -webkit-gradient(linear, right top, left top, from(#2e19a7), to(#ae0ee9));
  background: linear-gradient(to left, #2e19a7, #ae0ee9);
  border-radius: 25px;
  padding: 10px 34px;
  background-size: 100% auto
}

.navbar-nav .nav-item.download-btn .nav-link:after {
  border: 0
}

.navbar-nav .nav-item.download-btn.v2 .nav-link {
  background: -webkit-gradient(linear, left top, right top, from(#9d5bfe), to(#3890fe));
  background: linear-gradient(90deg, #9d5bfe, #3890fe);
  background-size: 100% auto
}

.navbar-nav .nav-item.download-btn .nav-link:hover {
  background-size: 200% auto
}

#home-area.bg-1 {
  background-image: url(../../assets/images/home-bg-1.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 60px
}

#home-area.bg-1 .home-bg-circle {
  position: relative
}

#home-area.bg-1 .home-bg-circle .circle1 {
  position: absolute;
  -webkit-animation: zoominoutsinglefeatured 4s infinite;
  animation: zoominoutsinglefeatured 4s infinite;
  opacity: .6;
  right: 35%;
  top: 100px;
  width: 12%
}

#home-area.bg-1 .home-bg-circle .circle2 {
  position: absolute;
  border-radius: 62% 47% 82% 35%/45% 45% 80% 66%;
  animation: sliderShape 5s linear infinite;
  opacity: .5;
  right: 43%;
  top: 330px;
  width: 15%
}

.caption {
  padding: 230px 0 275px
}

.caption.two {
  padding: 238px 0 170px
}

.caption h1 {
  font-weight: 600
}

.caption-btns {
  margin-top: 45px
}

.caption-btns a {
  display: inline-block;
  position: relative;
  margin: 0 8px;
  font-weight: 600;
  color: #fff
}

.caption-btns .popup-video {
  margin: 0 20px
}

.caption-btns .popup-video i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 16px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ae0ee9), to(#2e19a7));
  background-image: linear-gradient(90deg, #ae0ee9 0, #2e19a7 100%);
  background-size: 100% auto;
  text-align: center;
  border: 1px dashed #fff;
  margin-right: 20px
}

.caption-btns .popup-video:after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  height: 50px;
  width: 50px;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-animation: icon-bubble 1s infinite forwards linear;
  animation: icon-bubble 1s infinite forwards linear
}

.caption-btns .popup-video:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  height: 50px;
  width: 50px;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-animation: icon-bubble 1s infinite forwards linear .5s;
  animation: icon-bubble 1s infinite forwards linear .5s
}

.caption-btns.v2 a i {
  background: -webkit-gradient(linear, left top, right top, from(#9d5bfe), to(#3890fe));
  background: linear-gradient(90deg, #9d5bfe, #3890fe)
}

.caption-btns a.bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#ae0ee9), to(#2e19a7));
  background-image: linear-gradient(90deg, #ae0ee9 0, #2e19a7 100%);
  background-size: 100% auto;
  padding: 12px 30px;
  border-radius: 30px
}

.caption-btns.v2 a.bg {
  background: -webkit-gradient(linear, left top, right top, from(#9d5bfe), to(#3890fe));
  background: linear-gradient(90deg, #9d5bfe, #3890fe)
}

.caption-download-btns {
  margin-top: 50px
}

.caption-download-btns li {
  display: inline-block
}

.caption-download-btns li a {
  display: block;
  width: 40px;
  height: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ae0ee9), to(#2e19a7));
  background-image: linear-gradient(90deg, #ae0ee9 0, #2e19a7 100%);
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .4);
  margin: 0 4px;
  background-size: 100% auto
}

.caption-download-btns.v2 li a {
  background: -webkit-gradient(linear, left top, right top, from(#9d5bfe), to(#3890fe));
  background: linear-gradient(90deg, #9d5bfe, #3890fe)
}

.caption-btns a i:hover,
.caption-btns a.bg:hover,
.caption-download-btns li a:hover {
  background-size: 200% auto
}

.section-heading {
  margin-bottom: 54px
}

.section-heading h5 {
  color: #0084ff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px
}

.section-heading h2 {
  font-weight: 700;
  margin-bottom: 10px
}

.section-heading p {
  font-size: 16px;
  line-height: 26px
}

#core-feature-area {
  padding: 112px 0 0;
  position: relative;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain
}

#core-feature-area.bg-1 {
  background-image: url(../../assets/images/feature-bg-1.webp)
}

#core-feature-area.bg-1 .core-feature-circle img {
  position: absolute;
  opacity: .5;
  -webkit-animation: zoominoutsinglefeatured 4s infinite;
  animation: zoominoutsinglefeatured 4s infinite
}

#core-feature-area.bg-1 .core-feature-circle .circle1 {
  right: 1%;
  top: 0;
  width: 11%
}

#core-feature-area.bg-1 .core-feature-circle .circle2 {
  right: 18%;
  top: 17%;
  width: 13%
}

#core-feature-area.bg-1 .core-feature-circle .circle3 {
  right: 6%;
  top: 34%;
  width: 5%
}

#core-feature-area.bg-2 {
  background-image: url(../../assets/images/feature-bg-2.webp)
}

#core-feature-area.bg-2 .core-feature-circle img {
  position: absolute;
  opacity: .5;
  -webkit-animation: zoominoutsinglefeatured 4s infinite;
  animation: zoominoutsinglefeatured 4s infinite
}

#core-feature-area.bg-2 .core-feature-circle .circle1 {
  right: 1%;
  top: 0;
  width: 11%
}

#core-feature-area.bg-2 .core-feature-circle .circle2 {
  right: 18%;
  top: 17%;
  width: 13%
}

#core-feature-area.bg-2 .core-feature-circle .circle3 {
  right: 6%;
  top: 34%;
  width: 5%
}

#core-feature-area.bg-3 {
  background-image: url(../../assets/images/feature-bg-3.webp)
}

#core-feature-area.bg-3 .core-feature-circle img {
  position: absolute;
  opacity: .5;
  -webkit-animation: zoominoutsinglefeatured 4s infinite;
  animation: zoominoutsinglefeatured 4s infinite
}

#core-feature-area.bg-3 .core-feature-circle .circle1 {
  right: 1%;
  top: 0;
  width: 11%
}

#core-feature-area.bg-3 .core-feature-circle .circle2 {
  right: 18%;
  top: 17%;
  width: 13%
}

#core-feature-area.bg-3 .core-feature-circle .circle3 {
  right: 6%;
  top: 34%;
  width: 5%
}

#core-feature-area .section-heading p {
  padding: 0 50px
}

.core-feature-single .core-feature-single-item {
  -webkit-box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .2);
  box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .2);
  padding: 60px 30px 10px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s
}

.core-feature-single .core-feature-single-item .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 50px;
  line-height: 75px;
  position: relative;
  border-radius: 50%;
  background-color: #f03858;
  color: #fff;
  font-size: 40px;
  z-index: 9
}

.core-feature-single .core-feature-single-item.two .icon {
  background-color: #693cb8
}

.core-feature-single .core-feature-single-item.three .icon {
  background-color: #4dd1ed
}

.core-feature-single .core-feature-single-item.four .icon {
  background-color: #ecae19
}

.core-feature-single .core-feature-single-item .icon:before {
  width: 125px;
  height: 125px;
  position: absolute;
  content: '';
  top: -27px;
  left: -28px;
  border-radius: 50%;
  background-color: rgba(240, 56, 88, .2)
}

.core-feature-single .core-feature-single-item .icon:after {
  width: 100px;
  height: 100px;
  position: absolute;
  content: '';
  top: -14px;
  left: -15px;
  border-radius: 50%;
  background-color: rgba(240, 56, 88, .5);
  z-index: -1
}

.core-feature-single .core-feature-single-item.two .icon:before {
  background-color: rgba(105, 60, 184, .2)
}

.core-feature-single .core-feature-single-item.two .icon:after {
  background-color: rgba(105, 60, 184, .5)
}

.core-feature-single .core-feature-single-item.three .icon:before {
  background-color: rgba(77, 208, 237, .2)
}

.core-feature-single .core-feature-single-item.three .icon:after {
  background-color: rgba(77, 208, 237, .5)
}

.core-feature-single .core-feature-single-item.four .icon:before {
  background-color: rgba(236, 174, 25, .2)
}

.core-feature-single .core-feature-single-item.four .icon:after {
  background-color: rgba(236, 174, 25, .5)
}

.core-feature-single .core-feature-single-item h3 {
  font-weight: 600;
  margin-bottom: 10px
}

.core-feature-single .hover-shape {
  width: 20px;
  height: auto;
  position: absolute;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
  transform: rotate(260deg)
}

.core-feature-single .hover-shape-1 {
  left: 30px;
  top: 30px
}

.core-feature-single .hover-shape-2 {
  right: 35%;
  top: 40px
}

.core-feature-single .hover-shape-3 {
  right: 30px;
  bottom: 40%
}

.core-feature-single .hover-shape-4 {
  right: 35%;
  bottom: 40px
}

.core-feature-single .hover-shape-5 {
  left: 30px;
  bottom: 35%
}

.core-feature-single:hover .hover-shape {
  opacity: 1;
  transform: rotate(100deg)
}

.core-feature-single:hover .hover-shape-1 {
  left: -25px;
  top: 25px
}

.core-feature-single:hover .hover-shape-2 {
  right: 35%;
  top: -30px
}

.core-feature-single:hover .hover-shape-3 {
  right: -20px;
  bottom: 40%
}

.core-feature-single:hover .hover-shape-4 {
  right: 35%;
  bottom: -30px
}

.core-feature-single:hover .hover-shape-5 {
  left: -25px;
  bottom: 35%
}

.core-feature-single .core-feature-single-item.v2:hover .hover-shape,
.core-feature-single .core-feature-single-item:hover {
  background-color: #d22d4a
}

.core-feature-single .core-feature-single-item.two:hover {
  background-color: #693cb8
}

.core-feature-single .core-feature-single-item.two:hover .icon {
  color: #693cb8
}

.core-feature-single .core-feature-single-item.three:hover {
  background-color: #3fb3cc
}

.core-feature-single .core-feature-single-item.three:hover .icon {
  color: #4dd1ed
}

.core-feature-single .core-feature-single-item.four:hover {
  background-color: #d59d17
}

.core-feature-single .core-feature-single-item.four:hover .icon {
  color: #ecae19
}

.core-feature-single .core-feature-single-item:hover .icon:before {
  background-color: rgba(255, 255, 255, .2)
}

.core-feature-single .core-feature-single-item:hover .icon:after {
  background-color: rgba(255, 255, 255, .5)
}

.core-feature-single .core-feature-single-item:hover h3,
.core-feature-single .core-feature-single-item:hover p {
  color: #fff !important
}

.core-feature-single .core-feature-single-item:hover .icon {
  background-color: #fff;
  color: #f03858
}

.load-more-btn a {
  background-image: -webkit-gradient(linear, left top, right top, from(#ae0ee9), to(#2e19a7));
  background-image: linear-gradient(90deg, #ae0ee9 0, #2e19a7 100%);
  -webkit-box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35);
  box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35);
  display: inline-block;
  border-radius: 25px;
  margin-top: 50px;
  padding: 14px 36px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background-size: 100% auto
}

.load-more-btn a:hover {
  background-size: 200% auto
}

.core-feature-single.v2 {
  background-color: #040940;
  border: 1px solid #2a2e5d
}

#about-area {
  position: relative;
  padding: 140px 0 60px;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

#about-area.bg-1 {
  background-image: url(../../assets/images/about-bg-1.webp)
}

#about-area.bg-1 .about-area-circle img {
  position: absolute;
  opacity: .5;
  -webkit-animation: zoominoutsinglefeatured 4s infinite;
  animation: zoominoutsinglefeatured 4s infinite
}

#about-area.bg-1 .about-area-circle .circle1 {
  right: 35%;
  top: 35%;
  width: 14%
}

#about-area.bg-1 .about-area-circle .circle2 {
  right: 3%;
  top: 40%;
  width: 10%
}

#about-area.bg-2 {
  background-image: url(../../assets/images/about-bg-2.webp)
}

#about-area.bg-2 .about-area-circle img {
  position: absolute;
  opacity: .5;
  -webkit-animation: zoominoutsinglefeatured 4s infinite;
  animation: zoominoutsinglefeatured 4s infinite
}

#about-area.bg-2 .about-area-circle .circle1 {
  right: 35%;
  top: 35%;
  width: 14%
}

#about-area.bg-2 .about-area-circle .circle2 {
  right: 3%;
  top: 40%;
  width: 10%
}

#about-area.bg-3 {
  background-image: url(../../assets/images/about-bg-3.webp)
}

#about-area.bg-3 .about-area-circle img {
  position: absolute;
  opacity: .5;
  -webkit-animation: zoominoutsinglefeatured 4s infinite;
  animation: zoominoutsinglefeatured 4s infinite
}

#about-area.bg-3 .about-area-circle .circle1 {
  right: 35%;
  top: 35%;
  width: 14%
}

#about-area.bg-3 .about-area-circle .circle2 {
  right: 3%;
  top: 40%;
  width: 10%
}

.about-app-mocup {
  position: absolute;
  top: 120px;
  right: 110px
}

.about-cont {
  margin-top: 163px
}

.about-cont h5 {
  font-weight: 700;
  text-transform: uppercase;
  color: #0084ff
}

.about-cont h2 {
  font-weight: 700;
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 24px
}

.about-info {
  margin-top: 42px
}

.about-info-single {
  overflow: hidden;
  border: 1px solid #09275d;
  padding: 30px 30px 15px;
  border-radius: 5px
}

.about-info-single.dark {
  border-color: #ddd
}

.about-info-single .icon {
  width: 40%;
  float: left
}

.about-info-single .content {
  width: 60%;
  float: left;
  padding-left: 5px
}

.about-info-single .icon i {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#20007e), to(#e61eb6));
  background-image: linear-gradient(0deg, #20007e 0, #e61eb6 100%);
  text-align: center;
  font-size: 30px;
  color: #fff;
  -webkit-box-shadow: 0 8px 15px -5px #7d0e98;
  box-shadow: 0 8px 15px -5px #7d0e98
}

.about-info-single.two .icon i {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffaa57), to(#fe5c76));
  background-image: linear-gradient(90deg, #ffaa57 0, #fe5c76 100%);
  -webkit-box-shadow: 0 8px 15px -5px #ffaa57;
  box-shadow: 0 8px 15px -5px #ffaa57
}

.about-info-single h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 5px
}

#video-area {
  padding: 114px 0 162px;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  background-size: 100% 100%;
}

#video-area.bg-1 {
  background-image: url(../../assets/images/counter-bg-1.webp)
}

#video-area.bg-1 .video-area-circle img {
  position: absolute;
  -webkit-animation: zoominoutsinglefeatured 4s infinite;
  animation: zoominoutsinglefeatured 4s infinite
}

#video-area.bg-1 .video-area-circle .circle1 {
  left: 30%;
  top: 36%;
  width: 8%
}

#video-area.bg-1 .video-area-circle .circle2 {
  left: 40%;
  top: 42%;
  width: 15%
}

#video-area.bg-1 .video-area-circle .circle3 {
  right: -10%;
  top: 60%;
  width: 15%
}

#video-area.bg-2 {
  background-image: url(../../assets/images/counter-bg-2.webp)
}

#video-area.bg-2 .video-area-circle img {
  position: absolute;
  -webkit-animation: zoominoutsinglefeatured 4s infinite;
  animation: zoominoutsinglefeatured 4s infinite
}

#video-area.bg-2 .video-area-circle .circle1 {
  left: 30%;
  top: 36%;
  width: 8%
}

#video-area.bg-2 .video-area-circle .circle2 {
  left: 40%;
  top: 42%;
  width: 15%
}

#video-area.bg-2 .video-area-circle .circle3 {
  right: -10%;
  top: 60%;
  width: 15%
}

.video.title {
  padding-bottom: 325px
}

.video.title p {
  font-size: 16px
}

.counter.title {
  padding-bottom: 95px
}

.title h5 {
  font-weight: 700;
  text-transform: uppercase;
  color: #0084ff
}

.title h2 {
  font-weight: 700;
  margin-bottom: 24px
}

.counter.title p {
  color: #e8f2fe
}

.video-cont a {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 80px;
  padding: 0 28px;
  margin-top: 30px;
  background-color: #fff;
  color: #0084ff;
  position: relative
}

.video-cont a:hover {
  background-color: #130f40;
  color: #fff
}

.video-cont a:after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  height: 90px;
  width: 90px;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-animation: icon-bubble 1s infinite forwards linear;
  animation: icon-bubble 1s infinite forwards linear
}

.video-cont a:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  height: 90px;
  width: 90px;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-animation: icon-bubble 1s infinite forwards linear .5s;
  animation: icon-bubble 1s infinite forwards linear .5s
}

@-webkit-keyframes icon-bubble {
  0% {
    -webkit-transform: scale(.85);
    transform: scale(.85);
    opacity: 1
  }

  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .8
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .55
  }

  75% {
    -webkit-transform: scale(1.32);
    transform: scale(1.32);
    opacity: .3
  }

  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0
  }
}

@keyframes icon-bubble {
  0% {
    -webkit-transform: scale(.85);
    transform: scale(.85);
    opacity: 1
  }

  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .8
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .55
  }

  75% {
    -webkit-transform: scale(1.32);
    transform: scale(1.32);
    opacity: .3
  }

  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0
  }
}

.counter-single {
  text-align: center
}

.counter-single .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 50px;
  line-height: 65px;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  font-size: 40px;
  z-index: 9
}

.counter-single .icon:before {
  width: 125px;
  height: 125px;
  position: absolute;
  content: '';
  top: -27px;
  left: -28px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .2)
}

.counter-single .icon:after {
  width: 100px;
  height: 100px;
  position: absolute;
  content: '';
  top: -14px;
  left: -15px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .5);
  z-index: -1
}

.counter-single h2 {
  font-weight: 600;
  color: #fff
}

.counter-single p {
  color: #d2d7fc;
  text-transform: uppercase;
  font-size: 16px
}

#awesome-feat-area {
  padding: 115px 0 120px;
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: 0 40%
}

#awesome-feat-area.bg-1 {
  background-image: url(../../assets/images/awesome-feat-bg-1.webp);
  position: relative
}

#awesome-feat-area.bg-1 .awesome-feat-area-circle img {
  position: absolute;
  -webkit-animation: zoominoutsinglefeatured 4s infinite;
  animation: zoominoutsinglefeatured 4s infinite
}

#awesome-feat-area.bg-1 .awesome-feat-area-circle .circle1 {
  left: 2%;
  width: 10%;
  opacity: .5
}

#awesome-feat-area.bg-1 .awesome-feat-area-circle .circle2 {
  left: 10%;
  width: 10%;
  opacity: .7;
  margin-top: 200px
}

#awesome-feat-area.bg-2 {
  background-image: url(../../assets/images/awesome-feat-bg-2.webp)
}

#awesome-feat-area.bg-2 .awesome-feat-area-circle img {
  position: absolute;
  -webkit-animation: zoominoutsinglefeatured 4s infinite;
  animation: zoominoutsinglefeatured 4s infinite
}

#awesome-feat-area.bg-2 .awesome-feat-area-circle .circle1 {
  left: 2%;
  width: 10%;
  opacity: .5
}

#awesome-feat-area.bg-2 .awesome-feat-area-circle .circle2 {
  left: 10%;
  width: 10%;
  opacity: .7;
  margin-top: 200px
}

.awesome-feat-img {
  margin-left: 36%
}

.awesome-feat-img img {
  max-width: 400px
}

.feat-carousel-wrap {
  margin-right: -280px;
  position: relative
}

.awesome-feat-carousel.owl-carousel {
  padding: 100px
}

.feat-carousel-wrap:before {
  position: absolute;
  content: '';
  left: 60px;
  top: 190px;
  bottom: 180px;
  width: 250px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 3.062px 21.786px 59px 0 rgba(0, 52, 74, .18);
  box-shadow: 3.062px 21.786px 59px 0 rgba(0, 52, 74, .18)
}

.feat-carousel-wrap:after {
  position: absolute;
  content: '';
  left: 20px;
  top: 215px;
  bottom: 205px;
  width: 250px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, .7);
  -webkit-box-shadow: 3.062px 21.786px 59px 0 rgba(0, 52, 74, .18);
  box-shadow: 3.062px 21.786px 59px 0 rgba(0, 52, 74, .18)
}

.awesome-feat-single {
  background-image: linear-gradient(160deg, #fff 53%, #fbdcf4 100%);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  border-radius: 22px;
  position: relative;
  padding: 40px 30px 18px;
  margin: 50px 0
}

.awesome-feat-single .icon {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffaa57), to(#fe5c76));
  background-image: linear-gradient(90deg, #ffaa57 0, #fe5c76 100%);
  -webkit-box-shadow: 0 8px 10px 0 rgba(254, 92, 118, .6);
  box-shadow: 0 8px 10px 0 rgba(254, 92, 118, .6);
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  margin: 0 auto
}

.awesome-feat-single .icon.two {
  background-image: -webkit-gradient(linear, left top, right top, from(#20007e), to(#e61eb6));
  background-image: linear-gradient(90deg, #20007e 0, #e61eb6 100%);
  -webkit-box-shadow: 0 8px 10px 0 rgba(230, 30, 182, .4);
  box-shadow: 0 8px 10px 0 rgba(230, 30, 182, .4)
}

.awesome-feat-single .icon.three {
  background-image: -webkit-gradient(linear, left top, right top, from(#3f2fbc), to(#02d9df));
  background-image: linear-gradient(90deg, #3f2fbc 0, #02d9df 100%);
  -webkit-box-shadow: 0 8px 10px 0 rgba(2, 217, 223, .4);
  box-shadow: 0 8px 10px 0 rgba(2, 217, 223, .4)
}

.awesome-feat-single h3 {
  font-weight: 600;
  margin: 35px 0 18px;
  padding: 0 30px
}

.awesome-feat-single img {
  max-width: 50px;
  margin: 0 auto;
  padding: 20px 0 0
}

.awesome-feat-carousel.owl-carousel .owl-nav {
  text-align: center
}

.awesome-feat-carousel.owl-carousel .owl-nav>div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 65px;
  height: 65px;
  line-height: 70px;
  font-size: 30px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(94, 66, 85, .1);
  box-shadow: 0 5px 20px 0 rgba(94, 66, 85, .1);
  border-radius: 50%;
  margin: 0 auto;
  color: #f075c7
}

.awesome-feat-carousel.dark.owl-carousel .owl-nav>div {
  background-color: #232846
}

.awesome-feat-carousel.owl-carousel .owl-nav>div:hover {
  -webkit-box-shadow: 0 12px 20px 0 rgba(240, 117, 199, .4);
  box-shadow: 0 12px 20px 0 rgba(240, 117, 199, .4);
  background: linear-gradient(55deg, #f075c7 0, #9191ff 100%);
  color: #fff
}

.awesome-feat-carousel.owl-carousel .owl-nav .owl-prev {
  right: 75px;
}

.awesome-feat-carousel.owl-carousel .owl-nav .owl-next {
  left: 75px;
}

.awesome-feat-img .feature-link {
  display: none
}

.awesome-feat-img .feature-link.active {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

#how-work-area {
  padding: 112px 0 100px;
  background-repeat: no-repeat;
  background-position: bottom right
}

.how-work-wrap {
  position: relative
}

.how-work-bg {
  position: absolute;
  left: -50px;
  top: -80px;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/border-line-1.webp);
  background-repeat: no-repeat
}

.how-work-single {
  text-align: center
}

.how-work-single .icon {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto 22px
}

.how-work-single .icon:before {
  content: '';
  position: absolute;
  border: 1px solid #3d2e87;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: -10px;
  right: 0
}

.how-work-single i {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  background-image: -webkit-gradient(linear, left top, right top, from(#20007e), to(#e61eb6));
  background-image: linear-gradient(90deg, #20007e 0, #e61eb6 100%);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 50px
}

.how-work-single.two i {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffaa57), to(#fe5c76));
  background-image: linear-gradient(90deg, #ffaa57 0, #fe5c76 100%)
}

.how-work-single.three i {
  background-image: -webkit-gradient(linear, left top, right top, from(#3f2fbc), to(#02d9df));
  background-image: linear-gradient(90deg, #3f2fbc 0, #02d9df 100%)
}

.how-work-single .number {
  width: 48px;
  height: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3d2e87), to(#8c2ddf));
  background-image: linear-gradient(180deg, #3d2e87 0, #8c2ddf 100%);
  border-radius: 50%;
  line-height: 40px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  border: 5px solid #fff;
  position: absolute;
  top: 0;
  left: 105px
}

.how-work-single.dark .number {
  border-color: #2d355a
}

.how-work-single h3 {
  font-weight: 700;
  margin-bottom: 18px
}

.how-work-single p a {
  color: #60b2ff
}

.how-work-single p a:hover {
  color: #3693ea
}

.screen-wrap {
  position: relative
}

.screen-carousel.owl-carousel img {
  max-width: 255px
}

.screen-carousel.owl-carousel .owl-nav {
  text-align: right
}

.screen-carousel.owl-carousel .owl-nav>div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -115px;
  font-size: 30px;
  margin: 0 auto;
  color: #f075c7
}

.screen-carousel.owl-carousel .owl-item.active:first-child img {
  border-radius: 30px
}

#alternatives-area {
  padding: 115px 0 375px;
  background-image: url(../../assets/images/pricing-bg-left.webp), url(../../assets/images/pricing-bg-right.webp);
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: 18% 100%, 45% 100%
}

#alternatives-area.bg-1 {
  background-image: url(../../assets/images/pricing-bg-left-1.webp), url(../../assets/images/pricing-bg-right-1.webp)
}

.toggle-container {
  margin-top: -10px
}

.toggle-container .switch-toggles {
  position: relative;
  width: 322px;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #8275ca
}

.toggle-container .switch-toggles .monthly,
.toggle-container .switch-toggles .yearly {
  position: relative;
  width: 160px;
  line-height: 50px;
  float: left;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: color .7s cubic-bezier(.545, 0, .05, 1);
  transition: color .7s cubic-bezier(.545, 0, .05, 1);
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  border-radius: 30px;
  text-transform: uppercase
}

.toggle-container .switch-toggles .monthly.active,
.toggle-container .switch-toggles .yearly.active,
.toggle-container.v-dark .switch-toggles .monthly,
.toggle-container.v-dark .switch-toggles .yearly {
  color: #fff
}

.toggle-container .switch-toggles:after {
  position: absolute;
  content: "";
  width: 160px;
  height: 50px;
  background: #ff4089;
  background-image: -webkit-gradient(linear, left top, right top, from(#ae0ee9), to(#2e19a7));
  background-image: linear-gradient(90deg, #ae0ee9 0, #2e19a7 100%);
  -webkit-box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35);
  box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35);
  left: -1px;
  top: 0;
  border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  -webkit-box-shadow: 2.5px 4.33px 20px 0 rgba(61, 61, 62, .059);
  -webkit-transition: all .7s cubic-bezier(.545, 0, .05, 1);
  transition: all .7s cubic-bezier(.545, 0, .05, 1)
}

.toggle-container.two .switch-toggles:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#9d5bfe), to(#3890fe));
  background: linear-gradient(0deg, #9d5bfe 0, #3890fe 100%)
}

.toggle-container .switch-toggles.active:after {
  border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0
}

.toggle-container .switch-toggles.active:after {
  left: 160px;
  top: 0
}

#pricing-wrap {
  position: relative
}

.price-tbl-single {
  position: relative;
  left: 0
}

.price-tbl-single .table-inner {
  background-color: #fff;
  padding: 24px 30px;
  text-align: center;
  border-radius: 10px
}

.price-tbl-single.v-dark .table-inner {
  background-color: #040940
}

.price-tbl-single.highlighted {
  z-index: 2;
  border-radius: 10px;
  border: 3px solid #1a73ff
}

.price-tbl-single.v-dark.highlighted {
  border-color: #3030b6
}

#pricing-wrap .monthly {
  z-index: 2;
  right: -50px
}

#pricing-wrap .monthly.active,
#pricing-wrap .yearly.active {
  z-index: 22;
  left: 0;
  right: 0;
  -webkit-transform: scale(.95);
  transform: scale(.95)
}

#pricing-wrap .monthly,
#pricing-wrap .yearly {
  right: 0
}

#pricing-wrap .monthly,
#pricing-wrap .yearly {
  position: absolute;
  max-width: 350px;
  opacity: 1;
  -webkit-transform: scale(.85);
  transform: scale(.85);
  -webkit-transition: all .7s cubic-bezier(.545, 0, .05, 1);
  transition: all .7s cubic-bezier(.545, 0, .05, 1);
  -webkit-transition: opacity .97s, -webkit-transform .97s;
  transition: opacity .97s, -webkit-transform .97s;
  transition: opacity .97s, transform .97s;
  transition: opacity .97s, transform .97s, -webkit-transform .97s;
  -webkit-transition-timing-function: cubic-bezier(.545, 0, .05, 1);
  transition-timing-function: cubic-bezier(.545, 0, .05, 1)
}

#pricing-wrap .monthly.active,
#pricing-wrap .yearly.active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

#pricing-wrap .monthly.active .price-tbl-single,
#pricing-wrap .yearly.active .price-tbl-single {
  display: block
}

.price-tbl-single ul li {
  padding: 10px 0;
  color: #505b6d;
  font-family: 'Open Sans', sans-serif
}

.price-tbl-single.v-dark ul li {
  color: #e2ecfc
}

.price-tbl-single a {
  display: inline-block;
  padding: 15px 36px;
  border-radius: 30px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35);
  box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35);
  background: linear-gradient(45deg, #ae0ee9 0, #2e19a7 100%);
  background-size: 100% auto
}

.price-tbl-single a:hover {
  background-size: 200% auto
}

.price-tbl-single.two a {
  background: linear-gradient(45deg, #9d5bfe 0, #3890fe 100%)
}

.price-tbl-single ul {
  border-bottom: 1px solid #eaece6;
  margin: 0 0 35px;
  padding: 0 0 25px
}

.table-inner h4 {
  color: #cc3214;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px
}

.price-tbl-single.v-dark h4 {
  color: #0084ff
}

.price-tbl-single.two h4 {
  color: #0084ff
}

.price-tbl-single .price {
  position: relative;
  padding: 10px 0 35px;
  z-index: 9
}

.price-tbl-single .price-bg {
  background: -webkit-gradient(linear, left bottom, left top, from(#20007e), to(#e61eb6));
  background: linear-gradient(0deg, #20007e 0, #e61eb6 100%);
  width: 102px;
  height: 102px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: .1;
  top: -10px;
  z-index: -1
}

.price-tbl-single.v-dark .price-bg {
  opacity: .5
}

.price-tbl-single.two .price-bg {
  background: -webkit-gradient(linear, left bottom, left top, from(#9d5bfe), to(#3890fe));
  background: linear-gradient(0deg, #9d5bfe 0, #3890fe 100%);
  -webkit-box-shadow: 0 13px 20px 0 rgba(57, 143, 254, .3);
  box-shadow: 0 13px 20px 0 rgba(57, 143, 254, .3)
}

.price-tbl-single .price h2 {
  font-weight: 600
}

.price-tbl-single .price h2 span,
.price-tbl-single .price h2 sup {
  font-size: 24px
}

.custom-plan-wrap {
  padding: 112px 0 120px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.custom-plan-wrap.bg-1 {
  background-image: url(../../assets/images/custom-plan-bg-1.webp)
}

.custom-plan-wrap.bg-1 .custom-plan-wrap-circle img {
  position: absolute;
  -webkit-animation: zoominoutsinglefeatured 4s infinite;
  animation: zoominoutsinglefeatured 4s infinite
}

.custom-plan-wrap.bg-1 .custom-plan-wrap-circle .circle1 {
  left: 40%;
  width: 20%;
  top: 30px
}

.custom-plan-wrap.bg-1 .custom-plan-wrap-circle .circle2 {
  right: 20%;
  width: 10%;
  bottom: 150px
}

.custom-plan-wrap.bg-2 {
  background-image: url(../../assets/images/custom-plan-bg-2.webp)
}

.custom-plan-wrap.bg-2 .custom-plan-wrap-circle img {
  position: absolute;
  -webkit-animation: zoominoutsinglefeatured 4s infinite;
  animation: zoominoutsinglefeatured 4s infinite
}

.custom-plan-wrap.bg-2 .custom-plan-wrap-circle .circle1 {
  left: 40%;
  width: 20%;
  top: 30px
}

.custom-plan-wrap.bg-2 .custom-plan-wrap-circle .circle2 {
  right: 20%;
  width: 10%;
  bottom: 150px
}

.plan-btn a {
  display: inline-block;
  background-image: linear-gradient(45deg, #ae0ee9 0, #2e19a7 100%);
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  background-size: 100% auto;
  font-weight: 600;
  text-transform: uppercase
}

.plan-btn.two a {
  background-image: -webkit-gradient(linear, left top, right top, from(#9d5bfe), to(#3890fe));
  background-image: linear-gradient(90deg, #9d5bfe 0, #3890fe 100%);
  -webkit-box-shadow: 0 13px 20px 0 rgba(0, 14, 254, .3);
  box-shadow: 0 13px 20px 0 rgba(0, 14, 254, .3)
}

.plan-btn a:hover {
  background-size: 200% auto
}

#testimonial-area {
  padding: 115px 0 0;
  background-image: url(../../assets/images/map.webp);
  background-repeat: no-repeat;
  background-position: center
}

#testimonial-area .section-heading h2 {
  font-size: 48px;
  line-height: 58px
}

.testi-wrap {
  position: relative;
  height: 725px;
  margin-top: -80px
}

.client-single {
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease
}

.client-info {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.client-comment {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
  display: none
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
  opacity: 0;
  visibility: hidden
}

.client-single.position-1 {
  -webkit-transform: scale(.65);
  transform: scale(.65)
}

.client-single.position-2 {
  left: -40px;
  top: 105px
}

.client-single.position-3 {
  left: -60px;
  top: 240px;
  -webkit-transform: scale(.4) !important;
  transform: scale(.4) !important
}

.client-single.position-4 {
  left: 55px;
  top: 380px
}

.client-single.position-5 {
  top: 30px;
  right: 55px
}

.client-single.position-6 {
  top: 225px;
  right: -40px
}

.client-single.position-7 {
  top: 400px;
  right: 45px;
  -webkit-transform: scale(.4) !important;
  transform: scale(.4) !important
}

.client-single.active {
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 70%
}

.client-single.active .client-comment,
.client-single.active .client-info {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.client-single:not(.active) {
  -webkit-transform: scale(.55);
  transform: scale(.55);
  z-index: 99
}

.client-single.active .client-img {
  width: 160px;
  height: 160px;
  margin: 0 auto 24px;
  position: relative
}

.client-single.active .client-img:before {
  border-radius: 100%;
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9d5bfe), to(#3890fe));
  background-image: linear-gradient(180deg, #9d5bfe 0, #3890fe 100%);
  padding: 5px;
  width: 160px;
  height: 160px;
  top: -4px;
  left: 0;
  position: absolute;
  z-index: -1
}

.client-single .client-img img {
  border-radius: 50%;
  border: 8px solid #d1e9ff;
  cursor: pointer
}

.client-single.active .client-img img {
  max-width: 152px;
  margin: 0 auto 24px;
  border: 0
}

.client-comment {
  padding: 0 30px
}

.client-comment h3 {
  font-size: 22px;
  line-height: 32px;
  color: #505b6d
}

.client-comment span i {
  font-size: 60px;
  color: #0084ff;
  margin: 40px 0 24px;
  display: inline-block
}

.client-info h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 4px
}

.client-info p {
  color: #0084ff;
  text-transform: uppercase
}

#app-download-area {
  position: relative;
  padding: 112px 0 0
}

.app-download-bg {
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  float: right;
  background-size: contain;
  background-position: right;
  z-index: -1
}

.app-download-bg img {
  float: right;
  -webkit-animation: ani-rotate 50s linear infinite;
  animation: ani-rotate 50s linear infinite;
  width: 70%
}

.app-downlod-review {
  padding: 80px 0 100px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#20007e), to(#e61eb6));
  background-image: linear-gradient(0deg, #20007e 0, #e61eb6 100%)
}

.app-downlod-review.two {
  background-image: linear-gradient(45deg, #3890fe 0, #9d5bfe 100%);
  -webkit-box-shadow: 0 13px 20px 0 rgba(57, 143, 254, .3);
  box-shadow: 0 13px 20px 0 rgba(57, 143, 254, .3)
}

.download-btns a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 12px 35px;
  border-radius: 30px;
  margin-right: 10px;
  margin-top: 10px;
  color: #fff;
  font-weight: 500
}

.download-btns a.bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#ae0ee9), to(#2e19a7));
  background-image: linear-gradient(90deg, #ae0ee9 0, #2e19a7 100%);
  -webkit-box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35);
  box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35);
  border: 0;
  background-size: 100% auto
}

.download-btns.two a.bg,
.download-btns.two a:hover {
  background-image: linear-gradient(45deg, #9d5bfe 0, #3890fe 100%)
}

.download-btns a:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#ae0ee9), to(#2e19a7));
  background-image: linear-gradient(90deg, #ae0ee9 0, #2e19a7 100%);
  -webkit-box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35);
  box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35)
}

.download-btns a.bg:hover {
  background-size: 200% auto
}

.download-btns a i,
.download-btns a img {
  padding-right: 4px
}

.download-btns {
  margin-bottom: 40px
}

.app-reviews>h6 {
  font-weight: 600;
  color: #fff
}

.rating-number {
  width: 40%
}

.rating-number h2 {
  color: #fff;
  font-weight: 600
}

.rating-details {
  width: 60%
}

.rating-details i {
  font-size: 14px;
  color: #e5a00d;
  margin: 0 1px 10px
}

.rating-details p {
  color: #fff
}

.app-download-mockup {
  position: absolute;
  right: 0;
  bottom: 130px;
  width: 50%
}

#faq-area {
  padding: 118px 0 100px;
  background: #fff
}

#faq-area.bg-1 .faq-area-img {
  position: absolute;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 25% 95%;
  left: -330px;
  -webkit-animation: ani-rotate 50s linear infinite;
  animation: ani-rotate 50s linear infinite
}

#faq-area.bg {
  background: #040940
}

#faq-area.bg-2 .faq-area-img {
  position: absolute;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 25% 95%;
  left: -330px;
  -webkit-animation: ani-rotate 50s linear infinite;
  animation: ani-rotate 50s linear infinite
}

#faq-area .section-heading p {
  padding: 0 20px
}

.card {
  margin-bottom: 20px;
  border-radius: 10px;
  border: 0
}

.card .card-header {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(52, 69, 199, .4);
  box-shadow: 0 0 15px 0 rgba(52, 69, 199, .4);
  border: 0;
  border-radius: 10px;
  padding: 0
}

.card.v-dark .card-header {
  background-color: #0084ff
}

.card .card-header.active {
  border-radius: 10px 10px 0 0
}

.card .card-header.active,
.card .card-header:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#20007e), to(#e61eb6));
  background-image: linear-gradient(90deg, #20007e 0, #e61eb6 100%)
}

.card.two .card-header.active,
.card.two .card-header:hover {
  background-image: linear-gradient(45deg, #9d5bfe 0, #3890fe 100%)
}

.card .card-header.active a,
.card .card-header:hover a,
.card-body p,
.card.v-dark .card-header a {
  color: #fff
}

.card .card-header a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  display: block;
  padding: 20px 30px;
  position: relative
}

.card .card-header a:after {
  content: '\eab2';
  font-family: IcoFont;
  position: absolute;
  right: 30px
}

.card .card-header.active a:after {
  content: '\eab9';
  font-family: IcoFont
}

.card-body {
  background-image: -webkit-gradient(linear, left top, right top, from(#20007e), to(#e61eb6));
  background-image: linear-gradient(90deg, #20007e 0, #e61eb6 100%);
  border-radius: 0 0 10px 10px;
  padding: 0 30px 10px 30px
}

.card.two .card-body {
  background-image: linear-gradient(45deg, #9d5bfe 0, #3890fe 100%)
}

.faq-img {
  width: 100%
}

.faq-img .img-fluid {
  max-width: 100%;
  height: auto
}

.faq-img .img-icon {
  position: absolute;
  right: 10%;
  top: 0;
  width: 15%;
  -webkit-animation: upndown 7s linear 0s infinite;
  animation: upndown 7s linear 0s infinite
}

#contact-area {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 47%;
  padding: 112px 0 120px;
  margin-bottom: 15px
}

#contact-area.bg-1 .contact-area-circle img {
  position: absolute;
  -webkit-animation: zoominoutsinglefeatured 4s infinite;
  animation: zoominoutsinglefeatured 4s infinite
}

#contact-area.bg-1 .contact-area-circle .circle1 {
  right: 2%;
  width: 7%;
  opacity: .5;
  margin-top: 40px
}

#contact-area.bg-2 {
  background-image: url(../../assets/images/contact-bg-2.webp)
}

#contact-area.bg-2 .contact-area-circle img {
  position: absolute;
  -webkit-animation: zoominoutsinglefeatured 4s infinite;
  animation: zoominoutsinglefeatured 4s infinite
}

#contact-area.bg-2 .contact-area-circle .circle1 {
  right: 2%;
  width: 7%;
  opacity: .5;
  margin-top: 40px
}

.contact-form button {
  padding: 15px 30px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  background-image: linear-gradient(45deg, #ae0ee9 0, #2e19a7 100%);
  -webkit-box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35);
  box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35);
  border: 0;
  color: #fff;
  margin: 25px 0 0;
  background-size: 100% auto
}

.contact-form.two button {
  background-image: linear-gradient(45deg, #9d5bfe 0, #3890fe 100%);
  -webkit-box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35)
}

.contact-form button:hover {
  background-size: 200% auto
}

#footer {
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 230px 0 0;
  background-size: 100% 100%;
}

#footer.bg-1 {
  background-image: url(../../assets/images/footer-bg-1.webp)
}

#footer.bg-2 {
  background-image: url(../../assets/images/footer-bg-2.webp)
}

.get-started {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#20007e), to(#e61eb6));
  background-image: linear-gradient(90deg, #20007e 0, #e61eb6 100%);
  -webkit-box-shadow: 0 10px 10px 0 rgba(2, 2, 2, .25);
  box-shadow: 0 10px 10px 0 rgba(2, 2, 2, .25);
  padding: 50px 30px;
  margin-top: -170px
}

.get-started.two {
  background-image: -webkit-gradient(linear, left top, right top, from(#3890fe), to(#9d5bfe));
  background-image: linear-gradient(90deg, #3890fe 0, #9d5bfe 100%)
}

.get-started h2 {
  font-weight: 600;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 20px
}

.get-started a {
  display: inline-block;
  float: right;
  background-image: -webkit-gradient(linear, left top, right top, from(#ae0ee9), to(#2e19a7));
  background-image: linear-gradient(90deg, #ae0ee9 0, #2e19a7 100%);
  -webkit-box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35);
  box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35);
  color: #fff;
  padding: 15px 25px;
  border-radius: 30px;
  font-family: 'Open Sans', sans-serif;
  margin: 42px 0 0;
  text-transform: uppercase;
  background-size: 100% auto
}

.get-started a:hover {
  background-size: 200% auto
}

.footer-cont {
  padding: 115px 0 100px
}

.footer-copyright {
  border-top: 1px solid #a36cbd;
  padding: 35px 0
}

.footer-copyright p {
  color: #e3e6fc;
  margin: 0
}

.quote {
  position: absolute;
  top: -30px
}

.comment-single {
  border: 1px solid #0079ff;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 30px 12px;
  margin: 0 0 30px
}

.comment-form button {
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 18px 46px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ae0ee9), to(#2e19a7));
  background-image: linear-gradient(90deg, #ae0ee9 0, #2e19a7 100%);
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  margin: 25px 0 0;
  -webkit-box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35);
  box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35);
  background-size: 100% auto
}

.comment-form h3 {
  margin: 52px 0 30px
}

.comment-form button:hover {
  background-size: 200% auto
}