@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap");
.links {
  color: #DE8D70;
  text-decoration: none;
}
.links:hover {
  color: #6C63FF;
}

a {
  text-decoration: none;
  outline: none;
}

.after_before, footer::after, .feature_section::after, .feature_section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 1;
}
.western {
    line-height: normal !important;
}
@media only screen and (max-width: 767px) {
  section {
    padding: 30px 0;
  }
}

.media_div {
  width: auto;
  position: relative;
}
.media_div img {
  max-width: 100%;
}

.circle_line {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.circle_line img {
  position: absolute;
  left: -200px;
  top: -200px;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .circle_line {
    display: none;
  }
}

.btn {
  padding: 7px 16px;
  border-radius: 20px;
  min-width: 150px;
  border: 1px solid transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background-color: #6C63FF;
}
.btn:hover {
  background-color: transparent;
  color: #6C63FF;
  border: 1px solid #6C63FF;
}
.btn.bordered {
  background: transparent;
  border: 1px solid;
  color: #000;
}
.btn.bordered:hover {
  background-color: #DE8D70;
  color: #fff;
  border-color: #DE8D70;
}
.btn.brown {
  background: #DE8D70;
}
.btn.brown:hover {
  background-color: #6C63FF;
}

.heading_block {
  width: 100%;
  display: block;
  margin-bottom: 60px;
}
.heading_block h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0;
}
.heading_block p {
  margin-top: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .heading_block {
    margin-bottom: 20px;
  }
  .heading_block h2 {
    font-size: 30px;
  }
}
.heading_block h1 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #525252;
}

header {
  position: absolute;
  top: 0;
  padding: 10px;
  left: 0;
  width: 100%;
  z-index: 111;
  background: transparent;
}
header.sticky {
  position: fixed;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
header nav.navbar-light .navbar-nav .nav-item {
  margin-left: 60px;
}
header nav.navbar-light .navbar-nav .nav-item .nav-link {
  padding: 8px 0;
}
header nav.navbar-light .navbar-nav .nav-item i {
  margin-right: 10px;
  font-size: 20px;
  float: left;
}
header nav.navbar-light .navbar-nav .nav-item .nav-link.btn {
  padding: 7px 16px;
  background: #6C63FF;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #fff;
  font-size: 16px;
}
header nav.navbar-light .navbar-nav .nav-item .nav-link.btn:hover {
  background: #DE8D70;
}
@media only screen and (max-width: 991px) {
  header .navbar-brand img {
    width: 80px;
  }
  header .navbar-light .navbar-toggler {
    border-color: #fff;
  }
  header .navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  header #navbarSupportedContent {
    margin-top: 0px;
    background-color: #fff;
    padding: 20px;
    border-radius: 30px;
  }
  header #navbarSupportedContent .navbar-nav .nav-item {
    margin-left: 0 !important;
  }
  header #navbarSupportedContent .navbar-nav .nav-item a {
    color: #111 !important;
  }
  header #navbarSupportedContent .navbar-nav .nav-item a:hover {
    color: #6C63FF !important;
  }
}
@media only screen and (max-width: 575px) {
  header nav.navbar-light .navbar-brand {
    margin-right: 0;
  }
  header nav.navbar-light .navbar-nav .nav-item {
    margin-left: 0;
  }
}

.banner {
  background-color: #6C63FF;
  background-image: url(../../images/banner-bg.png);
  background-position: right 70% center;
  padding: 0px;
  height: 100vh;
  max-height: 1024px;
  min-height: 1024px;
  display: flex;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  background-repeat: no-repeat;
  padding-top: 70px;
}
.banner h1 {
  font-size: 76px;
  color: #fff;
  font-weight: 700;
}
.banner h1 span {
  color: #111;
}
.banner p {
  font-size: 20px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 50px;
}
.banner .media_div img.mobiles_image {
  right: -130px;
  position: relative;
}
.banner .media_div.app_store_logo img {
  margin: 1%;
  min-height: 50px;
}
@media only screen and (max-width: 1199px) {
  .banner {
    background-position: right 50% center;
  }
  .banner .media_div img.mobiles_image {
    right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    min-height: auto;
    text-align: center;
    height: auto;
    padding-top: 180px;
    padding-bottom: 50px;
    background-image: none;
  }
  .banner h1 {
    font-size: 50px;
  }
  .banner .media_div img.mobiles_image {
    right: 0;
    max-width: 300px;
    position: relative;
  }
}
@media screen and (max-width: 1570px) {
  .banner {
    background-position: right 48% center;
  }
  .banner h1 {
    font-size: 56px;
  }
  .banner .media_div img.mobiles_image {
    right: 0;
  }
}

