/* ==============
 ========= Css Documentation =========

 Template Name: Mosto
 Version: 4.3
 Description: Software and App Landing Pages HTML Template
 Author: Pixelaxis
 Author URI: https://themeforest.net/user/pixelaxis

 01. Abstracts
     1.1 --> Mixins
     1.2 --> Variables
    
 02. Base
     2.1 --> Reset
     2.2 --> Typography
     2.3 --> Global

 03. Components
     3.1 --> Preloader
     3.2 --> Buttons
     3.3 --> Forms

 04. Layout
     4.1 --> Header
     4.2 --> Hero Section
     4.3 --> Banner
     4.4 --> All Sections
     4.5 --> Footer

     =========================
     01. header styles start
     ------------------------------------------------------
     02. hero section styles start
     ------------------------------------------------------
     03. overview section styles start
     ------------------------------------------------------
     04. easy section styles start
     ------------------------------------------------------
     05. wallet section styles start
     ------------------------------------------------------
     06. community section styles start
     ------------------------------------------------------
     07. work section style start
     ------------------------------------------------------
     08. video section styles start
     ------------------------------------------------------
     09. faq section styles start
     ------------------------------------------------------
     10. footer styles start
     ------------------------------------------------------
     =========================
============== */
/* ==== 
 --------- (1.1) mixins start ---------
 ==== */
/* ==== 
 --------- (1.1) mixins end ---------
 ==== */
/* ==== 
 --------- (1.2) variables start ---------
 ==== */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Montserrat&display=swap');
/* ==== 
 --------- (1.2) variables end ---------
 ==== */
/* ==== 
 --------- (2.1) reset styles start ---------
 ==== */

@font-face {
  font-family: "logoFont";
  src: url('../fonts/arial.ttf');
}

