/* ==============
 ========= Css Documentation =========

 Template Name: Spoment
 Version: 1.0
 Description: Sports Hyip Investment HTML Template
 Author: Uiaxis
 Author URI: https://themeforest.net/user/uiaxis

 01. Abstracts
     1.1 --> Mixins
     1.2 --> Variables
    
 02. Base
     2.1 --> Reset
     2.2 --> Typography
     2.3 --> Global
     2.4 --> Animations

 03. Components
     3.1 --> Preloader
     3.2 --> Breadcrumb
     3.3 --> Buttons
     3.4 --> Forms

 04. Layout
     4.1 --> Header
     4.2 --> Hero Section
     4.3 --> Banner
     4.4 --> Sidebar
     4.5 --> All Sections
     4.6 --> Footer

     =========================
     01. topbar styles start
     ---------------------------
     02. main navbar styles start
     ---------------------------
     03. hero section styles start
     ---------------------------
     04. investment pricing section styles start
     ---------------------------
     05. feature section styles start
     ---------------------------
     06. about us feature section styles start
     ---------------------------
     07. investment plan section styles start
     ---------------------------
     08. win chance section styles start
     ---------------------------
     09. profit section styles start
     ---------------------------
     10. payment section styles start
     ---------------------------
     11. transaction table styles start
     ---------------------------
     12. invest section styles start
     ---------------------------
     13. affiliate section styles start
     ---------------------------
     14. testimonial section styles start
     ---------------------------
     15. trustworthy section styles start
     ---------------------------
     16. mission section styles start
     ---------------------------
     17. dive section styles start
     ---------------------------
     18. team section styles start
     ---------------------------
     19. lottery section styles start
     ---------------------------
     20. lottery step section styles start
     ---------------------------
     21. multiply section styles start
     ---------------------------
     22. partner section styles start
     ---------------------------
     23. earning section styles start
     ---------------------------
     24. join affiliate section styles start
     ---------------------------
     25. faq section styles start
     ---------------------------
     26. features overview section styles start
     ---------------------------
     27. feature two section styles start
     ---------------------------
     28. blog sections styles start
     ---------------------------
     29. blog two sections styles start
     ---------------------------
     30. blog three sections styles start
     ---------------------------
     31. blog details section styles start
     ---------------------------
     32. latest posts styles start
     ---------------------------
     33. contact form section styles start
     ---------------------------
     34. contact faq section styles start
     ---------------------------
     35. privacy and terms sections styles start
     ---------------------------
     36. registration page styles start
     ---------------------------
     37. error section styles start
     ---------------------------
     38. banner sections styles start
     ---------------------------
     39. footer section styles start
     ---------------------------
     =========================
============== */
/* ==== 
 --------- (1.1) mixins start ---------
 ==== */
/* ==== 
   --------- (1.1) mixins end ---------
   ==== */
/* ==== 
 --------- (1.2) variables start ---------
 ==== */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
/* ==== 
 --------- (1.2) variables end ---------
 ==== */
/* ==== 
 --------- (2.1) reset styles start ---------
 ==== */
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Jost", sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 0px;
  background-color: #1d1d42;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background-color: #483fbe;
  border-radius: 5px;
}

body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
  background-color: #13d487;
  border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}

::-moz-selection {
  color: #ffffff;
  background-color: #07286e;
}

::selection {
  color: #ffffff;
  background-color: #07286e;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
  font-family: "Jost", sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: 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,
legend {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #0aee93;
  font-style: normal;
  text-align: left;
  margin-top: -7px;
}

@media only screen and (max-width: 767px) {
  p,
  th,
  td,
  li,
  input,
  textarea,
  select,
  label,
  blockquote,
  span,
  legend {
    font-size: 16px;
    line-height: 28px;
    margin-top: -5px;
  }
}

p.primary,
th.primary,
td.primary,
li.primary,
input.primary,
textarea.primary,
select.primary,
label.primary,
blockquote.primary,
span.primary,
legend.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,
  legend.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,
  legend.primary {
    font-size: 18px;
    line-height: 28px;
  }
}

p.secondary,
th.secondary,
td.secondary,
li.secondary,
input.secondary,
textarea.secondary,
select.secondary,
label.secondary,
blockquote.secondary,
span.secondary,
legend.secondary {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-top: -4px;
}

@media only screen and (max-width: 767px) {
  p.secondary,
  th.secondary,
  td.secondary,
  li.secondary,
  input.secondary,
  textarea.secondary,
  select.secondary,
  label.secondary,
  blockquote.secondary,
  span.secondary,
  legend.secondary {
    font-size: 16px;
    line-height: 22px;
  }
}

p.tertiary,
th.tertiary,
td.tertiary,
li.tertiary,
input.tertiary,
textarea.tertiary,
select.tertiary,
label.tertiary,
blockquote.tertiary,
span.tertiary,
legend.tertiary {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-top: -4px;
}

@media only screen and (max-width: 767px) {
  p.tertiary,
  th.tertiary,
  td.tertiary,
  li.tertiary,
  input.tertiary,
  textarea.tertiary,
  select.tertiary,
  label.tertiary,
  blockquote.tertiary,
  span.tertiary,
  legend.tertiary {
    font-size: 14px;
    line-height: 20px;
  }
}

h1,
h1 > a {
  font-size: 76px;
  line-height: 99px;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
  text-align: left;
  margin-top: -16px;
}

@media only screen and (max-width: 1199px) {
  h1,
  h1 > a {
    font-size: 57px;
    line-height: 74px;
    margin-top: -12px;
  }
}

@media only screen and (max-width: 767px) {
  h1,
  h1 > a {
    font-size: 43px;
    line-height: 56px;
    margin-top: -9px;
  }
}

h2,
h2 > a {
  font-size: 57px;
  line-height: 74px;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
  text-align: left;
  margin-top: -12px;
}

@media only screen and (max-width: 1199px) {
  h2,
  h2 > a {
    font-size: 43px;
    line-height: 56px;
    margin-top: -9px;
  }
}

@media only screen and (max-width: 767px) {
  h2,
  h2 > a {
    font-size: 32px;
    line-height: 42px;
    margin-top: -7px;
  }
}

h3,
h3 > a,
h3 > span {
  font-size: 43px;
  line-height: 56px;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
  text-align: left;
  margin-top: -9px;
}

@media only screen and (max-width: 1199px) {
  h3,
  h3 > a,
  h3 > span {
    font-size: 32px;
    line-height: 42px;
    margin-top: -7px;
  }
}

@media only screen and (max-width: 767px) {
  h3,
  h3 > a,
  h3 > span {
    font-size: 24px;
    line-height: 32px;
    margin-top: -5px;
  }
}

h4,
h4 > a {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
  text-align: left;
  margin-top: -7px;
}

@media only screen and (max-width: 1199px) {
  h4,
  h4 > a {
    font-size: 24px;
    line-height: 32px;
    margin-top: -5px;
  }
}

@media only screen and (max-width: 767px) {
  h4,
  h4 > a {
    font-size: 20px;
    line-height: 28px;
    margin-top: -5px;
  }
}

h5,
h5 > a {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
  text-align: left;
  margin-top: -5px;
}

@media only screen and (max-width: 1199px) {
  h5,
  h5 > a {
    font-size: 20px;
    line-height: 28px;
    margin-top: -5px;
  }
}

@media only screen and (max-width: 767px) {
  h5,
  h5 > a {
    font-size: 18px;
    line-height: 24px;
    margin-top: -4px;
  }
}

h6,
h6 > a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
  font-style: normal;
  text-align: left;
  margin-top: -4px;
}

@media only screen and (max-width: 767px) {
  h6,
  h6 > a {
    font-size: 16px;
    line-height: 22px;
  }
}

a,
button {
  font-size: 18px;
  line-height: 30px;
  font-family: "Jost", sans-serif;
  text-decoration: none;
  color: #141432;
  font-weight: 400;
  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.primary,
button.primary {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  a.primary,
  button.primary {
    font-size: 16px;
    line-height: 22px;
  }
}

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: 20px 0px;
}

@media only screen and (max-width: 1199px) {
  .section__space {
    padding: 100px 0px;
  }
}

@media only screen and (max-width: 991px) {
  .section__space {
    padding: 20px 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;
  }
}

.pt-ten::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  margin-top: -9px;
}

.mt-five {
  margin-top: -5px;
}

.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;
  }
}

