@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&amp;display=swap");

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #27346d;
  font-style: normal;
  text-align: left;
  background-color: #ffffff;
  overflow-x: hidden !important;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background-color: #f7f6fe;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

body::-webkit-scrollbar-button,
body::-webkit-scrollbar-thumb {
  background-color: #27346d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

::-moz-selection,
::-webkit-selection,
::selection {
  background: blue;
  color: #ffffff;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}

section,
article,
footer,
header,
nav,
section,
main {
  display: block;
}

@media only screen and (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }

  .shine-effect {
    font-size: 15px !important;
  }
}

p,
th,
td,
li,
label,
input,
output,
blockquote {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #27346d;
  font-style: normal;
  text-align: left;
  margin-top: -4px;
}

p.large,
th.large,
td.large,
li.large,
label.large,
input.large,
output.large,
blockquote.large,
span.large {
  font-size: 18px;
  line-height: 34px;
  margin-top: 0px;
}

a,
button {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #3b368c;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

a:hover,
button:hover {
  text-decoration: none;
  color: #ffffff;
  border: none;
  outline: none;
}

h1,
h1>a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 56px;
  line-height: 86px;
  font-weight: 700;
  color: #27346d;
  font-style: normal;
  text-align: left;
  margin-top: -2px;
}

h2,
h2>a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 54px;
  line-height: 64px;
  font-weight: 700;
  color: #27346d;
  font-style: normal;
  text-align: left;
  margin-top: -4px;
}

h3,
h3>a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #3a4a95;
  font-style: normal;
  text-align: left;
  margin-top: -4px;
}

h6,
h6>a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #27346d;
  font-style: normal;
  text-align: left;
  margin-top: -1px;
}

@media only screen and (max-width: 991px) {

  h1,
  h1>a {
    font-family: "Josefin Sans", sans-serif;
    font-size: 54px;
    line-height: 64px;
    font-weight: 700;
    color: #27346d;
    font-style: normal;
    text-align: left;
    margin-top: -4px;
  }

  h2,
  h2>a {
    font-family: "Josefin Sans", sans-serif;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #3a4a95;
    font-style: normal;
    text-align: left;
    margin-top: -4px;
  }

  h3,
  h3>a {
    font-family: "Josefin Sans", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #27346d;
    font-style: normal;
    text-align: left;
    margin-top: -1px;
  }

  h6,
  h6>a {
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #27346d;
    font-style: normal;
    text-align: left;
    margin-top: -3px;
  }

  p,
  th,
  td,
  li,
  label,
  input,
  output,
  blockquote,
  span {
    font-size: 50px;
    line-height: 26px;
  }

  p.large,
  th.large,
  td.large,
  li.large,
  label.large,
  input.large,
  output.large,
  blockquote.large,
  span.large {
    font-size: 14px;
    line-height: 30px;
    margin-top: -4px;
  }

  a,
  button {
    font-size: 16px;
    line-height: 26px;
  }
  .shine-effect
  {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
    margin-top: -4px;
  }
}

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.text-center {
  text-align: center;
}

.button {
  width: 100%;
  background-color: #143980;
  padding: 11px 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.button:hover {
  background-color: #fff;
  color: #143980;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 24px;
  width: 45px;
  height: 45px;
  background-color: #143980;
  border-radius: 5px;
  color: #ffffff !important;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 99999;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.scrollToTop:hover {
  background-color: #ffffff;
  color: #143980 !important;
  -webkit-box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
}

.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  color: #143980;
}