@font-face{font-family:'forsage icons';src:url("../fonts/forsageIcons.ttf?v=1.1");font-style:normal}
i{font-size:16px}[class*=" icon-"]:before,[class^=icon-]:before{font-family:"forsage icons";font-style:normal;font-weight:400;speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-academy:before{content:"\e900"}.icon-achive:before{content:"\e901"}.icon-alarm:before{content:"\e902"}.icon-alert-triangle:before{content:"\e903"}.icon-alert:before{content:"\e904"}.icon-arrow-circle:before{content:"\e905"}.icon-arrow-left:before{content:"\e906"}.icon-arrow-right:before{content:"\e907"}.icon-arrow-up:before{content:"\e908"}.icon-bnb:before{content:"\e909"}.icon-busd:before{content:"\e90a"}.icon-calendar:before{content:"\e90b"}.icon-cart-plus:before{content:"\e90c";color:#ffa243}.icon-cart:before{content:"\e90d"}.icon-check-circle:before{content:"\e90e"}.icon-clip:before{content:"\e90f"}.icon-clock:before{content:"\e910";color:#6439d0}.icon-code:before{content:"\e911"}.icon-copy:before{content:"\e912"}.icon-curcle-plus:before{content:"\e913"}.icon-double-ok:before{content:"\e914"}.icon-download:before{content:"\e915"}.icon-eth:before{content:"\e916"}.icon-facebook:before{content:"\e917"}.icon-filters:before{content:"\e918"}.icon-gift:before{content:"\e919"}.icon-Group-3650:before{content:"\e91a"}.icon-message:before{content:"\e91b"}.icon-minus-circle:before{content:"\e91c"}.icon-news:before{content:"\e91d"}.icon-ok:before{content:"\e91e"}.icon-partner:before{content:"\e91f"}.icon-partners:before{content:"\e920"}.icon-pause:before{content:"\e921"}.icon-picture:before{content:"\e922"}.icon-reinvest:before{content:"\e923"}.icon-remove:before{content:"\e924"}.icon-ring:before{content:"\e925"}.icon-save:before{content:"\e926"}.icon-send:before{content:"\e927"}.icon-settings .path1:before{content:"\e928";color:#fff}.icon-settings .path2:before{content:"\e929";margin-left:-1em;color:#3a3b3c}.icon-share-circle:before{content:"\e92a"}.icon-share:before{content:"\e92b"}.icon-spinner:before{content:"\e92c"}.icon-tdots:before{content:"\e92d"}.icon-telegram:before{content:"\e92e"}.icon-trx:before{content:"\e92f"}.icon-tutorial:before{content:"\e930"}.icon-twitter:before{content:"\e931"}.icon-user:before{content:"\e932"}.icon-wallet:before{content:"\e933"}.icon-youtube:before{content:"\e934"}.icon-upline-pay{display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:15px;font-weight:700;width:18px;height:18px;background-color:#6439d0}.icon-upline-pay:before{content:"\e908"}

:root{
  --primary: #010101;
  --secondary: #323232;
  --default: #212121;
  --selection: #b32707;
  --borderColor: #2a2a2a;
  --btnBg: linear-gradient(90deg,#ff518f 0%,#622aff);
  --defaultShadow: 0px 15px 10px -10px rgb(0 0 0 / 50%);
}

.purple-bg{background:#622aff;}
.default-bg{background:var(--default);}
.border-round{border-radius: 12px;}
.text-gradient {
  font-weight: 600;
  background: linear-gradient(90deg,#ffb23e 0,#ff518f 50.39%,#622aff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
}
.x{font-family: "logoFont";font-size: 30px;}
.calc-btn{background:var(--secondary);width:60px;height:60px;margin-right:10px;margin-bottom:15px;border-radius: 12px;display: inline-block;}
.calc-btn.active{background: linear-gradient(145deg,#ffb23e 0,#ff518f 50.39%);}
/* button{
  background: var(--btnBg);
} */

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Josefin Sans", sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 0px;
  background-color: var(--primary);
  overflow-x: hidden;
}
p{
  font-weight: 200 !important;
}
body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background-color: var(--primary);
  border-radius: 5px;
}

body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
  background-color: var(--secondary);
  border-radius: 5px;
}

@media only screen and (max-width: 667px) {
  body {
    font-size: 16px;
  }
  .home-page-heading{font-size: 80px !important;}
  .homepageCustomSection{
    padding:200px 0px 50px 0px !important;
    background:transparent url('../images/kindpng_4588326.png') no-repeat 0 0 !important;
    background-size: contain !important;
  }
  .wallet-area .row{display: block;}
  .wallet-area__single{margin-bottom:30px;}
  .wallet-area__single p{text-align:left !important;max-width:100% !important;}
  .wallet_area_link {text-align: start;}
  .wallet_area_link i{top: 3px;position: relative;}
  .slider-item {width: 350px !important;padding:20px !important;}
  .slider-item__info {width:40% !important;}
  .slider-item-stats {width:60% !important;}
}

::-moz-selection {
  color: #ffffff;
  background-color: var(--selection);
}

::selection {
  color: #ffffff;
  background-color: var(--selection);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
  font-family: "Josefin Sans", sans-serif;
}

a {
  text-decoration: none;
}

a img {
  border: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  border: none;
  outline: none;
}

button {
  border: 0;
  outline: 0;
}

button:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}

ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  width: 100%;
  border: none;
  outline: none;
}

input:focus,
textarea:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

/* ==== 
 --------- (2.1) reset styles end ---------
 ==== */
/* ==== 
 --------- (2.2) typography styles start ---------
 ==== */
p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  font-style: normal;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  p,
  th,
  td,
  li,
  input,
  textarea,
  select,
  label,
  blockquote,
  span {
    font-size: 16px;
    line-height: 28px;
  }
}

p.primary,
th.primary,
td.primary,
li.primary,
input.primary,
textarea.primary,
select.primary,
label.primary,
blockquote.primary,
span.primary {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  margin-top: -6px;
}

@media only screen and (max-width: 1199px) {
  p.primary,
  th.primary,
  td.primary,
  li.primary,
  input.primary,
  textarea.primary,
  select.primary,
  label.primary,
  blockquote.primary,
  span.primary {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  p.primary,
  th.primary,
  td.primary,
  li.primary,
  input.primary,
  textarea.primary,
  select.primary,
  label.primary,
  blockquote.primary,
  span.primary {
    font-size: 18px;
    line-height: 28px;
  }
}

h1,
h1 > a,
h1 > span {
  font-size: 76px;
  line-height: 86px;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  h1,
  h1 > a,
  h1 > span {
    font-size: 54px;
    line-height: 64px;
  }
}

@media only screen and (max-width: 767px) {
  h1,
  h1 > a,
  h1 > span {
    font-size: 40px;
    line-height: 50px;
  }
}

h2,
h2 > a,
h2 > span {
  font-size: 54px;
  line-height: 64px;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  h2,
  h2 > a,
  h2 > span {
    font-size: 32px;
    line-height: 42px;
  }
}

h3,
h3 > a,
h3 > span {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  h3,
  h3 > a,
  h3 > span {
    font-size: 24px;
    line-height: 28px;
  }
}

h6,
h6 > a,
h6 > span {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  h6,
  h6 > a,
  h6 > span {
    font-size: 20px;
    line-height: 24px;
  }
}

a,
button {
  font-size: 18px;
  line-height: 30px;
  font-family: "Josefin Sans", sans-serif;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  border: 0px;
  outline: 0px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  a,
  button {
    font-size: 16px;
    line-height: 28px;
  }
}

a:hover,
button:hover {
  text-decoration: none;
  color: #ffffff;
  border: 0px;
  outline: 0px;
}

/* ==== 
 --------- (2.2) typography styles end ---------
 ==== */
/* ==== 
 --------- (2.3) global styles start ---------
 ==== */
.section__space {
  padding: 120px 0px;
}

@media only screen and (max-width: 1199px) {
  .section__space {
    padding: 100px 0px;
  }
}

@media only screen and (max-width: 991px) {
  .section__space {
    padding: 80px 0px;
  }
}

.section__space__top {
  padding-top: 120px;
}

@media only screen and (max-width: 1199px) {
  .section__space__top {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .section__space__top {
    padding-top: 80px;
  }
}

.section__space__bottom {
  padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .section__space__bottom {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .section__space__bottom {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .column__space {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .column__space--secondary {
    margin-bottom: 30px;
  }
}

.column__space__negative {
  margin-bottom: 0px;
}

.section__header {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section__header h5 {
  color: #00ff66;
  text-align: center;
}

.section__header h2 {
  text-align: center;
}

.section__header p {
  color: #e8e8ff;
  text-align: center;
}

.pos__rel {
  position: relative;
}

.over__hi {
  overflow: hidden;
}

.thumb__ltr {
  direction: ltr;
}

.thumb__rtl {
  direction: rtl;
}

@media only screen and (max-width: 991px) {
  .thumb__rtl {
    direction: ltr;
  }
}

.bg__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: right;
}

@-webkit-keyframes shrink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  70% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes shrink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  70% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.2;
  }
  70% {
    opacity: 0.9;
  }
  90% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.2;
  }
  70% {
    opacity: 0.9;
  }
  90% {
    opacity: 1;
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(-13px, 0);
            transform: translate(-13px, 0);
  }
  50% {
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
  100% {
    -webkit-transform: translate(-13px, 0);
            transform: translate(-13px, 0);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translate(-13px, 0);
            transform: translate(-13px, 0);
  }
  50% {
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
  100% {
    -webkit-transform: translate(-13px, 0);
            transform: translate(-13px, 0);
  }
}

@-webkit-keyframes spaceship {
  0% {
    top: -10%;
    display: none;
  }
  20% {
    top: -30px;
    right: 80px;
    display: block;
  }
  40% {
    top: 90px;
    right: 80px;
  }
  80% {
    top: 100%;
    right: 50%;
    opacity: 0.1;
  }
  100% {
    top: 110%;
    display: none;
  }
}

@keyframes spaceship {
  0% {
    top: -10%;
    display: none;
  }
  20% {
    top: -30px;
    right: 80px;
    display: block;
  }
  40% {
    top: 90px;
    right: 80px;
  }
  80% {
    top: 100%;
    right: 50%;
    opacity: 0.1;
  }
  100% {
    top: 110%;
    display: none;
  }
}

/* ==== 
 --------- (2.3) global styles end ---------
 ==== */
/* ==== 
 --------- (3.1) preloader styles start ---------
 ==== */
/* ==== 
 --------- (3.1) preloader styles end ---------
 ==== */
/* ==== 
 --------- (3.2) buttons styles start ---------
 ==== */
.button {
  background-color: #006BFF;
  color: #ffffff;
  margin-left: 7px;
  padding: 8px 30px 6px !important;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.button:hover {
  background-color: #ffffff;
  color: #100047;
  -webkit-box-shadow: 0px 10px 24px 0px rgba(89, 39, 227, 0.8);
          box-shadow: 0px 10px 24px 0px rgba(89, 39, 227, 0.8);
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 24px;
  width: 45px;
  height: 45px;
  background-color: var(--secondary);
  border-radius: 5px;
  color: #ffffff;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 999;
  cursor: pointer;
  -webkit-box-shadow: 0px 12px 81px 0px rgba(0, 0, 0, 0.72);
          box-shadow: 0px 12px 81px 0px rgba(0, 0, 0, 0.72);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media only screen and (max-width: 1199px) {
  .scrollToTop {
    right: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .scrollToTop {
    font-size: 14px;
  }
}

.scrollToTop i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.scrollToTop:hover {
  background-color: var(--secondary);
  -webkit-box-shadow: 0px 10px 24px 0px rgba(89, 39, 227, 0.8);
          box-shadow: 0px 10px 24px 0px rgba(89, 39, 227, 0.8);
}

.scrollToTop:hover i {
  color: #ffffff;
}

.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

@media only screen and (max-width: 767px) {
  .scrollToTop.active {
    bottom: 15px;
  }
}

/* ==== 
 --------- (3.2) buttons styles end ---------
 ==== */
/* ==== 
 --------- (3.3) forms styles start ---------
 ==== */
/* ==== 
 --------- (3.3) forms styles end ---------
 ==== */
/* ==== 
 --------- (4.1) header styles start ---------
 ==== */
header {
  background-color: transparent;
  /*padding: 28px 0px;*/
  padding:0px;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 9999;
}

@media only screen and (max-width: 767px) {
  header {
    padding: 23px 0px;
  }
}

.header-active {
  background-color: var(--secondary);
  -webkit-box-shadow: 0px 12px 81px 0px rgba(0, 0, 0, 0.72);
          box-shadow: 0px 12px 81px 0px rgba(0, 0, 0, 0.72);
}

.header-fixed {
  background-color: var(--secondary);
  -webkit-box-shadow: 0px 12px 81px 0px rgba(0, 0, 0, 0.72);
          box-shadow: 0px 12px 81px 0px rgba(0, 0, 0, 0.72);
}

.navbar {
  padding: 28px 0px;
}

.navbar li {
  margin: 0px;
}

@media only screen and (max-width: 991px) {
  .navbar-collapse {
    margin-top: 25px;
    max-height: 300px;
    overflow: auto;
  }
  .navbar-collapse::-webkit-scrollbar {
    width: 5px;
  }
  .navbar-collapse::-webkit-scrollbar-track {
    background-color: #ffffff;
    border-radius: 10px;
  }
  .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: #100047;
    border-radius: 10px;
  }
}

.navbar-brand {
  margin: 0px;
  padding: 0px;
}

.logo {
  max-width: 100%;
  height: 40px;
}
.logo path{fill: #FFF;}
.logo-text{
  font-family: "logoFont";
  text-transform: uppercase;
  font-size: 2rem;
  position: relative;
  top: 6px;
}

@media only screen and (max-width: 767px) {
  .logo {
    max-width: 120px;
    height: 34px;
  }
}

.nav-link {
  padding: 6px 16px 6px !important;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .nav-link {
    font-size: 16px;
    padding: 6px 15px !important;
  }
}

@media only screen and (max-width: 991px) {
  .nav-link {
    /*background-color: #ffffff;*/
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 3px;
    border-bottom: 1px solid var(--borderColor);
    /*color: #100047;*/
  }
  .download{
    font-weight: 600;
    background: linear-gradient(90deg,#ffb23e 0,#ff518f 50.39%,#622aff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    text-transform: uppercase;
  }
  .nav-link:hover {
    padding-left: 19px !important;
  }
}

.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;
}

@media only screen and (max-width: 767px) {
  .language-select {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .language-select {
    margin-left: 0px;
  }
}

.language-select .current {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .language-select .current {
    font-size: 16px;
  }
}

.language-select .option {
  color: #100047;
}

@media only screen and (max-width: 1199px) {
  .language-select .option {
    font-size: 16px;
  }
}

.language-select::after {
  height: 8px;
  width: 8px;
  margin-top: -6px;
  right: 8px;
  border-color: #ffffff;
}

.navbar-toggler {
  border: none;
  padding: 0px;
  margin: 0px 0px 0px 20px;
  line-height: 0px;
}

@media only screen and (max-width: 767px) {
  .navbar-toggler {
    margin-left: 5px;
  }
}

.navbar-toggler:focus {
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
  outline: none;
}

.navbar-toggler .icon-bar {
  width: 35px;
  height: 2px;
  background-color: #ffffff;
  margin: 0px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  .navbar-toggler .icon-bar {
    width: 30px;
  }
}

.navbar-toggler .middle-bar {
  margin: 6px 0px;
  opacity: 1;
}

.toggle-active .top-bar {
  -webkit-transform: rotate(-45deg) translate(-7px, 4px);
          transform: rotate(-45deg) translate(-7px, 4px);
  background: #ffffff;
}

.toggle-active .middle-bar {
  opacity: 0;
}

.toggle-active .bottom-bar {
  -webkit-transform: rotate(45deg) translate(-7px, -4px);
          transform: rotate(45deg) translate(-7px, -4px);
  background: #ffffff;
}

.download {
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
  background-color: #006BFF;
  color: #ffffff;
  padding: 6px 15px 6px !important;
}

.download:hover {
  background-color: #006BFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  color: #25255a;
}

/* ==== 
 --------- (4.1) header styles end ---------
 ==== */
/* ==== 
 --------- (4.2) hero section styles start ---------
 ==== */
.hero {
  padding-top: 330px;
  padding-bottom: 380px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .hero {
    padding-top: 200px;
    padding-bottom: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .hero {
    padding-top: 140px;
    padding-bottom: 240px;
  }
}

.hero .hero-area__content h1 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
  .hero .hero-area__content h1 {
    margin-bottom: 20px;
  }
}

.hero .hero-area__content-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 36px;
}

@media only screen and (max-width: 1199px) {
  .hero .hero-area__content-btn-group {
    margin-top: 26px;
  }
}

.hero .hero-area__content-btn-group img {
  max-width: 190px;
  height: 56px;
}

@media only screen and (max-width: 1199px) {
  .hero .hero-area__content-btn-group img {
    max-width: 150px;
    height: 50px;
  }
}

.hero .hero-animation__illustration {
  position: absolute;
  top: 248px;
  right: 0px;
  max-width: 45vw;
}

@media only screen and (max-width: 1399px) {
  .hero .hero-animation__illustration {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 40vw;
  }
}

.hero .hero-animation__big-ring {
  position: absolute;
  top: 0px;
  left: 80px;
  max-width: 34vw;
  height: auto;
  -webkit-animation: opacity 5s linear infinite;
          animation: opacity 5s linear infinite;
}

.hero .hero-animation__small-ring {
  position: absolute;
  top: 45%;
  left: 0px;
  max-width: 14vw;
  height: auto;
  -webkit-animation: shake 5s linear infinite;
          animation: shake 5s linear infinite;
}

.hero .hero-animation__space-ship {
  position: absolute;
  top: 90px;
  right: 80px;
  max-width: 22vw;
  height: auto;
  opacity: 0.3;
  -webkit-animation: spaceship 30s linear infinite;
          animation: spaceship 30s linear infinite;
}

/* ==== 
 --------- (4.2) hero section styles end ---------
 ==== */
/* ==== 
 --------- (4.3) banner styles start ---------
 ==== */
/* ==== 
 --------- (4.3) banner styles end ---------
 ==== */
/* ==== 
 --------- (4.4) all sections styles start ---------
 ==== */
.overview {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}

.overview .container {
  max-width: 1400px;
}

.overview .overview-area {
  padding: 70px 60px;
  background-color: var(--secondary);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}

@media only screen and (max-width: 1199px) {
  .overview .overview-area {
    padding: 70px 20px;
  }
}

@media only screen and (max-width: 991px) {
  .overview .overview-area {
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .overview .overview-area {
    border-radius: 5px;
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .overview-area {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.overview-area__single {
  width: 23%;
  position: relative;
  padding: 25px 0px;
}

@media only screen and (max-width: 991px) {
  .overview-area__single {
    width: 48%;
    padding: 25px 20px;
    background-color: #006BFF;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .overview-area__single {
    width: 47%;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 575px) {
  .overview-area__single {
    width: 100%;
  }
}

.overview-area__single::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -6%;
  bottom: 0px;
  height: 174px;
  width: 1px;
  background-color: #ffffff30;
}

@media only screen and (max-width: 991px) {
  .overview-area__single::before {
    content: none;
  }
}

.overview-area__single h2 {
  text-align: center;
}

.overview-area__single p {
  text-align: center;
  margin-top: 8px;
}

.overview-area__single--alt::before {
  content: none;
}

.easy-area__content-title {
  max-width: 530px;
}

@media only screen and (max-width: 767px) {
  .easy-area__content-title {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .easy-area__content-title h2 {
    text-align: center;
  }
}

.easy-area__content-title p {
  margin-top: 23px;
}

@media only screen and (max-width: 1199px) {
  .easy-area__content-title p {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .easy-area__content-title p {
    text-align: center;
  }
}

.easy-area__content-single {
  margin-top: 55px;
}

@media only screen and (max-width: 1199px) {
  .easy-area__content-single {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .easy-area__content-single {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.easy-area__content-single__inner {
  padding: 30px 30px 25px;
  border: 2px solid var(--borderColor);
  background:rgba(255,255,255,0.1);
  backdrop-filter: blur(1rem);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin-bottom: 30px;
}

.easy-area__content-single__inner:nth-last-of-type(1) {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1399px) {
  .easy-area__content-single__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .easy-area__content-single__inner {
    padding: 30px 20px 25px;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 575px) {
  .easy-area__content-single__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.easy-area__content-single__inner img {
  max-width: 100px;
  height: auto;
  max-height: 100px;
}

@media only screen and (max-width: 767px) {
  .easy-area__content-single__inner img {
    max-width: 80px;
    height: auto;
  }
}

@media only screen and (max-width: 575px) {
  .easy-area__content-single__inner img {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .easy-area__content-single__inner h6 {
    text-align: center;
  }
}

.easy-area__content-single__inner p {
  margin-top: 17px;
}

@media only screen and (max-width: 575px) {
  .easy-area__content-single__inner p {
    text-align: center;
    margin-top: 12px;
  }
}

.easy-area__thumb img {
  max-width: 38vw;
  height: auto;
}

@media only screen and (max-width: 575px) {
  .wallet-area {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.wallet-area .row {
  margin-bottom: -30px;
}

.wallet-area__header {
  margin-bottom: 57px;
  max-width:800px;
  margin: 35px auto;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .wallet-area__header {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .wallet-area__header {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.wallet-area__header h2 {
  text-align: center;
}

.wallet-area__header p {
  text-align: center;
  margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
  .wallet-area__header p {
    margin-top: 15px;
  }
}

.wallet-area__single {
  /*margin-bottom: 30px;*/
}

@media only screen and (max-width: 767px) {
  .wallet-area__single p {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.wallet-area__single-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 26px;
}

@media only screen and (max-width: 1199px) {
  .wallet-area__single-inner {
    margin-bottom: 18px;
    gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .wallet-area__single-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wallet-area__single-inner__box {
  width: 60px;
  height: 60px;
  border: 1px solid #32a071;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .wallet-area__single-inner__box {
    width: 40px;
    height: 40px;
  }
  .wallet-area__single-inner__box h3 {
    font-weight: 400;
  }
}

.wallet-area__single-box {
  background-color: var(--secondary);
  padding: 30px;
  border-radius: 20px;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;*/
}

@media only screen and (max-width: 1199px) {
  .wallet-area__single-box {
    /*margin-top: 35px;*/
  }
}

@media only screen and (max-width: 767px) {
  .wallet-area__single-box {
    border-radius: 5px;
  }
}

.wallet-area__single-box img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .wallet-area__single-box img {
    max-width: 80%;
  }
}

.secure .easy-area__content-single {
  margin-top: 0px;
}

.secure .wallet-area__header {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.secure .wallet-area__header p {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .secure .wallet-area__header {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .secure .wallet-area__header {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.cashback .easy-area__content-single__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media only screen and (max-width: 1399px) {
  .cashback .easy-area__content-single__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .cashback .easy-area__content-single__inner {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.cashback .easy-area__content-single__inner img {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .cashback .easy-area__content-single__inner img {
    margin-bottom: 5px;
  }
}

.cashback .easy-area__content-single__inner h6 {
  text-align: center;
}

.cashback .easy-area__content-single__inner p {
  text-align: center;
}

.cashback .row {
  margin-top: -30px;
}

.cashback .col-md-6 {
  margin-top: 30px;
}

.community {
  background-color: var(--default);
}

.community-area__thumb img {
  max-width: 34vw;
  height: auto;
}

.community-area__content h2 {
  max-width: 640px;
}

.community-area__content h6 {
  margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .community-area__content h6 {
    margin-top: 30px;
  }
}

.community-area__content .hero-area__content-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 36px;
}

@media only screen and (max-width: 1199px) {
  .community-area__content .hero-area__content-btn-group {
    margin-top: 26px;
  }
}

.community-area__content .hero-area__content-btn-group img {
  max-width: 190px;
  height: 56px;
}

@media only screen and (max-width: 1199px) {
  .community-area__content .hero-area__content-btn-group img {
    max-width: 150px;
    height: 50px;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  margin-top: 35px;
}

@media only screen and (max-width: 1199px) {
  .social {
    margin-top: 25px;
    gap: 10px;
  }
}

.social a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--secondary);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1199px) {
  .social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.social a i {
  font-size: 18px;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .social a i {
    font-size: 16px;
  }
}

.social a:last-of-type {
  margin-right: 0px;
}

.social a:hover {
  background-color: #006BFF;
  -webkit-box-shadow: 0px 10px 24px 0px rgba(89, 39, 227, 0.8);
          box-shadow: 0px 10px 24px 0px rgba(89, 39, 227, 0.8);
}

.start .row {
  margin-bottom: -40px;
}

.start .wallet-area__header p {
  margin-top: 10px;
}

.start__single__item {
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .start__single__item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.start__single__item .img__box {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 180px;
  border-radius: 50%;
  background-color: var(--default);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid var(--secondary);
}

@media only screen and (max-width: 767px) {
  .start__single__item .img__box {
    max-width: 140px;
    height: 140px;
  }
}

.start__single__item .img__box img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .start__single__item .img__box img {
    max-width: 60%;
  }
}

.start__single__item .img__box .step__count {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  border:1px solid var(--secondary);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 8%;
  right: 0px;
  -webkit-transform: translateY(8%);
          transform: translateY(8%);
}

@media only screen and (max-width: 767px) {
  .start__single__item .img__box .step__count {
    width: 30px;
    height: 30px;
    right: 0px;
  }
}

.start__single__item .img__box .step__count h6 {
  margin: 0px;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .start__single__item .img__box .step__count h6 {
    font-size: 16px;
  }
}

.start__single__item h6 {
  text-align: center;
  margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
  .start__single__item h6 {
    margin-top: 20px;
  }
}

.start__single__item p {
  text-align: center;
}

.arrow-container {
  position: relative;
}

.arrow-container::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -115px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url(../images/work/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1399px) {
  .arrow-container::after {
    width: 40px;
    right: -75px;
    height: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .arrow-container::after {
    content: none;
  }
}

.video {
  margin-top: 80px;
}

@media only screen and (max-width: 1199px) {
  .video {
    margin-top: 60px;
  }
}

.video__area {
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

.video__area img {
  width: 100%;
  height: auto;
  max-height: 515px;
  min-height: 230px;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .video__area img {
    border-radius: 5px;
  }
}

.video__area .video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video__area .video__popup {
  width: 120px;
  height: 120px;
  background-color: #ed6b8a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1399px) {
  .video__area .video__popup {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .video__area .video__popup {
    width: 60px;
    height: 60px;
  }
}

.video__area .video__popup::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  background-color: rgba(237, 107, 138, 0.5);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: waves 3s infinite linear;
          animation: waves 3s infinite linear;
}

@media only screen and (max-width: 1399px) {
  .video__area .video__popup::before {
    width: 120px;
    height: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .video__area .video__popup::before {
    width: 80px;
    height: 80px;
  }
}

.video__area .video__popup::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background-color: rgba(237, 107, 138, 0.5);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: waves 3s infinite linear;
          animation: waves 3s infinite linear;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@media only screen and (max-width: 1399px) {
  .video__area .video__popup::after {
    width: 160px;
    height: 160px;
  }
}

@media only screen and (max-width: 991px) {
  .video__area .video__popup::after {
    width: 100px;
    height: 100px;
  }
}

.video__area .video__popup i {
  font-size: 36px;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .video__area .video__popup i {
    font-size: 24px;
  }
}

.mfp-container {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

@media only screen and (max-width: 991px) {
  .mfp-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.mfp-bg {
  z-index: 999999;
  background-color: #000000;
  opacity: 0.9;
}

.mfp-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999 !important;
}

@-webkit-keyframes waves {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
            transform: translate(-50%, -50%) scale(0.5, 0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
            transform: translate(-50%, -50%) scale(0.5, 0.5);
    opacity: 0;
  }
}

@keyframes waves {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
            transform: translate(-50%, -50%) scale(0.5, 0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
            transform: translate(-50%, -50%) scale(0.5, 0.5);
    opacity: 0;
  }
}

.faq {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.faq .wallet-area__header {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.faq__group {
  margin-bottom: -30px;
}

.faq__group .accordion-item {
  background-color: var(--secondary);
  border: none;
  border-radius: 10px;
  margin-bottom: 30px;
  border:2px solid var(--borderColor);
}

.faq__group .accordion-item h5 {
  margin-top: 0px;
}

.faq__group .accordion-item .accordion-button {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  background-color: var(--secondary);
  border: none;
  outline: none;
  padding: 30px;
  padding-right: 80px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .faq__group .accordion-item .accordion-button {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .faq__group .accordion-item .accordion-button {
    font-size: 18px;
    padding: 20px 12px;
    padding-right: 70px;
    border-radius: 5px;
  }
}

.faq__group .accordion-item .accordion-button img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .faq__group .accordion-item .accordion-button img {
    margin-right: 15px;
  }
}

.faq__group .accordion-item .accordion-button:focus {
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
  color: #ffffff;
}

.faq__group .accordion-item .accordion-button:hover {
  color: #ffffff;
}

.faq__group .accordion-item .accordion-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/work/down-arrow.png");
  background-size: auto;
  background-position: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1199px) {
  .faq__group .accordion-item .accordion-button::after {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .faq__group .accordion-item .accordion-button::after {
    right: 20px;
  }
}

.faq__group .accordion-item .accordion-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background:var(--default);
  box-shadow: var(--defaultShadow);
  /*background-color: #13d487;
  background: linear-gradient(156.07deg, #fd805b 0%, #5f3087 55%, #303065 100%);*/
  border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
  .faq__group .accordion-item .accordion-button::before {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .faq__group .accordion-item .accordion-button::before {
    right: 20px;
  }
}

.faq__group .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--secondary);
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}

.faq__group .accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.faq__group .accordion-item .accordion-collapse {
  border-top:2px solid var(--borderColor);
}

.faq__group .accordion-item .accordion-body {
  padding: 30px;
  padding-left: 90px;
}

@media only screen and (max-width: 767px) {
  .faq__group .accordion-item .accordion-body {
    padding: 25px 20px;
  }
}

.faq__group .accordion-item .accordion-body p {
  color: #ffffff;
  max-width: 680px;
}

.faq__group .accordion-item:last-of-type .collapsed {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* ==== 
 --------- (4.4) all sections styles end ---------
 ==== */
/* ==== 
 --------- (4.5) footer styles start ---------
 ==== */
.footer {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(60%, var(--default)), color-stop(40%, transparent));
  background-image: linear-gradient(to top, var(--default) 60%, transparent 40%);
}
.footer_2 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(60%, var(--primary)), color-stop(40%, transparent));
  background-image: linear-gradient(to top, var(--primary) 60%, transparent 40%);
}

.footer__cta {
  max-width: 856px;
  margin: 0px auto;
  padding: 80px 20px;
  box-shadow: var(--defaultShadow);
  background: var(--secondary) url('../images/icon.svg') no-repeat 50% 20%;
  background-size: 180px;
  text-align: center;
  border-radius: 20px;
}

@media only screen and (max-width: 1199px) {
  .footer__cta {
    padding: 60px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__cta {
    border-radius: 5px;
    padding: 40px 20px;
  }
}

.footer__cta .footer_alt {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.input__group {
  max-width: 560px;
  margin: 30px auto 0px;
  position: relative;
  background-color: transparent;
}

@media only screen and (max-width: 1199px) {
  .input__group {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .input__group {
    margin-top: 30px;
  }
}

.input__group input[type="email"] {
  width: 100%;
  padding: 20px 80px 20px 30px;
  border-radius: 10px;
  border: 1px solid var(--borderColor);
  transition: border 1s ease;
  font-size: 18px;
  color: #ffffff;
  position:relative;
  background-color: rgba(0,0,0,0.01);
  backdrop-filter: blur(5px);
}

.input__group input[type="email"]:hover , .input__group input[type="email"]:focus-visible{
  border: 1px solid #FFF;
}

/* .input__group input[type="email"]::before {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: calc(2px/-1);
  left: calc(2px/-1);
  background: linear-gradient(to right, blue 0%, blue 100%), linear-gradient(to top, blue 50%, transparent 50%), linear-gradient(to top, blue 50%, transparent 50%), linear-gradient(to right, blue 0%, blue 100%), linear-gradient(to left, blue 0%, blue 100%);
  background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
  transform: scaleX(0) rotate(0deg);
  transition-delay: 0.6s, 0.3s, 0s;
}

.input__group input[type="email"]:hover::before {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(0deg);
  transition-delay: 0s, 0.3s, 0.6s;
} */

@media only screen and (max-width: 767px) {
  .input__group input[type="email"] {
    padding: 10px 70px 10px 20px;
  }
}

.input__group input[type="email"]:focus {
  outline: none !important;
}

.input__group input[type="email"]::-webkit-input-placeholder {
  color: #ffffff;
}

.input__group input[type="email"]:-ms-input-placeholder {
  color: #ffffff;
}

.input__group input[type="email"]::-ms-input-placeholder {
  color: #ffffff;
}

.input__group input[type="email"]::placeholder {
  color: #ffffff;
}

.input__group button {
  width: 50px;
  height: 50px;
  background-color: var(--borderColor);
  line-height: 50px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  outline: none;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
  .input__group button {
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .input__group button {
    border-radius: 5px;
  }
}

.input__group button i {
  font-size: 20px;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .input__group button i {
    font-size: 16px;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 0px 30px;
  border-bottom: 1px solid var(--borderColor);
}

@media only screen and (max-width: 991px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .footer__nav {
    padding-bottom: 23px;
  }
}

.footer__nav .logo img {
  max-width: 165px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .footer__nav .logo img {
    max-width: 120px;
    height: auto;
  }
}

.footer__nav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .footer__nav ul {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__nav ul {
    text-align: center;
    margin-top: 0px;
  }
}

.footer__nav ul li {
  display: inline-block;
  margin-top: 0px;
}

@media only screen and (max-width: 767px) {
  .footer__nav ul li {
    margin-top: 0px;
  }
}

.footer__nav ul li a {
  padding: 0px 20px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
  border-right: 1px solid var(--borderColor);
}

@media only screen and (max-width: 767px) {
  .footer__nav ul li a {
    padding: 0px 10px;
  }
}

.footer__nav ul li a:hover {
  color: #ffffff;
}

.footer__nav ul li:last-of-type a {
  padding-right: 0px;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .footer__nav ul li:last-of-type a {
    padding-right: 10px;
  }
}

.footer__nav .social {
  margin-top: 0px;
}

.footer__credit {
  padding: 30px 0px;
}

@media only screen and (max-width: 767px) {
  .footer__credit {
    padding: 25px 0px;
  }
}

.footer__credit ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  .footer__credit ul {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .footer__credit ul {
    text-align: center;
    margin-top: 0px;
  }
}

.footer__credit ul li {
  display: inline-block;
  margin-top: 0px;
}

@media only screen and (max-width: 767px) {
  .footer__credit ul li {
    margin-top: 19px;
  }
}

.footer__credit ul li a {
  padding: 0px 20px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
  border-right: 1px solid var(--borderColor);
}

@media only screen and (max-width: 767px) {
  .footer__credit ul li a {
    padding: 0px 10px;
  }
}

.footer__credit ul li a:hover {
  color: #ffffff;
}

.footer__credit ul li:last-of-type a {
  padding-right: 0px;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .footer__credit ul li:last-of-type a {
    padding-right: 10px;
  }
}

.footer__credit__left p a {
  color: #ffffff;
  line-height: inherit;
  font-weight: 600;
  display: inline;
  font-size: inherit;
  letter-spacing: inherit;
}

.footer__credit__left p a:hover {
  color: #13d487;
}

@media only screen and (max-width: 991px) {
  .footer__credit__right {
    margin-top: 0px;
  }
}

.tokenName{font-weight: 200;margin-right:15px;}
.tokenAddress{transition: 400ms ease;border:2px solid transparent;}
.tokenAddress:hover {border-bottom:2px solid #FFF;}

.footer-services {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.footer-services-item {
  padding: 21px 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 30%;
  font-family: "logoFont";
  font-size: 14px;
  line-height: 16px;
}

.footer-services-item i, .footer-services-item svg {
  font-size: 24px;
  margin-right: 15px;
}

.factors-card {
  background: linear-gradient(180deg,#3a3b3c 0,#242526 100.28%);
  border-radius: 30px;
  width: 100%;
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 100px;
}
.factors-card-icon {
  margin-bottom: 20px;
  background: radial-gradient(100% 100% at 50% 100%,#ffb23e 0,#ff518f 50.39%,#622aff 100%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.factors-card-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  font-family: "logoFont";
  color: #fff;
}
.factors-card-desc {
  font-size: 18px;
  line-height: 28px;
  color: rgba(255,255,255,.7);
}
.factors-btns {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.factors-btn {
  color: rgba(255,255,255,.7);
  font-size: 18px;
  line-height: 24px;
  background: 0 0;
  border-radius: 60px;
  height: 60px;
  width: 100%;
  max-width: 375px;
  padding: 15px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: none;
  position: relative;
}
.factors-btn-progress {
  display: none;
  border-radius: 60px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(255,255,255,.2);
}
.factors-btn.active {
  border: 2px solid rgba(255,255,255,.2);
  color: #fff;
  font-family: "logoFont";
}
.factors-btn.active .factors-btn-progress {
  display: block;
}
.factors-cards.owl-carousel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 991px){
  .mobile-none{display: none;}
  .factors-card {
      padding: 25px;
      height: 375px;
  }
  .factors-card-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .factors-card-desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.results {
  padding: 60px 0 60px!important;
  background: radial-gradient(117.67% 99.18% at 50% .82%,#ffb23e 0,#ff518f 50.39%,#622aff 100%);
}
.section-title {
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  z-index: 2;
  text-align: center;
}
.section-subtitle {
  margin: auto;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255,255,255,.7);
  margin-bottom: 60px;
  z-index: 2;
}
.results-slider-btn {
  background: 0 0;
  border: 0;
}
.slider-item {
  width: 500px;
  background: #18191a;
  border-radius: 30px;
  padding: 40px;
  margin: auto;
}
.owl-item {
  opacity: 0;
  transition: 1s all;
}
.owl-item.active {
  z-index: 3;
  opacity: 1;
}
.slider-item-content {
  width: 100%;
  height: 100%;
  display: flex;
  /*flex-direction: column;*/
  align-items: flex-start;
  /*justify-content: space-between;*/
}
.slider-item__info {
  width: 30%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.slider-item__info img {
  /*height: 70px;*/
  width:100px !important;
  margin-bottom:25px;
}
.slider-item__info-logo {
  font-size: 70px;
  display: block;
  text-shadow: 0 10px 30px rgb(255 255 255 / 30%);
}
.slider-item__info-text {
  display: flex;
  flex-direction: column;
  /*align-items: flex-end;*/
}
.slider-item__info-id {
  font-size: 26px;
  line-height: 33px;
  color: #fff;
  font-family: "logoFont";
  margin-bottom: 5px;
}
.slider-item__info-users {
  display: flex;
  align-items: flex-end;
  font-size: 26px;
  line-height: 33px;
  color: #fff;
  font-family: "logoFont";
}
.slider-item__info-users i {
  font-size: 26px;
  color: rgba(255,255,255,.5);
}
.icon-left {
  margin-right: 10px;
}
.slider-item-stats {
  width:70%;
  display: inline-flex;
  flex-direction: column;
  padding-left:7%;
  border-left:1px solid var(--borderColor);
}
.slider-item__block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.slider-item__block-title {
  font-size: 18px;
  line-height: 22px;
  font-family: "logoFont";
  color: rgba(255,255,255,.5);
  margin-bottom: 10px;
}
.slider-item__block-info {
  font-size: 32px;
  line-height: 40px;
  color: #ffa243;
}
.slider-item__block+.slider-item__block {
  padding-top: 10px;
  border-top:1px solid var(--borderColor);
}
.slider-item__block-title {
  font-size: 18px;
  line-height: 22px;
  font-family: "logoFont";
  color: rgba(255,255,255,.5);
  margin-bottom: 10px;
}
.slider-item__block-info {
  font-size: 32px;
  line-height: 40px;
  color: #ffa243;
}
.slider-item__block-info span{
  font-size: 32px;
  line-height: 40px;
  color: #ffa243;
}
.owl-item.active.prevvSlide {
  transform: scale(.75);
  z-index: 1;
  opacity: .5;
}
.owl-item.active.prevSlide {
  transform: scale(.9);
  z-index: 2;
  opacity: .9;
}
.owl-item.active.nextSlide {
  transform: scale(.9);
  z-index: 2;
  opacity: .9;
}
.owl-item.active.nexttSlide {
  transform: scale(.75);
  z-index: 1;
  opacity: .5;
}
.results-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.results-stat-switcher {
  height: 50px;
  border-radius: 40px;
  background: rgba(255,255,255,.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  margin-bottom: 40px;
}
.results-stat-list {
  width: 100%;
}
.results-stat-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.results-stat-item-num {
  font-family: "logoFont";
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.results-stat-item-text {
  font-size: 18px;
  line-height: 28px;
  color: rgba(255,255,255,.7);
}
.results-stat-item-num-plus {
  margin-left: 10px;
  font-family: "logoFont";
  color: #2cff4e;
  font-size: 18px;
  line-height: 24px;
}
.results-stat-switcher-btn {
  height: 24px;
  background: 0 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0;
  color: #fff;
  font-family: "logoFont";
  font-size: 18px;
  line-height: 28px;
  padding: 6px 20px;
}
.results-stat-switcher-btn.active {
  height: 100%;
  border-radius: 40px;
  color: #18191a;
  background: #fff;
}
.owl-stage {
  position: relative;
  width: 100%;
}
.slider .owl-stage {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.wallet-area__single p{
  font-family: "logoFont";
  color:#999;
}
.wallet-area__single svg {
  position: relative;
  top: -130px;
  right: -21px;
  max-height: 150px;
  max-width: 150px;
  float: right;
}
.home-page-padding{
  display: flex;
  flex-direction: column;
  height:100vh;
  justify-content: center;
  align-items: center;
  background: transparent url('../images/icon.svg') no-repeat center center;
  background-size: contain;
}
.home-page-heading {
  font-size: 120px;
  line-height: normal;
  font-style: italic;
}
.home-page-register{
  background: linear-gradient(145deg,#ffb23e 0,#ff518f 50.39%,#622aff);
  padding:1rem 3.5rem;
  margin-top:40px;
  font-size: 24px;
  border-radius: 50px;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-page-register i{
  font-size:22px;
  margin-left:10px;
  padding-top:5px;
}
.home-page-tagline{
  font-style: italic;
  font-size: 24px;
}
.main-stats {
  display: flex;
  align-items: center;
  z-index: 3;
  height: 40px;
  width: 100%;
  background-color: var(--primary);
  overflow: auto;
  font-size: 12px;
  font-family: Montserrat;
}
.main-stats .container{
  overflow-x: hidden;
}
.main-stats-wrapper{
  min-width:1000px;
}
.dot:before{content: "\A";margin-top:10px;width:5px;height:5px;color:#FFF;float:left;margin-left:10px;margin-right:10px;background:#00ff66;border-radius: 100%;}
.c-blue{background:#00ff66;color:#00ff66;}
.main-stats-item{
  float:left;
  font-family: "logoFont";
  font-size: 12px;
}
.main-stats-item span{
  font-family: "logoFont";
  font-size: 12px;
}
@media (min-width:991px){
  .results-slider-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.h-100vh{
  height:100vh;
}
/* ==== 
 --------- (4.5) footer styles end ---------
 ==== */
/*# sourceMappingURL=style.css.map */
.homepageCustomSection{
  padding:200px 0px;
  background:transparent url('../images/kindpng_4588326.png') no-repeat center right;
  background-size: contain;
  margin-bottom: 5rem;
}
.homepageCustomSection h3,
.homepageCustomSection p {text-shadow: 1px 1px 1px #000,2px 2px 1px #000,3px 3px 1px #000,4px 4px 1px #000;}