/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Inter Font */
@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/fonts/Inter-Regular.ttf") format("ttf");
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/fonts/Inter-Bold.ttf") format("ttf");
  font-weight: 700; /* Bold */
  font-style: normal;
}

/* Roboto Font */
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), url("/fonts/Roboto-Regular.ttf") format("ttf");
  font-style: normal;
}

h1 {
  font-size: 65px;
  line-height: 80px;
}

h2 {
  font-size: 50px;
}

h4 {
  font-size: 35px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

body {
  overflow-x: hidden;
}
.vertical-list li a {
  color: #55616c;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}

.vertical-list li a:hover {
  color: #ffb546;
}

.vertical-list ul li:not(:last-child) {
  margin-bottom: 5px;
}

.text-gold {
  color: #ffb546;
}

.fas-21 {
  color: #ffb546;
  font-size: 21px;
}

.mw-1440 {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.mw-xxl {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}

.mw-l {
  max-width: 1160px;
  margin: 0 auto;
  width: 100%;
}

.mb-130 {
  margin-bottom: 130px;
}
.mb-n-70 {
  margin-bottom: -70px;
}
.me-n-70 {
  margin-right: -70px;
}

.ms-n-30 {
  margin-left: -30px;
}

.py-section {
  padding-left: 20px;
  padding-right: 20px;
}

.pb-l {
  padding-bottom: 80px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mr-30 {
  margin-right: 30px;
}

.pt-230 {
  padding-top: 230px;
}

.pb-220 {
  padding-bottom: 150px;
}

.pl-150 {
  padding-left: 150px;
}

.nav-mb-neg {
  margin-bottom: -120px;
}

.text-container {
  margin-bottom: 40px;
}

.top-heading-yellow .element::before {
  background-color: #ffb546;
}

.element,
.element-gold {
  position: relative;
  margin-right: 130px;
}

.element-gold::before {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background: #ffb546;
  left: 0;
  top: 50%;
  position: absolute;
}

.element::before {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background: #fff;
  left: 0;
  top: 50%;
  position: absolute;
}

.font-weight-bold {
  font-weight: 700;
}

nav .btn-primary:hover {
  color: #fff !important;
}

.btn-secondary {
  color: #000 !important;
  padding: 15px 51px !important;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  font-weight: 500 !important;
}

.btn-secondary:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}

#partner-logo .col {
  text-align: center;
}

#partner-logo .col img {
  max-width: 235px;
  margin: auto;
  max-height: 79px;
  -o-object-fit: cover;
  object-fit: cover;
}

.container.container-xxl {
  max-width: 1320px !important;
}

footer .col-4 p.mb-30 {
  max-width: 345px;
}

footer h6 {
  color: #000;
  margin-bottom: 15px;
}

.d-wbox {
  display: -webkit-box;
}

.img-container.home-bannner-img {
  margin-right: -100px;
  margin-left: -20px;
}

#home_banner .col-left {
  width: 52%;
}

#home_banner .col-right {
  width: 48%;
}

p.banner-text {
  max-width: 523px;
  width: 100%;
}

#home_banner {
  background-image: url("../assets/header.svg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

#home_banner h1 {
  color: #fff;
}

#partner-logo {
  margin-top: 50px;
  margin-bottom: 106px;
}

/*HOME LESSON SECTIONS*/
.lesson-section .group-copy {
  width: 100%;
  max-width: 485px;
}

.lesson-section video {
  width: 100%;
  height: 100%;
}

.lesson-section .col-right video {
  border-radius: 20px 0px 0px 20px;
}

.lesson-section .col-right .video-container {
  margin-right: -2px;
}

.lesson-section.with-obj img.gradient-obj-01 {
  top: -82% !important;
  left: -39%;
}

.lesson-section.with-obj img.gradient-obj-02 {
  bottom: -50% !important;
  right: -30%;
  z-index: 1;
}

#home_lesson_1 {
  padding-top: 120px;
  padding-bottom: 80px;
}

.lesson-section .play-button {
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -49%);
  -ms-transform: translate(-50%, -49%);
  transform: translate(-50%, -49%);
  cursor: pointer;
  z-index: 2;
}

.group-copy {
  z-index: 1;
}

.lesson-section .col-right {
  padding-left: 35px !important;
}

.lesson-section .col-left {
  padding-right: 35px !important;
}

.left-video .video-container video {
  border-radius: 0px 20px 20px 0px;
}

.left-video .video-container {
  margin-left: -2px;
}

.lesson-section .col-left.col-with-copy {
  padding-left: 30px;
}

.lesson-section .col-right.col-with-copy {
  padding-right: 30px;
}

.lesson-section.mb-80 {
  margin-bottom: 80px;
}

.lesson-section img.gradient-obj-04 {
  top: -75%;
  left: -33%;
  z-index: -1;
}

.lesson-section img.gradient-obj-03 {
  bottom: -35%;
  right: -31%;
  z-index: 1;
}

.group-copy.group-copy-1 {
  width: 100%;
  max-width: 631px;
  margin: 0 auto;
}

