* {
  font-family: 'Poppins', sans-serif;
}

.common-heading h2 {
  color: #05103d;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

h5 {
  color: #05103d;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  
}
.common-heading span {
  color: #835182;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
p {
  color: #828282;
  font-size: 15px;
  line-height: 28px;
}
a.btn-buy {
   background: linear-gradient(135deg, #990066, #330066) !important;
  display: inline-block;
  text-decoration: none;
  padding: 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

/*---------nav-bar-start--------------*/

img.whitelogo {
  width: 190px;
}

.originallogo {
  display: none;
}

.sticky-bar .originallogo {
  display: revert !important;
  width: 120px;
}

.sticky-bar .navbar-toggler {
  font-size: 18px;
}

.sticky-bar a.nav-link {
  font-size: 14px !important;
  padding: 0 14px !important;
}
.sticky-bar .main-button a{
  font-size: 16px;
  padding: 12px;
}

.hamberger {
  display: none;
}
.hamberger {
  display: revert !important;
  border: 1px solid #ffffff;
  padding: 8px 14px;
  border-radius: 5px;
}
.sticky-bar .hamberger-white {
  display: none;
}

.sticky-bar .whitelogo {
  display: none;
}

.navbar-light .navbar-toggler-icon {
  color: rgba(255, 255, 255, .55);
  
}
.navbar-light .navbar-toggler {
  color: #ffffff;
  padding: 8px 14px;
  border: none;
}

.sticky-bar {
  position: fixed !important;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 999999999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown !important;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown !important;
  transition: .5s !important;
  -webkit-transition: .3s !important;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  background: #c1c1c1;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 11%);

}

.sticky-bar .main-button a {
 background: linear-gradient(135deg, #990066, #330066) !important;  display: inline-block;
  text-decoration: none;
  padding: 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}
.reach a{
  background: linear-gradient(135deg, #990066, #330066) !important;
  display: inline-block;
  text-decoration: none;
  padding: 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}
.main-button a{
  /* background: linear-gradient(135deg, #990066, #330066) !important; */
  display: inline-block;
  /* text-decoration: none;
  padding: 10px 35px; */
  border-radius: 50px;
  /* color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 600; */
  transition: 0.3s;
}

.sticky-bar .nav-link {
  color: #05103d !important;
  font-weight: 500 !important;
}

/*---------nav-bar-end--------------*/

/*--------home--banner--start-------------*/

.hero-banner img {
  width: 100%;
  object-fit: cover;
}

.hero-banner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navbar-collapse {
  text-align: center;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  padding: 0 15px
}

.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-content h6 {
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
}

.hero-content p {
  margin-bottom: 25px;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
}

.hero-content h1 {
  font-size: 45px;
  font-weight: 800;
  color: #ffffff;
}

.hero-banner {
  margin-bottom: 100px;
}
.playstore img{
  width: 50%;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 991px) {
  
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    max-width: 50%;
  }
 
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------home--banner--end-------------*/

/*---------service-sec start--------------*/

#ourservices_sec {
  margin-bottom: 100px;
}

#ourservices_sec .outer-box {
  width: 100%;
  padding: 20px;
  background-color: #F2F6F7;
  text-align: center;
  margin-bottom: 23px;
  border-radius: 5px;
}

#ourservices_sec .icon-outer-box {
  background-color:#feecea;
  width: 60px;
  height: 60px;
  color: #835182;
  display: flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#ourservices_sec i {
  font-size: 25px;
}
#ourservices_sec h4 {
  font-size: 18px;
  color: #05103d;
  margin: 10px 0 10px 0;
  font-weight: 600;
}

#ourservices_sec p {
  margin-bottom: 0;
  font-size: 16px;
}

/*---------service-sec ends--------------*/


/*---------about-sec start--------------*/
#aboutus_sec {
  margin-bottom: 100px;
}
.about-img{
  width: 100%;
}
#aboutus_sec {
  background: #f3f7fa;
  padding: 50px 0px;
}
#aboutus_sec .right-sec .common-heading h2::after{
  border-radius: 5px;
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 5px;
   background: linear-gradient(135deg, #990066, #330066) !important;
  margin-top: 10px;
  
}
/*---------about-sec end--------------*/

/*---------features-sec start--------------*/
ul {
  list-style: none;
}

li.feature-1 {
  margin: 70px;
}
li.feature-3 {
  text-align: end;
}
#features-sec {
  margin-bottom: 100px;
}
#features-sec .common-heading p::after{
  border-radius: 5px;
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 5px;
  background: #835182;
  margin-top: 10px;
  left: calc(50% - 33px);
}
.feature-img{
  width: 100%;
}
/*---------features-sec end--------------*/

/*---------price-sec--start--------------*/
#price-sec {
  background: #05103d;
  padding: 80px;
  margin-bottom: 100px;
}
#price-sec h2{
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  text-transform: uppercase;
}
.box {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 50px 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 20px;
}
.box-1 {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 50px 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 20px;
  height: 80%;
  margin-top: 44px;
}
.box h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.box-1 h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.box h4 {
  font-size: 36px;
  color: #835182;
  font-weight: 600;
  margin-bottom: 20px;
}
.box-1 h4 {
  font-size: 26px;
  color: #835182;
  font-weight: 600;
  margin-bottom: 20px;
}
.box .btn-wrap {
  padding: 20px 15px;
  text-align: center;
}
.box-1 .btn-wrap {
  padding: 20px 15px;
  text-align: center;
}
.box .btn-buy {
   background: linear-gradient(135deg, #990066, #330066) !important;
  display: inline-block;
  text-decoration: none;
  padding: 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}
ul.price-plan {
  padding: 0;
  text-align: center;
  line-height: 35px;
}
 p.enterprice {
  color: #fff !important;
}
.box .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  left: -58px;
  transform: rotate(320deg);
  z-index: 1;
  font-size: 14px;
  padding: 5px 0 5px 0;
  background: #7B94FB;
  color: #fff;
}
.box-1 .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  left: -58px;
  transform: rotate(320deg);
  z-index: 1;
  font-size: 14px;
  padding: 5px 0 5px 0;
  background: #7B94FB;
  color: #fff;
}
#price-sec .common-heading p::after{
  border-radius: 5px;
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 5px;
   background: linear-gradient(135deg, #990066, #330066) !important;
  margin-top: 10px;
  left: calc(50% - 33px);
}
/*---------price-sec--end--------------*/

/*---------contactus-sec--start--------------*/
.address-sec {
  color: #828282;
}
label.form-label {
  font-size: 15px;
}
#contactus-sec {
  margin-bottom: 100px;
}
/*---------contactus-sec--end--------------*/

/*---------footer-sec--start--------------*/
.footer-sec {
  display: flex;
  justify-content: space-between;
  background-color: #001031;
  padding: 12px 0;
}
.copy-rights {
  color: #ffffff;
  font-size: 15px;
}
.copy-rights p {
  text-align: start !important;
}
.footer-sec p {
  margin-bottom: 0;
  text-align: end;
  color: #ffffff;
}
.footer a {
  text-decoration: none;
  position: relative;
  color: #ffffff;
  transition: 0.5s;
}
/*---------footer-sec--end--------------*/

.btn-danger {
  color: #fff;
  background-color: #835182;
  border-color: #835182;
  border-radius: 30px;
  padding: 10px;
}