html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
}

/* <!-- Hide reCAPTCHA badge --> */
.grecaptcha-badge {
  display: none;
}

/* STICKY STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header.is-sticky {
  z-index: 99999;
  top: 0;
  position: fixed;
  width: 100%;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  background-color: #fff;
  animation: slideDown 0.35s ease-out;
  color: #662e91 !important;
}

.page-header.is-sticky .page {
  color: #662e91 !important;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.page {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #662e91 !important;
  font-size: 15px;
  transition: 0.3s;
}

.page:hover {
  color: #fd397f !important;
}

.nav-item {
  margin-left: 10px;
}

.primary-btn {
  text-decoration: none;
  display: inline-block;
  background-image: linear-gradient(to right, #662e91, #fd397f);
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  border-radius: 30px;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  transition: 0.3s;
}

.primary-btn:hover {
  background-image: linear-gradient(to right, #fd397f, #662e91);
}

.main {
  background-image: linear-gradient(to bottom, #fffffffa, #ad59ee8b, #ad59ee8b, #ad59ee8b),
    url(../images/hero.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.banner-content {
  margin-top: -30px;
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.arrow{
  position: absolute;
  top: 0%;
  left: -20%
}

.banner-content h1 {
  font-size: 46px;
  font-weight: 700;
  color: #722fa5;
  text-shadow: -4px 5px 3px #ffffff;
}

.banner-content h1 span {
  color: #FD397F;
}

.banner-content p {
  margin-bottom: 30px;
  font-weight: 700;
  color: #fff !important;
  font-size: 18px;
}

.download-btn {
  border: 2px solid #ffffff63;
  background-color: #fd397e;
  padding: 15px 20px;
  border-radius: 8px;
  transition: 0.3s;
}

.download-btn:hover {
  background-color: #662e91;
}

.countdown-timer {
  background-color: #00000069;
  border-radius: 8px;
}

#timer {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}

#timer div {
  text-align: center;
  min-width: 21%;
  /* background-color: #662E91; */
  background-image: linear-gradient(to top, #662e91, #fd397f);
  margin: 0 5px;
  padding: 10px;
  border-radius: 8px;
}

#timer div span {
  border-top: 2px solid #fff;
  padding-top: 10px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.newsletter-wrapper {
  padding: 30px 0;
  background-color: #0000002d;
}

.newsletter-wrapper .cc-input {
  border: 0;
  border-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 45px;
  padding-left: 15px;
}

.form-control:focus {
  box-shadow: 0 0 0 0;
}