.services {
  position: relative;
  z-index: 4;
  background: #fff;
}
.services::after {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-image: url(../../images/feature_bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: -1;
}
.services .card {
  padding: 30px;
  border-radius: 30px;
  box-shadow: -4px 68px 63px -77px rgb(83, 83, 83);
  -webkit-box-shadow: -4px 68px 63px -77px rgb(83, 83, 83);
  border: 1px solid #f6f6f6;
}
.services .card .card-body {
  padding: 0;
}
.services .card h3 {
  font-size: 20px;
  margin-top: 30px;
  color: #111;
  font-weight: 600;
  margin-bottom: 15px;
}
.services .card p {
  margin-bottom: 0;
}
.services .card .icon_div {
  width: 100px;
  height: 100px;
  background-color: #6C63FF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3882352941);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  padding: 20px;
  border-radius: 50%;
}
.services .card .icon_div img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 991px) {
  .services {
    text-align: center;
  }
  .services br {
    display: none;
  }
  .services .card {
    margin-bottom: 30px;
  }
  .services .card .icon_div {
    margin: auto;
  }
}

.feature_section {
  background-color: #6C63FF;
  z-index: 1;
  margin: 200px auto;
  overflow: visible;
}
.feature_section::after, .feature_section::before {
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(../../images/blue_top.png);
  display: none !important;
}
.feature_section::after {
  top: auto;
  bottom: -1px;
  transform: rotate(-180deg);
}
.feature_section .circle_line img {
  position: absolute;
  left: -90px;
  top: -430px;
  width: 810px;
}
.feature_section .media_div img {
  margin-top: -200px;
}
.feature_section .heading_block h2, .feature_section .heading_block p {
  color: #fff;
}
.feature_section.first {
  z-index: 2;
}
.feature_section.first .media_div img {
  margin-right: -100px;
}
.feature_section.two {
  margin-top: -100px;
  margin-bottom: 0;
}
.feature_section.two .circle_line img {
  position: absolute;
  right: -90px;
  top: -430px;
  width: 810px;
  left: auto;
}
.feature_section.two .media_div img {
  margin-left: -100px;
}
@media only screen and (max-width: 991px) {
  .feature_section {
    text-align: center;
  }
  .feature_section .media_div {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .feature_section .media_div img {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .feature_section.two {
    margin-top: 0;
  }
}

.contact_section .form-control {
  border: 1px solid #999999;
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
}
.contact_section textarea {
  width: 100%;
  min-height: 200px;
}

footer {
  background-color: #212121;
  padding: 100px 0px 20px 0px;
  color: #fff;
  z-index: 1;
  position: relative;
}
footer::after {
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(../../images/footer_bg.png);
}
footer p {
  font-size: 16px;
  color: #656565;
  line-height: 22px;
}
footer a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 34px;
}
footer a:hover {
  text-decoration: none;
  color: #fff;
}
footer h3 {
  color: #6C63FF;
  font-size: 30px;
  line-height: 43px;
  font-weight: bold;
}
footer .footer_copyright {
  font-size: 16px;
  line-height: 22px;
  color: #656565;
  margin-bottom: 0px;
}
footer .app_icon {
  text-align: end;
}
footer .sladder_footer hr {
  border: 1px solid #414141;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 30px;
    background-image: none;
  }
  footer .app_icon {
    text-align: left;
    margin-top: 20px;
  }
}

.page_title {
  background-color: #6C63FF;
  padding-top: 200px;
  padding-bottom: 50px;
}
.page_title h1 {
  color: #fff;
}/*# sourceMappingURL=style.css.map */
