/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Appilo               ||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. imported styles 
* 2. miscelnious styles 
* 3. header styles 
* 4. banner styles 
* 5. fun fact styles 
* 6. app features styles 
* 7. features styles 
* 8. video box styles 
* 9. pricing styles 
* 10. intigration styles 
* 11. blog styles 
* 12. footer styles 
* 13. inner banner styles 
* 14. sidebar styles 
* 15. testimonials styles 
* 16. app screenshot styles 
* 17. how app work styles 
* 18. color:   background: linear-gradient(to right, #0d18aa 0%, #2668f6 98%, #1e1eee 100%);
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

/************************** 
* 1. imported styles 
***************************/


@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(../plugins/flaticons/flaticon.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(magnific-popup.css);
@import url(swiper.css);
@import url(jquery.bxslider.min.css);
@import url(animate.min.css);
@import url(hover-min.css);
@import url(../plugins/fontawesome-5/css/fontawesome-all.min.css);
/************************** 
* 2. miscelnious styles 
***************************/
body {
  font-family: 'Poppins';
  color: #656565;
  font-size: 14px;
  line-height: 27px;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
}
a:hover,
a:visited,
a:active {
  text-decoration: none !important;
  outline: none !important;
}

.container {
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.sec-pad {
  padding: 120px 0;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.gray-bg {
  background: #F4F9FD;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
  font-size: inherit;
}

.sec-title {
  margin-bottom: 100px;
}
.sec-title h2, .sec-title p {
  margin: 0;
}
.sec-title h2 {
  font-size: 32px;
  color: #170B35;
  font-weight: 600;
}
.sec-title p {
  font-size: 16px;
  line-height: 26px;
  color: #656565;
  margin-top: 20px;
}

.thm-btn {
  display: inline-block;
  border: none;
  outline: none;
  background: #0d18aa;
  background: -webkit-gradient(left top, right top, color-stop(0%, #0d18aa), color-stop(98%, #2668f6), color-stop(100%, #1e1eee));
  background: -webkit-gradient(linear, left top, right top, from(#0d18aa), color-stop(98%, #2668f6), to(#1e1eee));
  background: linear-gradient(to right, #0d18aa 0%, #2668f6 98%, #1e1eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 28px;
  padding: 15px 29px;
  position: relative;
}
.thm-btn:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 28px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.thm-btn:hover {
  color: #0b0a32;
}
.thm-btn:hover:before {
  opacity: 1;
}
.thm-btn > span {
  position: relative;
}
.thm-btn.borderd {
  color: #0e044b;
}
.thm-btn.borderd:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 28px;
  background: #fff;
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.thm-btn.borderd:hover {
  color: #fff;
}
.thm-btn.borderd:hover:before {
  opacity: 0;
}

.separator {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background: rgba(83, 82, 83, 0.15);
}
.separator.full-width {
  max-width: 100%;
}
.separator.no-border {
  background-color: transparent;
}
.separator.mt135 {
  margin-top: 135px;
}
.separator.mb135 {
  margin-bottom: 135px;
}
.separator.mt115 {
  margin-top: 115px;
}
.separator.mb115 {
  margin-bottom: 85px;
}
.separator.mt100 {
  margin-top: 100px;
}
.separator.mb100 {
  margin-bottom: 100px;
}
.separator.mt90 {
  margin-top: 90px;
}
.separator.mb90 {
  margin-bottom: 90px;
}


.preloader {
  background: #1e1eee;
  background: -webkit-gradient(left top, right top, color-stop(0%, #0d18aa), color-stop(98%, #2668f6), color-stop(100%, #1e1eee));
  background: -webkit-gradient(linear, left top, right top, from(#0d18aa), color-stop(98%, #2668f6), to(#1e1eee));
  background: linear-gradient(to right, #0d18aa 0%, #2668f6 98%, #1e1eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s 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;
  }
}
/************************** 
* 3. header styles 

.home-page-one {
  position: absolute;
  top: 0;
}
.navbar-brand {
  padding-top: 0;
}
.navbar {
  padding: 0;
}
.navbar-nav {
  display: inline-block;
}
.navbar-nav li {
  display: inline-block;
}
.navbar-nav ul {
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  top: 5px;
  float: right;
}
.navbar-nav .nav-link {
  font-size: 15px;
  letter-spacing: .01em;
  position: relative;
  display: inline-block;
  color: #FFFFFF !important;
  text-transform: capitalize;
  padding-left: 20px !important;
  padding-right: 15px !important;
  padding-bottom: 30px;
  font-weight: 600;
  padding-top: 0;
}

.navbar-nav .nav-link.active {
  opacity: 1;
  color: #190A32 !important;
}

.nav-wrapper {
  height: 100%;
}
.sign-up-btn {
  margin-left: 25px;
  margin-top: -20px;
}
.sign-up-btn a {
  border: none;
  outline: none;
  background: #fff;
  color: #190A32;
  font-weight: 600;
  font-size: 15px;
  border-radius: 18px;
  display: inline-block;
  padding: 4.5px 21.5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sign-up-btn a:hover {
  background: #6541c1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6541c1), color-stop(98%, #d43396), color-stop(100%, #d43396));
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  color: #fff;
}
.home-page-one {
  position: relative;
}
.appilo-menu {
  right: 0;
  left: 0;
  top: 30px;
  z-index: 1030;
  margin: 0 auto;
  max-width: 1170px;
  position: absolute;
}
.home-page-one.menu-bg-overlay {
  background-color: #0E0F1F;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 80px;
  z-index: 999999;
  padding: 10px 0px;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.default-logo,
.stick-logo{
  max-width: 102px;
}

.home-page-one.menu-bg-overlay .navbar-nav .nav-link {
  top: 5px;
}
.home-page-one.menu-bg-overlay .appilo-menu {
  top: 15px;
}
.home-page-one.menu-bg-overlay .navbar-nav .nav-link.active {
  color: #d13497 !important;
}
.home-page-one .stick-logo {
  display: none;
}
.home-page-one.menu-bg-overlay .default-logo {
  display: none;
  max-width: 102px;
}
.home-page-one.menu-bg-overlay .stick-logo {
  display: block;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 15px;
  z-index: 1000;
  float: left;
  min-width: 200px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  display: block;
  background-color: #F4F4F6;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0;
  visibility: hidden;
  border: none;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
}
.navbar-expand-lg .navbar-nav .dropdown-menu ul  {
  padding: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a {
  font-size: 15px;
  color: #2d2d2d;
  padding: 8px 0;
  display: block;
  line-height: 26px;
  padding-left: 27px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.home-page-one.menu-bg-overlay .sign-up-btn {
  margin-bottom: -10px;
}
.navbar-nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
} 
.navbar-expand-lg .navbar-nav .dropdown-menu li:hover a {
  background: #6B40BF;
  color: #fff;
  position: relative;
}
.navbar-collapse .dropdown {
  position: relative;
}
.navbar-collapse .dropdown li {
  list-style: none;
  display: block;
}
.dropdown-btn {
  display: none;
}
***************************/

nav{
  margin-top: 20px;
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  background-color: white;
}

nav::before{
  content: "";
  height: 20px;
  width: 100vw;
  position: absolute;
  top: 0;
  margin-top: -20px;
  background-color: white;
}

.logo img{
  max-width: 102px;
}

nav .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #03032e;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover{
  color: white;
  background: #1e1eee;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #ffffff;
  width: 400px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 5px;
  font-weight: 400;
  border-radius: 0px;
}

.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #0d18aa;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

.sign-up-btn{
  display: block;
 }

 .sign-up-btn {
  margin-left: 25px;
  margin-top: -10px;
  
}
.sign-up-btn a {
  border: none;
  outline: none;
  background: #1e65d8;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  border-radius: 50px;
  display: block;
  padding: 10px 25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  line-height: normal;
  
}
.sign-up-btn a:hover {
  background: #1e65d8;
  background: -webkit-gradient(left top, right top, color-stop(0%, #1e65d8), color-stop(98%, #123b7d), color-stop(100%, #1e65d8));
  background: -webkit-gradient(linear, left top, right top, from(#1e65d8), color-stop(98%, #123b7d), to(#1e65d8));
  background: linear-gradient(to right, #1e65d8 0%, #123b7d 98%, #123b7d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  color: #ffffff;
}


@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #ffffff;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #0061c2;
  }
  ::-webkit-scrollbar-thumb {
    background: #012c57;
  }


  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 10px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #03032e;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    color: white;
    background: #1e1eee;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}



/************************** 
* 4. banner styles 
***************************/
.banner-static {
  background: #fff url(../img/slider-bg.jpg) 90% top no-repeat;
  padding-top: 100px;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .banner-static {
    background: #fff url(../img/slider-bg.jpg) center top no-repeat;
    background-size: cover;
  }
}
.banner-static .banner-content {
  padding-top: 140px;
}

.banner-static .banner-content h3 {
  margin: 0;
  color: #18223f;
  font-size: 55px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 11px;
}

.banner-static .banner-content h2 {
  margin-top: -10px;
  color: #1e65d8;
  font-size: 55px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 11px;
}


.banner-static .banner-content p {
  margin: 0;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 54px;
}

.mini-icons{
  display: inline-flex;
  width: 100%;
  gap: 20px;
  margin-top: 20px;
}

.mini-icon{
  display: flex;
  align-items: center;
  height: fit-content;
}

.mini-icon p{
  font-size: 0.8rem !important;
  padding-left: 10px;
  margin: 0 !important;
}

.confirmationicons{
  display: inline-block;
  max-width: 20px;
  width: 20px;

}

.banner-static .banner-content .thm-btn + .thm-btn {
  margin-left: 15px;
}
.banner-static .banner-content .thm-btn {
  -webkit-box-shadow: 0px 15px 30px rgba(9, 5, 224, 0.27);
  box-shadow: 0px 15px 30px rgba(9, 5, 224, 0.27);
}
.banner-static .banner-content .thm-btn:hover {
  color: #fff;
  -webkit-box-shadow: 0px 15px 30px rgba(9, 5, 224, 0.27);
  box-shadow: 0px 15px 30px rgba(9, 5, 224, 0.27);
}
.banner-static .banner-content .thm-btn:hover:before {
  opacity: 0;
}
.banner-static .banner-content .thm-btn.borderd {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.banner-static .banner-content .thm-btn.borderd:hover {
  -webkit-box-shadow: 0px 15px 30px rgba(9, 5, 224, 0.27);
  box-shadow: 0px 15px 30px rgba(9, 5, 224, 0.27);
}
.banner-static .banner-content .thm-btn.borderd:hover:before {
  opacity: 0;
}
.banner-static .banner-moc-box > img {
  position: relative;
  left: 175px;
}

/************************** 
* 5. fun fact styles 
***************************/
.fun-fact .single-fun-fact {
  text-align: center;
}
.fun-fact .single-fun-fact p {
  color: #656565;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.fun-fact .single-fun-fact span.counter {
  background: -webkit-gradient(linear, left top, right top, from(#0d18aa), color-stop(98%, #2668f6), to(#1e1eee));
  background: linear-gradient(to right, #0d18aa 0%, #2668f6 98%, #1e1eee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 200;
  font-size: 53px;
}
.fun-fact .separator {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background: rgba(83, 82, 83, 0.15);
  margin-top: 70px;
  margin-bottom: 0px;
}

/************************** 
* 6. app features styles 
***************************/
.app-features {
  padding-top: 135px;
}
.app-features .single-app-features i {
  color: #666666;
  font-size: 45px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  line-height: 1;
}
.app-features .single-app-features h3,
.app-features .single-app-features p {
  margin: 0;
}
.app-features .single-app-features h3 {
  font-size: 20px;
  font-weight: 500;
  color: #150A33;
  margin-top: 17px;
  margin-bottom: 17px;
}
.app-features .single-app-features p {
  letter-spacing: .01em;
  color: #656565;
  margin-bottom: 50px;
}
.app-features .single-app-features .line {
  width: 100%;
  height: 4px;
  background: #6541c1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #0d18aa), color-stop(98%, #2668f6), color-stop(100%, #1e1eee));
  background: -webkit-gradient(linear, left top, right top, from(#0d18aa), color-stop(98%, #2668f6), to(#1e1eee));
  background: linear-gradient(to right, #0d18aa 0%, #2668f6 98%, #1e1eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.app-features .single-app-features:hover i {
  background: -webkit-gradient(linear, left top, right top, from(#0d18aa), color-stop(98%, #2668f6), to(#1e1eee));
  background: linear-gradient(to right, #0d18aa 0%, #2668f6 98%, #1e1eee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-features .single-app-features:hover .line {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.app-features .center .single-app-features i {
  background: -webkit-gradient(linear, left top, right top, from(#0d18aa), color-stop(98%, #2668f6), to(#1e1eee));
  background: linear-gradient(to right, #0d18aa 0%, #2668f6 98%, #1e1eee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-features .center .single-app-features .line {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.app-features .owl-theme .owl-nav {
  margin: 0;
}
.app-features .owl-theme .owl-nav [class*=owl-] {
  background: #E9E8E8;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  line-height: 38px;
  font-size: 14px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.app-features .owl-theme .owl-nav [class*=owl-] i {
  background: -webkit-gradient(linear, left top, right top, from(#0d18aa), color-stop(98%, #2668f6), to(#1e1eee));
  background: linear-gradient(to right, #0d18aa 0%, #2668f6 98%, #1e1eee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-features .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.app-features .owl-theme .owl-nav .owl-next {
  right: 0;
}

/************************** 
* 7. features styles 
***************************/
.features-style-one .feature-style-content {
  padding-top: 50px;
}
.features-style-one .feature-style-content.pl40 {
  padding-left: 40px;
}
.features-style-one .feature-style-content > i {
  font-size: 45px;
  background: -webkit-gradient(linear, left top, right top, from(#0d18aa), color-stop(98%, #2668f6), to(#1e1eee));
  background: linear-gradient(to right, #0d18aa 0%, #2668f6 98%, #1e1eee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.features-style-one .feature-style-content h3 {
  margin: 0;
  color: #150A33;
  font-size: 32px;
  line-height: 48px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.features-style-one .feature-style-content p {
  font-size: 16px;
  line-height: 27px;
  color: #656565;
  letter-spacing: .01em;
  margin: 0;
  margin-bottom: 20px;
}
.features-style-one .feature-style-content a.more {
  font-size: 16px;
  font-weight: 600;
  color: #2668f6;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.features-style-one .feature-style-content a.more i {
  margin-left: 5px;
  vertical-align: middle;
}
.features-style-one .feature-style-content a.more:hover {
  color: #0d18aa;
}
.features-style-one img.has-dropshadow {
  -webkit-box-shadow: 0px 16px 43px rgba(78, 48, 135, 0.24);
  box-shadow: 0px 16px 43px rgba(78, 48, 135, 0.24);
}


/************************** 
* 12. footer styles 
***************************/
footer.footer {
  background: transparent url(../img/footer-bg.png) center top no-repeat;
  background-size: cover;
  margin-top: 80px;
}

.logofooter{
   height: 50px;

}
footer.footer .subscribe-section {
  padding-top: 130px;
  padding-bottom: 90px;
}
footer.footer .subscribe-section .sec-title {
  margin-bottom: 70px;
}
footer.footer .subscribe-section .subscribe-form {
  background: #6541c1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6541c1), color-stop(98%, #d43396), color-stop(100%, #d43396));
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #1e65d8 0%, #1e65d8 98%, #1e65d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  border-radius: 60px;
  padding: 34px 35px;
  padding-left: 70px;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
}
footer.footer .subscribe-section .subscribe-form .left-content {
  position: relative;
  padding: 13px 0;
  padding-left: 45px;
}
footer.footer .subscribe-section .subscribe-form i.fa-envelope {
  font-size: 24px;
  color: #EAE9EC;
  display: inline-block;
  vertical-align: middle;
  float: left;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
footer.footer .subscribe-section .subscribe-form input {
  background-color: transparent;
  border: none;
  outline: none;
  color: #EAE9EC;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #EAE9EC;
  width: 100%;
  max-width: 330px;
  float: left;
}
footer.footer .subscribe-section .subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #EAE9EC;
}
footer.footer .subscribe-section .subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #EAE9EC;
}
footer.footer .subscribe-section .subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #EAE9EC;
}
footer.footer .subscribe-section .subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #EAE9EC;
}
footer.footer .subscribe-section .subscribe-form button[type=submit] {
  background: #fff;
}
footer.footer .subscribe-section .subscribe-form button[type=submit] span {
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #1e65d8 0%, #1e65d8 98%, #1e65d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer.footer .subscribe-section .subscribe-form button[type=submit]:hover {
  background: #0E0F1F;
}
footer.footer .subscribe-section .subscribe-form button[type=submit]:hover:before {
  opacity: 0;
}
footer.footer .subscribe-section .subscribe-form button[type=submit]:hover span {
  background: none;
  background-clip: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
}
footer.footer .footer-widget-wrapper {
  padding-bottom: 80px !important;
}
footer.footer .footer-widget .title {
  margin-bottom: 40px;
}
footer.footer .footer-widget .title h3 {
  margin: 0;
  color: #1A0A37;
  font-size: 16px;
  font-weight: 600;
}
footer.footer .footer-widget p {
  color: #1A0A37;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  font-weight: 500;
}
footer.footer .footer-widget .social a {
  color: #8B8B8B;
  font-size: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
footer.footer .footer-widget .social a + a {
  margin-left: 20px;
}
footer.footer .footer-widget .social a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer.footer .footer-widget.about-widget p {
  margin-top: 25px;
  margin-bottom: 15px;
}
footer.footer .footer-widget.contact-widget p {
  color: #656565;
}
footer.footer .footer-widget.contact-widget p span {
  color: #170B35;
  font-weight: 500;
  padding-right: 10px;
}
footer.footer .footer-widget.contact-widget p + p {
  margin-top: 5px;
}
footer.footer .footer-widget.links-widget {
  padding-right: 52px;
}
footer.footer .footer-widget.links-widget ul.link-list li a {
  color: #656565;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-weight: 500;
}
footer.footer .footer-widget.links-widget ul.link-list li a:hover {
  color: #4D07A0;
}
footer.footer .footer-widget.tweets-widget .single-tweet p {
  margin: 0;
  color: #656565;
  letter-spacing: .01em;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}
footer.footer .footer-widget.tweets-widget .single-tweet p i {
  color: #1692F8;
  margin-right: 10px;
}
footer.footer .footer-widget.tweets-widget .single-tweet > a {
  color: #2f0fce;
  font-size: 14px;
  font-style: italic;
  letter-spacing: .025em;
}
footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav {
  margin-top: 5px;
  text-align: left;
}
footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav [class*=owl-] {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #3c24f1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: inline-block;
  vertical-align: middle;
}
footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav [class*=owl-] i {
  margin: 0;
  padding: 0;
}
footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(107, 64, 191, 0.5);
}
footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav [class*=owl-next] {
  margin-left: 10px;
}
footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav [class*=owl-next] i {
  position: relative;
  left: 1px;
}

.footer-bottom .footer-copyright {
  width: 100%;
  display: table;
  padding: 26px 0;
  border-top: 1px solid #d2d1d2;
}
.footer-bottom .footer-copyright .left-content {
  display: inline-block;
}
.footer-bottom .footer-copyright .right-content {
  display: inline-block;
}
.footer-bottom .left-content p span.sep {
  display: inline-block;
  vertical-align: middle;
}
.footer-bottom .left-content p a {
  color: #656565;
  display: inline-block;
  border-bottom: 1px solid #656565;
  line-height: 1em;
  vertical-align: middle;
}
.footer-bottom .right-content p,
.footer-bottom .left-content p {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  color: #383838;
  letter-spacing: .025em;
}
footer.footer .footer-widget.links-widget ul {
  margin: 0px -5px;
}
.footer-widget .link-list li {
  margin: 0px 3px;
}

/************************** 
* 13. inner banner styles 
***************************/
.inner-banner {
  position: relative;
  background: #000 url(../img/inner-banner-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 240px;
  padding-bottom: 120px;
}
.inner-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6541c1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6541c1), color-stop(98%, #d43396), color-stop(100%, #d43396));
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  opacity: .79;
}
.inner-banner .container {
  position: relative;
}
.inner-banner h3 {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 600;
  margin: 0;
}
.inner-banner h3 span {
  color: #000000;
}
.inner-banner .breadcumb {
  line-height: 1em;
  margin-top: 25px;
}
.inner-banner .breadcumb a,
.inner-banner .breadcumb i,
.inner-banner .breadcumb span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
.inner-banner .breadcumb a {
  color: #000000;
  font-family: 'Poppins';
  font-size: 16px;
}
.inner-banner .breadcumb i {
  color: #FFFFFF;
  font-size: 13px;
  margin-left: 7px;
  margin-right: 7px;
}
.inner-banner .breadcumb span {
  color: #FFFFFF;
  font-family: 'Poppins';
  font-size: 16px;
}

/************************** 
* 14. sidebar styles 
***************************/
.has-right-sidebar {
  padding-right: 45px;
}

.sidebar .single-sidebar + .single-sidebar {
  margin-top: 45px;
}
.sidebar .single-sidebar .title {
  margin-bottom: 30px;
}
.sidebar .single-sidebar .title h3 {
  margin: 0;
  color: #150A33;
  font-size: 22px;
  font-weight: 600;
}
.sidebar .single-sidebar .title h3:after {
  content: '';
  display: inline-block;
  width: 35px;
  height: 2px;
  background: #CD3498;
  margin-left: 10px;
}
.sidebar .single-sidebar.search-widget {
  background: #cd339a;
}
.sidebar .single-sidebar.search-widget form {
  position: relative;
  height: 54px;
}
.sidebar .single-sidebar.search-widget form input {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 15px;
  padding-left: 20px;
  border: none;
  outline: none;
  background-color: transparent;
  letter-spacing: .05em;
}
.sidebar .single-sidebar.search-widget form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.sidebar .single-sidebar.search-widget form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.sidebar .single-sidebar.search-widget form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.sidebar .single-sidebar.search-widget form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.sidebar .single-sidebar.search-widget form button {
  background-color: transparent;
  outline: none;
  border: none;
  color: #FFFFFF;
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar .single-sidebar.category-widget ul.category-list,
.sidebar .single-sidebar.category-widget ul.category-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .single-sidebar.category-widget ul.category-list li + li {
  border-top: 1px solid #E0E0E0;
  padding-top: 10px;
  margin-top: 10px;
}
.sidebar .single-sidebar.category-widget ul.category-list li a {
  color: #7D7D7D;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .single-sidebar.category-widget ul.category-list li a:hover {
  color: #CD339A;
}
.sidebar .single-sidebar.category-widget ul.category-list li a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post + .single-recent-post {
  margin-top: 20px;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post h3 {
  margin: 0;
  color: #150A33;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .01em;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post h3:hover {
  color: #CD339A;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post a.date {
  color: #929191;
  font-size: 15px;
  line-height: 1em;
  display: inline-block;
  font-weight: 500;
}
.sidebar .single-sidebar.tags-widget ul.tags-list, .sidebar .single-sidebar.tags-widget ul.tags-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .single-sidebar.tags-widget ul.tags-list {
  margin-left: -5px;
  margin-right: -5px;
}
.sidebar .single-sidebar.tags-widget ul.tags-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  margin-bottom: 10px;
}
.sidebar .single-sidebar.tags-widget ul.tags-list li a {
  display: block;
  border: 1px solid #E0E0E0;
  color: #929191;
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
  padding: 10px 19px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.sidebar .single-sidebar.tags-widget ul.tags-list li a:hover {
  color: #fff;
  border-color: #CC3498;
  background: #CC3498;
}

/************************** 
* 15. testimonials styles 
***************************/
.testimonials-style-one .container {
  max-width: 970px;
  padding: 49px 0 0;
  position: relative;
}
.testimonials-style-one .container > img.testi-thumb {
  position: absolute;
  top: 0;
  left: 0;
}
.testimonials-style-one .title {
  margin-bottom: 15px;
}
.testimonials-style-one .title h3 {
  margin: 0;
  color: #170B35;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  padding-left: 35px;
}

.single-testimonial {
  padding-top: 10px;
}
.single-testimonial .img-box, .single-testimonial .text-box {
  display: table-cell;
  vertical-align: top;
}
.single-testimonial .img-box {
  width: 450px;
  margin-bottom: 30px;
}
.single-testimonial .img-box img {
  max-width: none;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0px;
  -webkit-box-shadow: 0px 15px 33.6px rgba(212, 50, 151, 0.3);
  box-shadow: 0px 15px 33.6px rgba(212, 50, 151, 0.3);
  border-radius: 50%;
}
.single-testimonial .text-box img {
  max-width: none;
  width: auto;
}
.single-testimonial .text-box p {
  font-size: 18px;
  color: #656565;
  line-height: 26px;
  letter-spacing: .01em;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 20px;
}
.single-testimonial .text-box h3 {
  margin: 0;
  color: #170B35;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-testimonial .text-box span {
  color: #6B40BF;
  font-size: 16px;
}

.testimonials-slider .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
}
.testimonials-slider .bx-wrapper ul.slider {
  padding: 0;
  margin: 0;
}
.testimonials-slider .bx-wrapper .bx-controls-direction {
  text-align: center;
}
.testimonials-slider .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  background-image: none;
  color: #6B40BF;
  font-size: 27px;
  position: relative;
  top: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.testimonials-slider .bx-wrapper .bx-controls-direction a:hover {
  color: #d43297;
}
.testimonials-slider .bx-wrapper .bx-prev {
  left: 0px;
  margin-right: 25px;
}
.testimonials-slider .bx-wrapper .bx-next {
  right: 0px;
}

#testimonials-slider-pager a.pager-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
#testimonials-slider-pager a.pager-item:nth-child(1) {
  top: 92%;
  left: 33%;
}
#testimonials-slider-pager a.pager-item:nth-child(2) {
  top: 94%;
  left: 18%;
}
#testimonials-slider-pager a.pager-item:nth-child(3) {
  top: 74%;
  left: 2%;
}
#testimonials-slider-pager a.pager-item:nth-child(4) {
  top: 36%;
  left: 0;
}
#testimonials-slider-pager a.pager-item:nth-child(5) {
  top: 18%;
  left: 11%;
}
#testimonials-slider-pager a.pager-item:nth-child(6) {
  top: 9%;
  left: 25%;
}

@media (max-width: 768px) {
  #testimonials-slider-pager {
    display: none;
  }
}
/************************** 
* 16. app screenshot styles 
***************************/
.app-secreenshots .sec-title {
  margin-bottom: 70px;
}

.swiper-slider-area .container {
  position: relative;
}

.swiper-wrapper {
  height: 630px;
  width: 320px;
}

.row.appScreenshotCarousel-container.swiper-container-horizontal.swiper-container-3d.swiper-container-coverflow {
  position: relative;
  padding-bottom: 20px;
}

.swiper-slide.swiper-slide-active {
  border-radius: 35px;
}

.screen-mobile-image {
  background-image: url(../img/iphone-moc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 645px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: 24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 301px;
  z-index: 2;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
}

.swiper-slide.swiper-slide-active {
  background-size: 100% 100%;
}

.swiper-wrapper {
  padding: 30px 0 40px;
}

.swiper-slide.swiper-slide-next {
  -webkit-box-shadow: 30px 0px 20px rgba(0, 0, 0, 0.18);
  box-shadow: 30px 0px 20px rgba(0, 0, 0, 0.18);
}

.swiper-slide.swiper-slide-prev {
  -webkit-box-shadow: -30px 0px 20px rgba(0, 0, 0, 0.18);
  box-shadow: -30px 0px 20px rgba(0, 0, 0, 0.18);
}

/************************** 
* 17. how app work styles 
***************************/
.how-app-work-section {
  padding-top: 135px;
}
.how-app-work-section .title {
  margin-bottom: 40px;
}
.how-app-work-section .title h3 {
  margin: 0;
  color: #170B35;
  font-size: 32px;
  font-weight: 600;
}
.how-app-work-section .how-app-work-content-wrap {
  padding-left: 85px;
}
.how-app-work-section .how-app-work-content {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-bottom: 40px;
  position: relative;
}
.how-app-work-section .how-app-work-content:before {
  content: '';
  width: 2px;
  height: 100%;
  background: url(../img/gradient-sep.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 45px;
}
.how-app-work-section .single-how-app-work {
  padding-left: 10px;
}
.how-app-work-section .single-how-app-work + .single-how-app-work {
  margin-top: 60px;
}
.how-app-work-section .single-how-app-work .icon-box,
.how-app-work-section .single-how-app-work .text-box {
  display: table-cell;
  vertical-align: middle;
}
.how-app-work-section .single-how-app-work .icon-box .inner {
  width: 74px;
  height: 74px;
  background: #6541c1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #0d18aa), color-stop(98%, #2668f6), color-stop(100%, #1e1eee));
  background: -webkit-gradient(linear, left top, right top, from(#0d18aa), color-stop(98%, #2668f6), to(#1e1eee));
  background: linear-gradient(to right, #0d18aa 0%, #2668f6 98%, #1e1eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  position: relative;
  border-radius: 50%;
  text-align: center;
}
.how-app-work-section .single-how-app-work .icon-box .inner:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.how-app-work-section .single-how-app-work .icon-box .inner i {
  background: -webkit-gradient(linear, left top, right top, from(#0d18aa), color-stop(98%, #2668f6), to(#1e1eee));
  background: linear-gradient(to right, #0d18aa 0%, #2668f6 98%, #1e1eee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 74px;
  font-size: 44px;
  position: relative;
}
.how-app-work-section .single-how-app-work .icon-box .inner:hover {
  -webkit-box-shadow: 0px 18px 37px rgba(9, 5, 224, 0.27);
  box-shadow: 0px 15px 30px rgba(9, 5, 224, 0.27);
}
.how-app-work-section .single-how-app-work .icon-box .inner:hover i {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.how-app-work-section .single-how-app-work .icon-box .inner:hover:before {
  opacity: 0;
}
.how-app-work-section .single-how-app-work .icon-box .active .inner {
  -webkit-box-shadow: 0px 18px 37px rgba(9, 5, 224, 0.27);
  box-shadow: 0px 15px 30px rgba(9, 5, 224, 0.27);
}
.how-app-work-section .single-how-app-work .icon-box .active .inner i {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.how-app-work-section .single-how-app-work .icon-box .active .inner:before {
  opacity: 0;
}
.how-app-work-section .single-how-app-work .text-box {
  padding-left: 40px;
}
.how-app-work-section .single-how-app-work .text-box h4,
.how-app-work-section .single-how-app-work .text-box p {
  margin: 0;
}
.how-app-work-section .single-how-app-work .text-box h4 {
  font-size: 20px;
  color: #150A33;
  font-weight: 500;
}
.how-app-work-section .single-how-app-work .text-box p {
  font-size: 14px;
  line-height: 27px;
  color: #656565;
  margin-top: 10px;
}


.how-app-work-section .download-btn span.avail,
.how-app-work-section .download-btn span.store-name {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.how-app-work-section .download-btn span.avail {
  font-size: 12.5px;
}
.how-app-work-section .download-btn span.store-name {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 5px;
}
.how-app-work-section .download-btn.active, .how-app-work-section .download-btn:hover {
  -webkit-box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
  box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
}
.how-app-work-section .download-btn.active:before, .how-app-work-section .download-btn:hover:before {
  opacity: 0;
}
.how-app-work-section .download-btn.active i.fab,
.how-app-work-section .download-btn.active span.avail,
.how-app-work-section .download-btn.active span.store-name, .how-app-work-section .download-btn:hover i.fab,
.how-app-work-section .download-btn:hover span.avail,
.how-app-work-section .download-btn:hover span.store-name {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.how-app-work-section .download-btn.active {
  margin-right: 15px;
}
.how-app-work-section .how-app-work-slider-wrapper {
  position: relative;
  width: 305px;
  height: 655px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  -webkit-box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
  box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
}
.how-app-work-section .how-app-work-screen-mobile-image {
  background-image: url(../img/fature-moc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 655px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 310px;
  z-index: 2;
}
.how-app-work-section .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50px;
}
.how-app-work-section .bx-wrapper .slide-item {
  text-align: center;
}
.how-app-work-section .bx-wrapper .slide-item img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
}
.how-app-work-section .pager-item {
  display: block;
}
.how-app-work-section .pager-item + .pager-item {
  margin-top: 60px;
}
.how-app-work-section .pager-item.active .icon-box .inner:before {
  opacity: 0;
}
.how-app-work-section .pager-item.active .icon-box .inner i {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.how-app-work-section .how-app-work-slider-content {
  position: relative;
}
.how-app-work-section .how-app-work-slider-content img.circled-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


@media (min-width: 1200px) {
  .item-image img {
    max-width: 800px;
  }
}



#cores1{
  margin-top: 60px;
  justify-content: center;
  align-items: center;
}

.cores-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto; /* Adicionado para centralizar horizontalmente */
}

.cor-element {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease-in-out;

  width: calc(33.33% - 20px);
  box-sizing: border-box;
  margin-bottom: 20px;
}

.cor-element:hover {
  transform: scale(1.05);
}

.square-container {
  width: 500px;
  height: 180px;
}

.text-container {
  padding: 15px;
  text-align: center;
}

.text-container p {
  margin: 0;
  font-weight: bold;
  color: #070723;
}



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