.newsletter-wrapper h2 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.submit-btn {
  background-image: linear-gradient(to right, #662e91, #fd397f);
  color: #fff;
  width: 100%;
  height: 45px;
  border: 0;
  border-radius: 30px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-weight: 700;
  font-size: 14px;
}

.submit-btn:hover {
  background-image: linear-gradient(to right, #fd397f, #662e91);
}

.newsletter-wrapper .cc-input::placeholder {
  font-weight: 500;
}

.navbar-toggler-icon {
  background-image: url(../images/hamburger.png);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}

.header-social-media ul li a {
  color: #FD397F;
}

/* trust company start  */

.trust-company {
  padding: 100px 0;
}

.title-wrapper {
  margin-bottom: 50px;
}

.title-wrapper h1 {
  margin-top: 10px;
  font-weight: 700;
  color: #662e91;
  font-size: 40px;
  text-transform: capitalize;
  text-shadow: -8px 6px 3px rgba(212, 212, 212, 0.93);
}

.title-wrapper h1 span {
  color: #fd397f;
}

.title-wrapper p {
  font-weight: 500;
  color: #662e91;
}

.title-wrapper .subtitle {
  color: #fd397f;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 4px;
}

.autoplay .cc {
  text-align: center !important;
}

.slick-dots li button:before {
  margin-top: 10px;
  font-size: 15px !important;
}

.company-slider-wrapper img {
  display: inline-block;
}

.slick-dots {
  margin-bottom: 0;
}

/* trust company end  */

/* feature start  */

.feature {
  padding: 80px 0;
}

.feature-wrapper {
  border-radius: 10px;
  padding: 50px 20px;
  /* background-color: #F6F4FE; */
  box-shadow: 0 0 20px #ebe8e8;
}

.single-feature h2 {
  font-weight: 700;
  color: #fd397f;
  font-size: 20px;
  margin-bottom: 5px;
}

.single-feature p {
  font-weight: 500;
  font-size: 15px;
  color: #662e91;
}

.cc-animation-left-right {
  position: relative;
  animation: ghuraghuri 1.5s linear 0s infinite alternate;
}

@keyframes ghuraghuri {
  0% {
    transform: rotate(2.5deg);
  }

  100% {
    transform: rotate(-2.5deg);
  }
}

/* feature start  */

/* counter start  */

.counter-sec {
  background-color: #f6f4fe;
  padding: 80px 0;
}

.single-counter {
  margin: 10px 0;
  padding: 20px 10px;
  text-align: center;
  box-shadow: 0 0 20px #ebe8e8;
  border-radius: 8px;
}

.counter,
.counter span {
  font-weight: 700;
  font-size: 50px;
  color: #fd397f;
}

.single-counter span {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 0;
}

.single-counter h2 {
  font-weight: 700;
  font-size: 18px;
  color: #662e91;
}

.cc-animation-up-down {
  position: relative;
  animation: updown 1s linear 0s infinite alternate;
}

@keyframes updown {
  0% {
    top: -10px;
  }

  100% {
    top: 10px;
  }
}

.cc-animation-circling {
  position: relative;
  animation: circling 40s linear 0s infinite;
}

@keyframes circling {
  100% {
    transform: rotate(360deg);
  }
}

/* counter end  */

/* more-feature start  */

.more-feature {
  padding: 80px 0;
}

.single-more-feature h2 {
  font-weight: 700;
  color: #662e91;
  font-size: 20px;
  margin-bottom: 5px;
}

.single-more-feature p {
  font-weight: 500;
  font-size: 15px;
  color: #333;
}

/* more-feature end  */

/* how-it-work start  */

.how-it-work {
  padding: 80px 0;
  background-color: #f6f4fe;
}

.single-how-it-work h2 {
  font-weight: 700;
  color: #662e91;
  font-size: 20px;
  margin-bottom: 5px;
}

.single-how-it-work p {
  font-weight: 500;
  color: #333;
  font-size: 16px;
}

.video-wrapper {
  position: relative;
}

.wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fd397f;
  display: inline-block;
  background: #fff;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #ffffff38;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.video-wrapper h3 {
  margin-top: 40px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.video-wrapper h2 {
  font-weight: 700;
  color: #fff;
  font-size: 30px;
}

/* how-it-work end  */

/*Testimonial Start*/

.testimonial {
  padding: 85px 0 50px 0;
}

.carousel-control-prev,
.carousel-control-next {
  display: flex;
  align-items: self-end;
  bottom: 10%;
}

.carousel-control-prev {
  left: 76%;
}

.carousel-control-prev-icon {
  border: 1px solid #eff3f8 !important;
  border-radius: 50px;
  background-image: none;
}

.carousel-control-next-icon {
  border: 1px solid #eff3f8 !important;
  border-radius: 50px;
  background-image: none;
}

.carousel-control-prev-icon:hover {
  background-color: #eff3f8;
}

.carousel-control-next-icon:hover {
  background-color: #eff3f8;
}

.carousel-control-next-icon i {
  color: #573cf9;
  line-height: 32px;
}

.carousel-control-prev-icon i {
  color: #573cf9;
  line-height: 32px;
}

.divider-btn {
  height: 20px;
  width: 1px;
  background-color: #eff3f8;
  position: absolute;
  left: 88%;
  top: 82%;
}

.testi-info {
  float: left;
}

.testimonial h2 {
  font-size: 20px;
  font-weight: 500;
  color: #242f51;
}

.testimonial h3 {
  font-size: 18px;
  font-weight: 500;
  color: #242f51;
}

/*Testimonial End*/

/*Faq start*/

.faq {
  padding: 80px 0;
  background-color: #f6f4fe;
}

.accordion-button:not(.collapsed) {
  background-color: #e7f1ff;
  box-shadow: none;
  color: #242f51;
  background-color: #f5f7fa;
}

.accordion-body {
  background-color: #f5f7fa;
  padding: 20px 50px 60px 50px;
}

.accordion-button {
  font-weight: 700;
  font-size: 18px;
  color: #242f51;
  background-color: #f5f7fa;
  padding-left: 50px;
}

.accordion-button:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}

.testimonial-subtitle {
  line-height: 30px !important;
}

/*Faq End*/

/* sceenshot start  */

.screenshot {
  padding: 80px 0;
}

.slick-slide {
  transform: scale(0.9);
  transition: all 0.4s ease-in-out;
  padding: 20px 0;
}

.screenshot .slick-slide img {
  max-width: 100%;
  border: 1px solid #333;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}

.slick-center {
  transform: scale(1);
}

/* sceenshot end  */

/* explore-product start  */
.explore-product {
  padding: 80px 0;
  background-image: url(../images/explore/ic_productstack-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.stroke-divider {
  width: 192.2px;
  height: 1px;
  margin: 24.6px 105.8px 40px 0.1px;
  border: solid 1px #e6e7e7;
}

.single-explore-product {
  min-height: 590px;
  background-color: #fff;
  position: relative;
  padding: 36px;
  box-shadow: 0 0 12px 4px #eff1fa;
  border: solid 1px #e8eaf1;
  position: relative;
  margin-bottom: 30px;
  border-radius: 7px;
}

.single-explore-bg-img img {
  position: absolute;
  top: 0;
  right: 0;
}

.single-explore-bg-img .contact-img {
  position: absolute;
  top: 20px;
  right: 10px;
}

.explore-left-border {
  margin-right: 10px;
  display: inline-block;
  background-color: #662e91;
  width: 5px;
  height: 20px;
}

.single-explore-title h3 {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #662e91;
  letter-spacing: 1px;
  position: relative;
}

.single-explore-title h3::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background-color: #0353a4;
  top: 40px;
  left: 0;
  right: 0;
  transition: 0.3s;
}

.single-explore-product h2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  color: #662e91;
}

.single-explore-product p {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.single-explore-product a {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #666;
}

/* explore-product end  */

/* cta start  */

.cta {
  padding: 80px 0;
}

.cc-cta {
  background-image: linear-gradient(to right, #662e91, #fd397f);
  padding-right: 0;
  padding-bottom: 0;
}

.cc-cta h1 {
  margin-bottom: 25px;
  font-weight: 700;
  color: #fff;
  font-size: 36px;
  text-shadow: -8px 6px 3px #fd397e80;
}

.cc-cta p {
  margin-bottom: 35px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

/* cta end  */

/*Blog section start*/

.blog {
  padding: 80px 0;
  background-color: #f5f7ff;
}

.blog-poster {
  position: relative;
}

.blog-calender {
  padding: 8px 16px;
  background-color: #662e91;
  position: absolute;
  bottom: 0;
  left: 0;
}

.calender-date {
  font-weight: 700;
  font-size: 30px;
  color: #fff !important;
}

.calender-month {
  font-weight: 400;
  font-size: 16px;
  color: #fff !important;
}

.blog-title {
  font-weight: 700;
  font-size: 16px;
  color: #662e91 !important;
}

.blog-desc {
  font-weight: 400;
  font-size: 15px;
  color: #999999 !important;
}

.blog-line {
  color: #999999;
}

.blog-comments i {
  color: #fd397e;
}

.blog-comments p {
  font-size: 15px;
  color: #999 !important;
}

/*Blog section end*/

/*Legal section start*/
.terms-title {
  padding: 30px 0;
  text-align: center;
  color: #662E91;
  font-size: 18px;
  font-weight: 900;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, sans-serif;
}

.terms-body {
  padding: 5px;
  text-align: left;
  color: #000000;
  font-size: 15px;
  font-weight: 390 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, sans-serif;
  line-height: 1.8;
  /* margin: 40px 0; */
  word-wrap: break-word;

}

/*Legal section end*/

/* footer start  */

footer {
  padding: 40px 0;
  background-color: #662e91;
}

footer p {
  margin-top: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.contact-info li a {
  text-decoration: none;
  font-size: 15px;
  color: #fff !important;
  font-weight: 500;
}

.contact-info li i {
  color: #fd397e;
}

footer h2 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}

.footer-links li {
  margin: 5px 0;
}

.footer-links li a {
  text-decoration: none;
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  transition: 0.3s;
}

.social-media li a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-image: linear-gradient(to right, #8f22e2, #fd397f);
  color: #fff;
  transition: 0.3s !important;
}

.social-media li a:hover {
  background-image: linear-gradient(to right, #fd397f, #8f22e2);
  transform: scale(0.9);
}

.cc-footer-newsletter {
  padding: 0;
  background-color: transparent;
}

.cc-footer-newsletter h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

/* footer end  */