.gradient-headline span {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(45%, #3741d8),
    to(#3bb0f2)
  );
  background: -o-linear-gradient(left, #3741d8 45%, #3bb0f2 100%);
  background: linear-gradient(to right, #3741d8 45%, #3bb0f2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.horizontal-lines {
  position: relative;
  display: inline-block;
  padding: 0 25px;
}

.horizontal-lines.yellow-lines::before,
.horizontal-lines.yellow-lines::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 3px;
  background-color: #ffb546;
}

.horizontal-lines::before {
  left: -20px;
}

.horizontal-lines::after {
  right: -20px;
}

p.horizontal-lines {
  font-family: "Inter", sans-serif;
  color: #ffb546;
  font-weight: 700;
}

span.span-yellow {
  color: #ffb546;
}

#features {
  background-image: url("../assets/home-features-bg.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 800px;
  padding-top: 100px;
  margin-bottom: 50px;
}

#features h2 {
  color: #fff;
}

#exchange_token {
  position: relative;
  z-index: 2;
}

#grow_your_profit {
  background-image: url("../assets/home-cta-grow-bg.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -200px;
  padding-top: 380px;
  padding-bottom: 350px;
  z-index: 1;
  position: relative;
}
#try_crypto_wallet {
  background-image: url("../assets/try-crypto-wallet-bg-1440.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 115px;
  padding-bottom: 70px;
  z-index: 1;
  position: relative;
  margin-bottom: 50px;
}
.copy-grow-faster {
  margin-left: auto;
  max-width: 429px;
}

.img-container.img-grow {
  margin-right: -100px;
}
#grow_your_profit h2 {
  margin-right: -50px;
}

/*======================= TESTIMONIAL =====================*/
.carousel-indicators {
  bottom: -100px;
}
.carousel-control-next-icon {
  background-image: url("../assets/arrow-right.svg");
}

.carousel-control-prev-icon {
  background-image: url("../assets/arrow-left.svg");
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  border-top: unset;
  border-bottom: unset;
  background-color: #ffb546;
}
.author-name {
  text-align: left;
}
#testimonial .carousel-inner {
  max-width: 760px;
  margin: auto;
  width: 100%;
}
p.author-position {
  line-height: initial;
  font-size: 16px;
}
.testomonial-author img {
  margin-right: 20px;
}
.navbar-toggler {
  padding: 5px 8px !important;
  border: 2px solid #fff !important;
}

/* For Faq */
#customAccordion .accordion-item:first-of-type .accordion-button {
  box-shadow: none;
  background: #fff;
}
#customAccordion .accordion-body {
  padding-top: 5px;
}
#customAccordion .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}

/*======================= RESPONSIVE CSS (FOR COMPLETE RESPONSIVE LIST PLEASE SEE HERE: https://tinyurl.com/y5zjzuzp )=====================*/
@media screen and (min-width: 1441px) and (max-width: 2560px) {
  .lesson-section video {
    border-radius: 20px !important;
  }
  #try_crypto_wallet {
    background-image: url("../assets/try-crypto-wallet-bg-desktop.svg");
  }
  #features {
    background-image: url("../assets/home-features-bg-desktop.svg");
    height: unset;
    padding: 120px 30px;
    margin-bottom: 100px;
  }
  #grow_your_profit {
    background-image: url("../assets/home-cta-grow-bg-desktop.svg");
    padding-bottom: 100px;
    padding-top: 500px;
    margin-bottom: 100px;
    width: 100%;
    height: 1130px;
  }
  .mb-n-200 {
    margin-bottom: -200px;
  }
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
  #home_banner .img-container.home-bannner-img {
    margin: 0px;
  }

  h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .lesson-section .col-right {
    padding-left: 20px !important;
  }

  .lesson-section .col-left {
    padding-right: 20px !important;
  }
  .img-container.img-grow,
  #grow_your_profit h2 {
    margin-right: 0px;
  }
}

@media screen and (min-width: 981px) and (max-width: 1366px) {
  #home_banner .col {
    width: 50%;
  }

  .lesson-section.with-obj .img-object img {
    width: 80%;
  }
}

@media screen and (min-width: 981px) and (max-width: 1080px) {
  #features {
    height: 1350px;
    padding-top: 160px;
    margin-bottom: -100px;
  }
}

