body {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  background: #fff;
  overflow-x: hidden !important;
}


::-moz-selection,
::-webkit-selection,
::selection {
  background: blue;
  color: #ffffff;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}

section,
article,
footer,
header,
nav,
section,
main {
  display: block;
}

@media only screen and (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }
}

p,
th,
td,
li,
label,
input,
output,
blockquote,
span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
  color: #000000;
  text-align: center;
}

p.large,
th.large,
td.large,
li.large,
label.large,
input.large,
output.large,
blockquote.large,
span.large {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
  text-align: justify;
}

a,
button {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #3b368c;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

a:hover,
button:hover {
  text-decoration: none;
  color: #ffffff;
  border: none;
  outline: none;
}

h1,
h1>a {
  font-family: 'Poppins', sans-serif;
  font-size: 76px;
  line-height: 86px;
  font-weight: 700;
  color: #27346d;
  font-style: normal;
  text-align: left;
  margin-top: -2px;
}

h2,
h2>a {
  font-family: 'Poppins', sans-serif;
  font-size: 54px;
  line-height: 64px;
  font-weight: 700;
  color: #27346d;
  font-style: normal;
  text-align: left;
  margin-top: -4px;
}
.text-justy{
  text-align: justify !important;
}
h3,
h3>a {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #3a4a95;
  font-style: normal;
  text-align: left;
  margin-top: -4px;
}

h6,
h6>a {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #27346d;
  font-style: normal;
  text-align: left;
  margin-top: -1px;
}

@media only screen and (max-width: 991px) {

  h1,
  h1>a {
    font-family: 'Poppins', sans-serif;
    font-size: 54px;
    line-height: 64px;
    font-weight: 700;
    color: #27346d;
    font-style: normal;
    text-align: left;
    margin-top: -4px;
  }

  h2,
  h2>a {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #3a4a95;
    font-style: normal;
    text-align: left;
    margin-top: -4px;
  }

  h3,
  h3>a {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #27346d;
    font-style: normal;
    text-align: left;
    margin-top: -1px;
  }

  h6,
  h6>a {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #27346d;
    font-style: normal;
    text-align: left;
    margin-top: -3px;
  }

  p,
  th,
  td,
  li,
  label,
  input,
  output,
  blockquote,
  span {
    font-size: 16px;
    line-height: 26px;
    text-align: justify !important;
  }

  p.large,
  th.large,
  td.large,
  li.large,
  label.large,
  input.large,
  output.large,
  blockquote.large,
  span.large {
    font-size: 20px;
    line-height: 30px;
    margin-top: -4px;
  }

  a,
  button {
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
    margin-top: -4px;
  }
}

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.text-center {
  text-align: center;
}

.common-container {
  padding: 0 125px;
}

.button {
  width: 100%;
  background-color: #ffffff;
  padding: 11px 20px;
  text-align: center;
  color: #3b368c;
  font-size: 16px;
  font-weight: 600;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.button:hover {
  background-color: #006bff;
  color: #ffffff;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 24px;
  width: 45px;
  height: 45px;
  background-color: #006bff;
  border-radius: 5px;
  color: #ffffff !important;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 99999;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.scrollToTop:hover {
  background-color: #ffffff;
  color: #006bff !important;
  -webkit-box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
}

.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  color: #006bff;
}

@media only screen and (max-width: 1199px) {
  .scrollToTop {
    right: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}

header {
  background: #fff;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 9999;
}



.navbar {
  padding: 0px;
}

.navbar li {
  margin: 0px;
}

.navbar-brand {
  margin: 0px;
  padding: 0px;
}

.logo {
  max-width: 200px;
  height: auto;
  object-fit: cover;
}

.nav-link {
  padding: 0 30px !important;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}

.language-select {
  background-color: transparent;
  border: none;
  outline: none;
  height: auto !important;
  line-height: 0px !important;
  padding: 4px 20px 4px 18px;
  margin-left: 25px;
  margin-right: 8px;
}

.language-select .current {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #27346d;
}

.language-select::after {
  height: 8px;
  width: 8px;
  margin-top: -6px;
  right: 8px;
  border-color: #27346d;
}

.download {
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  background-color: #006bff;
  color: #ffffff;
  margin-left: 7px;
  padding: 6px 30px 6px !important;
}

.download:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  color: #006bff;
}

.navbar-toggler {
  border: none;
  padding: 0px;
  margin: 0px 0px 0px 20px;
  line-height: 0px;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.navbar-toggler .icon-bar {
  width: 35px;
  height: 2px;
  background-color: #27346d;
  margin: 0px;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-toggler .middle-bar {
  margin: 6px 0px;
  opacity: 1;
}

.toggle-active .top-bar {
  -webkit-transform: rotate(-45deg) translate(-7px, 4px);
  -ms-transform: rotate(-45deg) translate(-7px, 4px);
  transform: rotate(-45deg) translate(-7px, 4px);
  background: #27346d;
}

.toggle-active .middle-bar {
  opacity: 0;
}

.toggle-active .bottom-bar {
  -webkit-transform: rotate(45deg) translate(-7px, -4px);
  -ms-transform: rotate(45deg) translate(-7px, -4px);
  transform: rotate(45deg) translate(-7px, -4px);
  background: #27346d;
}

@media only screen and (max-width: 1199px) {
  .nav-link {
    font-size: 16px;
    padding: 6px 10px !important;
  }

  .language-select {
    margin-left: 0px;
  }

  .language-select .current {
    font-size: 16px;
  }

  .language-select .option {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-collapse {
    margin-top: 25px;
    max-height: 300px;
    overflow: auto;
  }

  .navbar-collapse .nav-link {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 3px;
  }

  .navbar-collapse .nav-link:hover {
    padding-left: 14px !important;
  }

  .navbar-collapse::-webkit-scrollbar {
    width: 5px;
  }

  .navbar-collapse::-webkit-scrollbar-track {
    background-color: #f7f6fe;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }

  .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: #27346d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 767px) {
  header {
    padding: 23px 0px;
  }

  .logo {
    max-width: 120px;
    height: 34px;
  }

  .navbar-toggler {
    margin-left: 5px;
  }

  .navbar-toggler .icon-bar {
    width: 30px;
  }

  .language-select {
    margin-left: 0px;
  }

  .navbar-collapse .download {
    margin-left: 0px;
    margin-bottom: 0px;
    background-color: #006bff;
  }

  .navbar-collapse .download:hover {
    color: #ffffff;
  }
}

.hero {
  height: 100vh;
  padding: 0 125px;
  margin-top: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-main11 {
  display: flex;
  align-items: center;
}

.hero-main-right {
  display: flex;
  align-items: center;
  position: relative;
}

.hero__content h1 {
  margin-bottom: 21px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  color: #000000;
}

.hero__content__link {
  margin-top: 35px;
}

.hero__content__link a:first-of-type {
  margin-right: 18px;
}

.hero__content__link a:hover {
  border: none;
  outline: none;
}

.hero__content__link img {
  max-width: 100%;
  max-height: 56px;
  border: none;
  outline: none;
}

.hero__ratings {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.hero__ratings__store:first-of-type {
  margin-right: 60px;
}

.hero__ratings__star {
  margin-bottom: 10px;
}

.hero__ratings__star i {
  display: inline-block;
  line-height: 0px;
  font-size: 18px;
  color: #ff8e25;
}

.hero__thumb {
  direction: ltr;
}

.hero__img {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}

.hero__img .hero__circle {
  width: 100%;
  height: auto;
  z-index: 1;
  -webkit-animation: spin 8s linear infinite;
  -moz-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite;
}

/* 
.hero__img .hero__circle1 {
  position: absolute;
  right: 0px;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  -webkit-animation: spin 8s linear infinite;
  -moz-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite;
} */

.hero__img .hero__wallet {
  position: absolute;
  top: 14%;
  left: 41%;
  z-index: 4;
  max-width: 100%;
  height: auto;
  animation: shake 2s linear infinite;
  -moz-animation: shake 2s linear infinite;
  -webkit-animation: shake 2s linear infinite;
}

.hero__img .hero__wallet1 {
  position: absolute;
  top: 26%;
  right: -5%;
  z-index: 4;
  max-width: 100%;
  height: auto;
  animation: shake 2s linear infinite;
  -moz-animation: shake 2s linear infinite;
  -webkit-animation: shake 2s linear infinite;
}

.hero__img .hero__mock {
  z-index: 3;
  margin: 0 auto;
  position: absolute;
  width: 69%;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 1600px) {
  .hero__mock {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
  .hero {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 95px;
  }

  .hero__content__link img {
    max-width: 120px;
    height: 40px;
  }

  .hero__content__link a:first-of-type {
    margin-right: 10px;
  }

  .hero__ratings {
    margin-top: 40px;
  }

  .hero__ratings__store:first-of-type {
    margin-right: 30px;
  }

  .hero__ratings__star i {
    font-size: 16px;
  }
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes shake {
  0% {
    transform: translate(13px, 0);
  }

  50% {
    transform: translate(-13px, 5px);
  }

  100% {
    transform: translate(13px, 0);
  }
}

@-moz-keyframes shake {
  0% {
    -moz-transform: translate(13px, 0);
  }

  50% {
    -moz-transform: translate(-13px, 5px);
  }

  100% {
    -moz-transform: translate(13px, 0);
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(13px, 0);
  }

  50% {
    -webkit-transform: translate(-13px, 5px);
  }

  100% {
    -webkit-transform: translate(13px, 0);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translate(13px, 40);
  }

  50% {
    -webkit-transform: translate(-13px, 20px);
  }

  100% {
    -webkit-transform: translate(0px, 0);
  }
}

.client {
  position: relative;
  top: -136px;
  margin-bottom: -136px;
  z-index: 4;
}

.client__wrapper {
  padding: 60px 12px;
  background-color: #ffffff;
  box-shadow: 0px 14px 30px rgba(39, 59, 130, 0.25);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.client__logo__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 34px;
}

.owl-carousel .owl-item img {
  width: auto;
}

.client__logo img {
  display: block !important;
  width: 100px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1199px) {
  .client__logo img {
    width: 70px !important;
    height: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .client {
    top: 0px;
    margin-bottom: 0px;
  }

  .client__wrapper {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .client__logo img {
    width: 60px !important;
    height: 50px;
  }

  .client__wrapper {
    margin-top: 80px;
  }
}

.invest {
  overflow: hidden;
}

.invest__area {
  padding: 120px 0px;
}

.invest__thumb {
  direction: rtl;
}

.invest__content h6 {
  margin-bottom: 28px;
  color: #006bff;
}

.invest__content h2 {
  margin-bottom: 23px;
}

.invest__content p {
  color: #545a79;
}

.invest__feature__wrapper {
  margin-top: 54px;
}

.invest__feature__item {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.invest__feature__item h6 {
  margin-bottom: 12px;
  color: #27346d;
}

.invest__feature__item p {
  color: #545a79;
}

.invest__feature__item:first-of-type {
  margin-top: 0px;
}

.invest__feature__item__img {
  margin-right: 30px;
}

.invest__feature__item__img img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

@media only screen and (max-width: 1199px) {
  .invest__area {
    padding: 100px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .invest__area {
    padding: 80px 0px;
  }

  .invest__feature__item__img img {
    width: 70px;
    height: 70px;
  }
}

.wallet {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: 80px;
  overflow-x: clip;
}

.wallet__area {
  padding: 120px 0px;
  position: relative;
}

.wallet__content h6 {
  margin-bottom: 28px;
  color: #006bff;
}

.wallet__content h2 {
  margin-bottom: 12px;
}

.wallet__content p {
  color: #545a79;
  margin-bottom: 32px;
}

.wallet__content ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}

.wallet__content li {
  list-style-position: outside;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 15px;
}

.wallet__content li i {
  width: 30px;
  height: 30px;
  background-color: #00cf86;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}

.wallet__content li:last-of-type {
  margin-bottom: 0px;
}

.wallet__thumb {
  position: absolute;
  right: 0;
  top: 0;
  direction: ltr;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}

.wallet__thumb img {
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}

@media only screen and (max-width: 1199px) {
  .wallet__area {
    padding: 100px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .wallet__area {
    padding: 80px 0px;
  }
}

@media only screen and (max-width: 1400px) {
  .wallet__thumb {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
  }

  .wallet__thumb img {
    width: 100%;
    -webkit-transform: translateY(-80px) translateX(200px);
    -ms-transform: translateY(-80px) translateX(200px);
    transform: translateY(-80px) translateX(200px);
  }
}

@media only screen and (max-width: 1200px) {
  .wallet {
    overflow: hidden;
    margin-top: 0px;
  }

  .wallet__thumb img {
    width: 100%;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
}

.design {
  background-color: #ffffff;
  padding: 120px 0px;
  overflow: hidden;
}

.design__thumb {
  direction: rtl;
}

.design__content h6 {
  color: #006bff;
  margin-bottom: 28px;
}

.design__content h2 {
  margin-bottom: 22px;
}

.design__content p {
  color: #545a79;
}

.design__content__cards {
  display: flex;
  align-items: center;
  margin-top: 55px;
}

.design__content__cards:last-of-type {
  margin-top: 30px;
}

.design__content__cards__item {
  width: 230px;
  padding: 30px 10px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 12px 24px #e6cfe6;
  box-shadow: 0px 12px 24px #e6cfe6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-color: #e1f3fd;
}

.design__content__cards__item h6 {
  color: #27346d;
  text-align: center;
  margin-bottom: 8px;
}

.design__content__cards__item p {
  color: #545a79;
  font-weight: 700;
  text-align: center;
}

.design__content__cards__item p::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  margin-bottom: -5px;
}

.design__content__cards__item:first-of-type {
  margin-right: 24px;
  background-color: #ffecff;
}

.third--item {
  background-color: #eafff8 !important;
}

.fourth--item {
  background-color: #ffe9e9;
}

@media only screen and (max-width: 1199px) {
  .design {
    padding: 100px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .design {
    padding: 80px 0px;
  }

  .design__content__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
  }

  .design__content__cards__item:first-of-type {
    margin-right: 0px;
  }

  .design__content__cards__item:last-of-type {
    margin-top: 30px;
  }
}

.choice {
  background-color: #f7f6fe;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.choice__area {
  padding: 120px 0px;
}

.choice__title {
  max-width: 640px;
  padding-left: 12px;
  padding-right: 12px;
  margin-right: auto;
  margin-left: auto;
}

.choice__title h6 {
  color: #006bff;
  margin-bottom: 29px;
}

.choice__title h2 {
  margin-bottom: 22px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  color: #000000;
}

.choice__title p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: #000000;
}

.choice__slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
}

.owl-carousel .owl-item img {
  display: inline-block;
}

.choice__slider__item {
  padding: 40px 10px;
  text-align: center;
  background-color: transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.choice__slider__item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.choice__slider__item h6 {
  text-align: center;
  margin-bottom: 18px;
}

.choice__slider__item p {
  text-align: center;
  color: #545a79;
}

.choice__slider__item p::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  margin-bottom: -5px;
}

.choice__slider__item:hover {
  background-color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .choice__area {
    padding: 100px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .choice__area {
    padding: 80px 0px;
  }

  .choice__slider {
    margin-top: 30px;
  }
}

.payment {
  background-color: #ffffff;
  overflow: hidden;
}

.payment__area {
  padding: 120px 0px;
}

.payment__thumb {
  direction: rtl;
  position: relative;
}

.payment__thumb .card-one {
  position: absolute;
  top: 15%;
  left: -200px;
  -webkit-box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  animation: slide 2s linear infinite;
}

.payment__thumb .card-two {
  position: absolute;
  bottom: 10%;
  right: 00px;
  animation: slide 2s linear infinite;
  -webkit-box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  animation-delay: 3s;
}

.payment__content h6 {
  color: #006bff;
  margin-bottom: 25px;
}

.payment__content h2 {
  margin-bottom: 22px;
}

.payment__content p {
  color: #545a79;
  margin-bottom: 27px;
}

.payment__content ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}

.payment__content li {
  list-style-position: outside;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 15px;
}

.payment__content li i {
  width: 30px;
  height: 30px;
  background-color: #00cf86;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}

.payment__content li:last-of-type {
  margin-bottom: 0px;
}

.payment__content .hero__content__link {
  margin-top: 38px;
}

.payment__content .hero__content__link .button {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #006bff;
  color: #ffffff;
}

.payment__content .hero__content__link .button:hover {
  background-color: #ffffff;
  color: #006bff;
}

@media only screen and (max-width: 1199px) {
  .payment__area {
    padding: 100px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .payment__area {
    padding: 80px 0px;
  }
}

.work {
  padding: 120px 0px 90px;
  background-color: #f7f6fe;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.work__item {
  padding: 30px;
  position: relative;
}

.work__item img {
  margin-bottom: 30px;
  width: 130px;
  height: 114px;
}

.work__item h6 {
  margin-bottom: 27px;
}

.work__item--primary::before {
  content: "";
  position: absolute;
  top: 25%;
  right: -125px;
  background-image: url("../images/choice/line-one.png");
  width: 250px;
  height: 48px;
  background-repeat: no-repeat;
}

.work__item--secondary::before {
  content: "";
  position: absolute;
  top: 15%;
  right: -125px;
  background-image: url("../images/choice/line-two.png");
  width: 250px;
  height: 48px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1399px) {

  .work__item--primary::before,
  .work__item--secondary::before {
    content: none;
  }
}

@media only screen and (max-width: 1199px) {
  .work__item {
    padding: 30px 12px;
  }
}

@media only screen and (max-width: 991px) {
  .work {
    padding: 100px 0px 95px;
  }

  .work__item {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .work {
    padding: 80px 0px 75px;
  }

  .work__item img {
    width: 90px;
    height: auto;
  }

  .work__item h2 {
    margin-bottom: 0px;
  }
}

.shot {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 105px;
}

.shot__item {
  padding: 20px 0px;
  text-align: center;
}

.shot__item img {
  max-width: 248px !important;
  height: 511px !important;
  height: auto;
  -webkit-box-shadow: 0px 4px 21px rgba(79, 124, 238, 0.25);
  box-shadow: 0px 4px 21px rgba(79, 124, 238, 0.25);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  margin-top: 9px;
}

.shot__slider__wrapper {
  position: relative;
  margin-top: 35px;
}

.shot__slider__wrapper .slide__button {
  text-align: center;
  margin-top: 20px;
}

.shot__slider__wrapper .slide__button a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #006bff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.shot__slider__wrapper .slide__button a img {
  max-width: 100%;
  height: auto;
}

.shot__slider__wrapper .slide__button a:first-of-type {
  margin-right: 20px;
}

.shot__slider__wrapper .slide__button .next img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.shot__slider__wrapper .device {
  width: 271px !important;
  height: 531px !important;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 1800px) {
  .shot__slider__wrapper .slide__button {
    margin-top: 0px;
  }

  .shot__slider__wrapper .slide__button a {
    position: absolute;
    top: 50%;
    right: 38.5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
  }

  .shot__slider__wrapper .slide__button a:first-of-type {
    margin-right: 0px;
  }

  .shot__slider__wrapper .slide__button .next {
    position: absolute;
    left: 38.5% !important;
  }
}

@media only screen and (max-width: 1199px) {
  .shot {
    padding-bottom: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .shot {
    padding-bottom: 70px;
  }

  .shot__slider__wrapper {
    margin-top: 15px;
  }

  .shot__slider__wrapper .slide__button a {
    width: 40px;
    height: 40px;
  }

  .shot__slider__wrapper .slide__button a img {
    max-width: 18px;
    height: auto;
  }
}

.pricing {
  background-color: #f7f6fe;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.pricing__area {
  padding: 120px 0px;
}

.pricing__area .choice__title {
  margin-bottom: 51px;
}

.pricing__item {
  padding: 40px;
  background-color: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.pricing__item img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.pricing__item h6 {
  margin-bottom: 22px;
}

.pricing__item p {
  color: #545a79;
}

.pricing__item p:first-of-type {
  margin-bottom: 26px;
}

.pricing__item .button {
  margin-top: 35px;
  margin-bottom: 30px;
}

.pricing__item ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}

.pricing__item li {
  list-style-position: outside;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 15px;
}

.pricing__item li i {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  color: #3b368c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.pricing__item li:last-of-type {
  margin-bottom: 0px;
}

.pricing__item:hover {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.pricing__item--standard {
  box-sizing: border-box;
  background: linear-gradient(to right, #a5a0fc, #e685ea, #e1886e);
  padding: 7px;
}

.pricing__item--standard .button {
  background-color: #006bff;
  color: #ffffff;
}

.pricing__item--standard .button:hover {
  background-color: #ffffff;
  color: #3b368c;
}

.pricing__item--standard li i {
  background-color: #00cf86;
  color: #ffffff;
}

.pricing__item--standard .standard__inner {
  background-color: #ffffff;
  padding: 33px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

@media only screen and (max-width: 1399px) {
  .pricing__item {
    padding: 40px 20px;
  }

  .pricing__item--standard {
    padding: 7px;
  }

  .pricing__item--standard .standard__inner {
    padding: 33px 13px;
  }
}

@media only screen and (max-width: 1199px) {
  .pricing__area {
    padding: 100px 0px;
  }

  .pricing--three {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .pricing__item--standard {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing__area {
    padding: 80px 0px;
  }

  .pricing__item {
    padding: 30px 12px;
  }

  .pricing__item img {
    width: 70px;
    height: 70px;
  }

  .pricing__item--standard {
    padding: 7px;
  }

  .pricing__item--standard .standard__inner {
    padding: 23px 6px;
  }
}

.testimonial {
  background-color: #ffffff;
}

.testimonial__area {
  padding: 120px 0px;
}

.testimonial__item {
  padding: 40px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 40px bottom 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.testimonial__item h6 {
  margin-bottom: 18px;
}

.testimonial__item .testimonial__author {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.testimonial__item .testimonial__author img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
}

.testimonial__item .testimonial__author .testimonial__author__info h6 {
  margin-bottom: 4px;
}

.testimonial__item .testimonial__author .testimonial__author__info p {
  color: #545a79;
}

.testimonial__item:hover {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.testimonial__content h6 {
  color: #006bff;
  margin-bottom: 24px;
}

.testimonial__content h2 {
  margin-bottom: 17px;
}

.testimonial__content p {
  color: #545a79;
}

.testimonial__content .testimonial__item {
  margin-top: 55px;
}

.testimonial__down {
  margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
  .testimonial__area {
    padding: 100px 0px;
  }

  .testimonial__item {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial__item {
    margin-bottom: 30px;
  }

  .testimonial__item__secondary {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial__area {
    padding: 80px 0px;
  }

  .testimonial__item {
    padding: 30px 12px;
  }
}

.app__area {
  padding: 120px 60px;
  background-color: #f7f6fe;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-top: 110px;
}

.app__area__content {
  max-width: 720px;
}

.app__area__content .button__group {
  margin-top: 34px;
}

.app__area__content .button__group .button {
  width: auto;
  padding: 15px 30px 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background-color: #006bff;
  color: #ffffff;
}

.app__area__content .button__group .button i {
  font-size: 18px;
}

.app__area__content .button__group .button:first-of-type {
  margin-right: 24px;
}

.app__area__content .button__group .button:hover {
  background-color: #ffffff;
  color: #006bff;
}

.android {
  position: absolute;
  bottom: 0px;
  right: 60px;
}

@media only screen and (max-width: 1199px) {
  .app__area {
    margin-top: 0px;
    padding: 100px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .app__area {
    padding: 60px 12px;
  }

  .app__area__content h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .app__area__content .hero__content__link {
    margin-top: 25px;
  }

  .app__area__content .hero__content__link img {
    max-width: 120px;
    height: 40px;
  }
}

footer {
  background: #22216F;
  padding-top: 35px;
  text-align: center;
}

.footer__cta {
  max-width: 1076px;
  margin: 0px auto;
  padding: 80px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.footer__social a {
  text-decoration: none;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 30px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #FFFFFF;
  box-shadow: 0px 4.35236px 21.7618px rgba(0, 0, 0, 0.1);
}

.footer__social a i {
  color: #000000;
  font-size: 27px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer__social a:last-of-type {
  margin-right: 0px;
}

.footer__social a:hover {
  background-color: #d8cce4;
  border: 1px solid #d8cce4;
  color: #000;
}

.footer__social a:hover i {
  color: #ffffff;
}

.input__group {
  max-width: 560px;
  margin: 40px auto 0px;
  position: relative;
}

.input__group input[type="email"] {
  width: 100%;
  padding: 20px 80px 20px 30px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  border: 1px solid #c1c1c1;
  font-size: 18px;
  color: #27346d;
}

.input__group input[type="email"]:focus {
  outline: none !important;
  border: 1px solid #006bff !important;
}

.input__group input[type="email"]::placeholder {
  color: #27346d;
}

.input__group button {
  width: 50px;
  height: 50px;
  background-color: #006bff;
  line-height: 50px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input__group button i {
  font-size: 24px;
  color: #ffffff;
}

.footer__links {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.footer__links a {
  padding: 5px 30px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.footer__links a:hover {
  color: #006bff;
}

.footer__links a:first-of-type {
  padding-left: 0px;
}

.footer__links a:last-of-type {
  padding-right: 0px;
  border-right: 0px;
}

.footer__credit {
  padding: 30px 12px 25px;
}

.footer__credit a:hover {
  color: #006bff;
}

@media only screen and (max-width: 1199px) {
  footer {
    padding-top: 100px;
  }

  .footer__links {
    padding-top: 100px;
  }

  .footer__cta {
    padding: 60px 20px;
  }
}

@media only screen and (max-width: 767px) {
  footer {
    padding-top: 80px;
  }

  .footer__links {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .termsandConditions a{
    margin: 20px !important;
  }
  .footer__links a {
    margin-bottom: 10px;
    padding: 0px 15px;
    border-right: 0px;
  }

  .footer__links a:first-of-type {
    padding-left: 15px;
  }

  .footer__links a:last-of-type {
    padding-right: 15px;
  }

  .footer__cta {
    padding: 40px 12px;
  }

  .input__group {
    margin: 30px auto 0px;
  }

  .input__group input[type="email"] {
    width: 100%;
    padding: 12px 50px 10px 15px;
    font-size: 16px;
  }

  .input__group button {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .input__group button i {
    font-size: 14px;
  }
}

/* ===========my style================== */
.navbar-nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background: linear-gradient(90deg, rgba(58, 22, 200, 0.1) 0%, rgba(136, 112, 214, 0.1) 100%);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(40px);
  border-radius: 30px;
  width: 680px;
  height: 87px;
  align-items: center;
  justify-content: center;
}


.hero__img .hero__circle1 {
  right: 0px;
  top: 0;
  width: 97%;
  z-index: 1;
  animation: spin 8s;
  animation-duration: 8s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;

}


.rotate_ani {
  width: 100%;
  height: auto;
  animation: zoomInZoomOut 8s infinite;
  position: absolute;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes zoomInZoomOut {


  0% {
    transform: scale(0);
  }

  25% {
    transform: scale(0.2);
  }

  50% {
    transform: scale(0.4);
  }

  75% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}




.call-mail {
  padding: 40px 40px 0px 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  font-family: 'Anek Bangla', sans-serif;
  justify-content: center;
  margin: 0 auto;
}

.call-mail p {
  font-family: 'Anek Bangla';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-top: 6px;
}

.call-img {
  border: 0.4px solid rgba(255, 255, 255, 0.77);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin-right: 18px;
  text-align: center;
  padding: 4px 0;
}

.pght-cm {
  text-align: left;
}

ul.call-mail-main {
  display: flex;
  justify-content: center;
  list-style: none;
}


.ftr-links::after {
  position: absolute;
  content: " ";
  width: 60%;
  height: 2px;
  top: -22px;
  left: 23%;
  background: linear-gradient(269deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0.01%, rgba(255, 255, 255, 0.68) 53.12%, rgba(255, 255, 255, 0) 100%);
}

.ftr-links::before {
  position: absolute;
  content: " ";
  width: 60%;
  height: 2px;
  bottom: -22px;
  left: 23%;
  background: linear-gradient(269deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0.01%, rgba(255, 255, 255, 0.68) 53.12%, rgba(255, 255, 255, 0) 100%);
}

.ftr-links {
  position: relative;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */


  color: #FFFFFF;
}

.footer__links a:hover {
  color: #e2ddf7;

}

.termsandConditions a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 20px;
  text-transform: capitalize;
}

.footer__credit p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #BEBEBE;
}

.footer__credit a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

h1.Master span {
  color: #22216F;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
}

.triagle {
  position: absolute;
  bottom: -73%;
  z-index: -1;
}

.common_padding {
  padding: 60px 0;
}

section.Habit h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  color: #000000;
}

.Habit {
  margin-top: 50px;
  position: relative;
  text-align: center;
}

.skyblue {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 44px;
  color: #1793D9;
  margin-top: 10px;
}

.Habit p {
  text-align: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}

.videokick {
  width: 100%;
  object-fit: cover;
}

.videokick1 {
  height: 530px;
  object-fit: cover;
  width: 100%;
}

.five-minutes {
  padding: 0 190px;
  display: flex;
  /* margin-bottom: 100px; */
}

.Early-kick {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.floatings {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  margin-top: 5px;
}

.floating:hover {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  margin-top: 15px;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 20px);
  }

  100% {
    transform: translate(0, -0px);
  }
}

.kick-img {
  position: relative;
}

img.dots {
  right: 18%;
  position: absolute;
  top: -6%;
  z-index: -1;
}



.floatings_left_right2 {
  animation-name: floatings_left_right2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

}

.floatings_left_right2:hover {
  animation-name: floatings_left_right2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

}

@keyframes floatings_left_right2 {

  0%,
  100% {
    transform: translate(20px, 0);
  }

  50% {
    transform: translate(0px, 0px);
  }
}




.top-bottom {
  -webkit-animation: top-bottom 2s linear infinite;
  /* Chrome, Safari 5 */
  -moz-animation: top-bottom 2s linear infinite;
  /* Firefox 5-15 */
  -o-animation: top-bottom 2s linear infinite;
  /* Opera 12+ */
  animation: top-bottom 2s linear infinite;
  /* Chrome, Firefox 16+, */
}

@-webkit-keyframes top-bottom {
  0% {
    -webkit-transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0px);
  }
}

@-moz-keyframes top-bottom {
  0% {
    -moz-transform: translateY(0px);
  }

  50% {
    -moz-transform: translateY(-10px);
  }

  100% {
    -moz-transform: translateY(0px);
  }
}

@-o-keyframes top-bottom {
  0% {
    -o-transform: translateY(0px);
  }

  50% {
    -o-transform: translateY(-10px);
  }

  100% {
    -o-transform: translateY(0px);
  }
}

@keyframes top-bottom {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 8s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 8s linear infinite;
  -o-animation: rotating 8s linear infinite;
  animation: rotating 8s linear infinite;
}

@-webkit-keyframes rotate_Move

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 320px;
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    left: 400px;
  }
}

@keyframes rotate_Move {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 320px;
  }

  50% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    left: 400px;
  }

  100% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 320px;
  }
}

.rotate_Move {
  -webkit-animation: rotate_Move 5s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
  -moz-animation: rotate_Move 5s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
  -ms-animation: rotate_Move 5s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
  -o-animation: rotate_Move 5s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
  animation: rotate_Move 5s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
}

.dots-s {
  bottom: 0;
  position: absolute;
  left: 0 !important;
  z-index: -1;
}

.blue-circle {
  position: absolute;
  right: 8%;
  top: 0;
  animation: ;
}

.Unlimited {
  position: relative;
}


.left_animation {
  animation-name: left;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}

@keyframes leftt {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20%);
  }

  100% {
    transform: translateY(100%);
  }
}

.main-imgs {
  width: 100%;
}

.dots-s1 {
  position: absolute;
  top: 5% !important;
  z-index: -1;
}

.dots-s2 {
  position: absolute;
  bottom: 6% !important;
  left: 5% !important;
  z-index: -1;
}

.Simplified-img-l {
  position: relative;
}

img.kenburns {
  margin: 0 auto;
  display: flex;
}

img.el1 {
  display: flex;
  justify-content: flex-end;
  float: right;
  margin: 0 80px 0 0px;
}

img.el2 {
  margin: 0 0 0 -59px;
}

.practice {
  position: relative;
}

.dots-s3 {
  position: absolute;
  z-index: -1;
  right: -11% !important;
  top: 26%;
}

.el4 {
  position: absolute;
  left: 1%;
  z-index: -1;
}

.learn-anytime {
  position: relative;
}

img.dots-s5 {
  right: 30% !important;
  position: absolute;
  top: -3%;
  z-index: -1;
}

img.dots-s6 {
  position: absolute;
  bottom: 50%;
  left: -23%;
  z-index: -1;
}

img.analysis {
  width: 100%;
}

.p-77 {
  padding: 0 77px;
}

.pr-77 {
  padding-right: 77px;
}

.career-mn {
  background-image: url(../images/index/carrer.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 94px 125px;
  padding: 61px 227px 61px 55px;
  border-radius: 50px;
  background-size: cover;
}

.career-mn h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.career-mn h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 51px;
  color: #1793D9;
  margin-bottom: 15px;
}

section.career-mn p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
  color: #FFFFFF;
  margin-bottom: 31px;
}

.btn-Apply-Now {
  border: 0px;
  background: linear-gradient(180deg, #7B5CF6 0%, #3716BD 100%);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 14px 50px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 33px;
  color: #FFFFFF;
  
}



.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  transition: all 0.3s ease;
  height: 85vh;
}

.swiper-slide img {
  height: auto;
}

.swiper-slide.swiper-slide-active {
  transform: scale(1.1);
  z-index: 2;
}

/* ARROWS */
.swiper-button-prev,
.swiper-button-next {
  color: #f69259;
}

/* PAGINATION */
.swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  opacity: 1;
  border-radius: 0px;
  background-color: 22216F;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
}

/* form css start */
.form-bg {
  background: linear-gradient(90deg, rgba(58, 22, 200, 0.3) 0%, rgba(136, 112, 214, 0.3) 100%);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(40px);
  border-radius: 30px;
}

.form-h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  color: #FFFFFF;
}

.form-p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #FFFFFF;
}

.form-input {
  width: 45%;
  background: rgba(255, 255, 255, 0.51);
  border-radius: 10px;
  border: 0px;
  margin-top: 26px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  color: #6B6B6B;
  text-align: left;
  margin-right: 20px;
}
.form-input1 {
  width: 93%;
  background: rgba(255, 255, 255, 0.51);
  border-radius: 10px;
  border: 0px;
  margin-top: 26px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  color: #6B6B6B;
  text-align: left;
  margin-right: 20px;
}

.pse-50 {
  padding-left: 70px;
  padding-right: 70px;
}

@media only screen and (max-width: 600px) {
  .pse-50 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pes-90 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.position-r {
  position: relative;
}

.mb-140 {
  margin-bottom: 140px;
}

.form-r1 {
  position: absolute;
  bottom: -90px;
  left: 2%;
  z-index: -1;
}

.form-r2 {
  position: absolute;
  right: 3%;
  z-index: 1;
  top: 0px;
}

.form-dot1 {
  position: absolute;
  left: 0px;
  top: 45%;
}

.btn-form {
  margin-top: 36px;
  margin-bottom: 89px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 49px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  background: #22216F;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  border: 0px;
}

.pt-58 {
  padding-top: 58px;
}

.pes-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.ps-10 {
  padding-left: 10%;
}

/* form css end*/





main {
  position: relative;
  width: calc(min(90rem, 100%));
  margin: 0 auto;
  min-height: 100vh;
  column-gap: 5rem;
  padding-block: min(20vh, 3rem);
}

.bg {
  position: fixed;
  top: -4rem;
  left: -12rem;
  z-index: -1;
  opacity: 0;
}

.bg2 {
  position: fixed;
  bottom: -2rem;
  right: -3rem;
  z-index: -1;
  width: 9.375rem;
  opacity: 0;
}

main>div span {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  color: #717171;
}

main>div h1 {
  text-transform: capitalize;
  letter-spacing: 0.8px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: clamp(3.4375rem, 3.25rem + 0.75vw, 4rem);
  background-color: #005baa;
  background-image: linear-gradient(45deg, #005baa, #000000);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

main>div hr {
  display: block;
  background: #005baa;
  height: 0.25rem;
  width: 6.25rem;
  border: none;
  margin: 1.125rem 0 1.875rem 0;
}

main>div p {
  line-height: 1.6;
}

main a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #717171;
  font-weight: 500;
  background: #fff;
  border-radius: 3.125rem;
  transition: 0.3s ease-in-out;
}

main>div>a {
  border: 2px solid #c2c2c2;
  margin-top: 2.188rem;
  padding: 0.625rem 1.875rem;
}

main>div>a:hover {
  border: 0.125rem solid #005baa;
  color: #005baa;
}

.swiper {
  width: 100% !important;
  padding-top: 3.125rem;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #d0d0d4;
}

.swiper-pagination {
  bottom: 1.25rem !important;
}

.swiper-slide {
  width: 18.75rem;
  height: 33.125rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}


.swiper-slide a {
  margin: 1.25rem 1.563rem 3.438rem 1.563rem;
  padding: 0.438em 1.875rem;
  font-size: 0.9rem;
}

.swiper-slide a:hover {
  color: #005baa;
}

.swiper-pagination-bullet-active {
  background: #22216F !important;
}

.swiper-slide div {
  display: none;
  opacity: 0;
  padding-bottom: 0.625rem;
}

.swiper-slide-active div {
  display: block;
  opacity: 1;
}


.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

@media screen and (min-width: 48rem) {
  main {
    display: flex;
    align-items: center;
  }

  .bg,
  .bg2 {
    opacity: 0.1;
  }
}

@media screen and (min-width: 93.75rem) {
  .swiper {
    width: 95%;
  }
}

.app {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  color: #000000;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -8px !important;
}
.rotate_Move{
  -webkit-animation: rotate_Move 5s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
          animation: rotate_Move 5s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
}