.section__header__space {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1199px) {
  .section__header__space {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .section__header__space {
    margin-bottom: 40px;
  }
}

.content__space {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .content__space {
    margin-bottom: 25px;
  }
}

.content__space--alt {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
  .content__space--alt {
    margin-bottom: 20px;
  }
}

.content__space--small {
  margin-bottom: 18px;
}

.content__space--smalll {
  margin-bottom: 10px;
}

.content__space--extra--small {
  margin-bottom: 15px;
}

.cta__space {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .cta__space {
    margin-bottom: 30px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .mb-50 {
    margin-bottom: 35px;
  }
}

.mb-55 {
  margin-bottom: 55px;
}

@media only screen and (max-width: 1199px) {
  .mb-55 {
    margin-bottom: 38px;
  }
}

.mb-38 {
  margin-bottom: 38px;
}

@media only screen and (max-width: 1199px) {
  .mb-38 {
    margin-bottom: 28px;
  }
}

.mb-35 {
  margin-bottom: 35px;
}

@media only screen and (max-width: 1199px) {
  .mb-35 {
    margin-bottom: 25px;
  }
}

.mbb-30 {
  margin-bottom: 30px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-5 {
  margin-bottom: 5px;
}

@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;
}

.section__cta {
  text-align: center;
  padding-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .section__cta {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .section__cta {
    padding-top: 40px;
  }
}

.section__cta .button {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 1199px) {
  .section__cta .button {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  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: #5338bc;
  border-radius: 50%;
  margin-right: 7px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.social a i {
  font-size: 14px;
  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: #13d487;
}

.social--secondary a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.social--secondary a i {
  font-size: 16px;
}

.step__animation img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
  -webkit-animation: lottery 15s linear infinite;
          animation: lottery 15s linear infinite;
}

.step__animation .lot58 {
  position: absolute;
  bottom: 5%;
  right: 5%;
  opacity: 0.1;
  max-width: 4vw;
  height: auto;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.step__animation .lot45 {
  bottom: 21%;
  right: 26%;
  opacity: 0.1;
  max-width: 5vw;
  height: auto;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.step__animation .lot25 {
  right: 16%;
  bottom: 16%;
  opacity: 0.1;
  max-width: 3vw;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.step__animation .lot10 {
  right: 12%;
  bottom: 23%;
  opacity: 0.1;
  max-width: 4vw;
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}

.step__animation .lot582 {
  right: 19%;
  bottom: 2%;
  opacity: 0.1;
  max-width: 6vw;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.step__animation .lot17 {
  right: 3%;
  bottom: 28%;
  opacity: 0.1;
  max-width: 6vw;
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}

.pagination {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 10px;
  }
}

.pagination li {
  margin-top: 0px;
}

.pagination .page-link {
  margin: 0px;
  padding: 0px;
  border: 0px solid transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  background-color: #343483;
  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;
  color: #ffffff;
  font-weight: 600;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  .pagination .page-link {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    border-radius: 5px !important;
    font-size: 14px;
    font-weight: 400;
  }
  .pagination .page-link img {
    max-width: 50%;
    height: auto;
  }
}

.pagination .page-link:hover {
  color: #141432;
  background-color: #13d487;
}

.pagination .page-item:last-of-type .page-link {
  margin-right: 0px;
  margin-left: 20px;
  width: 90px;
  height: 40px;
  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-radius: 10px;
  background-color: #13d487;
}

@media only screen and (max-width: 767px) {
  .pagination .page-item:last-of-type .page-link {
    width: 50px;
    height: 30px;
    border-radius: 5px !important;
    margin-left: 5px;
  }
  .pagination .page-item:last-of-type .page-link img {
    max-width: 50%;
    height: auto;
  }
}

.pagination .page-item:last-of-type .page-link:hover {
  background-color: #7e77d2;
}

.pagination .page-item:first-of-type .page-link {
  margin-right: 40px;
  width: 90px;
  height: 40px;
  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-radius: 10px;
  background-color: #13d487;
}

@media only screen and (max-width: 767px) {
  .pagination .page-item:first-of-type .page-link {
    width: 50px;
    height: 30px;
    border-radius: 5px !important;
    margin-right: 15px;
  }
  .pagination .page-item:first-of-type .page-link img {
    width: 17px;
    height: 12px;
  }
}

.pagination .page-item:first-of-type .page-link:hover {
  background-color: #7e77d2;
}

/* ==== 
 --------- (2.3) global styles end ---------
 ==== */
/* ==== 
 --------- (2.4) animations styles start ---------
 ==== */
@-webkit-keyframes rotate {
  0% {
    opacity: 0.3;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
}
@keyframes rotate {
  0% {
    opacity: 0.3;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0.3;
  }
  15% {
    -webkit-transform: scale(1) rotate(160deg);
            transform: scale(1) rotate(160deg);
    opacity: 0.3;
  }
  30% {
    -webkit-transform: scale(0.8) rotate(60deg);
            transform: scale(0.8) rotate(60deg);
    opacity: 0.6;
  }
  90% {
    -webkit-transform: scale(1) rotate(30deg);
            transform: scale(1) rotate(30deg);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0.3;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0.3;
  }
  15% {
    -webkit-transform: scale(1) rotate(160deg);
            transform: scale(1) rotate(160deg);
    opacity: 0.3;
  }
  30% {
    -webkit-transform: scale(0.8) rotate(60deg);
            transform: scale(0.8) rotate(60deg);
    opacity: 0.6;
  }
  90% {
    -webkit-transform: scale(1) rotate(30deg);
            transform: scale(1) rotate(30deg);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0.3;
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@-webkit-keyframes player {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(50px, 50px);
            transform: translate(50px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes player {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(50px, 50px);
            transform: translate(50px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@-webkit-keyframes ticket {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translate(30px, 30px);
            transform: translate(30px, 30px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 0.5;
  }
}

@keyframes ticket {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translate(30px, 30px);
            transform: translate(30px, 30px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 0.5;
  }
}

@-webkit-keyframes lottery {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: translate(0px, 0px) scale(1.2) rotate(35deg);
            transform: translate(0px, 0px) scale(1.2) rotate(35deg);
    opacity: 0.4;
  }
  75% {
    -webkit-transform: translate(0px, 0px) scale(1) rotate(10deg);
            transform: translate(0px, 0px) scale(1) rotate(10deg);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1) rotate(0deg);
            transform: translate(0px, 0px) scale(1) rotate(0deg);
    opacity: 0.1;
  }
}

@keyframes lottery {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: translate(0px, 0px) scale(1.2) rotate(35deg);
            transform: translate(0px, 0px) scale(1.2) rotate(35deg);
    opacity: 0.4;
  }
  75% {
    -webkit-transform: translate(0px, 0px) scale(1) rotate(10deg);
            transform: translate(0px, 0px) scale(1) rotate(10deg);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1) rotate(0deg);
            transform: translate(0px, 0px) scale(1) rotate(0deg);
    opacity: 0.1;
  }
}

@-webkit-keyframes multiply {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(30px, -30px) rotate(15deg);
            transform: translate(30px, -30px) rotate(15deg);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: translate(0px, 0px) rotate(10deg);
            transform: translate(0px, 0px) rotate(10deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
    opacity: 1;
  }
}

@keyframes multiply {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(30px, -30px) rotate(15deg);
            transform: translate(30px, -30px) rotate(15deg);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: translate(0px, 0px) rotate(10deg);
            transform: translate(0px, 0px) rotate(10deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes partner {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(30px, 0px) scale(0.9);
            transform: translate(30px, 0px) scale(0.9);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: translate(40px, 0px);
            transform: translate(40px, 0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
    opacity: 1;
  }
}

@keyframes partner {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(30px, 0px) scale(0.9);
            transform: translate(30px, 0px) scale(0.9);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: translate(40px, 0px);
            transform: translate(40px, 0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes foot {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  75% {
    opacity: 0.6;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes foot {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  75% {
    opacity: 0.6;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/* ==== 
 --------- (2.4) animations styles end ---------
 ==== */
/* ==== 
 --------- (3.1) preloader styles start ---------
 ==== */
/* ==== 
 --------- (3.1) preloader styles end ---------
 ==== */
/* ==== 
 --------- (3.2) breadcrumbs styles start ---------
 ==== */
.breadcrumb {
  margin: 0px;
  padding: 0px;
}

.breadcrumb .breadcrumb-item {
  margin-top: 0px;
  position: relative;
  top: 0px;
  color: #ffffff;
  padding: 0px 20px;
}

.breadcrumb .breadcrumb-item a {
  color: #ffffff;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #00ff66;
}

.breadcrumb .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  left: -7px;
  font-size: 14px;
  color: #ffffff;
}

.breadcrumb .breadcrumb-item:first-of-type {
  padding-left: 0px;
}

.breadcrumb .breadcrumb-item:first-of-type::before {
  content: none;
}

.breadcrumb .active {
  color: #ffffff;
}

.breadcrumb--secondary {
  margin-top: 0px;
  margin-bottom: -4px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb--secondary {
    margin-top: 7px;
  }
}

.breadcrumb--tertiary {
  margin-top: 15px;
  margin-bottom: -4px;
}

.breadcrumb--quinary {
  margin-top: 20px;
}

/* ==== 
 --------- (3.2) breadcrumb styles end ---------
 ==== */
/* ==== 
 --------- (3.3) buttons styles start ---------
 ==== */
.button {
  text-transform: capitalize;
  padding: 12px 30px;
  background-color: #13d487;
  color: #141432;
  border-radius: 30px;
  font-weight: 700;
  z-index: 1;
  position: relative;
  overflow: hidden;
  width: 203px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .button {
    padding: 12px 20px;
    font-size: 16px;
    max-width: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .button {
    padding: 10px;
  }
}

.button::before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #13d487;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}

.button::after {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #13d487;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}

.button:hover {
  color: #ffffff;
  background-color: #5338bc;
}

.button:hover::before {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}

.button:hover::after {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 24px;
  width: 45px;
  height: 45px;
  background-color: #13d487;
  border-radius: 5px;
  color: #141432;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 99999;
  cursor: pointer;
  -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;
  }
}

.scrollToTop i {
  color: #141432;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.scrollToTop:hover {
  background-color: #4934d3;
}

.scrollToTop:hover i {
  color: #ffffff;
}

.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/* ==== 
 --------- (3.3) buttons styles end ---------
 ==== */
/* ==== 
 --------- (3.4) forms styles start ---------
 ==== */
input {
  border: none;
  outline: none;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  background-color: #2d2d71;
  border: 1px solid #4242a3;
  padding: 18px 30px;
  border-radius: 5px;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  input {
    font-size: 16px;
    line-height: 28px;
  }
}

input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}

input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}

input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}

input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}

input:focus {
  border: 1px solid #13d487;
}

.subscribeForm {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

.subscribeForm input {
  width: 100%;
  border-radius: 10px;
  padding: 16px 30px;
  padding-right: 130px;
  font-weight: 400;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .subscribeForm input {
    padding: 16px 75px 16px 15px;
  }
}

@media only screen and (max-width: 575px) {
  .subscribeForm input {
    padding: 12px 15px;
  }
}

.subscribeForm input::-webkit-input-placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.subscribeForm input:-ms-input-placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.subscribeForm input::-ms-input-placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.subscribeForm input::placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.subscribeForm button {
  padding: 12px 34px 13px 35px;
  background-color: #13d487;
  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-radius: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .subscribeForm button {
    padding: 8px 15px 9px 15px;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 575px) {
  .subscribeForm button {
    position: static;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    margin-top: 20px;
    width: 80px;
    text-align: center;
    padding: 10px 15px 11px;
  }
}

.subscribeForm button img {
  max-width: 100%;
  height: auto;
}

.subscribeForm button:hover {
  background-color: #7e77d2;
}

.input__area label {
  font-weight: 600;
  color: #ffffff;
}

.input__area input {
  padding: 16px 30px;
  border-radius: 10px;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .input__area input {
    padding: 17px 20px 18px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .input__area input {
    padding: 14px 20px 15px;
  }
}

.input__area input::-webkit-input-placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.input__area input:-ms-input-placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.input__area input::-ms-input-placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.input__area input::placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 991px) {
  .input__area input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .input__area input:-ms-input-placeholder {
    font-size: 16px;
  }
  .input__area input::-ms-input-placeholder {
    font-size: 16px;
  }
  .input__area input::placeholder {
    font-size: 16px;
  }
}

.input__area input:focus {
  border: 1px solid #13d487;
}

.input__area textarea {
  width: 100%;
  height: 220px;
  padding: 16px 30px;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  background-color: #251977;
  border: 1px solid #5353bf;
  border-radius: 10px;
  resize: none;
  outline: none;
}

@media only screen and (max-width: 1199px) {
  .input__area textarea {
    font-size: 18px;
    line-height: 28px;
  }
}

.input__area textarea::-webkit-input-placeholder {
  color: #ffffff;
}

.input__area textarea:-ms-input-placeholder {
  color: #ffffff;
}

.input__area textarea::-ms-input-placeholder {
  color: #ffffff;
}

.input__area textarea::placeholder {
  color: #ffffff;
}

.input__area textarea:focus {
  border: 1px solid #13d487;
}

.input__area__alt {
  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;
}

@media only screen and (max-width: 424px) {
  .input__area__alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.input__area__alt .input__area__alt__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input__area__alt input {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  padding: 0px;
  border: 0px solid transparent;
  border-radius: 5px;
}

@media only screen and (max-width: 424px) {
  .input__area__alt input {
    width: 18px;
    height: 18px;
  }
}

.input__area__alt label {
  margin-top: 0px;
  margin-left: 8px;
  color: #ffffff;
  cursor: pointer;
}

.input__area__alt a {
  color: #ffffff;
}

@media only screen and (max-width: 424px) {
  .input__area__alt a {
    margin-top: 10px;
  }
}

.input__area__alt a:hover {
  color: #00ff66;
}

.show__hide__password {
  position: relative;
}

.show__hide__password input {
  padding-right: 60px;
}

@media only screen and (max-width: 991px) {
  .show__hide__password input {
    padding-right: 50px;
  }
}

.show__hide__password i {
  position: absolute;
  right: 30px;
  top: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  font-size: 18px;
  color: #5543cf;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .show__hide__password i {
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .show__hide__password i {
    right: 20px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .input__grp .col-md-6:last-of-type {
    margin-top: 25px;
  }
}

button {
  border: none;
  outline: none;
}

/* ==== 
 --------- (3.4) forms styles end ---------
 ==== */
/* ==== 
 --------- (4.1) header styles start ---------
 ==== */
header {
  background-color: transparent;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 50px;
  z-index: 99;
}

@media only screen and (max-width: 991px) {
  header {
    top: 0px;
  }
}

header li {
  margin-top: 0px;
}

.navbar__active {
  position: fixed;
  top: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#26264e), color-stop(13%, #26264e), color-stop(52%, #26264e), color-stop(53%, #26264e), color-stop(83%, #26264e), to(#26264e));
  background-image: linear-gradient(0deg, #26264e 0%, #26264e 13%, #26264e 52%, #26264e 53%, #26264e 83%, #26264e 100%);
}

.header__dashboard {
  position: static;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 999;
}

.topbar {
  padding: 10px 0px;
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9;
}

.topbar__dashboard {
  position: static;
}

.topbar__active {
  position: static;
}

.topbar__left__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.topbar__left__content p {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar__left__content a {
  width: 30px;
  height: 30px;
  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: #7158d9;
  border-radius: 50%;
  margin-right: 20px;
}

.topbar__left__content a img {
  border: none;
  outline: none;
  max-width: 100%;
  height: auto;
}

.topbar__left__content a i {
  font-size: 14px;
  color: #13d487;
}

.navbar {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(38, 38, 78, 0.2)), color-stop(13%, rgba(38, 38, 78, 0.6)), color-stop(52%, #26264e), color-stop(53%, rgba(38, 38, 78, 0.99)), color-stop(83%, rgba(38, 38, 78, 0.6)), to(rgba(38, 38, 78, 0.2)));
  background-image: linear-gradient(0deg, rgba(38, 38, 78, 0.2) 0%, rgba(38, 38, 78, 0.6) 13%, #26264e 52%, rgba(38, 38, 78, 0.99) 53%, rgba(38, 38, 78, 0.6) 83%, rgba(38, 38, 78, 0.2) 100%);
  padding: 22px 0px !important;
  border: 1px solid #5131ca;
  border-right: none;
  border-left: none;
  z-index: 999;
}

@media only screen and (max-width: 1399px) {
  .navbar {
    padding: 20px 0px !important;
  }
}

.navbar__out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar__out span {
  margin-top: 0px;
}

.navbar__out .nice-select {
  background-color: transparent;
  border: none;
  outline: none;
  height: auto !important;
  line-height: inherit !important;
}

.navbar__out .nice-select::after {
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-color: #ffffff;
}

.navbar__out .nice-select .current {
  color: #ffffff;
  font-weight: 700;
}

.navbar__out .nice-select .option {
  background-color: #ffffff;
  color: #141432;
  min-height: auto;
  line-height: 28px;
  padding: 5px 15px;
}

@media only screen and (max-width: 575px) {
  .tertiary--nav {
    margin-top: 25px !important;
  }
}

.nav__group__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-left: 20px;
}

.nav__group__btn .button {
 width: 280px;
}

@media only screen and (max-width: 1399px) {
  .nav__group__btn .button {
    width: 110px;
    padding: 6px 13px;
    font-size: 16px;
  }
}

.nav__group__btn .active__btn {
  background-color: #4934d3;
  color: #ffffff;
}

.nav__group__btn .active__btn::before {
  background-color: #4934d3;
}

.nav__group__btn .active__btn::after {
  background-color: #4934d3;
}

.navbar {
  padding: 0px;
}

.navbar-brand {
  margin: 0px;
  padding: 0px;
}

.logo {
  max-width: 160px;
  height: 25px;
  border: none;
  outline: none;
}

@media only screen and (max-width: 1399px) {
  .logo {
    max-width: 130px;
    height: auto;
  }
}

@media only screen and (max-width: 575px) {
  .logo {
    max-width: 110px;
    height: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .nav-item {
    margin-bottom: 2px;
  }
}

@media only screen and (max-width: 575px) {
  .nav-item .button {
    max-width: 100%;
    width: 100%;
    display: block;
    border-radius: 0px;
    text-align: left;
    padding: 10px 16px;
  }
  .nav-item:last-of-type {
    margin-bottom: 0px;
  }
  .nav-item:last-of-type .button--last {
    display: block;
    width: 100%;
    border-radius: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .nav-item:nth-last-of-type(2) {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .nav-item:nth-last-of-type(2) {
    margin-bottom: 2px;
  }
}

.nav-link {
  color: #ffffff;
  font-weight: 700;
  padding: 8px 15px !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media only screen and (max-width: 1399px) {
  .nav-link {
    font-size: 16px;
    line-height: 25px;
    padding: 8px 12px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .nav-link {
    padding: 10px 16px !important;
    background-color:#13d487;
    color: white;
  }
}

.nav-link:hover {
  color: #00ff66;
}

.dropdown .dropdown-toggle {
  color: #ffffff !important;
}

@media only screen and (max-width: 1199px) {
  .dropdown .dropdown-toggle {
    color: #141432 !important;
  }
}

.dropdown .dropdown-toggle:hover {
  color: #13d487 !important;
}

@media only screen and (max-width: 1199px) {
  .dropdown .dropdown-toggle {
    position: relative;
  }
}

.dropdown .dropdown-toggle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  border: none;
  font-size: 16px;
  vertical-align: 0px !important;
}

@media only screen and (max-width: 1399px) {
  .dropdown .dropdown-toggle::after {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  .dropdown .dropdown-toggle::after {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    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;
    width: 50px;
    height: 100%;
    margin: 0px;
    border-left: 2px solid #141432;
  }
}

.dropdown .show {
  color: #13d487 !important;
}

.dropdown .show::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 1199px) {
  .dropdown .show::after {
    border-right: 2px solid #141432;
    border-left: 0px;
  }
}

.dropdown .dropdown-menu {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  margin-top: 0px;
  border-top: 3px solid #13d487;
  -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);
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  max-height: 200px;
  overflow-y: auto;
}

.dropdown .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}

.dropdown .dropdown-menu::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 10px;
}

.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #13d487;
  border-radius: 10px;
}

@media only screen and (max-width: 1199px) {
  .dropdown .dropdown-menu {
    width: 90%;
    margin: 15px auto;
  }
}

.dropdown .dropdown-menu .dropdown-item {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 8px 16px;
  color: #343483;
  border-bottom: 1px solid #e4e4e4;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #13d487;
  color: #141432;
  padding-left: 20px;
}

.dropdown .dropdown-menu .dropdown-item-active {
  background-color: #4934d3;
  color: #ffffff;
  padding-left: 20px;
}

.dropdown .dropdown-menu li:last-of-type .dropdown-item {
  border-bottom: 0px;
}

@media only screen and (min-width: 1200px) {
  .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  .dropdown:hover .dropdown-menu {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
  }
  .dropdown .show {
    color: #ffffff !important;
  }
  .dropdown .show::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media only screen and (max-width: 1199px) {
  .navbar-collapse {
    margin-top: 15px;
    max-height: 300px;
    overflow-y: auto;
  }
  .navbar-collapse::-webkit-scrollbar {
    width: 5px;
  }
  .navbar-collapse::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 10px;
  }
  .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: #13d487;
    border-radius: 10px;
  }
}

.navbar-toggler {
  border: none;
  padding: 0px;
  margin: 0px 0px 0px 20px;
  line-height: 0px;
}

@media only screen and (max-width: 575px) {
  .navbar-toggler {
    margin: 0px;
  }
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.navbar-toggler span {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.navbar-toggler .icon-bar {
  width: 35px;
  height: 2px;
  background-color: #13d487;
  margin: 0px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 575px) {
  .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: #13d487;
}

.toggle-active .middle-bar {
  opacity: 0;
}

.toggle-active .bottom-bar {
  -webkit-transform: rotate(45deg) translate(-7px, -4px);
          transform: rotate(45deg) translate(-7px, -4px);
  background: #13d487;
}

.header__alt {
  z-index: 999;
}

@media only screen and (max-width: 575px) {
  .header__alt .navbar__out .navbar-toggler {
    margin-left: 15px;
  }
  .header__alt .navbar__out .navbar-toggler .icon-bar {
    width: 20px;
  }
}

@media only screen and (max-width: 424px) {
  .header__alt .navbar__out .navbar-toggler {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .header__alt .logo {
    max-width: 100px;
    height: auto;
  }
}

@media only screen and (max-width: 575px) {
  .header__alt .nice-select {
    display: none;
  }
}

.dashboard__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: relative;
  z-index: 99999999;
  margin-left: 25px;
}

@media only screen and (max-width: 1199px) {
  .dashboard__nav {
    gap: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .dashboard__nav {
    gap: 15px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 424px) {
  .dashboard__nav {
    gap: 10px;
  }
}

.dashboard__nav .messages .message__icon__wrapper {
  line-height: 0px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.dashboard__nav .messages .message__icon__wrapper i {
  font-size: 24px;
  color: #13d487;
}

@media only screen and (max-width: 575px) {
  .dashboard__nav .messages .message__icon__wrapper i {
    font-size: 18px;
  }
}

.dashboard__nav .messages .message__icon__wrapper span {
  position: absolute;
  top: -5px;
  right: -10px;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  background-color: #6c4edd;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .dashboard__nav .messages .message__icon__wrapper span {
    font-size: 10px;
    width: 18px;
    height: 18px;
  }
}

.dashboard__nav .messages .message__wrapper {
  position: absolute;
  top: calc(100% + 32px);
  right: 0%;
  width: 276px;
  height: 360px;
  background-color: #343483;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  -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;
}

@media only screen and (max-width: 1399px) {
  .dashboard__nav .messages .message__wrapper {
    top: calc(100% + 40px);
  }
}

@media only screen and (max-width: 767px) {
  .dashboard__nav .messages .message__wrapper {
    right: -20%;
    width: 240px;
    height: 300px;
  }
}

.dashboard__nav .messages .message__wrapper .message__head {
  padding: 10px 20px;
  text-align: center;
  background-color: #47479d;
  border-radius: 20px 20px 0px 0px;
}

.dashboard__nav .messages .message__wrapper .message__head p:first-of-type {
  color: #00ff66;
  margin-bottom: 8px;
  font-weight: 500;
}

.dashboard__nav .messages .message__wrapper .message__single {
  padding: 15px 20px;
  background-color: #3d3d98;
  text-align: center;
}

.dashboard__nav .messages .message__wrapper .message__single h6 {
  margin-bottom: 2px;
}

.dashboard__nav .messages .message__wrapper .message__single .tertiary {
  color: #ffffff;
}

.dashboard__nav .messages .message__wrapper .message__single .time {
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
}

.dashboard__nav .messages .message__wrapper .message__single a {
  color: #00ff66;
  font-size: 16px;
}

.dashboard__nav .messages .message__wrapper .message__single a:hover {
  color: #ffffff;
}

.dashboard__nav .messages .message__wrapper .mark__read {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 10px 20px;
  border-top: 1px solid #47479d;
  text-align: right;
}

.dashboard__nav .messages .message__wrapper .mark__read a {
  display: inline-block;
  line-height: 1;
  color: #d3e5ff;
}

.dashboard__nav .messages .message__wrapper .mark__read a:hover {
  color: #00ff66;
}

.dashboard__nav .messages .message__wrapper__active {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 22px);
}

@media only screen and (max-width: 1399px) {
  .dashboard__nav .messages .message__wrapper__active {
    top: calc(100% + 20px);
  }
}

.dashboard__nav .notifications .icon__wrapper {
  line-height: 0px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.dashboard__nav .notifications .icon__wrapper i {
  font-size: 24px;
  color: #13d487;
}

@media only screen and (max-width: 575px) {
  .dashboard__nav .notifications .icon__wrapper i {
    font-size: 18px;
  }
}

.dashboard__nav .notifications .icon__wrapper span {
  position: absolute;
  top: -5px;
  right: -10px;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  background-color: #6c4edd;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .dashboard__nav .notifications .icon__wrapper span {
    font-size: 10px;
    width: 18px;
    height: 18px;
  }
}

.dashboard__nav .notifications .notification__wrapper {
  position: absolute;
  top: calc(100% + 32px);
  right: 0%;
  width: 276px;
  height: 360px;
  background-color: #343483;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  -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;
}

@media only screen and (max-width: 1399px) {
  .dashboard__nav .notifications .notification__wrapper {
    top: calc(100% + 40px);
  }
}

@media only screen and (max-width: 767px) {
  .dashboard__nav .notifications .notification__wrapper {
    right: -20%;
    width: 240px;
    height: 300px;
  }
}

.dashboard__nav .notifications .notification__wrapper .notification__head {
  padding: 10px 20px;
  text-align: center;
  background-color: #47479d;
  border-radius: 20px 20px 0px 0px;
}

.dashboard__nav .notifications .notification__wrapper .notification__head p:first-of-type {
  color: #00ff66;
  margin-bottom: 8px;
  font-weight: 500;
}

.dashboard__nav .notifications .notification__wrapper .notification__single {
  padding: 15px 20px;
  background-color: #3d3d98;
}

.dashboard__nav .notifications .notification__wrapper .notification__single h6 {
  margin-bottom: 15px;
}

.dashboard__nav .notifications .notification__wrapper .notification__single .tertiary {
  color: #d3e5ff;
}

.dashboard__nav .notifications .notification__wrapper .notification__single .time {
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
}

.dashboard__nav .notifications .notification__wrapper .mark__read {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 10px 20px;
  border-top: 1px solid #47479d;
  text-align: right;
}

.dashboard__nav .notifications .notification__wrapper .mark__read a {
  display: inline-block;
  line-height: 1;
  color: #d3e5ff;
}

.dashboard__nav .notifications .notification__wrapper .mark__read a:hover {
  color: #00ff66;
}

.dashboard__nav .notifications .notification__wrapper__active {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 22px);
}

@media only screen and (max-width: 1399px) {
  .dashboard__nav .notifications .notification__wrapper__active {
    top: calc(100% + 20px);
  }
}

.dashboard__nav .profile__meta .profile__small {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

@media only screen and (max-width: 575px) {
  .dashboard__nav .profile__meta .profile__small {
    width: 30px;
    height: 30px;
  }
}

.dashboard__nav .profile__meta .profile__small img {
  border: none;
  width: 100%;
  height: 100%;
}

.dashboard__nav .profile__meta .profile__info {
  position: absolute;
  top: calc(100% + 32px);
  right: 0px;
  background-color: #3d3d98;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  -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;
}

@media only screen and (max-width: 1399px) {
  .dashboard__nav .profile__meta .profile__info {
    top: calc(100% + 40px);
  }
}

.dashboard__nav .profile__meta .profile__info a {
  display: block;
  padding: 10px 30px;
  font-weight: 500;
  color: #ffffff;
  border-bottom: 1px solid #47479d;
}

@media only screen and (max-width: 767px) {
  .dashboard__nav .profile__meta .profile__info a {
    padding: 10px 20px;
  }
}

.dashboard__nav .profile__meta .profile__info a:last-of-type {
  border-bottom: none;
  border-radius: 0px 0px 20px 20px;
}

.dashboard__nav .profile__meta .profile__info a:hover {
  background-color: #47479d;
}

.dashboard__nav .profile__meta .profile__info__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  gap: 20px;
  background-color: #47479d;
  border-bottom: 1px solid #47479d;
  border-radius: 20px 20px 0px 0px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  .dashboard__nav .profile__meta .profile__info__head {
    padding: 20px;
  }
}

.dashboard__nav .profile__meta .profile__info__head a {
  color: #00ff66;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
  padding: 0px;
}

.dashboard__nav .profile__meta .profile__info__head a:hover {
  color: #ffffff;
}

.dashboard__nav .profile__meta .profile__info__head p {
  margin-top: 0px;
}

.dashboard__nav .profile__meta .profile__info__head:hover {
  background-color: #47479d;
}

.dashboard__nav .profile__meta .profile__info__active {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 22px);
}

@media only screen and (max-width: 1399px) {
  .dashboard__nav .profile__meta .profile__info__active {
    top: calc(100% + 20px);
  }
}

.dashboard__nav .nice-select {
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .dashboard__nav .nice-select {
    margin-right: 16px;
  }
}

.dashboard__nav .nice-select::after {
  right: -16px;
}

@media only screen and (max-width: 575px) {
  .dashboard__nav .nice-select::after {
    width: 7px;
    height: 7px;
    margin-top: -4px;
    right: -12px;
  }
}

/* ==== 
 --------- (4.1) header styles end ---------
 ==== */
/* ==== 
 --------- (4.2) hero section styles start ---------
 ==== */
.hero {
  overflow: hidden;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 1399px) {
  .hero {
    padding: 254px 0px 340px;
  }
}

@media only screen and (max-width: 991px) {
  .hero {
    background-position: left center;
    padding: 200px 0px 335px;
  }
}

@media only screen and (max-width: 767px) {
  .hero {
    padding: 50px 0px 315px;
  }
}

@media only screen and (min-width: 1400px) {
  .hero {
    padding: 90px 0px 360px;
  }
}

@media only screen and (min-width: 1800px) {
  .hero {
    padding: 280px 0px 365px;
  }
}

.hero .eth {
  max-width: 8vw;
  top: 7%;
  left: 9%;
  opacity: 0.6;
  -webkit-animation: pulse 20s forwards alternate infinite;
          animation: pulse 20s forwards alternate infinite;
}

@media only screen and (max-width: 991px) {
  .hero .eth {
    top: 18%;
  }
}

@media only screen and (max-width: 575px) {
  .hero .eth {
    max-width: 17vw;
  }
}

.hero .eth--small {
  max-width: 5vw;
  bottom: 30%;
  left: 40%;
  opacity: 0.3;
  -webkit-animation: pulse 10s forwards linear infinite;
          animation: pulse 10s forwards linear infinite;
}

@media only screen and (max-width: 991px) {
  .hero .eth--small {
    max-width: 8vw;
    bottom: 20%;
    left: 47%;
  }
}

@media only screen and (max-width: 575px) {
  .hero .eth--small {
    max-width: 11vw;
    bottom: 12%;
    left: 54%;
  }
}

.hero .btc {
  max-width: 13vw;
  bottom: 17%;
  left: 2%;
  opacity: 0.3;
  -webkit-animation: rotate 10s forwards alternate infinite;
          animation: rotate 10s forwards alternate infinite;
}

@media only screen and (max-width: 991px) {
  .hero .btc {
    bottom: 8%;
  }
}

@media only screen and (max-width: 575px) {
  .hero .btc {
    max-width: 23vw;
  }
}

.hero__content h4 {
  color: #00ff66;
}

.hero__content .button {
  font-weight: 700;
}

.hero__cta {
  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: 30px;
}

@media only screen and (max-width: 575px) {
  .hero__cta {
    gap: 15px;
  }
}

.hero__cta .video-popup {
  width: 54px;
  height: 54px;
  line-height: 54px;
  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%;
  background-color: #6c4edd;
  margin-right: 0px;
}

@media only screen and (max-width: 575px) {
  .hero__cta .video-popup {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}

.hero__cta .video-popup img {
  border: none;
  outline: none;
  width: 23px;
  height: 27px;
}

@media only screen and (max-width: 575px) {
  .hero__cta .video-popup img {
    width: 15px;
    height: 18px;
  }
}

.hero__illustration img {
  max-width: 43vw;
  height: auto;
}

@media (min-width: 992px) {
  .hero__illustration img {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (min-width: 1800px) {
  .hero__illustration img {
    -webkit-transform: translateY(-37%);
            transform: translateY(-37%);
  }
}

@media (min-width: 1440px) and (max-width: 1799px) {
  .hero__illustration img {
    max-width: 35vw;
  }
}

.hero__animation img {
  display: inline-block;
  position: absolute;
  z-index: -1;
}

.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: 99999999999;
  opacity: 1;
}

.mfp-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999999999 !important;
}

/* ==== 
 --------- (4.2) hero secction styles end ---------
 ==== */
/* ==== 
 --------- (4.3) banner styles start ---------
 ==== */
.banner {
  padding: 270px 0px 120px;
  z-index: 1;
}

@media only screen and (max-width: 1399px) {
  .banner {
    padding: 255px 0px 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .banner {
    padding: 235px 0px 100px;
  }
}

@media only screen and (max-width: 991px) {
  .banner {
    padding: 180px 0px 80px;
  }
}

@media only screen and (max-width: 767px) {
  .banner {
    padding: 160px 0px 80px;
  }
}

@media only screen and (max-width: 767px) {
  .banner {
    padding: 150px 0px 80px;
  }
}

.banner--secondary {
  padding: 265px 0px 355px;
}

@media only screen and (max-width: 1399px) {
  .banner--secondary {
    padding: 250px 0px 355px;
  }
}

@media only screen and (max-width: 1199px) {
  .banner--secondary {
    padding: 225px 0px 335px;
  }
}

@media only screen and (max-width: 991px) {
  .banner--secondary {
    padding: 160px 0px 315px;
  }
}

@media only screen and (max-width: 767px) {
  .banner--secondary {
    padding: 145px 0px 315px;
  }
}

.banner--blog {
  padding: 270px 0px 325px;
}

@media only screen and (max-width: 1399px) {
  .banner--blog {
    padding: 255px 0px 325px;
  }
}

@media only screen and (max-width: 1199px) {
  .banner--blog {
    padding: 235px 0px 205px;
  }
}

@media only screen and (max-width: 991px) {
  .banner--blog {
    padding: 165px 0px 185px;
  }
}

@media only screen and (max-width: 767px) {
  .banner--blog {
    padding: 150px 0px 185px;
  }
}

.banner__animation img {
  position: absolute;
  z-index: -1;
}

.banner__animation .btc {
  max-width: 17vw;
  height: auto;
  bottom: -40px;
  left: 40%;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
  -webkit-animation: pulse 15s infinite linear;
          animation: pulse 15s infinite linear;
}

@media only screen and (max-width: 575px) {
  .banner__animation .btc {
    max-width: 20vw;
    bottom: 0px;
  }
}

.banner__animation .btc--two {
  bottom: 40%;
}

.banner__animation .eth {
  max-width: 11vw;
  height: auto;
  top: 13%;
  left: 8vw;
  -webkit-animation: rotation 15s infinite linear;
          animation: rotation 15s infinite linear;
}

@media only screen and (max-width: 575px) {
  .banner__animation .eth {
    top: 25%;
    max-width: 15vw;
  }
}

.banner__animation .illustration {
  max-width: 40vw;
  height: auto;
  right: 0%;
  bottom: -90px;
  animation: partner 20s infinite alternate-reverse;
}

@media only screen and (max-width: 991px) {
  .banner__animation .illustration {
    bottom: -40px;
  }
}

@media only screen and (max-width: 767px) {
  .banner__animation .illustration {
    max-width: 50vw;
    bottom: -20px;
  }
}

@media only screen and (max-width: 575px) {
  .banner__animation .illustration {
    max-width: 30vw;
    bottom: -20px;
  }
}

@media only screen and (max-width: 991px) {
  .banner--secondary .banner__animation .illustration {
    bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .banner--secondary .banner__animation .illustration {
    bottom: 27%;
  }
}

.banner--tertiary .illustration {
  bottom: 0px;
}

.banner--quaternary .illustration {
  right: 10%;
}

.banner--quinary .illustration {
  right: 10%;
  bottom: 0px;
  max-width: 22vw;
}

@media only screen and (max-width: 767px) {
  .banner__alt {
    max-width: 30vw !important;
  }
}

.banner--blog .illustration {
  bottom: 200px;
}

@media only screen and (max-width: 1199px) {
  .banner--blog .illustration {
    bottom: 100px;
  }
}

.banner--blog .btc {
  bottom: 150px;
  left: 40%;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}

@media only screen and (max-width: 1199px) {
  .banner--blog .btc {
    bottom: 50px;
  }
}

.contact--banner .illustration {
  right: 5%;
}

/* ==== 
 --------- (4.3) banner styles end ---------
 ==== */
/* ==== 
 --------- (4.4) sidebar secction styles start ---------
 ==== */
.dashboard {
  position: relative;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

@media only screen and (max-width: 1399px) {
  .sidebar {
    position: fixed;
    top: 0px;
    left: -100px;
    bottom: 0px;
    z-index: 99999;
    width: 350px;
    height: 100vh;
    overflow-y: auto;
    background-color: #343483;
    -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);
    padding-top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .sidebar::-webkit-scrollbar {
    width: 5px;
  }
  .sidebar::-webkit-scrollbar-track {
    background-color: #483fbe;
    border-radius: 5px;
  }
  .sidebar::-webkit-scrollbar-button, .sidebar::-webkit-scrollbar-thumb {
    background-color: #13d487;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 1399px) and (max-width: 575px) {
  .sidebar {
    width: 300px;
  }
}

@media only screen and (max-width: 1399px) and (max-width: 767px) {
  .sidebar {
    padding-top: 30px;
  }
}

.close__sidebar {
  display: none;
}

@media only screen and (max-width: 1399px) {
  .close__sidebar {
    display: block;
    position: absolute;
    top: 20px;
    right: 30px;
  }
  .close__sidebar a {
    font-size: 30px;
  }
  .close__sidebar i {
    font-size: 24px;
    color: #00ff66;
  }
}

@media only screen and (max-width: 1399px) {
  .sidebar__active {
    left: 0px;
    opacity: 1;
    visibility: visible;
  }
}

.main__content {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

@media only screen and (max-width: 1399px) {
  .main__content {
    position: static;
  }
}

.sidenav__wrapper {
  padding: 30px 0px;
  border-radius: 10px;
  background-color: #343483;
}

.sidenav__wrapper ul {
  margin: 0px;
  padding: 0px 30px;
}

@media only screen and (max-width: 1399px) {
  .sidenav__wrapper ul {
    padding: 0px 30px;
  }
}

.sidenav__wrapper ul li {
  margin-top: 0px;
  margin-bottom: 10px;
}

.sidenav__wrapper ul li:last-of-type {
  margin-bottom: 0px;
}

.sidenav__wrapper a {
  padding: 20px 20px 20px 30px;
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #3d3d98;
  border-radius: 10px;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1399px) {
  .sidenav__wrapper a {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sidenav__wrapper a {
    padding: 15px 20px;
  }
}

.sidenav__wrapper a img {
  max-width: 100%;
  height: auto;
}

.sidenav__wrapper a:hover {
  background-color: #5555bf;
}

.sidenav__wrapper .sidenav__active {
  background-color: #5555bf;
}

.sidenav__wrapper hr {
  margin: 0px;
  margin-top: 30px;
}

.sidenav__wrapper .logout a {
  background-color: transparent;
  padding-bottom: 0px;
}

.sidenav__wrapper .logout a:hover {
  background-color: transparent;
}

.sidenav__footer {
  margin-top: 30px;
}

@media only screen and (max-width: 1399px) {
  .sidenav__footer {
    margin-top: 0px;
  }
}

.sidenav__footer h6 {
  padding: 0px 20px 20px 30px;
}

.sidenav__footer hr {
  margin: 0px;
}

.sidenav__footer .sidenav__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 0px 20px 0px 30px;
}

.sidenav__footer .sidenav__time p {
  margin-top: 0px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidenav__footer .sidenav__time p img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}

/* ==== 
   --------- (4.4) sidebar secction styles end ---------
   ==== */
/* ==== 
 --------- (4.4) sections styles start ---------
 ==== */
.plan__area {
  padding: 10px 60px 50px;
  background-color: #343483;
  border-radius: 20px;
}

@media only screen and (max-width: 1199px) {
  .plan__area {
    padding: 60px 30px 53px;
  }
}

@media only screen and (max-width: 991px) {
  .plan__area {
    padding: 1px 20px 40px;
  }
}

.plan {
  position: relative;
  top: -235px;
  margin-bottom: -235px;
  z-index: 9;
}

.plan__select label {
  display: block;
}

.plan__select .nice-select {
  background-color: #2d2d71;
  border: 1px solid #4242a3;
  border-radius: 5px;
  width: 100%;
  padding: 22px 30px;
  line-height: inherit;
  height: inherit;
}

@media only screen and (max-width: 991px) {
  .plan__select .nice-select {
    padding: 14px 30px;
  }
}

.plan__select .nice-select .current {
  font-weight: 600;
  color: #ffffff;
}

.plan__select .nice-select ul {
  width: 50%;
  background-color: #2d2d71;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12), 0 3px 8px rgba(0, 0, 0, 0.24);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12), 0 3px 8px rgba(0, 0, 0, 0.24);
}

.plan__select .nice-select ul li {
  margin-top: 0px;
}

.plan__select .nice-select ul .option {
  min-height: auto;
  line-height: 100%;
  padding: 15px;
  border-bottom: 1px solid #4242a3;
}

.plan__select .nice-select ul .option:hover {
  background-color: #00ff66 !important;
  color: #141432;
}

.plan__select .nice-select ul .option:last-of-type {
  border-bottom: none;
}

.plan__select .nice-select ul:hover .focus {
  color: #ffffff;
}

.plan__select .nice-select ul .selected,
.plan__select .nice-select ul .focus {
  background-color: #00ff66 !important;
  color: #141432;
}

.plan__select .nice-select ul .selected:hover,
.plan__select .nice-select ul .focus:hover {
  color: #141432;
}

.plan__select .nice-select::after {
  width: 12px;
  height: 12px;
  margin-top: -10px;
  right: 30px;
}

.plan__select #investAmount {
  color: #ffffff;
  padding: 22px 30px;
  margin-top: 0px;
}

@media only screen and (max-width: 991px) {
  .plan__select #investAmount {
    padding: 15px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .plan__select #investAmount {
    padding: 14px 30px;
  }
}

.plan__select #investAmount::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.plan__select #investAmount:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.plan__select #investAmount::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.plan__select #investAmount::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.slide__group .output {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.slide__group .output span {
  margin-top: 0px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 5px;
}

.slide__group input {
  padding: 0px;
}

.slide__group .range__slider {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 10px;
  background-color: #6c4edd;
  border: 0px solid transparent;
}

.slide__group .range__slider:focus {
  border: 0px solid transparent;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
  outline: none;
}

.slide__group .range__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  background: #13d487;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
}

.slide__group .slide__min__max {
  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-top: 10px;
}

.slide__group .slide__min__max p {
  font-weight: 700;
  color: #ffffff;
  margin-top: 0px;
}

.daily-profit h3 {
  margin-top: 0px;
}

.daily-profit h3 span {
  margin-top: 0px;
}

.total-profit h3 {
  color: #00ff66;
  margin-top: 0px;
}

.total-profit h3 span {
  color: #00ff66;
  margin-top: 0px;
}

.plan__cta .primary {
  color: #141432;
  padding-top: 15px;
  padding-bottom: 15px;
}

.plan__cta .primary:hover {
  color: #ffffff;
}

.feature {
  background-position: top center;
}

@media only screen and (max-width: 1199px) {
  .feature {
    padding-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .feature__item .col-sm-6:last-of-type {
    margin-top: 110px;
  }
}

.feature__content {
  padding-right: 40px;
}

@media only screen and (max-width: 991px) {
  .feature__content {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .feature__content {
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .feature__content h2 {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-align: center;
  }
}

.feature__content h5 {
  color: #00ff66;
}

@media only screen and (max-width: 575px) {
  .feature__content h5 {
    text-align: center;
  }
}

.feature__content p {
  color: #e8e8ff;
}

@media only screen and (max-width: 575px) {
  .feature__content p {
    text-align: center;
  }
}

.feature__item__content {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 40px 40px 36px;
  background-color: #343483;
  border-radius: 20px;
}

@media only screen and (max-width: 1399px) {
  .feature__item__content {
    padding: 40px 20px 36px;
  }
}

@media only screen and (max-width: 767px) {
  .feature__item__content {
    padding: 30px 20px 27px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .feature__item__content {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.feature__item__content img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .feature__item__content img {
    width: 120px;
    height: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .feature__item__content img {
    width: 100px;
    height: 100px;
  }
}

.feature__item__content:hover {
  background-color: #4e2ecf;
}

@media only screen and (max-width: 575px) {
  .feature__item__content--alt {
    margin-top: 25px;
  }
}

.feature--two {
  background-size: contain;
  background-position: right bottom;
}

@media only screen and (max-width: 1199px) {
  .feature--two {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .feature--two {
    padding-bottom: 80px;
  }
}

.feature__content--two {
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  .feature__content--two {
    padding-right: 0px;
  }
}

.feature__content--two h2 {
  max-width: 350px;
}

.feature__item__content--two {
  text-align: center;
}

.feature__item__content--two h2 {
  text-align: center;
}

.feature__item__content--two p {
  color: #00ff66;
  text-align: center;
}

.investment {
  z-index: 1;
}

.investment .investment__animation img {
  position: absolute;
  z-index: -1;
}

.investment .investment__animation .btc {
  max-width: 13vw;
  bottom: 17%;
  right: 2%;
  opacity: 1;
  -webkit-animation: pulse 10s forwards alternate infinite;
          animation: pulse 10s forwards alternate infinite;
}

@media only screen and (max-width: 991px) {
  .investment .investment__animation .btc {
    bottom: 8%;
  }
}

@media only screen and (max-width: 575px) {
  .investment .investment__animation .btc {
    max-width: 23vw;
  }
}

.investment .investment__animation .eth {
  left: 3%;
  bottom: 25%;
  max-width: 11vw;
  -webkit-animation: lottery 10s forwards alternate infinite;
          animation: lottery 10s forwards alternate infinite;
}

@media only screen and (max-width: 1399px) {
  .investment .investment__animation .eth {
    bottom: 10%;
  }
}

@media only screen and (max-width: 575px) {
  .investment .investment__animation .eth {
    max-width: 25vw;
    bottom: 9%;
  }
}

.investment .investment__animation .ltc {
  max-width: 9vw;
  top: 15vh;
  left: 22vw;
  -webkit-animation: rotate 15s forwards alternate infinite;
          animation: rotate 15s forwards alternate infinite;
}

@media only screen and (max-width: 991px) {
  .investment .investment__animation .ltc {
    max-width: 15vw;
  }
}

@media only screen and (max-width: 575px) {
  .investment .investment__animation .ltc {
    max-width: 20vw;
  }
}

.investment__item {
  margin-top: 135px;
}

@media only screen and (max-width: 991px) {
  .investment__item {
    margin-top: 100px;
  }
}

.investment__item__inner {
  background-color: #6d2fd2;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.investment__item__inner img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -135px;
  margin-bottom: -135px;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .investment__item__inner img {
    max-width: 50%;
    height: 200px;
    top: -100px;
  }
}

.investment__item__inner .investment__item__content {
  background-color: #483fbe;
  background: radial-gradient(circle at 50% -23%, transparent 30%, #483fbe 0%);
  padding: 100px 30px 30px;
  border-radius: 10px;
  z-index: 3;
}

@media only screen and (max-width: 1399px) {
  .investment__item__inner .investment__item__content {
    padding: 100px 20px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .investment__item__inner .investment__item__content {
    padding: 90px 20px 30px;
  }
}

.investment__item__inner .investment__item__content p {
  color: #ffffff;
}

.investment__item__inner .investment__item__content hr {
  margin: 20px 0px;
  width: 100%;
  height: 1px;
  background-color: #6a67ce;
}

.investment__item__inner .investment__item__content h4 {
  color: #00ff66;
}

.investment__item__inner .investment__item__content .invest__limit p {
  font-weight: 600;
  color: #ffffff;
}

.investment__item__inner .investment__item__content .button:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12), 0 3px 8px rgba(0, 0, 0, 0.24);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12), 0 3px 8px rgba(0, 0, 0, 0.24);
}

.investment__plan__slider .slick-slide {
  margin: 0px 12px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .investment__plan__slider .slick-slide .investment__item {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.investment__plan__slider .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}

.investment__plan__slider .arrow--button {
  height: 40px;
  width: 90px;
  line-height: 40px;
  padding: 0px;
  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: 10px;
  z-index: 1;
}

@media only screen and (max-width: 1399px) {
  .investment__plan__slider .arrow--button {
    width: 70px;
  }
}

@media only screen and (max-width: 1199px) {
  .investment__plan__slider .arrow--button {
    display: none;
  }
}

.investment__plan__slider .arrow--button img {
  width: 21px;
  height: 15px;
}

.investment__plan__slider .arrow--button:hover {
  background-color: #7e77d2;
}

.investment__plan__slider .slick-prev {
  position: absolute;
  top: 62%;
  right: -45px;
  -webkit-transform: translateY(-58%);
          transform: translateY(-58%);
}

@media only screen and (max-width: 1399px) {
  .investment__plan__slider .slick-prev {
    right: -35px;
  }
}

@media only screen and (max-width: 1199px) {
  .investment__plan__slider .slick-prev {
    display: none !important;
  }
}

.investment__plan__slider .slick-next {
  position: absolute;
  top: 62%;
  left: -45px;
  -webkit-transform: translateY(-58%);
          transform: translateY(-58%);
}

@media only screen and (max-width: 1399px) {
  .investment__plan__slider .slick-next {
    left: -35px;
  }
}

@media only screen and (max-width: 1199px) {
  .investment__plan__slider .slick-next {
    display: none !important;
  }
}

.investment--alt {
  background-size: contain;
  background-position: top center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .investment--alt .column__space {
    margin-bottom: 0px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .investment--alt .column__space {
    margin-bottom: 0px;
  }
}

.invest__alt::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  height: 1px;
  
}

@media only screen and (max-width: 1199px) {
  .invest__alt::before {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .win__content .section__header {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.win .step__animation .lot17 {
  bottom: 56%;
  max-width: 11vw;
}

@media only screen and (max-width: 767px) {
  .win .step__animation .lot17 {
    bottom: 92%;
    right: 81%;
  }
}

.win .step__animation .lot45 {
  bottom: 48%;
  right: 24%;
  max-width: 14vw;
  -webkit-animation-name: rotation;
          animation-name: rotation;
}

.win .step__animation .lot582 {
  right: 23%;
  max-width: 8vw;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  bottom: 120px;
}

.win .step__animation .lot58 {
  right: 3%;
  max-width: 9vw;
  bottom: 150px;
}

.win .step__animation .lot25 {
  bottom: 21%;
  max-width: 7vw;
  -webkit-animation-name: rotation;
          animation-name: rotation;
}

@media only screen and (max-width: 767px) {
  .win .step__animation .lot25 {
    bottom: 55%;
    max-width: 14vw;
    right: 76%;
  }
}

.win .step__animation .lot10 {
  right: 10%;
  bottom: 38%;
  max-width: 7vw;
  -webkit-animation-name: rotate;
          animation-name: rotate;
}

@media only screen and (max-width: 991px) {
  .win__thumb img {
    max-width: 300px;
    height: auto;
  }
}

@media only screen and (max-width: 575px) {
  .win__thumb img {
    max-width: 200px;
    height: auto;
  }
}

.profit__area {
  padding: 80px 40px;
  background-color: #25255a;
  background-size: contain;
  background-position: right center;
}

@media only screen and (max-width: 991px) {
  .profit__area {
    padding: 60px 30px;
    background-image: none !important;
    background-size: cover;
    background-position: right center;
  }
}

@media only screen and (max-width: 767px) {
  .profit__area {
    background-size: cover;
    background-position: center center;
    padding: 60px 20px;
  }
}

.profit__content h5 {
  color: #00ff66;
}

.profit__content .button__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

@media only screen and (max-width: 767px) {
  .profit__content .button__group {
    gap: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .profit__content .button__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.profit__content .button__group a:last-of-type {
  color: #ffffff;
  background-color: #13d487;
  -webkit-box-shadow: 0px 12px 40px 0px rgba(21, 15, 85, 0.004);
          box-shadow: 0px 12px 40px 0px rgba(21, 15, 85, 0.004);
}

.profit__content .button__group a:last-of-type::before, .profit__content .button__group a:last-of-type::after {
  background-color: #3b3a64;
}

.profit__content .button__group a:last-of-type:hover {
  color: #141432;
}

.profit__illustration {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.profit__illustration img {
  -webkit-transform: translateX(110px);
          transform: translateX(110px);
}

@media only screen and (max-width: 1399px) {
  .profit__illustration img {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
  }
}

@media only screen and (max-width: 1199px) {
  .profit__illustration img {
    max-width: 350px;
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
}

.payment {
  background-size: 70% 85%;
  background-position: top 120px right;
}

.payment__thumb img {
  max-width: 45vw;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .payment__content .section__header {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.payment__item {
  padding: 30px;
  background-color: #4934d3;
  border: 1px solid #ffffff;
  border-radius: 15px;
}

@media only screen and (max-width: 1199px) {
  .payment__item {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 575px) {
  .payment__item {
    padding: 30px 20px;
    border-radius: 5px;
  }
}

.payment__item .payment__item__inner {
  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: 30px;
}

@media only screen and (max-width: 575px) {
  .payment__item .payment__item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 20px;
  }
}

.payment__item img {
  display: inline-block;
  max-width: 154px;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  .payment__item img {
    max-width: 120px;
    height: auto;
    gap: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .payment__item img {
    max-width: 100px;
  }
}

.payment__item p {
  color: #ffffff;
}

.transaction {
  background-color: #25255a;
  z-index: 1;
}

@media only screen and (min-width: 1440px) {
  .transaction {
    padding-bottom: 0px;
    margin-bottom: 361px;
  }
  .transaction .container {
    max-width: 1400px;
  }
  .transaction__table__area {
    position: relative;
    bottom: -361px;
    margin-top: -361px;
  }
}

.transaction__area .button__group {
  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;
  gap: 30px;
}

@media only screen and (max-width: 424px) {
  .transaction__area .button__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.transaction__area .button__group .transaction__tab__btn__active {
  color: #ffffff;
  background-color: #5338bc;
}

.transaction__area .button__group .transaction__tab__btn__active::before {
  background-color: #5338bc;
}

.transaction__area .button__group .transaction__tab__btn__active::after {
  background-color: #5338bc;
}

.transaction__area .button__group .transaction__tab__btn__active:hover {
  background-color: #5338bc;
}

.transaction__table__area {
  background-color: #343483;
  border-radius: 20px;
  padding: 30px 50px;
}

@media only screen and (max-width: 1399px) {
  .transaction__table__area {
    padding: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .transaction__table__area {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 991px) {
  .transaction__table__area .table__wrapper {
    overflow-y: auto;
  }
  .transaction__table__area .table__wrapper::-webkit-scrollbar {
    width: 100%;
    height: 5px;
  }
  .transaction__table__area .table__wrapper::-webkit-scrollbar-track {
    background-color: #483fbe;
    border-radius: 5px;
  }
  .transaction__table__area .table__wrapper::-webkit-scrollbar-button, .transaction__table__area .table__wrapper::-webkit-scrollbar-thumb {
    background-color: #13d487;
    border-radius: 5px;
  }
}

.transaction__table__area .table__wrapper .table {
  margin-bottom: 0px;
}

@media only screen and (max-width: 991px) {
  .transaction__table__area .table__wrapper .table {
    width: 992px;
  }
}

.transaction__table__area .table__wrapper .table thead tr {
  border-bottom: 0px solid transparent;
}

.transaction__table__area .table__wrapper .table thead tr th {
  margin-top: 0px;
  width: 16%;
  text-align: center;
  padding: 19px 20px;
  background-color: #5048b7;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  border-bottom: 0px solid transparent;
  color: #ffffff;
}

@media only screen and (max-width: 1399px) {
  .transaction__table__area .table__wrapper .table thead tr th {
    font-size: 18px;
    line-height: 28px;
    padding: 12px 10px;
  }
}

.transaction__table__area .table__wrapper .table thead tr th:first-of-type {
  text-align: left;
  text-align: start;
  padding-left: 30px;
  width: 20%;
}

@media only screen and (max-width: 1399px) {
  .transaction__table__area .table__wrapper .table thead tr th:first-of-type {
    padding-left: 20px;
  }
}

.transaction__table__area .table__wrapper .table thead tr th:nth-of-type(2) {
  text-align: left;
  width: 12%;
}

.transaction__table__area .table__wrapper .table thead tr th:last-of-type {
  padding-right: 30px;
  text-align: center;
  text-align: center;
}

@media only screen and (max-width: 1399px) {
  .transaction__table__area .table__wrapper .table thead tr th:last-of-type {
    padding-right: 20px;
  }
}

.transaction__table__area .table__wrapper .table tbody {
  border-top: 0px solid transparent;
}

.transaction__table__area .table__wrapper .table tbody tr {
  border-bottom: 1px solid #4f4fbd;
  background-color: #3d3d98;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.transaction__table__area .table__wrapper .table tbody tr:last-of-type {
  border-bottom: 0px solid transparent;
}

.transaction__table__area .table__wrapper .table tbody tr:hover {
  background-color: #5a3fc0 !important;
  border-bottom: 1px solid #8888fd;
}

.transaction__table__area .table__wrapper .table tbody tr:last-of-type:hover {
  border-bottom: 0px solid transparent;
}

.transaction__table__area .table__wrapper .table tbody td {
  margin-top: 0px;
  padding: 19px 20px 20px;
  vertical-align: middle;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 1399px) {
  .transaction__table__area .table__wrapper .table tbody td {
    padding: 11px 10px 12px;
    font-size: 16px;
  }
}

.transaction__table__area .table__wrapper .table tbody td:first-of-type {
  padding-left: 30px;
  width: 18%;
}

@media only screen and (max-width: 1399px) {
  .transaction__table__area .table__wrapper .table tbody td:first-of-type {
    width: 24%;
    padding-left: 20px;
  }
}

.transaction__table__area .table__wrapper .table tbody td:nth-of-type(2) {
  text-align: left;
}

.transaction__table__area .table__wrapper .table tbody td:last-of-type {
  padding-right: 30px;
}

@media only screen and (max-width: 1399px) {
  .transaction__table__area .table__wrapper .table tbody td:last-of-type {
    padding-right: 20px;
  }
}

.transaction__table__area .table__wrapper .table tbody .transaction__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.transaction__table__area .table__wrapper .table tbody .transaction__author img {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

@media only screen and (max-width: 1399px) {
  .transaction__table__area .table__wrapper .table tbody .transaction__author img {
    width: 40px;
    height: 40px;
  }
}

.transaction__table__area .table__wrapper .table tbody .transaction__author span {
  margin-top: 0px;
  font-weight: 500;
  color: #ffffff;
}

@media only screen and (max-width: 1399px) {
  .transaction__table__area .table__wrapper .table tbody .transaction__author span {
    font-size: 16px;
  }
}

.transaction__table__area .table__wrapper .table tbody .transaction__currency {
  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;
  gap: 12px;
}

.transaction__table__area .table__wrapper .table tbody .transaction__currency img {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

@media only screen and (max-width: 1399px) {
  .transaction__table__area .table__wrapper .table tbody .transaction__currency img {
    width: 30px;
    height: 30px;
  }
}

.transaction__table__area .table__wrapper .table tbody .transaction__currency span {
  margin-top: 0px;
  font-weight: 500;
  color: #ffffff;
}

@media only screen and (max-width: 1399px) {
  .transaction__table__area .table__wrapper .table tbody .transaction__currency span {
    font-size: 16px;
  }
}

.transaction__animation img {
  position: absolute;
  z-index: -1;
}

.transaction__animation .wrestler {
  position: absolute;
  bottom: 0px;
  left: 0px;
  max-width: 24vw;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .transaction__animation .wrestler {
    max-width: 20vw;
  }
}

.transaction__animation .footballer {
  bottom: 0px;
  right: 0px;
  max-width: 32vw;
}

@media only screen and (max-width: 1399px) {
  .transaction__animation .footballer {
    max-width: 40vw;
    bottom: 30%;
  }
}

@media only screen and (max-width: 1199px) {
  .transaction__animation .footballer {
    bottom: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .transaction__animation .footballer {
    bottom: 45%;
  }
}

.invest__items {
  text-align: center;
}

.invest__items .invest__img__group {
  display: inline-block;
  position: relative;
  text-align: center;
}

.invest__items .invest__img__group img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

@media only screen and (max-width: 1199px) {
  .invest__items .invest__img__group img {
    width: 150px;
    height: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .invest__items .invest__img__group img {
    width: 130px;
    height: 130px;
  }
}

.invest__items .invest__img__group span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  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;
  background-color: #13d487;
  border-radius: 50%;
  margin-top: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #141432;
}

@media only screen and (max-width: 1199px) {
  .invest__items .invest__img__group span {
    width: 40px;
    height: 40px;
    left: -20px;
    font-size: 18px;
    line-height: 26px;
  }
}

.invest__items h4 {
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .invest__area .cta__space {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .invest__area .column__space {
    margin-bottom: 50px;
  }
}

.affiliate {
  background-color: #25255a;
  background-size: contain;
  background-position: bottom center;
}

.affiliate__commission {
  background-color: #3e2db0;
  border-radius: 20px;
}

@media only screen and (max-width: 1399px) {
  .affiliate__commission {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .affiliate__commission {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .affiliate__commission {
    border-radius: 10px;
  }
}

.affiliate__commission .affiliate__items {
  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;
  gap: 20px;
}

@media only screen and (max-width: 991px) {
  .affiliate__commission .affiliate__items {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .affiliate__commission .affiliate__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 575px) {
  .affiliate__commission .affiliate__items {
    gap: 20px;
  }
}

.affiliate__commission .affiliate__items .affiliate__img__group {
  position: relative;
}

.affiliate__commission .affiliate__items .affiliate__img__group img {
  display: inline-block;
}

.affiliate__commission .affiliate__items .affiliate__img__group img:first-of-type {
  width: 244px;
  height: 280px;
}

@media only screen and (max-width: 1399px) {
  .affiliate__commission .affiliate__items .affiliate__img__group img:first-of-type {
    width: 180px;
    height: 200px;
  }
}

@media only screen and (max-width: 575px) {
  .affiliate__commission .affiliate__items .affiliate__img__group img:first-of-type {
    width: 130px;
    height: 150px;
  }
}

.affiliate__commission .affiliate__items .affiliate__img__group img:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

@media only screen and (max-width: 1399px) {
  .affiliate__commission .affiliate__items .affiliate__img__group img:last-of-type {
    width: 110px;
    height: 110px;
  }
}

@media only screen and (max-width: 575px) {
  .affiliate__commission .affiliate__items .affiliate__img__group img:last-of-type {
    width: 80px;
    height: 80px;
  }
}

.affiliate__commission .affiliate__items p {
  color: #00ff66;
}

@media only screen and (min-width: 1440px) {
  .affiliate {
    padding-bottom: 0px;
    margin-bottom: 140px;
  }
  .affiliate .container {
    max-width: 1400px;
  }
  .affiliate .affiliate__commission {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    bottom: -140px;
    margin-top: -140px;
  }
}

.testimonial__item {
  z-index: 1;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 60px 80px;
  background-color: #4227b2;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .testimonial__item {
    padding: 60px 30px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial__item {
    padding: 60px 20px;
  }
}

.testimonial__item h5 {
  color: #00ff66;
  text-align: center;
}

.testimonial__item p {
  color: #e8e8ff;
  text-align: center;
}

.testimonial__item .testimonial__author {
  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;
}

@media only screen and (max-width: 575px) {
  .testimonial__item .testimonial__author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.testimonial__item .testimonial__author .testimonial__author__info {
  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: 30px;
}

@media only screen and (max-width: 575px) {
  .testimonial__item .testimonial__author .testimonial__author__info {
    gap: 20px;
  }
}

.testimonial__item .testimonial__author .testimonial__author__info img {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonial__item .testimonial__author .testimonial__author__info h5,
.testimonial__item .testimonial__author .testimonial__author__info p {
  color: #ffffff;
}

@media only screen and (max-width: 575px) {
  .testimonial__item .testimonial__author .testimonial__author__ratings {
    margin-top: 20px;
  }
}

.testimonial__item .testimonial__author .testimonial__author__ratings i {
  font-size: 20px;
  color: #ffad02;
}

@media only screen and (max-width: 575px) {
  .testimonial__item .testimonial__author .testimonial__author__ratings i {
    font-size: 18px;
  }
}

.testimonial__item__wrapper .slick-slide {
  margin: 0px 12px;
  text-align: center;
}

.testimonial__item__wrapper .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}

.testimonial__item__wrapper .arrow--button {
  height: 40px;
  width: 90px;
  line-height: 40px;
  padding: 0px;
  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: 10px;
  z-index: 1;
}

@media only screen and (max-width: 1399px) {
  .testimonial__item__wrapper .arrow--button {
    width: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial__item__wrapper .arrow--button {
    display: none;
  }
}

.testimonial__item__wrapper .arrow--button img {
  width: 21px;
  height: 15px;
}

.testimonial__item__wrapper .arrow--button:hover {
  background-color: #7e77d2;
}

.testimonial__item__wrapper .slick-prev {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 1399px) {
  .testimonial__item__wrapper .slick-prev {
    right: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial__item__wrapper .slick-prev {
    display: none !important;
  }
}

.testimonial__item__wrapper .slick-next {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 1399px) {
  .testimonial__item__wrapper .slick-next {
    left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial__item__wrapper .slick-next {
    display: none !important;
  }
}

.testimonial__animation img {
  position: absolute;
  z-index: -1;
}

.testimonial__animation .circle__sm {
  max-width: 7vw;
  height: auto;
  top: 18%;
  left: 18vw;
  animation: partner 10s infinite alternate-reverse;
}

@media only screen and (max-width: 767px) {
  .testimonial__animation .circle__sm {
    max-width: 15vw;
  }
}

.testimonial__animation .circle__sm--two {
  max-width: 7vw;
  bottom: 17%;
  right: 10vw;
  animation: ticket 15s infinite alternate-reverse;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@media only screen and (max-width: 991px) {
  .testimonial__animation .circle__sm--two {
    bottom: 4%;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial__animation .circle__sm--two {
    max-width: 15vw;
  }
}

.testimonial__animation .circle__lg {
  left: 3%;
  bottom: 12%;
  max-width: 19vw;
  animation: multiply 15s infinite alternate-reverse;
}

@media only screen and (max-width: 767px) {
  .testimonial__animation .circle__lg {
    left: 1%;
    bottom: 4%;
    max-width: 40vw;
  }
}

.testimonial__animation .circle__lg--two {
  right: 1%;
  top: 17%;
  max-width: 19vw;
  animation: multiply 15s infinite alternate-reverse;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@media only screen and (max-width: 767px) {
  .testimonial__animation .circle__lg--two {
    right: 1%;
    top: 4%;
    max-width: 40vw;
  }
}

.trust__illustration img {
  max-width: 50vw;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .trust__illustration img {
    max-width: 40vw;
  }
}

@media only screen and (max-width: 767px) {
  .trust__illustration img {
    max-width: 250px;
  }
}

@media only screen and (max-width: 991px) {
  .trust .section__header {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.mission {
  background-color: #25255a;
}

.mission__thumb img {
  -webkit-animation: rotation 60s infinite linear;
          animation: rotation 60s infinite linear;
  max-width: 43vw;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .mission__thumb img {
    max-width: 300px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .mission__thumb img {
    max-width: 200px;
    height: auto;
  }
}

.mission__content .section__header h5,
.mission__content .section__header h2,
.mission__content .section__header p {
  text-align: left;
}

.mission__content__items {
  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: 30px;
}

@media only screen and (max-width: 767px) {
  .mission__content__items {
    gap: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .mission__content__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.mission__content__items img {
  display: inline-block;
  max-width: 100%;
  height: 108px;
}

@media only screen and (max-width: 767px) {
  .mission__content__items img {
    max-width: 100%;
    width: 80px !important;
    height: 80px !important;
  }
}

.mission__content__items p {
  color: #00ff66;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .mission__content__items--last {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mission__content__items--last {
    margin-top: 30px;
  }
}

.dive {
  position: relative;
  z-index: 1;
}

.dive__area .section__header {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.dive__area .section__header h2 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.dive__item {
  padding: 30px;
  background-color: #4327b2;
  border-radius: 10px;
  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: 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .dive__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 30px;
    row-gap: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .dive__item {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .dive__item {
    row-gap: 25px;
  }
}

.dive__item img {
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

@media only screen and (max-width: 991px) {
  .dive__item img {
    width: 150px;
    height: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .dive__item img {
    width: 130px;
    height: 130px;
  }
}

@media only screen and (max-width: 1199px) {
  .dive__item h4 {
    text-align: center;
  }
}

.dive__item p {
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .dive__item p {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .dive__item--last {
    margin-top: 25px;
  }
}

.dive__animation .football {
  display: inline-block;
  max-width: 39vw;
  height: auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  -webkit-animation: player 10s infinite linear;
          animation: player 10s infinite linear;
}

.dive__animation .tennis {
  display: inline-block;
  max-width: 36vw;
  height: auto;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  -webkit-animation: player 10s infinite linear;
          animation: player 10s infinite linear;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

@media only screen and (max-width: 767px) {
  .dive__animation .tennis {
    bottom: -30px;
  }
}

.team {
  background-color: #25255a;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

@media only screen and (max-width: 991px) {
  .team {
    background-position: center center;
  }
}

.team__single {
  padding: 40px 20px;
  text-align: center;
  background-color: #343483;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1199px) {
  .team__single {
    padding: 30px 12px;
  }
}

@media only screen and (max-width: 575px) {
  .team__single {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.team__single img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

@media only screen and (max-width: 1199px) {
  .team__single img {
    width: 120px;
    height: 120px;
  }
}

.team__single h5 {
  font-weight: 500;
  text-align: center;
}

.team__single p {
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
}

.team__single:hover {
  background-color: #4327b2;
}

@media only screen and (max-width: 575px) {
  .team__single--third {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 2000px) {
  .team {
    background-size: cover;
  }
}

.lottery__thumb img {
  display: inline-block;
  max-width: 28vw;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .lottery__thumb img {
    max-width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .lottery__thumb img {
    max-width: 200px;
  }
}

.lottery__content .section__header {
  text-align: left;
  max-width: 100%;
  margin-left: unset;
  margin-right: unset;
}

.lottery__content .section__header h5,
.lottery__content .section__header h2,
.lottery__content .section__header p {
  text-align: left;
}

.step {
  margin-bottom: 600px;
}

.step .container {
  max-width: 1600px;
}

.step .step__area {
  background-color: #343483;
  background-position: top center;
  border-radius: 20px;
}

.step .section__header {
  padding: 0px 12px;
}

.step .section__header p {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.step__tab {
  position: relative;
  bottom: -600px;
  margin-top: -600px;
}

.step__tab .container {
  max-width: 1320px;
}

.step__tab .step__tab__inner {
  padding: 60px 110px;
  background-color: #3d3d98;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .step__tab .step__tab__inner {
    padding: 60px 40px;
  }
}

@media only screen and (max-width: 991px) {
  .step__tab .step__tab__inner {
    padding: 40px 20px;
  }
}

.step__tab__link {
  display: block;
}

@media only screen and (max-width: 575px) {
  .step__tab__link {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.step__tab__btn {
  padding: 30px;
  background-color: #5555bf;
  border: 1px solid transparent;
  border-radius: 10px;
  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: 1199px) {
  .step__tab__btn {
    padding: 20px 15px;
  }
}

.step__btn__number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  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-radius: 50%;
  background-color: #2c2b6a;
  margin-right: 20px;
}

.step__btn__number .secondary {
  margin-top: 0px;
}

.step__btn__img {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.step__tab__link__active .step__tab__btn {
  border: 1px solid #00ff66;
}

.step__illustration {
  text-align: center;
  position: relative;
  z-index: 1;
}

.step__illustration img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .step__illustration img {
    max-width: 60%;
    height: auto;
  }
}

.step__illustration .circle__img {
  max-width: 426px;
  height: 426px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .step__illustration .circle__img {
    max-width: 100%;
    height: auto;
  }
}

.step__illustration .screenshot {
  max-width: 256px;
  height: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .step__illustration .screenshot {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .step__illustration .screenshot {
    max-width: 60%;
    height: auto;
  }
}

@media only screen and (max-width: 424px) {
  .step__illustration .screenshot {
    max-width: 60%;
    height: auto;
  }
}

.step__tab__content {
  margin-left: 60px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .step__tab__content {
    margin-left: 0px;
  }
}

.step__tab__content .arrow__img {
  position: absolute;
  top: -138px;
  left: -104px;
}

@media only screen and (max-width: 1199px) {
  .step__tab__content .arrow__img {
    max-width: 100px;
    height: auto;
    top: -80px;
    left: -55px;
  }
}

@media only screen and (max-width: 991px) {
  .step__tab__content .arrow__img {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .step__tab__content h3 {
    text-align: center;
  }
}

.step__tab__content p {
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .step__tab__content p {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.step__animation img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
  -webkit-animation: lottery 15s linear infinite;
          animation: lottery 15s linear infinite;
}

.step__animation .lot58 {
  position: absolute;
  bottom: 5%;
  right: 5%;
  opacity: 0.1;
  max-width: 4vw;
  height: auto;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.step__animation .lot45 {
  bottom: 21%;
  right: 26%;
  opacity: 0.1;
  max-width: 5vw;
  height: auto;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.step__animation .lot25 {
  right: 16%;
  bottom: 16%;
  opacity: 0.1;
  max-width: 3vw;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.step__animation .lot10 {
  right: 12%;
  bottom: 23%;
  opacity: 0.1;
  max-width: 4vw;
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}

.step__animation .lot582 {
  right: 19%;
  bottom: 2%;
  opacity: 0.1;
  max-width: 6vw;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.step__animation .lot17 {
  right: 3%;
  bottom: 28%;
  opacity: 0.1;
  max-width: 6vw;
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}

@media only screen and (max-width: 575px) {
  .step__tab__btn-third {
    margin-bottom: 30px;
  }
}

.multiply__illustrator img {
  max-width: 42vw;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .multiply__illustrator img {
    max-width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .multiply__illustrator img {
    max-width: 200px;
  }
}

.multiply__content .section__header {
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .multiply__content .section__header {
    max-width: 100%;
    margin-left: unset;
    margin-right: unset;
  }
}

.multiply__content h5,
.multiply__content h2,
.multiply__content p {
  text-align: left;
}

.partner {
  background-size: contain;
  background-position: bottom center;
}

.partner__illustration img {
  max-width: 43vw;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .partner__illustration img {
    max-width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .partner__illustration img {
    max-width: 200px;
  }
}

.partner__content .section__header {
  max-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.earning__content .section__header {
  max-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

@media only screen and (max-width: 575px) {
  .earning__content .section__header {
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .earning__content .section__header h5,
  .earning__content .section__header h2,
  .earning__content .section__header p {
    text-align: center !important;
  }
}

.earning__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 991px) {
  .earning__items {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .earning__items {
    -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;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .earning__items {
    margin-bottom: 50px;
  }
}

.earning__items:last-of-type {
  margin-bottom: 0px;
}

.earning__items img {
  display: inline-block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin-right: 30px;
}

@media only screen and (max-width: 1199px) {
  .earning__items img {
    width: 130px;
    height: 130px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .earning__items img {
    width: 130px;
    height: 130px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
}

.earning__items .earning__items__content h4,
.earning__items .earning__items__content p {
  margin-top: 0px;
}

@media only screen and (max-width: 575px) {
  .earning__items .earning__items__content h4,
  .earning__items .earning__items__content p {
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .earning__items .earning__items__content h4 {
    margin-bottom: 5px !important;
  }
}

.join__affiliate {
  background-color: #25255a;
}

.join__affiliate__content .section__header {
  max-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.join__affiliate__items {
  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;
}

@media only screen and (max-width: 575px) {
  .join__affiliate__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.join__affiliate__item {
  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: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .join__affiliate__item {
    gap: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .join__affiliate__item {
    gap: 15px;
    max-width: 100%;
  }
  .join__affiliate__item:first-of-type {
    margin-bottom: 25px;
  }
}

.join__affiliate__item img {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .join__affiliate__item img {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 575px) {
  .join__affiliate__item img {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 424px) {
  .join__affiliate__item img {
    width: 90px;
    height: 90px;
  }
}

.join__affiliate__item h5 {
  margin-top: 0px;
  font-weight: 500;
}

.join__affiliate__illustration img {
  max-width: 45vw;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .join__affiliate__illustration img {
    max-width: 300px;
    -webkit-animation: none;
            animation: none;
  }
}

@media only screen and (max-width: 767px) {
  .join__affiliate__illustration img {
    max-width: 200px;
  }
}

.join__affiliate__item--first {
  max-width: 250px;
}

.join__affiliate__item--second {
  max-width: 300px;
}

.faq {
  position: relative;
}

.faq .section__header {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.faq h5 {
  margin-top: 0px;
}

@media only screen and (max-width: 575px) {
  .faq__btn__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}

.faq__btn__wrapper .button {
  margin-right: 15px;
}

.faq__tab__btn {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .faq__tab__btn {
    margin-bottom: 20px;
  }
  .faq__tab__btn:last-of-type {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .faq__tab__btn {
    margin-right: 0px;
  }
}

.faq__tab__btn::before {
  background-color: #5338bc;
}

.faq__tab__btn::after {
  background-color: #5338bc;
}

.faq__tab__btn:hover {
  background-color: #13d487;
  color: #141432;
}

.faq__tab__btn__active {
  color: #141432;
  background-color: #13d487;
}

.faq__tab__btn__active::before {
  background-color: #13d487;
}

.faq__tab__btn__active::after {
  background-color: #13d487;
}

.faq__tab__btn__active:hover {
  background-color: #13d487;
}

.faq__tab__content__wrapper {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.faq__tab__content .faq__group .accordion-item .accordion-button {
  background-color: #343483 !important;
}

.faq__tab__content .faq__group .accordion-item .accordion-button:not(.collapsed) {
  background-color: #343483 !important;
}

.faq__tab__content .faq__group .accordion-item .accordion-body {
  position: relative;
}

.faq__tab__content .faq__group .accordion-item .accordion-body::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 93%;
  height: 1px;
  background-color: #7676d0;
}

.faq__group .accordion-item {
  background-color: #343483;
  border: none;
  border-radius: 10px;
}

.faq__group .accordion-item h5 {
  margin-top: 0px;
}

.faq__group .accordion-item .accordion-button {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  background-color: #343483;
  border: none;
  outline: none;
  padding: 41px 30px;
  padding-right: 80px;
  border-radius: 10px;
  -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;
    padding-right: 70px;
  }
}

.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/faq/arrow.png");
  background-size: 22px 18px;
  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 {
    background-size: 20px 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .faq__group .accordion-item .accordion-button::after {
    background-size: 18px 14px;
    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-color: #13d487;
  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: #5338bc;
}

.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-body {
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .faq__group .accordion-item .accordion-body {
    padding: 30px 20px;
  }
}

.faq__group .accordion-item .accordion-body p {
  color: #ffffff;
}

.faq__group .accordion-item:last-of-type .collapsed {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.faq__animation .players {
  position: absolute;
  bottom: 15%;
  max-width: 41vw;
  height: auto;
  left: 0px;
  z-index: -1;
  -webkit-animation: player 20s infinite linear;
          animation: player 20s infinite linear;
}

@media only screen and (max-width: 1199px) {
  .faq__animation .players {
    max-width: 17vw;
  }
}

@media only screen and (max-width: 991px) {
  .faq__animation .players {
    max-width: 50vw;
  }
}

.faq__animation .support {
  position: absolute;
  bottom: 19%;
  right: 10px;
  max-width: 31vw;
  height: auto;
  z-index: -1;
  -webkit-animation: player 30s infinite linear;
          animation: player 30s infinite linear;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

@media only screen and (max-width: 991px) {
  .faq__animation .support {
    max-width: 40vw;
    bottom: 2%;
  }
}

@media only screen and (min-width: 1600px) {
  .faq__animation .players {
    max-width: 25vw;
    bottom: 40%;
  }
  .faq__animation .support {
    max-width: 20vw;
  }
}

.overview__thumb img {
  max-width: 35vw;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .overview__thumb img {
    max-width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .overview__thumb img {
    max-width: 200px;
  }
}

.overview__content h5 {
  color: #00ff66;
}

.overview__animation img {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 21vw;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .overview__animation img {
    top: 84%;
    -webkit-transform: translateY(-84%);
            transform: translateY(-84%);
    max-width: 20vw;
  }
}

@media only screen and (max-width: 575px) {
  .overview__animation img {
    top: 94%;
    -webkit-transform: translateY(-94%);
            transform: translateY(-94%);
    max-width: 30vw;
  }
}

.feature-two {
  background-color: #25255a;
}

.feature-two .section__header {
  max-width: 700px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .feature-two .item__alt {
    margin-bottom: 0px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .feature-two .item__alt {
    margin-bottom: 0px;
  }
}

.blog__head__tab__btn {
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .blog__head__tab__btn {
    text-align: left;
  }
}

@media only screen and (max-width: 575px) {
  .blog__head__tab__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog__head__tab__btn .blog__tab__btn {
  width: unset;
  font-weight: 500;
  margin-right: 15px;
  color: #ffffff;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  .blog__head__tab__btn .blog__tab__btn {
    padding: 8px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .blog__head__tab__btn .blog__tab__btn {
    padding: 8px 30px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .blog__head__tab__btn .blog__tab__btn:last-of-type {
    margin-bottom: 0px;
  }
}

.blog__head__tab__btn .blog__tab__btn::before {
  background-color: #5338bc;
}

.blog__head__tab__btn .blog__tab__btn::after {
  background-color: #5338bc;
}

.blog__head__tab__btn .blog__tab__btn:hover {
  background-color: #13d487;
  color: #141432;
}

.blog__head__tab__btn .blog__tab__btn:last-of-type {
  margin-right: 0px;
}

.blog__head__tab__btn .blog__tab__btn__active {
  color: #141432;
}

.blog__head__tab__btn .blog__tab__btn__active::before {
  background-color: #13d487;
}

.blog__head__tab__btn .blog__tab__btn__active::after {
  background-color: #13d487;
}

.blog__head__tab__btn .blog__tab__btn__active:hover {
  background-color: #13d487;
  color: #141432;
}

.blog__item {
  background-color: #343483;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
}

.blog__item .blog__poster {
  display: block;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}

.blog__item .blog__poster img {
  border: none;
  outline: none;
  width: 100%;
  max-height: 300px;
  min-height: 300px;
  border-radius: 20px 20px 0px 0px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  .blog__item .blog__poster img {
    min-height: 230px;
  }
}

.blog__item .blog__item__meta {
  padding: 30px 20px 24px;
}

@media only screen and (max-width: 767px) {
  .blog__item .blog__item__meta {
    padding: 30px 20px 24px;
  }
}

.blog__item .blog__item__meta h3 a {
  color: #ffffff;
}

.blog__item .blog__item__meta h3 a:hover {
  color: #00ff66;
  padding: 0px;
}

.blog__item .blog__item__meta p {
  color: #ffffff;
}

.blog__item .blog__item__meta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00ff66;
  font-weight: 600;
}

.blog__item .blog__item__meta a i {
  font-size: inherit;
  line-height: inherit;
  margin-left: 10px;
}

.blog__item .blog__item__meta a:hover {
  color: #ffffff;
}

.blog__item .blog__item__meta .read_btn {
  margin-top: -8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog__item .blog__item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    row-gap: 20px;
  }
}

@media only screen and (max-width: 424px) {
  .blog__item .blog__item__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.blog__item .blog__item__info .post__date {
  margin-right: 40px;
}

@media only screen and (max-width: 424px) {
  .blog__item .blog__item__info .post__date {
    margin-bottom: 15px;
    margin-right: 0px;
  }
}

.blog__item .blog__item__info .tertiary {
  margin-top: 0px;
}

.blog__item .blog__item__info img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.blog__item:hover .blog__poster img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.picture-item,
.picture-item-two,
.picture-item-three {
  margin-bottom: 30px;
}

.blog {
  position: relative;
}

.blog__left__sidebar .blog__poster img {
  max-height: 220px;
  min-height: 220px;
}

@media only screen and (max-width: 991px) {
  .blog__left__sidebar .blog__poster img {
    max-height: 260px;
    min-height: 260px;
  }
}

@media only screen and (max-width: 767px) {
  .blog__left__sidebar .blog__poster img {
    max-height: 200px;
    min-height: 200px;
  }
}

.blog__left__sidebar h4 a {
  color: #ffffff !important;
}

.blog__left__sidebar h4 a:hover {
  color: #00ff66 !important;
  padding-left: 0px;
}

.blog__left__sidebar .read_btn {
  margin-top: 0px !important;
}

.blog__stick {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

@media only screen and (max-width: 991px) {
  .blog__stick {
    position: static !important;
    top: 0px;
  }
}

.blog__newsletter {
  padding: 60px 30px;
  border-radius: 20px;
  background-color: #343483;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .blog__newsletter {
    padding: 40px 20px;
  }
}

.featured__post {
  padding: 30px;
  border-radius: 20px;
  background-color: #343483;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .featured__post {
    padding: 30px 20px;
  }
}

.featured__post h4 {
  margin-bottom: 25px;
}

.featured__item {
  padding: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-top: 1px solid #7a77d3;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .featured__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .featured__item {
    padding: 20px 0px;
  }
}

@media only screen and (max-width: 575px) {
  .featured__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 20px;
  }
}

.featured__item img {
  max-width: 170px;
  height: 100px;
  border-radius: 5px;
}

.featured__item h6 {
  margin-top: 0px;
  font-weight: 500;
}

.featured__item h6 a {
  margin-top: 0px;
}

.featured__item h6 a:hover {
  color: #13d487;
}

.featured__item:last-of-type {
  padding-bottom: 0px;
}

.blog__catergories {
  padding: 30px 30px 10px;
  background-color: #343483;
  border-radius: 20px;
}

@media only screen and (max-width: 1199px) {
  .blog__catergories {
    padding: 30px 20px 10px;
  }
}

.blog__catergories h4 {
  margin-bottom: 30px;
}

.blog__catergories .wrapper {
  padding-top: 30px;
  border-top: 1px solid #7a77d3;
}

.blog__catergories .button {
  width: auto;
  padding: 12px 20px;
  margin: 0px 8px 20px 0px;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .blog__catergories .button {
    padding: 8px 15px;
  }
}

.blog__catergories .button::before {
  background-color: #4934d3;
}

.blog__catergories .button::after {
  background-color: #4934d3;
}

.blog__catergories .button:hover {
  color: #141432;
  background-color: #13d487;
}

.blog--tertiary .blog__poster img {
  max-height: 300px;
  min-height: 300px;
}

@media only screen and (max-width: 991px) {
  .blog--tertiary .blog__poster img {
    max-height: 300px;
    min-height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .blog--tertiary .blog__poster img {
    max-height: 220px;
    min-height: 220px;
  }
}

.blog--tertiary h3 {
  max-width: 640px;
}

.blog__details {
  position: relative;
  top: -200px;
  margin-bottom: -200px;
  z-index: 9;
}

@media only screen and (max-width: 1199px) {
  .blog__details {
    top: -100px;
    margin-bottom: -100px;
  }
}

.blog__details__poster img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  min-height: 300px;
}

@media only screen and (max-width: 767px) {
  .blog__details__poster img {
    min-height: 200px;
  }
}

.blog__details__wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.blog__details__head {
  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: 30px 0px;
}

@media only screen and (max-width: 767px) {
  .blog__details__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 424px) {
  .blog__details .blog__item__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.blog__details .blog__item__info .post__date {
  margin-right: 40px;
}

@media only screen and (max-width: 424px) {
  .blog__details .blog__item__info .post__date {
    margin-bottom: 15px;
    margin-right: 0px;
  }
}

.blog__details .blog__item__info .tertiary {
  margin-top: 0px;
}

.blog__details .blog__item__info img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.blog__details__wrapper .title {
  max-width: 930px;
}

.blog__details__wrapper p {
  color: #eff3ff;
}

.blog__details__wrapper ol {
  padding: 0px;
  list-style-position: inside;
}

.blog__details__wrapper li {
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
  top: 0px;
}

.blog__details__wrapper li:last-of-type {
  margin-bottom: 0px;
}

.blog__details__wrapper li::before {
  content: none;
}

.blog__details__wrapper .poster__two img {
  width: 100%;
  min-height: 250px;
  border-radius: 20px;
}

@media only screen and (max-width: 575px) {
  .blog__details__wrapper .poster__two img {
    min-height: 200px;
  }
}

.blog__details__wrapper .quote {
  padding: 80px 20px;
  background-color: #343483;
  border-radius: 20px;
}

@media only screen and (max-width: 1199px) {
  .blog__details__wrapper .quote {
    padding: 60px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .blog__details__wrapper .quote {
    padding: 40px 20px;
  }
}

.blog__details__wrapper .quote p {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: center;
}

.blog__details__wrapper .blog__post__author {
  padding: 80px;
  background-color: #126166;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

@media only screen and (max-width: 1199px) {
  .blog__details__wrapper .blog__post__author {
    padding: 60px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .blog__details__wrapper .blog__post__author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.blog__details__wrapper .blog__post__author img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .blog__details__wrapper .blog__post__author img {
    width: 100px;
    height: 100px;
  }
}

.blog__details__wrapper .blog__post__author a {
  background-color: #21949b;
}

.blog__details__wrapper .blog__post__author a:hover {
  background-color: #13d487;
}

.latest .blog__item .blog__poster img {
  max-height: 220px;
  min-height: 200px;
}

.latest .blog__item h4 a {
  color: #ffffff;
}

.latest .blog__item h4 a:hover {
  color: #00ff66;
  padding-left: 0px;
}

@media only screen and (max-width: 1399px) {
  .latest .blog__item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    row-gap: 20px;
  }
}

@media only screen and (max-width: 424px) {
  .latest .blog__item__info .post__date {
    margin-bottom: 0px;
  }
}

.contact__area p {
  color: #ffffff;
}

.contact__info__single__item {
  padding: 20px 30px;
  border: 1px solid #3a2eb1;
  border-radius: 10px;
  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-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  .contact__info__single__item {
    padding: 20px;
  }
}

.contact__info__single__item img {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .contact__info__single__item img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
}

.contact__info__single__item p {
  margin-top: 0px;
}

.contact__info__single__item:hover {
  background-color: #343483;
}

.contact__form {
  padding: 60px;
  background-color: #343483;
  border-radius: 20px;
}

@media only screen and (max-width: 1199px) {
  .contact__form {
    padding: 50px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .contact__form {
    padding: 40px 20px;
  }
}

.contact__form label {
  font-weight: 700;
}

.contact__form input {
  background-color: #251977;
  border: 1px solid #5353bf;
}

@media only screen and (max-width: 767px) {
  .contact__form input {
    padding: 10px 20px 11px;
  }
}

.contact__form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.contact__form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.contact__form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.contact__form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.contact__form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.contact__form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.contact__form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.contact__form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 767px) {
  .contact__form textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .contact__form textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .contact__form textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .contact__form textarea::placeholder {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .contact__form textarea {
    height: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .contact__form textarea {
    padding: 13px 20px 16px;
    height: 170px;
  }
}

@media only screen and (max-width: 767px) {
  .contact__form textarea {
    padding: 9px 20px 11px;
    height: 140px;
  }
}

.contact__form .button {
  width: 100%;
  border-radius: 10px;
  padding: 15px 30px;
}

@media only screen and (max-width: 1199px) {
  .contact__form .button {
    max-width: 100%;
  }
}

.contact__faq {
  position: relative;
  z-index: 1;
}

.contact__faq__wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 120px 12px 220px;
  background-color: #343483;
  border-radius: 10px;
}

@media only screen and (max-width: 1399px) {
  .contact__faq__wrapper {
    margin: 0px 12px;
  }
}

@media only screen and (max-width: 1199px) {
  .contact__faq__wrapper {
    padding-top: 100px;
    padding-bottom: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .contact__faq__wrapper {
    padding-top: 80px;
    padding-bottom: 200px;
  }
}

.contact__faq__wrapper .section__header {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.faq__wrapper {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  top: -160px;
  margin-bottom: -160px;
}

.terms__area {
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 60px;
  background-color: #20214a;
  border: 1px solid #6868d5;
  border-radius: 20px;
}

@media only screen and (max-width: 991px) {
  .terms__area {
    padding: 60px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .terms__area {
    padding: 60px 20px;
  }
}

.terms__content p {
  color: #eff3ff;
}

.terms__content:first-of-type p {
  color: #ffffff;
}

.terms__content ol {
  padding-left: 0px;
  list-style-position: inside;
}

.terms__content ol li {
  margin-bottom: 8px;
}

.terms__content ol li::before {
  content: none;
}

.terms__content ol li:last-of-type {
  margin-bottom: 0px;
}

.page__wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
  overflow: hidden !important;
}

.page__wrapper .basket {
  position: fixed;
  bottom: 0px;
  max-width: 46vw;
  height: auto;
  z-index: -2;
  -webkit-animation: player 10s infinite linear;
          animation: player 10s infinite linear;
}

@media only screen and (max-width: 1199px) {
  .page__wrapper .basket {
    max-width: 50vw;
  }
}

@media only screen and (max-width: 767px) {
  .page__wrapper .basket {
    max-width: 60vw;
  }
}

.page__wrapper .football {
  position: fixed;
  right: 0px;
  top: 17vh;
  max-width: 43vw;
  height: auto;
  z-index: -2;
  -webkit-animation: player 15s infinite linear;
          animation: player 15s infinite linear;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

@media only screen and (max-width: 1199px) {
  .page__wrapper .football {
    max-width: 50vw;
  }
}

@media only screen and (max-width: 767px) {
  .page__wrapper .football {
    max-width: 60vw;
    top: 29vh;
  }
}

.page__wrapper .bitcoin {
  position: fixed;
  top: 21vh;
  right: 16vw;
  max-width: 9vw;
  height: auto;
  z-index: -3;
  -webkit-animation: pulse 30s infinite linear;
          animation: pulse 30s infinite linear;
}

@media only screen and (max-width: 1199px) {
  .page__wrapper .bitcoin {
    right: 18vw;
  }
}

@media only screen and (max-width: 767px) {
  .page__wrapper .bitcoin {
    top: 31vh;
    right: 23vw;
  }
}

.page__wrapper .litecoin {
  position: fixed;
  top: 25vh;
  left: 24vw;
  max-width: 6vw;
  height: auto;
  z-index: -3;
  -webkit-animation: rotate 20s infinite linear;
          animation: rotate 20s infinite linear;
  max-width: 8vw;
  left: 10vw;
}

.page__wrapper .ethereum {
  position: fixed;
  bottom: 21vh;
  left: 24vw;
  max-width: 7vw;
  height: auto;
  z-index: -3;
  -webkit-animation: rotation 10s infinite linear;
          animation: rotation 10s infinite linear;
}

@media only screen and (max-width: 1199px) {
  .page__wrapper .ethereum {
    bottom: 15vh;
    left: 21vw;
  }
}

@media only screen and (max-width: 767px) {
  .page__wrapper .ethereum {
    bottom: 13vh;
    left: 27vw;
  }
}

.register {
  padding-top: 270px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1399px) {
  .register {
    padding-top: 256px;
  }
}

@media only screen and (max-width: 1199px) {
  .register {
    padding-top: 236px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .register {
    padding-top: 164px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .register {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

.register__area {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 40px 60px;
  background-color: #343483;
  -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);
  border-radius: 20px;
}

@media only screen and (max-width: 991px) {
  .register__area {
    padding: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .register__area {
    padding: 40px 20px;
  }
}

.register__area .button {
  width: 100%;
  border-radius: 10px;
  padding: 15px 30px;
}

@media only screen and (max-width: 1199px) {
  .register__area .button {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .register__area .button {
    padding: 13px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .register__area .button {
    padding: 10px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .register__area .content__space--alt {
    margin-bottom: 20px;
  }
}

.register__area p {
  color: #ffffff;
}

.register__area p a {
  color: #00ff66;
}

.register__area p a:hover {
  color: #ffffff;
}

.login__area {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.error {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
}

.error::-webkit-scrollbar {
  width: 8px;
}

.error::-webkit-scrollbar-track {
  background-color: #483fbe;
  border-radius: 5px;
}

.error::-webkit-scrollbar-button, .error::-webkit-scrollbar-thumb {
  background-color: #13d487;
  border-radius: 5px;
}

.error__area {
  width: 100%;
  height: 100%;
}

.error__area img {
  max-width: 33vw;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .error__area img {
    max-width: 50vw;
  }
}

.error__area h3,
.error__area h4 {
  text-align: center;
}

.dashboard {
  margin-top: 30px;
}

.collapse__sidebar {
  padding: 30px;
  background-color: #343483;
  border-radius: 10px;
  margin-bottom: 30px;
  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;
  display: none;
}

@media only screen and (max-width: 1399px) {
  .collapse__sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .collapse__sidebar {
    padding: 20px;
  }
}

.collapse__sidebar h4 {
  margin-top: 0px;
}

.collapse__sidebar .collapse__sidebar__btn i {
  font-size: 24px;
  color: #00ff66;
}

.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(52, 52, 131, 0.8);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.overlay__active {
  opacity: 0.8;
  visibility: visible;
}

.overlay__active__two {
  opacity: 0.8;
  visibility: visible;
  z-index: 99;
}

.balance__single {
  padding: 30px;
  background-color: #343483;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}

@media only screen and (max-width: 575px) {
  .balance__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}

.balance__single img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .balance__single img {
    width: 100px;
    height: 100px;
  }
}

.balance__single h5 {
  color: #ffd159;
  margin: 10px 0px 15px;
}

.balance__single .last__action {
  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: 15px 0px;
  position: relative;
}

.balance__single .last__action p {
  font-weight: 500;
}

.balance__single .last__action p:last-of-type {
  color: #ffd159;
}

.balance__single .last__action::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-image: -webkit-linear-gradient(0deg, #343483 0%, #a3a3ec 51%, #343483 100%);
}

.balance__single .last__action::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-image: -webkit-linear-gradient(0deg, #343483 0%, #a3a3ec 51%, #343483 100%);
}

.balance__single .button {
  padding: 6px 20px;
  font-size: 16px;
  margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
  .balance__single .button {
    max-width: 100%;
  }
}

.balance__alt__content h5 {
  color: #00ff66;
}

.balance__alt__content .last__action p:last-of-type {
  color: #00ff66;
}

.available__balance {
  margin-top: 30px;
}

.available__balance__single {
  padding: 20px;
  background-color: #343483;
  border-radius: 10px;
  border: 1px solid #6161ec;
}

.available__balance__single .balance__left {
  padding: 20px 0px;
  margin-top: 20px;
  position: relative;
}

.available__balance__single .balance__left h5 {
  margin-top: 15px;
  color: #00ff66;
}

.available__balance__single .balance__left h5,
.available__balance__single .balance__left p {
  text-align: center;
}

.available__balance__single .balance__left::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-image: -webkit-linear-gradient(0deg, #343483 0%, #a3a3ec 51%, #343483 100%);
}

.available__balance__single .balance__left::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-image: -webkit-linear-gradient(0deg, #343483 0%, #a3a3ec 51%, #343483 100%);
}

.available__balance__single__coin {
  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;
  gap: 10px;
}

.available__balance__single__coin img {
  width: 40px;
  height: 40px;
}

.available__balance__single__coin p {
  color: #00ff66;
  margin-top: 5px;
}

.lottery__win {
  background-color: #343483;
  margin-top: 30px;
  border-radius: 10px;
}

.lottery__head {
  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: 30px;
  border-bottom: 1px solid #6363bc;
}

@media only screen and (max-width: 767px) {
  .lottery__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 20px;
  }
}

.lottery__head .button {
  font-size: 16px;
  padding: 6px 20px;
  width: auto;
}

@media only screen and (max-width: 1199px) {
  .lottery__head .button {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .lottery__head .button {
    margin-top: 20px;
    font-size: 14px;
  }
}

.lottery__numbers {
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .lottery__numbers {
    padding: 30px 20px;
  }
}

.lottery__numbers .foot {
  margin-top: 30px;
}

.lottery__numbers .foot p {
  font-weight: 500;
  color: #ffffff;
}

.lottery__numbers .foot h6 {
  color: #00ff66;
  margin-top: 20px;
}

.numbers__single {
  padding: 20px;
  background-color: #2c2b6a;
  border-radius: 10px;
}

.numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.numbers .numbers__single__item {
  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;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #11bc56;
}

@media only screen and (max-width: 575px) {
  .numbers .numbers__single__item {
    width: 30px;
    height: 30px;
  }
}

.numbers .numbers__single__item p {
  margin-top: 0px;
  font-weight: 600;
  color: #141432;
}

@media only screen and (max-width: 575px) {
  .numbers .numbers__single__item p {
    font-size: 14px;
  }
}

.numbers .numbers__single__item__active {
  outline: 1px solid #93ffbe;
  outline-offset: 3px;
  margin: 3px;
}

.affiliate__links {
  margin-top: 30px;
}

.affiliate__link {
  padding: 30px;
  background-color: #343483;
  border-radius: 10px;
}

.affiliate__link .copy {
  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: 5px;
  background-color: #251977;
  border: 1px solid #5252c2;
  border-radius: 30px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .affiliate__link .copy {
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
    row-gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.affiliate__link .copy .button {
  width: 160px;
  font-size: 16px;
  padding: 8px 20px;
}

.affiliate__link .copy p {
  padding-left: 25px;
  margin-top: 0px;
}

@media only screen and (max-width: 767px) {
  .affiliate__link .copy p {
    padding-left: 0px;
  }
}

.rank {
  background-color: #343483;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}

.rank h5 {
  color: #00ff66;
  margin-top: 10px;
}

.rank img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  max-width: 10vw;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .rank img {
    right: 55%;
    bottom: 5%;
    max-width: 15vw;
  }
}

.level {
  margin-top: 30px;
}

.level .level__single {
  text-align: center;
  padding: 20px 0px;
  background-color: #343483;
  border-radius: 10px;
}

.level .level__single .button {
  padding: 6px 20px;
  margin-bottom: 20px;
}

.level .level__single hr {
  background-color: #6363bc;
  margin: 30px 0px;
}

.level .level__single p,
.level .level__single h5 {
  text-align: center;
  color: #ffffff;
}

.level .level__single h5 {
  color: #00ff66;
  margin-bottom: 20px;
}

.level .level__single .tertiary {
  margin-top: 10px;
}

.open__deposit {
  padding: 27px 40px 23px;
  background-color: #343483;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .open__deposit {
    padding: 17px 20px 13px;
  }
}

.open__deposit h5 {
  text-transform: uppercase;
}

.actionForm {
  margin-top: 30px;
}

.actionForm .legen {
  color: #ffffff;
  font-weight: 600;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .actionForm .legen {
    padding-left: 30px;
  }
}

.actionForm .legen::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -45px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  outline: 4px solid #48d597;
  border-radius: 50%;
}

@media only screen and (max-width: 575px) {
  .actionForm .legen::before {
    left: 5px;
  }
}

.actionForm .legen__active {
  position: relative;
}

@media only screen and (max-width: 575px) {
  .actionForm .legen__active {
    padding-left: 30px;
  }
}

.actionForm .legen__active::before {
  width: 20px;
  height: 20px;
  left: -50px;
  background-color: #48d597;
  outline: none;
}

@media only screen and (max-width: 575px) {
  .actionForm .legen__active::before {
    left: 0px;
  }
}

.actionForm .legen__active::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  color: #ffffff;
}

@media only screen and (max-width: 575px) {
  .actionForm .legen__active::after {
    left: 5px;
  }
}

.actionForm .group {
  padding-bottom: 60px;
  padding-left: 40px;
  border-left: 1px dashed #00ff66;
}

@media only screen and (max-width: 991px) {
  .actionForm .group {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .actionForm .group {
    padding-left: 0px;
    border-left: 0px solid transparent;
  }
}

.actionForm .group:last-of-type {
  padding-bottom: 0px;
  border-left: 0px solid transparent;
  margin-top: -10px;
}

.payment__system__checkbox__wrapper {
  padding: 30px;
  background-color: #343483;
  border-radius: 10px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .payment__system__checkbox__wrapper {
    padding: 30px 20px;
  }
}

.payment__system__checkbox__wrapper label {
  margin-top: 0px;
  display: block;
}

.payment__system__checkbox__wrapper input {
  margin-top: 0px;
}

.payment__system__checkbox__wrapper .row {
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .payment__system__checkbox__wrapper .row {
    margin-bottom: 0px;
  }
}

.payment__system__checkbox__wrapper .row:last-of-type {
  margin-bottom: 0px;
}

.payment__system__checkbox__single {
  padding: 15px 10px 15px 40px;
  background-color: #3d3d98;
  border: 1px solid #4f4fbd;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .payment__system__checkbox__single {
    margin-bottom: 20px;
  }
}

.payment__system__checkbox__single input {
  display: inline-block;
  width: auto;
}

.payment__system__checkbox__single label {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  line-height: 0px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.payment__system__checkbox__single label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.payment__system__checkbox__single label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  border-radius: 5px;
  background-color: #6969e1;
  margin-top: 0px;
}

.payment__system__checkbox__single .payment__checkbox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.payment__system__checkbox__single .payment__system__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.payment__system__checkbox__single .payment__system__icon__info h6 {
  margin-bottom: 5px;
  font-weight: 500;
}

.payment__system__checkbox__single .payment__system__icon__info p {
  color: #00ff66;
}

@media only screen and (max-width: 1199px) {
  .payment__system__checkbox__single .payment__system__icon__info p {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .column__space__negative--secondary {
    margin-bottom: 0px;
  }
}

.payment__system__checkbox__single__active {
  border-color: #48d597;
}

.payment__system__checkbox__single__active label {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  line-height: 0px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.payment__system__checkbox__single__active label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.payment__system__checkbox__single__active label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  border-radius: 5px;
  background-color: #6969e1;
  margin-top: 0px;
}

.payment__system__checkbox__single__active label .checkmark::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-47%, -53%);
          transform: translate(-47%, -53%);
  font-size: 10px;
  color: #ffffff;
  display: none;
}

.payment__system__checkbox__single__active label input:checked ~ .checkmark {
  background-color: #5cff98;
}

.payment__system__checkbox__single__active label input:checked ~ .checkmark::after {
  display: block;
}

.checkbox__investment__plan {
  padding: 20px;
  background-color: #3d3d98;
  border-radius: 10px;
  border: 1px solid #4f4fbd;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .checkbox__investment__plan {
    margin-bottom: 20px;
  }
}

.checkbox__investment__plan input {
  display: inline-block;
  width: auto;
}

.checkbox__investment__plan label {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  line-height: 0px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox__investment__plan label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox__investment__plan label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 5px;
  background-color: #6969e1;
  margin-top: 0px;
}

.checkbox__investment__plan .mb-35 {
  margin-bottom: 0px;
}

.checkbox__investment__plan .investment__item {
  max-width: 306px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.checkbox__investment__plan .investment__item .investment__item__inner {
  -webkit-box-shadow: 0px 4px 24px 0px #0f058d;
          box-shadow: 0px 4px 24px 0px #0f058d;
}

@media only screen and (max-width: 767px) {
  .checkbox__investment__plan .investment__item__inner img {
    max-width: 70%;
  }
}

.checkbox__investment__plan .investment__item__content {
  padding-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  .checkbox__investment__plan .investment__item__content {
    padding-top: 80px;
  }
}

.checkbox__investment__plan .investment__item__content hr {
  margin: 15px 0px !important;
}

.checkbox__investment__plan .invest__limit {
  margin-bottom: 10px;
}

.checkbox__investment__plan .invest__limit:last-of-type {
  margin-bottom: 0px;
}

.checkbox__investment__plan h4 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .checkbox__investment__plan p {
    font-size: 14px;
  }
}

.checkbox__investment__plan__active {
  border-color: #48d597;
}

.checkbox__investment__plan__active label {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  line-height: 0px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox__investment__plan__active label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox__investment__plan__active label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 5px;
  background-color: #6969e1;
  margin-top: 0px;
}

.checkbox__investment__plan__active label .checkmark::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-47%, -53%);
          transform: translate(-47%, -53%);
  font-size: 10px;
  color: #ffffff;
  display: none;
}

.checkbox__investment__plan__active label input:checked ~ .checkmark {
  background-color: #5cff98;
}

.checkbox__investment__plan__active label input:checked ~ .checkmark::after {
  display: block;
}

.payment__system__checkbox__wrapper .plan__select {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1199px) {
  .payment__system__checkbox__wrapper .plan__select {
    margin-bottom: 40px;
  }
}

.payment__system__checkbox__wrapper .plan__select input {
  padding: 16px 30px !important;
}

.payment__system__checkbox__wrapper .plan__select input::-webkit-input-placeholder {
  color: #ffffff;
}

.payment__system__checkbox__wrapper .plan__select input:-ms-input-placeholder {
  color: #ffffff;
}

.payment__system__checkbox__wrapper .plan__select input::-ms-input-placeholder {
  color: #ffffff;
}

.payment__system__checkbox__wrapper .plan__select input::placeholder {
  color: #ffffff;
}

.payment__system__checkbox__wrapper .plan__cta {
  margin-top: 50px;
}

@media only screen and (max-width: 1199px) {
  .payment__system__checkbox__wrapper .plan__cta {
    margin-top: 35px;
  }
}

.column__space__negative {
  margin-bottom: 0px;
}

.payment__system__plan {
  display: none;
}

.payment__system__amount {
  display: none;
}

.withdraw__amount input {
  padding: 12px 30px !important;
  margin-bottom: 20px;
}

.withdraw__amount input::-webkit-input-placeholder {
  color: #ffffff;
}

.withdraw__amount input:-ms-input-placeholder {
  color: #ffffff;
}

.withdraw__amount input::-ms-input-placeholder {
  color: #ffffff;
}

.withdraw__amount input::placeholder {
  color: #ffffff;
}

.operation .row {
  margin-bottom: 30px;
}

#withdrawalForm input::-webkit-input-placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

#withdrawalForm input:-ms-input-placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

#withdrawalForm input::-ms-input-placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

#withdrawalForm input::placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 1199px) {
  #withdrawalForm input {
    padding: 12px 25px;
  }
}

.wallet__system {
  display: none;
}

.operation {
  display: none;
}

.payment__system__method__two {
  display: none;
}

.group .legen .button {
  width: 250px;
}

@media only screen and (max-width: 1199px) {
  .group .legen .button {
    max-width: 230px;
  }
}

.financial__history {
  margin-top: 60px !important;
}

@media only screen and (max-width: 1199px) {
  .financial__history {
    margin-top: 40px !important;
  }
}

.financial__history table thead tr {
  background-color: transparent !important;
  border-bottom: 1px solid #4242a3 !important;
}

.dashboard__head {
  padding: 30px 40px 22px;
  background-color: #343483;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .dashboard__head {
    padding: 25px 20px 20px;
  }
}

.dashboard__head h5 {
  text-transform: capitalize;
}

.deposit__history {
  margin-top: 30px;
}

.deposit__history__head {
  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;
}

.deposit__history__head h6 {
  font-weight: 500;
}

.deposit__history__head a i {
  font-size: 20px;
  color: #999;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.deposit__history__head a i:hover {
  color: #ffffff;
}

.deposit__history__inner {
  padding: 20px;
  background-color: #343483;
  border-radius: 10px;
}

.deposit__history__wrapper {
  margin-top: 15px;
}

.deposit__history__single__item {
  padding: 15px 20px;
  background-color: #3d3d98;
  border: 1px solid #4f4fbd;
  border-radius: 10px;
  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;
  margin-bottom: 10px;
}

@media only screen and (max-width: 424px) {
  .deposit__history__single__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 20px;
  }
}

.deposit__history__single__item:last-of-type {
  margin-bottom: 0px;
}

.deposit__history__single__item h6 {
  font-weight: 500;
  margin-top: 0px;
}

.deposit__history__single__item .method__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.deposit__history__single__item .method__info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.deposit__history__single__item .method__info p {
  color: #00ff66;
  margin-top: 3px;
}

.deposit__history__single__item .method__amount h6 {
  display: inline-block;
  width: 180px;
  text-align: center;
  padding: 8px 10px;
  background-color: #2c2b6a;
  border-radius: 20px;
  color: #00ff66;
}

.depo__history__btn__active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.investment__history {
  padding: 30px 20px 20px;
  background-color: #343483;
  border-radius: 10px;
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .investment__history .investment__table__wrapper {
    overflow-x: auto;
  }
  .investment__history .investment__table__wrapper::-webkit-scrollbar {
    width: 100%;
    height: 5px;
  }
  .investment__history .investment__table__wrapper::-webkit-scrollbar-track {
    background-color: #483fbe;
    border-radius: 5px;
  }
  .investment__history .investment__table__wrapper::-webkit-scrollbar-button, .investment__history .investment__table__wrapper::-webkit-scrollbar-thumb {
    background-color: #13d487;
    border-radius: 5px;
  }
}

.investment__history .investment__table__wrapper .investment__table {
  width: 100%;
  margin-top: 10px;
  border-collapse: separate;
  border-spacing: 0px 10px;
}

@media only screen and (max-width: 991px) {
  .investment__history .investment__table__wrapper .investment__table {
    width: 992px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .investment__history .investment__table__wrapper .investment__table {
    width: 768px;
  }
}

.investment__history .investment__table__wrapper .investment__table thead tr th {
  width: 23%;
  font-weight: 500;
  padding: 15px 20px 10px;
  color: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .investment__history .investment__table__wrapper .investment__table thead tr th {
    padding: 10px 15px;
  }
}

.investment__history .investment__table__wrapper .investment__table thead tr th:first-of-type {
  width: 31%;
  text-align: left;
}

.investment__history .investment__table__wrapper .investment__table tbody tr {
  background-color: #3d3d98;
  margin-bottom: 10px;
}

.investment__history .investment__table__wrapper .investment__table tbody tr td {
  text-align: center;
  padding: 25px 20px;
  color: #ffffff;
  border: 1px solid #4f4fbd;
  border-right: none;
  border-left: none;
}

@media only screen and (max-width: 767px) {
  .investment__history .investment__table__wrapper .investment__table tbody tr td {
    padding: 10px 15px;
  }
}

.investment__history .investment__table__wrapper .investment__table tbody tr td:first-of-type {
  text-align: left;
  border-radius: 10px 0px 0px 10px;
  border-left: 1px solid #4f4fbd;
}

.investment__history .investment__table__wrapper .investment__table tbody tr td:last-of-type {
  border-radius: 0px 10px 10px 0px;
  border-right: 1px solid #4f4fbd;
}

.investment__history .investment__table__wrapper .investment__table tbody tr td img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.investment__history .investment__table__wrapper .investment__table tbody tr td h6 {
  display: inline-block;
  width: 180px;
  text-align: center;
  padding: 8px 10px;
  background-color: #2c2b6a;
  border-radius: 20px;
  color: #00ff66;
  margin-top: 0px;
}

.dashboard__lottery__tab__btn__wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media only screen and (max-width: 575px) {
  .dashboard__lottery__tab__btn__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.dashboard__lottery__tab__btn__wrapper .dashboard__lottery__tab__btn {
  color: #ffffff;
}

.dashboard__lottery__tab__btn__wrapper .dashboard__lottery__tab__btn::before {
  background-color: #5338bc;
}

.dashboard__lottery__tab__btn__wrapper .dashboard__lottery__tab__btn::after {
  background-color: #5338bc;
}

.dashboard__lottery__tab__btn__wrapper .dashboard__lottery__tab__btn:hover {
  color: #141432;
  background-color: #13d487;
}

.dashboard__lottery__tab__btn__wrapper .dashboard__lottery__tab__btn__active {
  color: #141432;
}

.dashboard__lottery__tab__btn__wrapper .dashboard__lottery__tab__btn__active::before {
  background-color: #13d487;
}

.dashboard__lottery__tab__btn__wrapper .dashboard__lottery__tab__btn__active::after {
  background-color: #13d487;
}

.dashboard__lottery__tab__btn__wrapper .dashboard__lottery__tab__btn__active:hover {
  color: #ffffff;
  background-color: #5338bc;
}

.numbers__head {
  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;
}

@media only screen and (max-width: 575px) {
  .numbers__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 10px;
  }
}

.numbers__head p span {
  color: #00ff66;
}

.dashboard__lottery__tab__content .lottery__head h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.overview__inner {
  margin-top: 40px;
}

.overview__inner__single {
  padding: 30px;
  background-color: #343483;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .overview__inner__single {
    padding: 30px 20px;
  }
}

.overview__inner__single .overview__inner__item {
  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;
  gap: 30px;
}

@media only screen and (max-width: 575px) {
  .overview__inner__single .overview__inner__item {
    gap: 15px;
  }
}

.overview__inner__single .overview__inner__item img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.overview__inner__single .overview__inner__item h5 {
  color: #00ff66;
  margin-bottom: 15px;
}

.overview__inner__single .overview__inner__item p {
  color: #ffffff;
}

.overview__inner__single hr {
  margin: 30px 0px;
  width: 100%;
  height: 1px;
  background-color: #4b55b7;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .overview__inner__single hr {
    margin: 20px 0px;
  }
}

.overview__inner__single .alt {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#lotteryNumbers {
  margin-top: 40px;
}

.lottery__numbers__left .lottery__head {
  padding: 0px;
  border: none;
}

.lottery__numbers__left p {
  margin-bottom: 15px;
}

.lottery__reset {
  padding: 20px;
  background-color: #343483;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.lottery__reset .reset__head {
  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;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lottery__reset img {
  width: 18px;
  height: auto;
}

.lottery__reset h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  margin-top: 0px;
}

.lottery__reset .reset {
  text-transform: uppercase;
  padding: 10px 20px;
  line-height: 1;
  background-color: #5338bc;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 1px solid #13d487;
  border-radius: 10px;
}

.lottery__reset .reset i {
  font-size: 14px;
}

.lottery__reset .numbers {
  padding: 20px;
  border-radius: 10px;
  background-color: #2c2b6a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.lottery__reset .numbers .numbers__single__item {
  width: 33px;
  height: 33px;
  -webkit-box-shadow: 0px 4px 14px #11bc56;
          box-shadow: 0px 4px 14px #11bc56;
}

.lottery__reset .numbers .numbers__single__item p {
  font-size: 16px;
  margin-bottom: 0px;
}

.lottery__reset .numbers .numbers__single__item__active {
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}

.custom__ticket .custom__ticket__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 20px;
  background-color: #343483;
  border-bottom: 1px solid #4b55b7;
  border-radius: 10px 10px 0px 0px;
}

.custom__ticket .custom__ticket__head .btn__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.custom__ticket .custom__ticket__head .btn__group a {
  width: 30px;
  height: 30px;
  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: 5px;
  background-color: #5338bc;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}

.custom__ticket .custom__ticket__head .btn__group a img {
  max-width: 100%;
  height: auto;
}

.custom__ticket .custom__ticket__head .btn__group .group__active {
  background-color: #00ff66;
  -webkit-box-shadow: 0px 4px 14px #11bc56;
          box-shadow: 0px 4px 14px #11bc56;
}

.custom__ticket h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  margin-top: 0px;
}

.custom__ticket h6 img {
  width: 18px;
  height: auto;
}

.custom__ticket .custom__ticket__body {
  padding: 20px 31px 30px;
  background-color: #343483;
  border-radius: 0px 0px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

@media only screen and (max-width: 1199px) {
  .custom__ticket .custom__ticket__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 20px 30px;
  }
}

.custom__number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  border: 1px solid #5c59cc;
  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;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.custom__number p {
  margin-top: 0px;
  color: #ffffff;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.custom__number:hover {
  background-color: #11bc56;
  border: 1px solid #11bc56;
}

.custom__number:hover p {
  color: #011906;
}

.custom__number__deactive {
  opacity: 0.2;
  pointer-events: none;
}

.custom__number__active {
  background-color: #11bc56;
  border: 1px solid #11bc56;
  -webkit-box-shadow: 0px 4px 14px #11bc56;
          box-shadow: 0px 4px 14px #11bc56;
}

.custom__number__active p {
  color: #011906;
}

.preview__number {
  padding: 10px 20px 10px;
  margin-top: 20px;
  background-color: #2c2b6a;
  border-radius: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.preview__number .numbers {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.preview__number .numbers__single__item {
  -webkit-box-shadow: 0px 4px 14px #11bc56;
          box-shadow: 0px 4px 14px #11bc56;
}

.save__ticket__wrapper {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.save__ticket__wrapper .save__ticket {
  line-height: 1;
  padding: 15px 25px;
  background-color: #13d487;
  border-radius: 10px;
}

.save__ticket__wrapper .save__ticket:hover {
  color: #141432;
}

.payout {
  margin-top: 40px;
}

.payout .payout__head {
  padding: 20px;
  border-bottom: 1px solid #4b55b7;
  border-radius: 10px 10px 0px 0px;
  background-color: #343483;
}

.payout .payout__head h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  margin-top: 0px;
}

.payout .payout__head h6 img {
  width: 18px;
  height: auto;
}

.payout .payout__body {
  padding: 20px;
  background-color: #343483;
  border-radius: 0px 0px 10px 10px;
}

.payout .payout__single {
  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;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  background-color: #3d3d98;
  border: 1px solid #4f4fbd;
  border-radius: 10px;
  margin-top: 20px;
}

.payout .payout__single .overview__inner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.payout .payout__single .overview__inner__item img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.payout .payout__single .overview__inner__item h6 {
  margin-top: 0px;
  font-weight: 500;
}

.payout .payout__single .overview__inner__item p {
  color: #00ff66;
  text-transform: uppercase;
  margin-top: 3px;
}

.payout .payout__single .button {
  width: 120px;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 10px;
  text-align: center;
  border: 1px solid #694ed1;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.payout .payout__single .button::before {
  background-color: #5338bc;
}

.payout .payout__single .button::after {
  background-color: #5338bc;
}

.payout .payout__single .button:hover {
  background-color: #11bc56;
  color: #141432;
  -webkit-box-shadow: 0px 8px 20px 10px rgba(17, 188, 86, 0.25);
          box-shadow: 0px 8px 20px 10px rgba(17, 188, 86, 0.25);
  border: 1px solid #11bc56;
}

.last__wor {
  margin-top: 40px;
  padding: 40px 0px 20px;
  border-top: 1px solid #b5b5ff;
}

@media only screen and (max-width: 1199px) {
  .last__wor {
    padding: 30px 0px 0px;
    margin-top: 30px;
  }
}

.last__wor h5 {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.last__wor p {
  color: #ffffff;
}

.last__wor p:last-of-type {
  margin-top: 8px;
}

.last__wor span {
  font-weight: 700;
}

.transaction__history {
  padding: 30px;
  background-color: #343483;
  border-radius: 10px;
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .transaction__history {
    padding: 30px 20px;
  }
}

.transaction__history .pagination {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .transaction__history .pagination {
    margin-top: 30px;
  }
}

.transaction__history .page-link {
  background-color: #3d3d98;
}

@media only screen and (max-width: 424px) {
  .transaction__history .page-link {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
}

.transaction__history .page-item {
  line-height: 0px;
}

@media only screen and (max-width: 424px) {
  .transaction__history .page-item:first-of-type .page-link {
    width: 40px;
    height: 25px;
  }
  .transaction__history .page-item:last-of-type .page-link {
    width: 40px;
    height: 25px;
  }
}

.history__head {
  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;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.history__head h6 {
  margin-top: 0px;
  font-weight: 500;
}

.history__head .history__input__wrapper {
  width: 450px;
  max-width: 450px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .history__head .history__input__wrapper {
    width: 100%;
  }
}

.history__head .history__input__wrapper input {
  margin-top: 0px;
  padding: 9px 30px 9px 50px;
  border-radius: 10px;
}

.history__head .history__input__wrapper i {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
}

.history__table__wrapper {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .history__table__wrapper {
    overflow-x: auto;
  }
  .history__table__wrapper::-webkit-scrollbar {
    width: 100%;
    height: 5px;
  }
  .history__table__wrapper::-webkit-scrollbar-track {
    background-color: #483fbe;
    border-radius: 5px;
  }
  .history__table__wrapper::-webkit-scrollbar-button, .history__table__wrapper::-webkit-scrollbar-thumb {
    background-color: #13d487;
    border-radius: 5px;
  }
}

.history__table__wrapper table {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .history__table__wrapper table {
    width: 992px;
  }
}

.history__table__wrapper table thead tr {
  background-color: #4b4baa;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.history__table__wrapper table thead th {
  width: 30%;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 15px 20px 17px;
}

.history__table__wrapper table thead th:nth-of-type(2), .history__table__wrapper table thead th:nth-of-type(3) {
  width: 20%;
  text-align: center;
}

.history__table__wrapper table tbody tr {
  background-color: #2d2d71;
  border-bottom: 1px solid #4242a3;
}

.history__table__wrapper table tbody tr td {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 25px 0px 25px 20px;
}

.history__table__wrapper table tbody tr td img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 5px;
}

.history__table__wrapper table tbody tr td:nth-of-type(2), .history__table__wrapper table tbody tr td:nth-of-type(3) {
  text-align: center;
  padding: 25px 0px 25px;
}

.history__table__wrapper table tbody tr:nth-child(odd) td:nth-of-type(3) {
  color: #ffb1b1;
}

.history__table__wrapper table tbody tr:nth-child(even) td:nth-of-type(3) {
  color: #4ade80;
}

.settings__tab__wrapper {
  margin-top: 30px;
}

.settings__tab__btn__wrapper {
  text-align: center;
  background-color: #343483;
  border-bottom: 1px solid #6c6cce;
  border-radius: 10px 10px 0px 0px;
}

.settings__tab__btn__wrapper a {
  font-weight: 500;
  padding: 25px 0px;
  margin: 0px 10px;
  color: #ffffff;
  border-bottom: 2px solid transparent;
}

@media only screen and (max-width: 991px) {
  .settings__tab__btn__wrapper a {
    padding: 15px 0px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .settings__tab__btn__wrapper a {
    margin: 0px;
    display: block;
    padding: 10px;
  }
}

.settings__tab__btn__wrapper a:hover {
  border-bottom: 2px solid #48d597;
}

.settings__tab__btn__wrapper .settings__tab__btn__active {
  border-bottom: 2px solid #48d597;
}

.settings__tab__content__wrapper {
  padding: 40px 30px 30px;
  background-color: #343483;
  border-radius: 0px 0px 10px 10px;
}

@media only screen and (max-width: 767px) {
  .settings__tab__content__wrapper {
    padding: 40px 20px 30px;
  }
}

.settings__tab__content__wrapper .personalInformationForm .profilePicInfo {
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .settings__tab__content__wrapper .personalInformationForm .profilePicInfo {
    margin-bottom: 40px;
  }
}

.settings__tab__content__wrapper .personalInformationForm .profilePicInfo label {
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 0px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .settings__tab__content__wrapper .personalInformationForm .profilePicInfo label {
    margin-bottom: 20px;
  }
}

.settings__tab__content__wrapper .personalInformationForm .profilePicInfo label img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .settings__tab__content__wrapper .personalInformationForm .profilePicInfo label img {
    width: 100px;
    height: 100px;
  }
}

.settings__tab__content__wrapper .personalInformationForm .profilePicInfo p {
  text-align: center;
  color: #bed7ff;
}

.settings__tab__content__wrapper .personalInformationForm .profilePicInfo h5 {
  text-align: center;
  font-weight: 500;
  margin: 15px 0px 20px;
}

@media only screen and (max-width: 767px) {
  .settings__tab__content__wrapper .personalInformationForm .profilePicInfo h5 {
    margin: 10px 0px 15px;
  }
}

.settings__tab__content__wrapper .personalInformationForm #profilePic {
  display: none;
}

.settings__tab__content__wrapper .personalInformationForm .input__area label {
  font-weight: 500;
}

.settings__tab__content__wrapper .personalInformationForm .input__area input {
  border-radius: 5px;
}

.settings__tab__content__wrapper .personalInformationForm .input__area input::-webkit-input-placeholder {
  color: #ffffff;
}

.settings__tab__content__wrapper .personalInformationForm .input__area input:-ms-input-placeholder {
  color: #ffffff;
}

.settings__tab__content__wrapper .personalInformationForm .input__area input::-ms-input-placeholder {
  color: #ffffff;
}

.settings__tab__content__wrapper .personalInformationForm .input__area input::placeholder {
  color: #ffffff;
}

.settings__tab__content__wrapper .personalInformationForm .input__area .nice-select {
  background-color: #2d2d71;
  border: 1px solid #4242a3;
  border-radius: 5px;
  width: 100%;
  padding: 16px 30px;
  line-height: inherit;
  height: inherit;
  margin-top: -7px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .settings__tab__content__wrapper .personalInformationForm .input__area .nice-select {
    padding: 14px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .settings__tab__content__wrapper .personalInformationForm .input__area .nice-select {
    margin-top: -5px;
  }
}

.settings__tab__content__wrapper .personalInformationForm .input__area .nice-select .current {
  font-weight: 600;
  color: #ffffff;
}

.settings__tab__content__wrapper .personalInformationForm .input__area .nice-select ul {
  width: 50%;
  background-color: #2d2d71;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12), 0 3px 8px rgba(0, 0, 0, 0.24);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12), 0 3px 8px rgba(0, 0, 0, 0.24);
  position: absolute;
  top: -300px;
  left: 0px;
}

@media only screen and (max-width: 991px) {
  .settings__tab__content__wrapper .personalInformationForm .input__area .nice-select ul {
    width: 100%;
    position: absolute;
    top: 100%;
  }
}

.settings__tab__content__wrapper .personalInformationForm .input__area .nice-select ul li {
  margin-top: 0px;
}

.settings__tab__content__wrapper .personalInformationForm .input__area .nice-select ul .option {
  min-height: auto;
  line-height: 100%;
  padding: 15px;
  border-bottom: 1px solid #4242a3;
}

.settings__tab__content__wrapper .personalInformationForm .input__area .nice-select ul .option:hover {
  background-color: #00ff66 !important;
  color: #141432;
}

.settings__tab__content__wrapper .personalInformationForm .input__area .nice-select ul .option:last-of-type {
  border-bottom: none;
}

.settings__tab__content__wrapper .personalInformationForm .input__area .nice-select ul:hover .focus {
  color: #141432;
}

.settings__tab__content__wrapper .personalInformationForm .input__area .nice-select ul .selected,
.settings__tab__content__wrapper .personalInformationForm .input__area .nice-select ul .focus {
  background-color: #00ff66 !important;
  color: #141432;
}

.settings__tab__content__wrapper .personalInformationForm .input__area .nice-select ul .selected:hover,
.settings__tab__content__wrapper .personalInformationForm .input__area .nice-select ul .focus:hover {
  color: #141432;
}

.settings__tab__content__wrapper .personalInformationForm .input__area .nice-select::after {
  width: 12px;
  height: 12px;
  margin-top: -10px;
  right: 30px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.5;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.settings__tab__content input {
  border-radius: 5px;
}

.settings__tab__content input::-webkit-input-placeholder {
  color: #ffffff;
}

.settings__tab__content input:-ms-input-placeholder {
  color: #ffffff;
}

.settings__tab__content input::-ms-input-placeholder {
  color: #ffffff;
}

.settings__tab__content input::placeholder {
  color: #ffffff;
}

.settings__tab__content .btn__group {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 40px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .settings__tab__content .btn__group {
    margin-top: 30px;
  }
}

.settings__tab__content .btn__group .button {
  width: 240px;
}

@media only screen and (max-width: 1199px) {
  .settings__tab__content .btn__group .button {
    max-width: 200px;
    width: 200px;
    padding: 8px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .settings__tab__content .btn__group .button {
    max-width: 180px;
    width: 180px;
    padding: 8px 10px;
  }
}

.settings__tab__content .input__area .nice-select {
  background-color: #2d2d71;
  border: 1px solid #4242a3;
  border-radius: 5px;
  width: 100%;
  padding: 16px 30px;
  line-height: inherit;
  height: inherit;
  margin-top: -7px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .settings__tab__content .input__area .nice-select {
    padding: 14px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .settings__tab__content .input__area .nice-select {
    margin-top: -5px;
  }
}

.settings__tab__content .input__area .nice-select .current {
  font-weight: 600;
  color: #ffffff;
}

.settings__tab__content .input__area .nice-select ul {
  width: 50%;
  background-color: #2d2d71;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12), 0 3px 8px rgba(0, 0, 0, 0.24);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12), 0 3px 8px rgba(0, 0, 0, 0.24);
  position: absolute;
  top: -300px;
  left: 0px;
}

@media only screen and (max-width: 991px) {
  .settings__tab__content .input__area .nice-select ul {
    width: 100%;
    position: absolute;
    top: 100%;
  }
}

.settings__tab__content .input__area .nice-select ul li {
  margin-top: 0px;
}

.settings__tab__content .input__area .nice-select ul .option {
  min-height: auto;
  line-height: 100%;
  padding: 15px;
  border-bottom: 1px solid #4242a3;
}

.settings__tab__content .input__area .nice-select ul .option:hover {
  background-color: #00ff66 !important;
  color: #141432;
}

.settings__tab__content .input__area .nice-select ul .option:last-of-type {
  border-bottom: none;
}

.settings__tab__content .input__area .nice-select ul:hover .focus {
  color: #141432;
  background-color: #00ff66 !important;
}

.settings__tab__content .input__area .nice-select ul .selected,
.settings__tab__content .input__area .nice-select ul .focus {
  background-color: #00ff66 !important;
  color: #141432;
}

.settings__tab__content .input__area .nice-select ul .selected:hover,
.settings__tab__content .input__area .nice-select ul .focus:hover {
  color: #141432;
}

.settings__tab__content .input__area .nice-select::after {
  width: 12px;
  height: 12px;
  margin-top: -10px;
  right: 30px;
}

.settings__tab__content .alt .nice-select {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .settings__tab__content .alt .nice-select {
    margin-bottom: 30px;
  }
}

.settings__tab__content .settings__tab__content__inner {
  max-width: 576px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.settings__tab__content .settings__tab__content__inner #twoFactForm img {
  margin-bottom: 40px;
  width: 100px;
  height: 100px;
}

@media only screen and (max-width: 991px) {
  .settings__tab__content .settings__tab__content__inner #twoFactForm img {
    margin-bottom: 25px;
  }
}

.settings__tab__content .settings__tab__content__inner #twoFactForm h6 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .settings__tab__content .settings__tab__content__inner #twoFactForm h6 {
    margin-bottom: 10px;
  }
}

.settings__tab__content .settings__tab__content__inner #twoFactForm h6 span {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}

.settings__tab__content .settings__tab__content__inner #twoFactForm p {
  text-align: center;
  color: #40ef80;
}

/* ==== 
 --------- (4.4) sections styles end ---------
 ==== */
/* ==== 
 --------- (4.5) footer styles start ---------
 ==== */
.footer {
  background-color: #25255a;
  margin-top: 184px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .footer {
    margin-top: 168px;
  }
}

@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 128px;
  }
}

@media only screen and (max-width: 575px) {
  .footer {
    margin-top: 152px;
  }
}

.newsletter {
  position: relative;
  top: -184px;
  margin-bottom: -184px;
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 60px 40px;
  background-color: #343483;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  border-radius: 20px;
}

.newsletter .newsletter__header {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .newsletter {
    background-size: contain;
    top: -168px;
    margin-bottom: -168px;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter {
    padding: 50px 20px;
    top: -128px;
    margin-bottom: -128px;
  }
}

@media only screen and (max-width: 575px) {
  .newsletter {
    top: -152px;
    margin-bottom: -152px;
  }
}

.newsletter input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.newsletter input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.newsletter input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.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-bottom: 30px;
  border-bottom: 1px solid #7a77d3;
}

@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;
}

@media only screen and (max-width: 991px) {
  .footer__nav ul {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__nav ul {
    text-align: center;
    margin-top: 10px;
  }
}

.footer__nav ul li {
  display: inline-block;
  margin-top: 0px;
}

@media only screen and (max-width: 767px) {
  .footer__nav ul li {
    margin-top: 19px;
  }
}

.footer__nav ul li a {
  padding: 0px 15px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .footer__nav ul li a {
    padding: 0px 10px;
  }
}

.footer__nav ul li a:hover {
  color: #13d487;
}

.footer__nav ul li:last-of-type a {
  padding-right: 0px;
}

@media only screen and (max-width: 767px) {
  .footer__nav ul li:last-of-type a {
    padding-right: 10px;
  }
}

.footer__credit {
  padding: 30px 0px;
}

@media only screen and (max-width: 767px) {
  .footer__credit {
    padding: 25px 0px;
  }
}

.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: 20px;
  }
}

.footer__animation .left__illustration {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0.5;
  max-width: 26vw;
  height: auto;
  animation: foot 10s infinite alternate-reverse;
}

.footer__animation .right__illustration {
  display: inline-block;
  max-width: 25vw;
  height: auto;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  -webkit-animation: foot 7s infinite alternate;
          animation: foot 7s infinite alternate;
}

/* ==== 
 --------- (4.5) footer styles end ---------
 ==== */
/*# sourceMappingURL=style.css.map */