@media screen and (max-width: 1080px) {
  .img-container.wallet-phone {
    width: 85%;
  }
  h2 {
    font-size: 40px;
  }
  .pb-l {
    padding-bottom: 70px;
  }

  #home_banner {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  h4 {
    font-size: 30px;
  }

  #partner-logo .container {
    max-width: 767px !important;
  }

  .pl-150 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .me-n-70 {
    margin-right: -40px;
  }

  .ms-n-30 {
    margin: 0px;
  }

  .mb-130 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  #navbarSupportedContent {
    margin: 30px -32px -30px -32px;
  }
  .navbar-nav {
    margin-bottom: 0 !important;
    padding: 0 20px;
  }
  .m-pos-absolute {
    position: absolute;
    width: 100%;
  }
  .m-text-black a {
    color: #000;
  }
  .navbar-collapse {
    background-color: #fff;
  }

  .navbar-nav .nav-item {
    border-bottom: 1px solid #00000008;
    width: 100%;
    text-align: center;
    margin: 0 !important;
  }

  .navbar-nav .btn-primary {
    background: #fff !important;
    border: 0;
    padding: 8px !important;
    margin: 0;
  }

  .navbar-nav .btn-primary:hover {
    color: #ffb546 !important;
    border: 0;
  }
  #try_crypto_wallet {
    padding-top: 120px;
    padding-bottom: 130px;
    margin-bottom: 0px;
  }
  .img-container.wallet-phone {
    width: 50%;
    margin: auto;
    margin-bottom: 50px;
  }
  .mb-n-70 {
    margin-bottom: unset;
  }
  .carousel-btn {
    display: none;
  }
  .carousel-indicators {
    bottom: -70px;
  }
  .img-container.img-grow {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .copy-grow-faster {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .pl-150 {
    padding-left: 0;
  }
  #grow_your_profit {
    margin-top: 0;
    padding-top: 130px;
    padding-bottom: 130px;
    margin-bottom: 30px;
  }
  #features {
    background-image: url("../assets/home-features-bg-tablet.svg");
  }
  #grow_your_profit,
  #try_crypto_wallet {
    background-image: url("../assets/grow-bg-tablet-mobile.svg");
    background-position: right;
  }
  #partner-logo {
    margin-bottom: 50px;
  }
  .lesson-section img.gradient-obj-03 {
    bottom: -13%;
    right: -20%;
  }
  .lesson-section img.gradient-obj-04 {
    top: 50%;
    left: -22%;
  }

  .lesson-section.with-obj img.gradient-obj-02 {
    bottom: -20% !important;
    right: -24%;
  }

  .lesson-section.with-obj img.gradient-obj-01 {
    top: 50% !important;
    left: -20%;
  }

  .lesson-section .right-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lesson-section .col-with-copy {
    margin-top: 20px;
  }

  .lesson-section .col {
    padding: 0px !important;
  }

  #home_banner .col {
    width: 100%;
  }

  .lesson-section {
    padding: 0px 30px !important;
    margin-bottom: 70px !important;
  }

  .lesson-section .video-container {
    padding: 0px;
  }

  .lesson-section .video-container video {
    border-radius: 20px !important;
  }

  .lesson-section.with-obj .img-container.img-object img {
    width: 50%;
    z-index: 1;
  }

  .group-copy {
    text-align: center;
  }

  #features {
    height: unset;
    margin-bottom: 0;
    padding-top: 150px;
    padding-bottom: 220px;
  }
}

@media screen and (max-width: 767px) {
  #navbarSupportedContent {
    margin: 25px -22px -30px -22px;
  }
  .img-container.wallet-phone {
    width: 70%;
    margin-bottom: 30px;
  }
  #try_crypto_wallet {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  p {
    line-height: 25px;
  }
  #grow_your_profit {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mb-130,
  .mb-80 {
    margin-bottom: 50px;
  }

  a.navbar-brand img {
    max-width: 200px;
  }

  #partner-logo .col img {
    max-width: 210px;
  }

  #partner-logo {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  h2 {
    font-size: 30px;
  }

  .lesson-section img.gradient-obj-04 {
    top: 80%;
    left: -22%;
  }

  .lesson-section img.gradient-obj-03 {
    bottom: -9%;
    right: -28%;
  }

  .lesson-section.with-obj img.gradient-obj-01 {
    top: 90% !important;
    left: -20%;
  }

  .lesson-section.with-obj img.gradient-obj-02 {
    bottom: -10% !important;
    right: -24%;
  }

  .lesson-section img.play-button {
    width: 50px;
  }

  .lesson-section {
    margin-bottom: 50px !important;
    padding: 0px 20px !important;
  }

  h4 {
    font-size: 22px;
  }

  .lesson-section {
    padding: 70px 20px;
  }

  .button-container a,
  a.btn {
    width: 100%;
  }

  .element,
  .element-gold {
    margin-right: 50px;
  }

  .element::before,
  .element-gold::before {
    width: 30px;
  }

  #home_banner {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  h1 {
    font-size: 32px;
    line-height: 45px;
  }

  p,
  .vertical-list li a {
    font-size: 16px;
  }

  .gm-container-1 {
    padding-bottom: 50px;
  }

  .py-section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .vertical-list.footer-list:not(:last-child) {
    margin-bottom: 30px;
  }

  .row-footer-list {
    display: block;
  }

  .text-xsm-center {
    text-align: center;
  }

  .list-social-icons ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-container {
    margin-bottom: 30px;
  }

  #features {
    padding-top: 160px;
    padding-bottom: 270px;
    margin-top: -70px;
    margin-bottom: -150px;
  }
}

.icon-image {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  z-index: 2;
  width: 10rem;
}

.text-small {
  font-size: 12px;
  line-height: 140%;

  text-align: justify;
}
