@import url("https://fonts.cdnfonts.com/css/rexagus");
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

ul {
  margin: 0;
  padding: 0; }

ul li {
  list-style-type: none; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

a:focus {
  outline: 0; }

:focus-visible {
  outline: 0; }

.form-control:focus {
  box-shadow: none; }

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  background: #015AFF;
  box-sizing: border-box;
  border-radius: 0px;
  padding: 0;
  width: 38px;
  height: 38px;
  line-height: 34px;
  color: #ffffff; }
  .back-to-top:hover, .back-to-top:active, .back-to-top:focus {
    background-color: linear-gradient(94deg, #015AFF 0%, #3a49f9 100%);
    border-color: linear-gradient(94deg, #015AFF 0%, #3a49f9 100%);
    color: #ffffff;
    box-shadow: none; }
    .back-to-top:hover i, .back-to-top:active i, .back-to-top:focus i {
      transform: translateY(-3px); }
  .back-to-top i {
    transition: all 0.3s ease;
    font-size: 10px; }

.btn-theme {
  background: #015AFF;
  border-radius: 60px;
  text-align: center;
  padding: 0;
  width: 307px;
  height: 74px;
  font-size: 18px;
  color: #fff;
  transition: 0.8s;
  display: inline-block;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  line-height: 75px;
  text-transform: capitalize; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .btn-theme {
      font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .btn-theme {
      font-size: 14px; } }
  @media (max-width: 575.98px) {
    .btn-theme {
      width: 100%;
      margin-bottom: 20px; } }
  .btn-theme:hover {
    color: #ffffff;
    border-radius: 50px;
    animation: wave 1.5s ease-in-out infinite alternate; }

@keyframes wave {
  0% {
    transform: translateX(0) rotate(0deg);
    opacity: 1; }
  25% {
    transform: translateX(5px) rotate(5deg);
    opacity: 0.9; }
  50% {
    transform: translateX(-5px) rotate(-5deg);
    opacity: 0.8; }
  75% {
    transform: translateX(5px) rotate(5deg);
    opacity: 0.9; }
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1; } }

.btn-theme-outline {
  line-height: 66px;
  height: 74px;
  background: transparent;
  color: #ffffff;
  border: 4px solid #015AFF;
  background-origin: border-box;
  background-clip: content-box, border-box;
  text-align: center; }
  .btn-theme-outline:hover {
    color: #fff; }

.btn-text {
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.8s; }
  .btn-text:hover {
    background: #015AFF;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateX(3px); }

.title {
  margin-bottom: 140px; }
  @media (max-width: 767.98px) {
    .title {
      margin-bottom: 50px; } }
  .title h2 {
    text-align: center;
    background: linear-gradient(to right, #fff 20%, #015AFF 30%, #3a49f9 40%, #fff 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
    animation: textShine 1s ease-in-out infinite alternate; }

@keyframes textShine {
  0% {
    background-position: 0% 50%; }
  100% {
    background-position: 100% 50%; } }
  .title p {
    line-height: 27px;
    color: #ccc;
    text-align: center;
    font-size: 16px;
    font-family: "Syne", sans-serif; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .title p {
        font-size: 24px;
        line-height: 40px; } }

header {
  background: #0B0A2A;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15); }
  @media (max-width: 1599.98px) {
    header {
      padding: 0 8px; } }
  header.sticky {
    -webkit-box-shadow: 16px 32px 64px 0px rgba(122, 48, 228, 0.16);
    box-shadow: 16px 32px 64px 0px rgba(122, 48, 228, 0.16); }
  header .navbar {
    padding: 0;
    height: 85px;
    margin: 0 -15px; }
    @media (max-width: 1199.98px) {
      header .navbar {
        margin: 0; } }
    @media (max-width: 767px) {
      header .navbar {
        padding: 15px 0;
        height: auto; } }
    header .navbar a.navbar-brand {
      padding: 0; }
      @media (max-width: 991.98px) {
        header .navbar a.navbar-brand img {
          max-width: 110px; } }
      @media (max-width: 767.98px) {
        header .navbar a.navbar-brand img {
          max-width: 100%; } }
    header .navbar .navbar-collapse {
      flex-direction: column;
      align-items: flex-end; }
      @media (max-width: 767px) {
        header .navbar .navbar-collapse {
          margin-top: 10px; } }
      header .navbar .navbar-collapse ul {
        align-items: center; }
        @media (max-width: 767px) {
          header .navbar .navbar-collapse ul {
            align-items: start; } }
        header .navbar .navbar-collapse ul li {
          transition: 0.5s; }
          @media (max-width: 767px) {
            header .navbar .navbar-collapse ul li {
              margin-bottom: 10px; } }
          header .navbar .navbar-collapse ul li.dropdown {
            margin-right: 0;
            margin-left: 0; }
            header .navbar .navbar-collapse ul li.dropdown.theme-dropdown {
              position: relative; }
              @media (max-width: 767px) {
                header .navbar .navbar-collapse ul li.dropdown.theme-dropdown {
                  width: 100%; } }
              header .navbar .navbar-collapse ul li.dropdown.theme-dropdown .dropdown-menu {
                border-radius: 3px;
                border: 1px solid #015AFF;
                background: rgba(18, 17, 57, 0.5);
                backdrop-filter: blur(16px);
                margin-top: 10px;
                transition: 0.5s; }
                @media (max-width: 767px) {
                  header .navbar .navbar-collapse ul li.dropdown.theme-dropdown .dropdown-menu {
                    border: 0;
                    box-shadow: none;
                    margin: 0;
                    padding: 0;
                    background: rgba(18, 17, 57, 0.5);
                    border-radius: 2px; } }
                header .navbar .navbar-collapse ul li.dropdown.theme-dropdown .dropdown-menu::before {
                  content: "";
                  border-bottom: 16px solid #015AFF;
                  border-right: 8px solid transparent;
                  border-left: 8px solid transparent;
                  position: absolute;
                  top: -15px;
                  left: 48px;
                  z-index: 10;
                  width: 0;
                  height: 0; }
                  @media (max-width: 767px) {
                    header .navbar .navbar-collapse ul li.dropdown.theme-dropdown .dropdown-menu::before {
                      display: none; } }
                header .navbar .navbar-collapse ul li.dropdown.theme-dropdown .dropdown-menu::after {
                  content: "";
                  border-right: 8px solid transparent;
                  border-left: 8px solid transparent;
                  position: absolute;
                  top: -17px;
                  left: 48px;
                  width: 0;
                  height: 0;
                  z-index: 8; }
                  @media (max-width: 767px) {
                    header .navbar .navbar-collapse ul li.dropdown.theme-dropdown .dropdown-menu::after {
                      display: none; } }
              header .navbar .navbar-collapse ul li.dropdown.theme-dropdown a {
                transition: 0.5s; }
                header .navbar .navbar-collapse ul li.dropdown.theme-dropdown a.dropdown-toggle::after {
                  display: none; }
            header .navbar .navbar-collapse ul li.dropdown a {
              transition: 0.5s; }
              header .navbar .navbar-collapse ul li.dropdown a .dropdown-toggle img.icon-down {
                margin-left: 5px;
                transition: transform 0.15s linear; }
              header .navbar .navbar-collapse ul li.dropdown a .dropdown-toggle:hover img.icon-down:hover {
                transform: translateY(3px); }
            header .navbar .navbar-collapse ul li.dropdown .dropdown-menu a {
              transition: 0.5s; }
              header .navbar .navbar-collapse ul li.dropdown .dropdown-menu a.dropdown-item {
                font-size: 16px;
                line-height: 16px;
                color: #ffffff;
                transition: 0.5s;
                padding: 13px 25px 13px 25px; }
                @media (max-width: 767px) {
                  header .navbar .navbar-collapse ul li.dropdown .dropdown-menu a.dropdown-item {
                    padding: 15px 10px 15px 10px;
                    color: #ffffff; } }
                header .navbar .navbar-collapse ul li.dropdown .dropdown-menu a.dropdown-item:hover {
                  background: linear-gradient(94deg, #015AFF 0%, #3a49f9 100%);
                  color: #fff; }
          header .navbar .navbar-collapse ul li.active a {
            transition: 0.5s; }
            header .navbar .navbar-collapse ul li.active a.nav-link.active {
              color: #fed831;
              background: inherit; }
          header .navbar .navbar-collapse ul li.nav-item {
            margin-left: 44px; }
            @media (max-width: 1199.98px) {
              header .navbar .navbar-collapse ul li.nav-item {
                margin-left: 16px; } }
            @media (max-width: 767.98px) {
              header .navbar .navbar-collapse ul li.nav-item {
                margin-left: 0;
                padding-left: 10px; } }
            @media (max-width: 767px) {
              header .navbar .navbar-collapse ul li.nav-item a {
                display: flex;
                align-items: center;
                justify-content: space-between; } }
            header .navbar .navbar-collapse ul li.nav-item a.nav-link {
              margin-left: 0px;
              line-height: 160%;
              color: #ffffff;
              transition: 0.5s;
              padding: 0;
              background: transparent; }
              @media (min-width: 992px) and (max-width: 1199.98px) {
                header .navbar .navbar-collapse ul li.nav-item a.nav-link {
                  margin-left: 5px; } }
              @media (min-width: 768px) and (max-width: 991.98px) {
                header .navbar .navbar-collapse ul li.nav-item a.nav-link {
                  margin-left: 0;
                  font-size: 14px; } }
              @media (max-width: 767.98px) {
                header .navbar .navbar-collapse ul li.nav-item a.nav-link {
                  margin-bottom: 10px; } }
              @media (max-width: 767px) {
                header .navbar .navbar-collapse ul li.nav-item a.nav-link img {
                  display: inline-block;
                  float: right;
                  width: 14px;
                  margin-right: 18px; } }
              header .navbar .navbar-collapse ul li.nav-item a.nav-link:hover {
                background: #015AFF;
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent; }
                header .navbar .navbar-collapse ul li.nav-item a.nav-link:hover span.login-link {
                  background-image: linear-gradient(269.41deg, #CF9603 -0.58%, #EEDC9B 49.45%, #CF9603 99.49%);
                  color: #080A0E; }
                  @media (max-width: 767px) {
                    header .navbar .navbar-collapse ul li.nav-item a.nav-link:hover span.login-link {
                      background-image: inherit;
                      color: #ffffff; } }
            header .navbar .navbar-collapse ul li.nav-item a span.login-link {
              display: inline-block;
              width: 105px;
              height: 41px;
              border-radius: 41px;
              background-image: linear-gradient(black, black), radial-gradient(circle at top left, #D1990A, #EEDB98, #D19B0D);
              border: 4px solid #015AFF;
              background-origin: border-box;
              background-clip: content-box, border-box;
              text-align: center;
              line-height: 36px; }
              @media (max-width: 991px) {
                header .navbar .navbar-collapse ul li.nav-item a span.login-link {
                  width: 70px;
                  height: 40px; } }
              @media (max-width: 767px) {
                header .navbar .navbar-collapse ul li.nav-item a span.login-link {
                  border: 0;
                  background: transparent;
                  text-align: left; } }
            @media (max-width: 767.98px) {
              header .navbar .navbar-collapse ul li.nav-item:last-child {
                width: 100%; } }
            header .navbar .navbar-collapse ul li.nav-item:last-child a.btn-theme {
              width: 100px;
              height: 40px;
              line-height: 34px;
              text-transform: capitalize;
              font-weight: 400;
              border-width: 2px; }
              @media (max-width: 991.98px) {
                header .navbar .navbar-collapse ul li.nav-item:last-child a.btn-theme {
                  width: 85px;
                  line-height: 35px;
                  font-size: 14px; } }
              @media (max-width: 767.98px) {
                header .navbar .navbar-collapse ul li.nav-item:last-child a.btn-theme {
                  width: 100%;
                  text-align: center;
                  display: block; } }

@media (min-width: 768px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 15px; }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg); } }

.banner {
  margin-top: 0px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .banner {
      padding-bottom: 50px; } }
  .banner #carouselExampleCaptions button {
    background: transparent;
    width: auto; }
    @media (max-width: 575.98px) {
      .banner #carouselExampleCaptions button {
        display: none; } }
    .banner #carouselExampleCaptions button.carousel-control-prev {
      left: inherit;
      right: 50px;
      top: 110px; }
    .banner #carouselExampleCaptions button.carousel-control-next {
      top: 110px; }
  @media (max-width: 767.98px) {
    .banner {
      margin-top: 0;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 30px; } }
  .banner .title-card {
    border: 0;
    border-radius: 0; }
    .banner .title-card .card-text {
      margin-top: 0px;
      margin-bottom: 30px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .banner .title-card .card-text {
          margin-top: 1rem; } }
      .banner .title-card .card-text ul {
        font-family: "Rexagus", sans-serif; }
        .banner .title-card .card-text ul li {
          background: linear-gradient(to right, #fff 20%, #015AFF 30%, #3a49f9 40%, #fff 80%);
          -webkit-background-clip: text;
          background-clip: text;
          -webkit-text-fill-color: transparent;
          background-size: 200% auto;
          animation: textShine 1s ease-in-out infinite alternate;
          font-size: 68px;
          line-height: 96px; }

@keyframes textShine {
  0% {
    background-position: 0% 50%; }
  100% {
    background-position: 100% 50%; } }
          @media (min-width: 992px) and (max-width: 1199.98px) {
            .banner .title-card .card-text ul li {
              font-size: 50px;
              line-height: 70px; } }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .banner .title-card .card-text ul li {
              font-size: 40px;
              line-height: 60px; } }
          @media (min-width: 576px) and (max-width: 767.98px) {
            .banner .title-card .card-text ul li {
              font-size: 60px;
              line-height: 80px; } }
          @media (max-width: 575.98px) {
            .banner .title-card .card-text ul li {
              font-size: 35px;
              line-height: 50px; } }
    .banner .title-card .card-para p {
      margin: 0 0 40px 0;
      color: #bdbdbd;
      font-family: "Syne", sans-serif;
      font-size: 22px;
      font-weight: 600;
      line-height: 150%;
      letter-spacing: 0.88px; }
      @media (min-width: 768px) and (max-width: 1199.98px) {
        .banner .title-card .card-para p {
          font-size: 16px; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .banner .title-card .card-para p {
          font-size: 24px;
          line-height: 40px; } }
    .banner .title-card .card-links {
      flex-wrap: wrap; }
      @media (max-width: 991.98px) {
        .banner .title-card .card-links a.btn-text {
          margin-left: 20px; } }
    .banner .title-card form {
      max-width: 706px; }
      .banner .title-card form .form-group {
        margin-bottom: 24px;
        position: relative; }
        .banner .title-card form .form-group input {
          background-color: transparent;
          border-radius: 48px;
          border-width: 1.4px;
          border-color: #949494;
          height: 65px;
          padding-left: 3.5rem; }
        .banner .title-card form .form-group svg {
          position: absolute;
          top: 22px;
          left: 1rem; }
          .banner .title-card form .form-group svg.user {
            top: 16px; }
        .banner .title-card form .form-group textarea {
          background-color: transparent;
          border-radius: 32px;
          border-width: 1.4px;
          border-color: #949494;
          padding: 1.5rem 0 0 1.5rem; }
  .banner .banner-card-img {
    border: 0;
    border-radius: 0; }
    .banner .banner-card-img span {
      width: 100%;
      max-width: 35px; }
      @media (max-width: 991.98px) {
        .banner .banner-card-img span {
          display: none; } }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .banner .banner-card-img span {
          max-width: 20px; } }
      .banner .banner-card-img span.light-one {
        top: -100px;
        right: 160px; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          .banner .banner-card-img span.light-one {
            top: -70px; } }
      .banner .banner-card-img span.light-two {
        left: 270px;
        top: -65px;
        z-index: 1; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          .banner .banner-card-img span.light-two {
            left: 226px;
            top: -30px; } }
      .banner .banner-card-img span.light-three {
        left: 173px;
        top: 4px; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          .banner .banner-card-img span.light-three {
            left: 150px;
            top: -10px; } }
      .banner .banner-card-img span.light-four {
        top: 120px;
        left: 100px; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          .banner .banner-card-img span.light-four {
            top: 140px;
            left: 85px; } }
    .banner .banner-card-img .card-image {
      position: relative;
      text-align: right;
      margin-top: 100px;
      width: 100%;
      max-width: 575px;
      margin-left: auto; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .banner .banner-card-img .card-image {
          width: 460px; } }
      @media (max-width: 991.98px) {
        .banner .banner-card-img .card-image {
          margin-top: 0; } }
      .banner .banner-card-img .card-image.bg-card-img {
        margin-top: 100px;
        background-image: radial-gradient(50% 50% at 50% 50%, #fbb90c -40%, rgba(14, 14, 14, 0.44) 89%) !important; }
      @media (max-width: 575.98px) {
        .banner .banner-card-img .card-image {
          background-position: 0 -15px; } }
      .banner .banner-card-img .card-image img.large-img {
        position: relative;
        z-index: 1; }
  .banner .bg-bottom {
    height: 300px;
    max-width: 400px;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(177deg, rgba(66, 62, 224, 0.4) -13.49%, rgba(66, 62, 224, 0.4) 109.75%);
    filter: blur(185.5px); }
    @media (max-width: 1199.98px) {
      .banner .bg-bottom {
        display: none; } }
  .banner img {
    margin-top: 2rem; }
    .banner img.sun {
      animation: animName 25s linear infinite; }

@keyframes animName {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.pips-card {
  margin-top: -208px;
  padding-bottom: 115px;
  position: relative;
  z-index: 1; }
  @media (max-width: 1199.98px) {
    .pips-card {
      margin-top: -50px;
      padding-bottom: 0; } }
  @media (max-width: 767.98px) {
    .pips-card {
      margin-top: 60px; } }
  @media (max-width: 767.98px) {
    .pips-card {
      padding-bottom: 0px; } }
  @media (max-width: 575.98px) {
    .pips-card {
      padding-bottom: 0px;
      margin-top: 0; } }
  .pips-card .card {
    border-radius: 3px;
    border: 1px solid #015AFF;
    background: rgba(18, 17, 57, 0.4);
    box-shadow: 16px 32px 64px 0px rgba(122, 48, 228, 0.16);
    backdrop-filter: blur(16px);
    padding: 36px 32px;
    height: 215px;
    position: relative;
    overflow: hidden; }
    .pips-card .card.animation-card {
      width: 100%;
      max-width: 400px;
      height: 100%; }
      @media (max-width: 767.98px) {
        .pips-card .card.animation-card {
          margin: 0 auto; } }
      .pips-card .card.animation-card::before, .pips-card .card.animation-card::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid transparent;
        box-sizing: border-box; }
      .pips-card .card.animation-card::before {
        top: 0;
        left: 0;
        border-top-color: #015AFF;
        border-left-color: #015AFF;
        animation: animateBorder 5s linear infinite; }
      .pips-card .card.animation-card::after {
        bottom: 0;
        right: 0;
        border-bottom-color: #3a49f9;
        border-right-color: #3a49f9;
        animation: animateBorder 5s linear infinite reverse; }

@keyframes animateBorder {
  0% {
    width: 0;
    height: 0; }
  50% {
    width: 100%;
    height: 0; }
  100% {
    width: 100%;
    height: 100%; } }
      .pips-card .card.animation-card.ib-card {
        max-width: 100%; }
      .pips-card .card.animation-card .card-text {
        flex-direction: column;
        gap: 24px; }
        @media (max-width: 767.98px) {
          .pips-card .card.animation-card .card-text {
            justify-content: center;
            align-items: center; } }
        .pips-card .card.animation-card .card-text h5 {
          color: #ffffff;
          font-family: "Syne", sans-serif;
          font-size: 30px;
          font-weight: 700;
          line-height: 36px;
          margin-bottom: 0; }
        .pips-card .card.animation-card .card-text p {
          color: #bdbdbd;
          font-family: "Syne", sans-serif;
          font-size: 16px;
          font-weight: 400;
          line-height: 28px;
          margin-bottom: 0;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .pips-card .card {
        padding: 1rem; } }
    @media (max-width: 767.98px) {
      .pips-card .card {
        margin-bottom: 30px;
        justify-content: center;
        align-items: center;
        text-align: center; } }
    @media (max-width: 575.98px) {
      .pips-card .card {
        padding: 1rem; } }
    .pips-card .card .card-text {
      display: flex;
      align-items: baseline;
      padding-bottom: 12px; }
      @media (max-width: 575.98px) {
        .pips-card .card .card-text {
          justify-content: center;
          text-align: center; } }
      .pips-card .card .card-text h5 {
        color: #fff;
        font-family: "Syne", sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 36px; }
        @media (max-width: 1199.98px) {
          .pips-card .card .card-text h5 {
            font-size: 45px; } }
        @media (max-width: 767.98px) {
          .pips-card .card .card-text h5 {
            font-size: 72px; } }
        @media (max-width: 575.98px) {
          .pips-card .card .card-text h5 {
            font-size: 45px;
            height: auto; } }
        .pips-card .card .card-text h5 span {
          font-weight: 600;
          font-size: 16px;
          line-height: 36px; }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .pips-card .card .card-text h5 span {
              font-size: 12px; } }
          @media (max-width: 575.98px) {
            .pips-card .card .card-text h5 span {
              font-size: 16px; } }
      .pips-card .card .card-text .counter {
        background: linear-gradient(270deg, #d19909 -6.87%, #eedb99 44.29%, #d29d11 99.9%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-weight: 700;
        font-size: 72px;
        line-height: 96px; }
      .pips-card .card .card-text span {
        font-size: 16px;
        margin-left: 5px;
        font-weight: 500; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .pips-card .card .card-text span {
            font-size: 14px; } }
      .pips-card .card .card-text p {
        color: #CCCCCC;
        font-size: 21px;
        line-height: 32px;
        text-transform: capitalize; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .pips-card .card .card-text p {
            margin-bottom: 0;
            font-size: 16px; } }
        @media (max-width: 575.98px) {
          .pips-card .card .card-text p {
            font-size: 16px;
            line-height: 27px; } }
    .pips-card .card p {
      color: #bdbdbd;
      font-family: "Syne", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      margin-bottom: 0;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }

.pips-card-wrapper {
  background: #080a0e;
  padding-top: 150px;
  padding-bottom: 30px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .pips-card-wrapper {
      padding-bottom: 100px; } }
  @media (max-width: 767.98px) {
    .pips-card-wrapper {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    .pips-card-wrapper {
      padding-bottom: 0; } }

.open-trading {
  background-color: #080A0E;
  padding-top: 100px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .open-trading {
      padding-top: 80px;
      padding-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .open-trading {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .open-trading .home-bottom-space {
    margin-bottom: 60px;
    align-items: center; }
    @media (max-width: 767.98px) {
      .open-trading .home-bottom-space {
        margin-bottom: 0; } }
  .open-trading.about-trading .bottom-space {
    margin-bottom: 170px; }
    @media (max-width: 991.98px) {
      .open-trading.about-trading .bottom-space {
        margin-bottom: 50px; } }
  .open-trading.about-trading .card {
    background: transparent;
    border: 0; }
  @media (max-width: 991.98px) {
    .open-trading.about-trading .text-center img {
      margin-bottom: 50px; } }
  .open-trading .card {
    border: 2px solid #686666;
    background: transparent;
    border-radius: 0; }
    @media (max-width: 767.98px) {
      .open-trading .card {
        margin-top: 30px;
        margin-bottom: 30px; } }
    .open-trading .card.content-card .card-text {
      padding-right: 4rem; }
      .open-trading .card.content-card .card-text.card-right-text {
        padding-right: 0;
        padding-left: 4rem; }
        @media (max-width: 1199.98px) {
          .open-trading .card.content-card .card-text.card-right-text {
            padding-left: 0;
            padding-right: 0; } }
      @media (max-width: 1199.98px) {
        .open-trading .card.content-card .card-text {
          padding-right: 0; } }
      .open-trading .card.content-card .card-text h5 {
        font-size: 48px;
        line-height: 64px;
        margin-bottom: 40px;
        background: linear-gradient(to right, #fff 20%, #015AFF 30%, #3a49f9 40%, #fff 80%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 200% auto;
        animation: textShine 1s ease-in-out infinite alternate; }

@keyframes textShine {
  0% {
    background-position: 0% 50%; }
  100% {
    background-position: 100% 50%; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .open-trading .card.content-card .card-text h5 {
            font-size: 40px; } }
        @media (min-width: 576px) and (max-width: 767.98px) {
          .open-trading .card.content-card .card-text h5 {
            font-size: 60px;
            line-height: 80px; } }
        @media (max-width: 575.98px) {
          .open-trading .card.content-card .card-text h5 {
            font-size: 35px;
            line-height: 50px; } }
      .open-trading .card.content-card .card-text p {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        font-family: "Syne", sans-serif;
        color: #FFFFFF;
        max-width: 550px; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .open-trading .card.content-card .card-text p {
            font-size: 16px;
            line-height: 24px; } }
        @media (min-width: 576px) and (max-width: 767.98px) {
          .open-trading .card.content-card .card-text p {
            line-height: 40px; } }
        @media (max-width: 575.98px) {
          .open-trading .card.content-card .card-text p {
            font-size: 16px;
            line-height: 27px; } }
      .open-trading .card.content-card .card-text ol {
        padding-left: 2rem; }
        .open-trading .card.content-card .card-text ol li {
          font-size: 24px;
          line-height: 32px;
          color: #95fc32; }
          @media (max-width: 575.98px) {
            .open-trading .card.content-card .card-text ol li {
              font-size: 16px;
              line-height: 27px; } }
          .open-trading .card.content-card .card-text ol li p {
            font-size: 24px;
            line-height: 32px;
            color: #808080;
            margin-bottom: 20px; }
            @media (max-width: 575.98px) {
              .open-trading .card.content-card .card-text ol li p {
                font-size: 16px;
                line-height: 27px; } }
      .open-trading .card.content-card .card-text ul {
        padding-left: 2rem; }
        .open-trading .card.content-card .card-text ul li {
          font-size: 24px;
          line-height: 32px;
          color: #95fc32;
          list-style-type: disc; }
          @media (max-width: 575.98px) {
            .open-trading .card.content-card .card-text ul li {
              font-size: 16px;
              line-height: 27px; } }
          .open-trading .card.content-card .card-text ul li p {
            font-size: 24px;
            line-height: 32px;
            color: #808080;
            margin-bottom: 20px; }
            @media (max-width: 575.98px) {
              .open-trading .card.content-card .card-text ul li p {
                font-size: 16px;
                line-height: 27px; } }
    .open-trading .card.image-card {
      align-items: center; }
  .open-trading .trading-market-title-text {
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    margin-bottom: 120px; }

.card-links {
  display: flex;
  align-items: center;
  gap: 1.5rem; }
  @media (max-width: 575.98px) {
    .card-links {
      gap: 0;
      flex-wrap: wrap; } }

.chooseus {
  padding-top: 150px;
  padding-bottom: 30px; }
  @media (max-width: 767.98px) {
    .chooseus {
      padding-top: 50px;
      padding-bottom: 0px; } }
  .chooseus .card {
    margin-bottom: 125px; }
    @media (max-width: 767.98px) {
      .chooseus .card {
        margin-bottom: 80px; } }
    .chooseus .card.details-card {
      box-shadow: none;
      border: 0; }
      .chooseus .card.details-card h5 {
        font-size: 48px;
        line-height: 64px;
        margin-bottom: 45px; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .chooseus .card.details-card h5 {
            font-size: 40px; } }
        @media (min-width: 576px) and (max-width: 767.98px) {
          .chooseus .card.details-card h5 {
            font-size: 60px;
            line-height: 80px; } }
        @media (max-width: 575.98px) {
          .chooseus .card.details-card h5 {
            font-size: 35px;
            line-height: 50px; } }
      .chooseus .card.details-card p {
        font-size: 24px;
        line-height: 32px;
        color: #808080;
        padding-right: 4rem; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          .chooseus .card.details-card p {
            font-size: 22px;
            padding-right: 0; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .chooseus .card.details-card p {
            font-size: 16px; } }
        @media (min-width: 576px) and (max-width: 767.98px) {
          .chooseus .card.details-card p {
            line-height: 40px; } }
        @media (max-width: 767.98px) {
          .chooseus .card.details-card p {
            padding-right: 0; } }
        @media (max-width: 575.98px) {
          .chooseus .card.details-card p {
            font-size: 16px;
            line-height: 27px; } }
    .chooseus .card.choose-image-card {
      border: 2px solid #686666;
      background: transparent;
      border-radius: 0;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) -1.52%, rgba(255, 255, 255, 0.024) 104.35%);
      max-width: 270px;
      height: 222px;
      align-items: center;
      justify-content: center;
      padding: 0 2rem; }
      @media (max-width: 1199.98px) {
        .chooseus .card.choose-image-card {
          padding: 0 10px; } }
      @media (max-width: 575.98px) {
        .chooseus .card.choose-image-card {
          max-width: 100%;
          margin-bottom: 100px; } }
      .chooseus .card.choose-image-card img {
        max-width: 162px;
        position: absolute;
        top: -100px; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .chooseus .card.choose-image-card img {
            max-width: 150px; } }
      .chooseus .card.choose-image-card h5 {
        font-size: 22px;
        line-height: 32px;
        margin-top: 20px;
        margin-bottom: 20px; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .chooseus .card.choose-image-card h5 {
            font-size: 16px; } }
      .chooseus .card.choose-image-card p {
        line-height: 24px;
        color: #CCCCCC;
        text-align: center; }

.account-types {
  padding: 130px 0; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .account-types {
      padding-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .account-types {
      padding-bottom: 0; } }
  @media (max-width: 767.98px) {
    .account-types {
      padding: 50px 0; } }
  @media (max-width: 575.98px) {
    .account-types {
      padding-bottom: 0; } }
  .account-types .wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767.98px) {
      .account-types .wrapper {
        flex-wrap: wrap;
        justify-content: center; } }
    .account-types .wrapper .card {
      border-width: 0;
      text-align: center;
      min-height: 820px;
      transition: all 0.5s ease;
      margin: 0 1rem;
      background-color: #050609;
      width: 100%;
      max-width: 340px; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .account-types .wrapper .card {
          margin: 0 5px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .account-types .wrapper .card {
          margin: 5px; } }
      @media (max-width: 767.98px) {
        .account-types .wrapper .card {
          width: 100%;
          margin-right: 0;
          margin-left: 0;
          margin-bottom: 2rem;
          max-width: 75%; } }
      @media (max-width: 575.98px) {
        .account-types .wrapper .card {
          max-width: 90%; } }
      .account-types .wrapper .card.other-account-type {
        min-height: 670px; }
      .account-types .wrapper .card.active-card {
        border-color: #015AFF; }
        .account-types .wrapper .card.active-card .open-account a {
          border: 2px solid #015AFF; }
      .account-types .wrapper .card:hover {
        border-color: #015AFF; }
        .account-types .wrapper .card:hover .open-account a {
          border: 2px solid #015AFF; }
      .account-types .wrapper .card .title-card {
        padding: 25px 35px;
        background: #0b0a2a;
        border: 1px solid #015AFF;
        border-radius: 3px 3px 0px 0px;
        position: relative; }
        .account-types .wrapper .card .title-card span {
          position: absolute;
          top: 0;
          left: 50%;
          transform: translate(-50px, -16px);
          display: block;
          background: #015AFF;
          width: 100px;
          height: 35px;
          border-radius: 4px;
          letter-spacing: 0.7px;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          font-family: "Rexagus", sans-serif;
          text-transform: capitalize;
          line-height: 36px; }
        .account-types .wrapper .card .title-card h5 {
          font-size: 28px;
          letter-spacing: 1.4px;
          line-height: 60px;
          margin-bottom: 0;
          font-family: "Rexagus", sans-serif; }
          @media (max-width: 1199.98px) {
            .account-types .wrapper .card .title-card h5 {
              font-size: 18px; } }
      .account-types .wrapper .card .details-card {
        margin-bottom: 26px; }
        .account-types .wrapper .card .details-card ul {
          padding-top: 54px; }
          .account-types .wrapper .card .details-card ul li {
            color: #ffffff;
            line-height: 36px;
            margin-bottom: 20px;
            font-family: "Syne", sans-serif;
            font-size: 20px;
            font-weight: 500; }
            @media (max-width: 1199.98px) {
              .account-types .wrapper .card .details-card ul li {
                font-size: 16px; } }
            .account-types .wrapper .card .details-card ul li.deposit {
              display: flex;
              flex-direction: column;
              justify-content: center;
              margin-top: 54px; }
              .account-types .wrapper .card .details-card ul li.deposit span small {
                color: #6f6f6f;
                font-size: 16px;
                margin-right: 3px; }
              .account-types .wrapper .card .details-card ul li.deposit span:last-child {
                color: #ffffff;
                font-size: 32px; }
            .account-types .wrapper .card .details-card ul li span {
              margin-left: 1px;
              color: #6f6f6f; }
            .account-types .wrapper .card .details-card ul li img {
              margin-left: 5px; }
      .account-types .wrapper .card .min-deposit {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px; }
        .account-types .wrapper .card .min-deposit span {
          font-size: 24px;
          line-height: 32px; }
          .account-types .wrapper .card .min-deposit span.text {
            color: rgba(255, 255, 255, 0.502972);
            line-height: 27px;
            font-size: 16px; }
      .account-types .wrapper .card .open-account {
        display: flex;
        align-items: center;
        justify-content: center; }
        .account-types .wrapper .card .open-account a {
          width: 206px;
          height: 64px;
          border: 2px solid #015AFF;
          line-height: 59px;
          font-weight: 500;
          font-size: 15px;
          font-family: "Syne", sans-serif;
          transition: all 0.5s ease;
          background: #050609; }
          @media (max-width: 991.98px) {
            .account-types .wrapper .card .open-account a {
              width: 150px;
              height: 56px;
              line-height: 50px; } }

.info ul {
  max-width: 1600px;
  margin: 0 auto; }
  .info ul li {
    border-radius: 4px;
    border: 2px solid #201e48;
    background: #121139;
    color: #bdbdbd;
    font-family: "Syne", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
    transition: 0.5s;
    padding: 42px 47px;
    position: relative; }
    @media (max-width: 767.98px) {
      .info ul li {
        padding: 1rem;
        font-size: 1rem; } }
    .info ul li .image-box {
      width: 400px;
      height: 400px;
      position: absolute;
      right: 0;
      top: -100%;
      border: 4px solid #232247;
      background: #121139;
      z-index: 1;
      display: none;
      text-align: center;
      transition: 0.8s;
      filter: drop-shadow(-32px 32px 32px rgba(0, 0, 0, 0.25));
      transform: translate(0px, 100px); }
      @media (min-width: 768px) and (max-width: 1199.98px) {
        .info ul li .image-box {
          width: 200px;
          height: 200px;
          top: -50%; } }
      @media (max-width: 767.98px) {
        .info ul li .image-box {
          width: 150px;
          height: 150px;
          top: -50%;
          padding: 1rem; } }
      @media (min-width: 768px) and (max-width: 1199.98px) {
        .info ul li .image-box img {
          max-width: 100px; } }
      @media (max-width: 767.98px) {
        .info ul li .image-box img {
          max-width: 64px; } }
    .info ul li:hover {
      color: #fff;
      font-size: 36px;
      font-weight: 700;
      border: 2px solid #015AFF; }
      @media (max-width: 767.98px) {
        .info ul li:hover {
          font-size: 1rem; } }
      .info ul li:hover .image-box {
        display: flex;
        align-items: center;
        justify-content: center;
        animation: wave 1.5s ease-in-out infinite alternate; }

@keyframes wave {
  0% {
    transform: translateX(0) rotate(0deg);
    opacity: 1; }
  25% {
    transform: translateX(5px) rotate(5deg);
    opacity: 0.9; }
  50% {
    transform: translateX(-5px) rotate(-5deg);
    opacity: 0.8; }
  75% {
    transform: translateX(5px) rotate(5deg);
    opacity: 0.9; }
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1; } }

.currency-pair .card {
  border: 4px solid #201e48;
  padding: 75px;
  margin-bottom: 105px; }
  @media (max-width: 991.98px) {
    .currency-pair .card {
      padding: 1rem 3rem 50px 3rem;
      margin-bottom: 50px; } }
  @media (max-width: 575.98px) {
    .currency-pair .card {
      padding: 0 13px 50px 13px; } }
  .currency-pair .card .card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0; }
    .currency-pair .card .card-title h3 {
      margin: 0;
      color: #fff;
      font-family: "Rexagus", sans-serif;
      font-size: 36px;
      font-weight: 400;
      line-height: 96px;
      text-transform: capitalize; }
      @media (max-width: 991.98px) {
        .currency-pair .card .card-title h3 {
          font-size: 1rem; } }
    @media (max-width: 991.98px) {
      .currency-pair .card .card-title img {
        max-width: 64px; } }
    .currency-pair .card .card-title img.sun {
      animation: animName 5s linear infinite;
      animation-duration: 80s; }

@keyframes animName {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .currency-pair .card .card-body {
    padding: 0;
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    max-width: 1024px; }
    @media (max-width: 991.98px) {
      .currency-pair .card .card-body {
        max-width: 100%; } }
    @media (max-width: 575.98px) {
      .currency-pair .card .card-body {
        gap: 1rem; } }
    .currency-pair .card .card-body span {
      display: inline-block;
      border-radius: 4px;
      border: 4px solid #015AFF;
      background: rgba(48, 24, 95, 0.81);
      background: linear-gradient(to left, rgba(48, 24, 95, 0.81) 50%, rgba(48, 24, 95, 0.1) 50%) right;
      background-size: 200%;
      transition: 0.5s ease-out;
      padding: 28px;
      color: #fff;
      text-align: center;
      font-family: "Syne", sans-serif;
      font-size: 28px;
      font-weight: 700;
      line-height: 36px;
      cursor: pointer; }
      .currency-pair .card .card-body span:hover {
        background-position: left; }
      @media (max-width: 991.98px) {
        .currency-pair .card .card-body span {
          font-size: 1rem;
          padding: 1rem; } }
      @media (max-width: 575.98px) {
        .currency-pair .card .card-body span {
          font-size: 14px;
          padding: 12px; } }

.mam-pamm .card {
  border: 4px solid #201e48;
  background: transparent;
  padding: 54px 55px 72px 88px;
  margin-bottom: 56px; }
  @media (max-width: 991.98px) {
    .mam-pamm .card {
      padding: 3rem 2rem; } }
  .mam-pamm .card h3 {
    font-size: 36px;
    line-height: 96px;
    text-transform: capitalize; }
    @media (max-width: 767.98px) {
      .mam-pamm .card h3 {
        margin-bottom: 2rem;
        line-height: 60px; } }
    @media (max-width: 575.98px) {
      .mam-pamm .card h3 {
        line-height: 40px;
        font-size: 24px; } }
  .mam-pamm .card p {
    font-size: 22px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.88px;
    color: #bdbdbd;
    font-family: "Syne", sans-serif; }
  .mam-pamm .card ul {
    margin-left: 2rem; }
    .mam-pamm .card ul.steps {
      margin-left: 0;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 1rem;
      margin-top: 140px;
      margin-bottom: 95px; }
      @media (max-width: 767.98px) {
        .mam-pamm .card ul.steps {
          flex-direction: column;
          gap: 3rem;
          margin: 1rem auto; } }
      .mam-pamm .card ul.steps li {
        list-style-type: none;
        color: #fff;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 155%;
        letter-spacing: 0.96px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem; }
    .mam-pamm .card ul li {
      font-size: 22px;
      list-style-type: square;
      font-weight: 500;
      line-height: 160%;
      letter-spacing: 0.88px;
      color: #bdbdbd;
      font-family: "Syne", sans-serif; }

.trade-locker .card {
  border-radius: 4px;
  border: 2px solid #015AFF;
  background: transparent;
  width: 100%;
  max-width: 400px;
  height: 100%; }
  @media (max-width: 767.98px) {
    .trade-locker .card {
      margin: 0 auto; } }
  .trade-locker .card::before, .trade-locker .card::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    box-sizing: border-box; }
  .trade-locker .card::before {
    top: 0;
    left: 0;
    border-top-color: #015AFF;
    border-left-color: #015AFF;
    animation: animateBorder 5s linear infinite; }
  .trade-locker .card::after {
    bottom: 0;
    right: 0;
    border-bottom-color: #3a49f9;
    border-right-color: #3a49f9;
    animation: animateBorder 5s linear infinite reverse; }

@keyframes animateBorder {
  0% {
    width: 0;
    height: 0; }
  50% {
    width: 100%;
    height: 0; }
  100% {
    width: 100%;
    height: 100%; } }
  .trade-locker .card .card-title {
    padding: 21px 0;
    border-radius: 2px 2px 0px 0px;
    background: #0b0a2a;
    border-bottom: 2px solid #015AFF; }
    .trade-locker .card .card-title h3 {
      margin: 0;
      color: #fff;
      text-align: center;
      font-family: "Rexagus", sans-serif;
      font-size: 28px;
      font-weight: 400;
      line-height: 60px;
      letter-spacing: 1.4px;
      text-transform: capitalize; }
      @media (max-width: 576.98px) {
        .trade-locker .card .card-title h3 {
          font-size: 24px; } }
  .trade-locker .card .card-body {
    padding: 3.3rem 0px;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    align-items: center; }
    .trade-locker .card .card-body h4 {
      margin: 0;
      color: #6f6f6f;
      text-align: center;
      font-family: "Syne", sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 36px; }
    @media (max-width: 1299.98px) {
      .trade-locker .card .card-body a {
        width: 260px; } }

.value-display {
  display: flex;
  justify-content: center;
  margin-top: 135px;
  margin-bottom: 100px;
  gap: 2rem;
  align-items: center; }
  @media (max-width: 991.98px) {
    .value-display {
      margin: 1rem auto;
      flex-direction: column; } }
  .value-display .clients {
    display: flex;
    flex-direction: column;
    flex-basis: 10%; }
    .value-display .clients span {
      color: #fff; }
      .value-display .clients span#totalClients {
        font-family: "Rexagus", sans-serif;
        font-size: 54px;
        font-weight: 400;
        line-height: 155%;
        letter-spacing: 2.16px; }
      .value-display .clients span.text {
        font-family: "Syne", sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: 155%;
        letter-spacing: 0.88px; }
  .value-display .income {
    flex-basis: 20%; }
    .value-display .income .amount {
      font-family: "Rexagus", sans-serif;
      font-size: 54px;
      font-weight: 400;
      line-height: 155%;
      letter-spacing: 2.16px; }
    .value-display .income span.text {
      font-family: "Syne", sans-serif;
      font-size: 22px;
      font-weight: 500;
      line-height: 155%;
      letter-spacing: 0.88px; }
  .value-display .slider-container {
    flex-basis: 65%;
    position: relative;
    top: 30px; }
    @media (max-width: 991.98px) {
      .value-display .slider-container {
        top: 1rem; } }
    .value-display .slider-container ul {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      margin-left: 0; }
      @media (max-width: 576.98px) {
        .value-display .slider-container ul {
          flex-wrap: wrap; } }
      .value-display .slider-container ul li {
        list-style-type: none;
        color: #4a4a4a;
        font-family: "Syne", sans-serif;
        font-size: 40px;
        font-weight: 500;
        line-height: 155%;
        /* 62px */
        letter-spacing: 1.6px; }
        @media (max-width: 576.98px) {
          .value-display .slider-container ul li {
            font-size: 20px; } }
    .value-display .slider-container .slider {
      appearance: none;
      -webkit-appearance: none;
      width: 100%;
      height: 5px;
      border-radius: 5px;
      outline: none;
      transition: opacity 0.2s; }
      .value-display .slider-container .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #015AFF;
        cursor: pointer; }
      .value-display .slider-container .slider::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #015AFF;
        cursor: pointer; }

footer, .bottom-section {
  padding-top: 100px;
  background-color: transparent;
  margin: 0 auto; }
  @media (max-width: 767px) {
    footer, .bottom-section {
      padding-top: 50px; } }
  footer .card .card-body, .bottom-section .card .card-body {
    padding-left: 0; }
    @media (max-width: 767px) {
      footer .card .card-body, .bottom-section .card .card-body {
        margin-bottom: 40px; } }
    @media (max-width: 575px) {
      footer .card .card-body, .bottom-section .card .card-body {
        margin-bottom: 50px; } }
    footer .card .card-body img, .bottom-section .card .card-body img {
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        footer .card .card-body img, .bottom-section .card .card-body img {
          max-width: 110px; } }
      @media (max-width: 575px) {
        footer .card .card-body img, .bottom-section .card .card-body img {
          max-width: 100%;
          margin-bottom: 25px; } }
    footer .card .card-body p, .bottom-section .card .card-body p {
      margin: 0;
      line-height: 27px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        footer .card .card-body p, .bottom-section .card .card-body p {
          font-size: 14px; } }
  @media (max-width: 575px) {
    footer ul, .bottom-section ul {
      margin-bottom: 40px; } }
  footer ul li, .bottom-section ul li {
    margin-bottom: 5px; }
    footer ul li.list-heading, .bottom-section ul li.list-heading {
      margin-bottom: 35px; }
      footer ul li.list-heading a, .bottom-section ul li.list-heading a {
        letter-spacing: 0.2em;
        color: rgba(255, 255, 255, 0.5);
        line-height: 27px;
        text-transform: uppercase; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          footer ul li.list-heading a, .bottom-section ul li.list-heading a {
            letter-spacing: 0.1em; } }
        @media (max-width: 767.98px) {
          footer ul li.list-heading a, .bottom-section ul li.list-heading a {
            letter-spacing: 0; } }
        footer ul li.list-heading a:hover, .bottom-section ul li.list-heading a:hover {
          color: #ffffff; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          footer ul li.list-heading a, .bottom-section ul li.list-heading a {
            font-size: 12px; } }
    footer ul li a, .bottom-section ul li a {
      line-height: 34px;
      color: #ffffff;
      text-transform: capitalize;
      transition: all 0.3s ease; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        footer ul li a, .bottom-section ul li a {
          font-size: 14px; } }
      footer ul li a:hover, .bottom-section ul li a:hover {
        background: #015AFF;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  footer .social-links ul, .bottom-section .social-links ul {
    margin-bottom: 30px; }
    footer .social-links ul li, .bottom-section .social-links ul li {
      display: inline-block;
      margin-left: 5px; }
      footer .social-links ul li a, .bottom-section .social-links ul li a {
        display: inline-block;
        width: 48px;
        height: 48px;
        background: #015AFF;
        border-radius: 100%;
        line-height: 48px;
        text-align: center;
        color: #fff; }
        @media (min-width: 576px) and (max-width: 991.98px) {
          footer .social-links ul li a, .bottom-section .social-links ul li a {
            font-size: 14px; } }
        footer .social-links ul li a:hover, .bottom-section .social-links ul li a:hover {
          -webkit-text-fill-color: #fff; }
  footer .social-links p, .bottom-section .social-links p {
    line-height: 27px;
    margin: 0 0 30px 0;
    display: flex; }
    @media (min-width: 576px) and (max-width: 991.98px) {
      footer .social-links p, .bottom-section .social-links p {
        font-size: 14px; } }
    footer .social-links p span img, .bottom-section .social-links p span img {
      margin-right: 10px; }
  footer .bottom-footer, .bottom-section .bottom-footer {
    padding: 80px 0; }
    footer .bottom-footer p, .bottom-section .bottom-footer p {
      text-align: center;
      margin-bottom: 0; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        footer .bottom-footer p, .bottom-section .bottom-footer p {
          font-size: 14px; } }

.contact-number {
  padding-bottom: 250px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .contact-number {
      padding-bottom: 50px;
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .contact-number {
      padding-bottom: 60px; } }
  .contact-number svg {
    vertical-align: -12px;
    margin-right: 20px; }
    @media (max-width: 991.98px) {
      .contact-number svg {
        margin-right: 10px;
        width: 40px; } }
  .contact-number span {
    font-size: 46px;
    line-height: 79px; }
    @media (max-width: 991.98px) {
      .contact-number span {
        font-size: 30px; } }

.wrapper-para {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 3rem; }
  .wrapper-para p {
    margin: 0;
    color: #858494;
    font-family: "Syne", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; }
    .wrapper-para p strong {
      color: #fff;
      margin: 0 5px; }

.border-bottom-custom {
  border-bottom: 1px solid #3A49F9; }

body {
  background: #0B0A2A;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding-top: 85px; }

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  font-size: 54px;
  line-height: 96px;
  color: #fff;
  font-family: "Rexagus", sans-serif; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    h1,
    h2,
    h3,
    h4,
    h5 {
      font-size: 56px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    h1,
    h2,
    h3,
    h4,
    h5 {
      font-size: 40px;
      line-height: 70px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    h1,
    h2,
    h3,
    h4,
    h5 {
      font-size: 60px;
      line-height: 80px; } }
  @media (max-width: 575.98px) {
    h1,
    h2,
    h3,
    h4,
    h5 {
      font-size: 30px;
      line-height: 50px; } }

.bg-black-darken-1 {
  background-color: #080A0E !important; }

.bg-black-darken-2 {
  background-color: #0B0A2A; }

.custom-container {
  max-width: 1600px;
  padding: 0 1rem; }

.bg-top {
  height: 510px;
  max-width: 510px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  border-radius: 900px;
  background: linear-gradient(177deg, rgba(66, 62, 224, 0.4) -13.49%, rgba(66, 62, 224, 0.4) 109.75%);
  filter: blur(185.5px); }