@media only screen and (max-width: 1199px) {
  .scrollToTop {
    right: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}

header {
  background-color: #ffffff;
  padding: 30px 0px;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 9999;
}

.box_shadow {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.navbar {
  padding: 0px;
}

.navbar li {
  margin: 0px;
}

.navbar-brand {
  margin: 0px;
  padding: 0px;
}

.logo {
  max-width: 100%;
  height: 40px;
}

.nav-link {
  padding: 6px 16px 6px !important;
  color: #27346d;
}

.language-select {
  background-color: transparent;
  border: none;
  outline: none;
  height: auto !important;
  line-height: 0px !important;
  padding: 4px 20px 4px 18px;
  margin-left: 25px;
  margin-right: 8px;
}

.language-select .current {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #27346d;
}

.language-select::after {
  height: 8px;
  width: 8px;
  margin-top: -6px;
  right: 8px;
  border-color: #27346d;
}

.download {
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  background-color: #143980;
  color: #ffffff;
  margin-left: 7px;
  padding: 6px 30px 6px !important;
}

.download:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  color: #143980;
}

.navbar-toggler {
  border: none;
  padding: 0px;
  margin: 0px 0px 0px 20px;
  line-height: 0px;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.navbar-toggler .icon-bar {
  width: 35px;
  height: 2px;
  background-color: #27346d;
  margin: 0px;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-toggler .middle-bar {
  margin: 6px 0px;
  opacity: 1;
}

.toggle-active .top-bar {
  -webkit-transform: rotate(-45deg) translate(-7px, 4px);
  -ms-transform: rotate(-45deg) translate(-7px, 4px);
  transform: rotate(-45deg) translate(-7px, 4px);
  background: #27346d;
}

.toggle-active .middle-bar {
  opacity: 0;
}

.toggle-active .bottom-bar {
  -webkit-transform: rotate(45deg) translate(-7px, -4px);
  -ms-transform: rotate(45deg) translate(-7px, -4px);
  transform: rotate(45deg) translate(-7px, -4px);
  background: #27346d;
}

@media only screen and (max-width: 1199px) {
  .nav-link {
    font-size: 16px;
    padding: 6px 10px !important;
  }

  .language-select {
    margin-left: 0px;
  }

  .language-select .current {
    font-size: 16px;
  }

  .language-select .option {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-collapse {
    margin-top: 25px;
    max-height: 300px;
    overflow: auto;
  }

  .navbar-collapse .nav-link {
    background-color: #f7f6fe;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 3px;
  }

  .navbar-collapse .nav-link:hover {
    padding-left: 14px !important;
  }

  .navbar-collapse::-webkit-scrollbar {
    width: 5px;
  }

  .navbar-collapse::-webkit-scrollbar-track {
    background-color: #f7f6fe;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }

  .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: #27346d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 767px) {
  header {
    padding: 23px 0px;
  }

  .logo {
    max-width: 120px;
    height: 34px;
  }

  .navbar-toggler {
    margin-left: 5px;
  }

  .navbar-toggler .icon-bar {
    width: 30px;
  }

  .language-select {
    margin-left: 0px;
  }

  .navbar-collapse .download {
    margin-left: 0px;
    margin-bottom: 0px;
    background-color: #143980;
  }

  .navbar-collapse .download:hover {
    color: #ffffff;
  }
}

.hero {
  background-color: #143a8011;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 250px;
}

.hero__content h6 {
  margin-bottom: 12px;
  color: #143980;
}

.hero__content h1 {
  /* max-width: 510px; */
  margin-bottom: 21px;
}

.hero__content__link a:first-of-type {
  margin-right: 18px;
}

.hero__content__link a:hover {
  border: none;
  outline: none;
}

.hero__content__link img {
  max-width: 100%;
  max-height: 56px;
  border: none;
  outline: none;
}

.hero__ratings {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.hero__ratings__store:first-of-type {
  margin-right: 60px;
}

.hero__ratings__star {
  margin-bottom: 10px;
}

.hero__ratings__star i {
  display: inline-block;
  line-height: 0px;
  font-size: 18px;
  color: #ff8e25;
}

.hero__thumb {
  direction: ltr;
}

.hero__img {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}

.hero__img .hero__circle {
  position: absolute;
  right: 0px;
  top: 00px;
  width: 85%;
  height: auto;
  z-index: 1;
  -webkit-animation: spin 8s linear infinite;
  -moz-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite;
}

.hero__img .hero__wallet {
  position: absolute;
  top: 80px;
  right: 30px;
  z-index: 2;
  max-width: 100%;
  height: auto;
  animation: shake 2s linear infinite;
  -moz-animation: shake 2s linear infinite;
  -webkit-animation: shake 2s linear infinite;
}

.hero__img .hero__mock {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  right: 0px;
  top: 50px;
  width: 85%;
  height: auto;
}

@media only screen and (max-width: 1600px) {
  .hero__mock {
    position: absolute;
    bottom: 20%;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

@media only screen and (max-width: 1300px) {
  .hero__img .hero__circle {
    top: 50px;
  }

  .hero__img .hero__wallet {
    right: 40px;
    width: 200px;
    height: 180px;
    top: 150px;
  }

  .hero__img .hero__mock {
    position: absolute;
    bottom: 200px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero {
    padding: 120px 0px 225px;
  }
}

@media only screen and (max-width: 991px) {
  .hero {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero__img {
    display: none;
  }

  .hero__content h1 {
    font-size: 25px;
    margin-bottom: 0px;
  }

  .gip-highlight {
    font-size: 28px;
  }

  p,
  th,
  td,
  li,
  label,
  input,
  output,
  blockquote,
  span {
    font-size: 14px;
  }

  .invest__content h6 {
    margin-bottom: 0px !important;
  }

  .invest__feature__wrapper {
    margin-top: 0px !important;
  }
  .invest__feature__item
  {
    margin-top: 0px !important;
  }
  .invest__content h2
  {
    font-size: 25px;
    margin-bottom: 10px !important;
  }
  .wallet__area
  {
    padding: 10px 0px !important;
  }
  .wallet__content h2
  {
    margin-bottom: 0px !important;
    font-size: 25px;
  }
  .payment__area
  {
    padding: 10px 0px !important;
  }
  .payment__content h2 {
    margin-bottom: 10px !important;
    font-size: 25px;
  }
  .payment__content p
  {
    margin-bottom: 5px !important;
  }
  
}

@media only screen and (max-width: 767px) {
  .hero {
    /* margin-top: 80px; */
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .invest__content h2 {
    font-size: 15px;
    margin-bottom: 0px !important;
  }

  .button {
    padding: 10px;
  }

  .hero__content__link img {
    max-width: 120px;
    height: 40px;
  }

  .hero__content__link a:first-of-type {
    margin-right: 10px;
    font-size: 13px;
  }

  .hero__ratings {
    margin-top: 40px;
  }

  .hero__ratings__store:first-of-type {
    margin-right: 30px;
  }

  .hero__ratings__star i {
    font-size: 16px;
  }
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes shake {
  0% {
    transform: translate(13px, 0);
  }

  50% {
    transform: translate(-13px, 5px);
  }

  100% {
    transform: translate(13px, 0);
  }
}

@-moz-keyframes shake {
  0% {
    -moz-transform: translate(13px, 0);
  }

  50% {
    -moz-transform: translate(-13px, 5px);
  }

  100% {
    -moz-transform: translate(13px, 0);
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(13px, 0);
  }

  50% {
    -webkit-transform: translate(-13px, 5px);
  }

  100% {
    -webkit-transform: translate(13px, 0);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translate(13px, 40);
  }

  50% {
    -webkit-transform: translate(-13px, 20px);
  }

  100% {
    -webkit-transform: translate(0px, 0);
  }
}

.invest {
  overflow: hidden;
}

.invest__area {
  padding: 50px 0px;
}

.invest__thumb {
  direction: rtl;
}

.invest__content h6 {
  margin-bottom: 28px;
  color: #143980;
}

.invest__content h2 {
  margin-bottom: 23px;
}

.invest__content p {
  color: #545a79;
}

.invest__feature__wrapper {
  margin-top: 54px;
}

.invest__feature__item {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.invest__feature__item h6 {
  margin-bottom: 12px;
  color: #27346d;
}

.invest__feature__item p {
  color: #545a79;
}

.invest__feature__item:first-of-type {
  margin-top: 0px;
}

.invest__feature__item__img {
  margin-right: 30px;
}

.invest__feature__item__img img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

@media only screen and (max-width: 1199px) {
  .invest__area {
    padding: 10px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .invest__area {
    padding: 10px 0px;
  }

  p,
  th,
  td,
  li,
  label,
  input,
  output,
  blockquote,
  span {
    font-size: 14px;
  }

  .invest__feature__item__img img {
    width: 70px;
    height: 70px;
  }

  .hero__content h6 {
    margin-bottom: 12px;
    color: #143980;
    font-size: 15px;
    width: 100%;
  }

  .hero__content h1 {
    margin-bottom: 0px;
    font-size: 15px;
  }
}

.wallet {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: 80px;
  overflow-x: clip;
}

.wallet__area {
  padding: 120px 0px;
  position: relative;
}

.wallet__content h6 {
  margin-bottom: 28px;
  color: #143980;
}

.wallet__content h2 {
  margin-bottom: 12px;
}

.wallet__content p {
  color: #545a79;
  margin-bottom: 32px;
}

.wallet__content ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}

.wallet__content li {
  list-style-position: outside;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 15px;
}

.wallet__content li i {
  width: 30px;
  height: 30px;
  background-color: #00cf86;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}

.wallet__content li:last-of-type {
  margin-bottom: 0px;
}

.wallet__thumb {
  position: absolute;
  right: 0;
  top: 0;
  direction: ltr;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}

.wallet__thumb img {
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}

@media only screen and (max-width: 1199px) {
  .wallet__area {
    padding: 100px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .wallet__area {
    padding: 20px 0px;
  }
}

@media only screen and (max-width: 1400px) {
  .wallet__thumb {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
  }

  .wallet__thumb img {
    width: 100%;
    -webkit-transform: translateY(-80px) translateX(200px);
    -ms-transform: translateY(-80px) translateX(200px);
    transform: translateY(-80px) translateX(200px);
  }
}

@media only screen and (max-width: 1200px) {
  .wallet {
    overflow: hidden;
    margin-top: 0px;
  }

  .wallet__thumb img {
    width: 100%;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
}

.payment {
  background-color: #ffffff;
  overflow: hidden;
}

.payment__area {
  padding: 120px 0px;
}

.payment__thumb {
  direction: rtl;
  position: relative;
}

.payment__thumb .card-one {
  position: absolute;
  top: 15%;
  left: -200px;
  -webkit-box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  animation: slide 2s linear infinite;
}

.payment__thumb .card-two {
  position: absolute;
  bottom: 10%;
  right: 00px;
  animation: slide 2s linear infinite;
  -webkit-box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  animation-delay: 3s;
}

.payment__content h6 {
  color: #143980;
  margin-bottom: 25px;
}

.payment__content h2 {
  margin-bottom: 22px;
}

.payment__content p {
  color: #545a79;
  margin-bottom: 27px;
}

.payment__content ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}

.payment__content li {
  list-style-position: outside;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 15px;
}

.payment__content li i {
  width: 30px;
  height: 30px;
  background-color: #00cf86;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}

.payment__content li:last-of-type {
  margin-bottom: 0px;
}

.payment__content .hero__content__link {
  margin-top: 38px;
}

.payment__content .hero__content__link .button {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #143980;
  color: #ffffff;
}

.payment__content .hero__content__link .button:hover {
  background-color: #ffffff;
  color: #143980;
}

@media only screen and (max-width: 1199px) {
  .payment__area {
    padding: 100px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .payment__area {
    padding: 10px 0px;
    box-sizing: border-box;
  }

  .gip-highlight {
    color: #28a745 !important;
    font-size: 18px;
  }

  p.large,
  th.large,
  td.large,
  li.large,
  label.large,
  input.large,
  output.large,
  blockquote.large,
  span.large {
    font-size: 15px;
    line-height: 30px;
    margin-top: 0px;
    text-align: justify;
  }

  p,
  th,
  td,
  li,
  label,
  input,
  output,
  blockquote,
  span {
    text-align: justify;
  }

  .invest__content h6 {
    font-size: 15px;
    margin-bottom: 0px;
  }

  .invest__feature__wrapper {
    margin-top: 20px;
  }

  .invest__feature__item {
    margin-top: 5px;
  }

  .wallet__content h2 {
    font-size: 15px;
    margin-bottom: 0px;
  }

  .wallet__content p {
    padding-top: 0px !important;
    margin-bottom: 0px;
  }

  .payment__content h2 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .payment__content p {
    margin-bottom: 10px;
  }
}

.bg-b {
  background-color: #143a803a !important;
}

.shine-effect {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  overflow: hidden;
  background: #00ae4333;
  padding: 10px 70px;
  border-radius: 120px;
}

.shine-effect::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shine 2s infinite;
}

@keyframes shine {
  0% {
    left: -100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

.gip-highlight {
  color: #28a745 !important;
}