/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (1.01) mixins start ---------
 ==== */
/* ==== 
 --------- (1.01) mixins end ---------
 ==== */
/* ==== 
 --------- (1.02) variables start ---------
 ==== */
:root {
  --ibm: "IBM Plex Sans", sans-serif;
  --template-font: var(--ibm);
  --heading-font: var(--ibm);
  --template-bg: #000001;
  --template-color: #ffffff;
  --white: #ffffff;
  --black: #000000;
  --primary-color: #D90707;
  --secondary-color: #1F2937;
  --tertiary-color: #60A548;
  --quaternary-color: #121212;
  --quinary-color: #2F2F2F;
  --senary-color: #000001;
  --septenary-color: #EBECEF;
  --octonary-color: #484444;
  --nonary-color: #837070;
  --denary-color: #2c2626;
  --transition: all 0.5s ease;
  --shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.05);
}

/* ==== 
 --------- (1.02) variables end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (2.01) reset styles start ---------
 ==== */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
*::-moz-selection {
  color: #ffffff;
  background-color: #1770c8;
}
*::selection {
  color: #ffffff;
  background-color: #1770c8;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

.page-wrapper {
  overflow-x: clip;
}

body {
  font-family: var(--template-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--template-color);
  background-color: var(--template-bg);
  overflow-x: clip;
  text-transform: capitalize;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background-color: #2c3033;
  border-radius: 5px;
}
body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
  background-color: #b1961f;
  border-radius: 5px;
}

.body-active {
  height: 100vh;
  overflow: clip;
}

button {
  background-color: transparent;
  border: 0px;
  outline: 0px;
}

a,
button {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  outline: 0px;
  border: 0px;
  transition: var(--transition);
  cursor: pointer;
  color: var(--template-color);
}
a i,
a span,
button i,
button span {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
a:hover,
button:hover {
  text-decoration: none;
  border: 0px;
  outline: 0px;
}
a:focus,
button:focus {
  box-shadow: none;
  outline: 0px;
}

ul,
ol {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

hr,
blockquote,
textarea {
  margin: 0px;
  opacity: 1;
}

input,
textarea {
  border: 0px;
  outline: 0px;
}
input:focus,
textarea:focus {
  box-shadow: none;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ffffff;
}
input::placeholder,
textarea::placeholder {
  color: #ffffff;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

textarea {
  min-height: 150px;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

iframe {
  border: 0px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
}

@media only screen and (min-width: 1400px) {
  .container-lg {
    max-width: 1600px;
  }
}

/* ==== 
 --------- (2.01) reset styles end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (2.02) typography styles start ---------
 ==== */
p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span,
a,
button {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--template-color);
}

.text-xxl {
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (min-width: 1200px) {
  .text-xxl {
    font-size: 24px;
    line-height: 34px;
  }
}

.text-xl {
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .text-xl {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-xl {
    font-size: 20px;
    line-height: 28px;
  }
}

.text-lg {
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (min-width: 1200px) {
  .text-lg {
    font-size: 18px;
    line-height: 28px;
  }
}

.text-md {
  font-size: 16px;
  line-height: 26px;
}

.text-sm {
  font-size: 14px;
  line-height: 20px;
}

.text-xs {
  font-size: 12px;
  line-height: 20px;
}

h1,
.title-xxl {
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (min-width: 768px) {
  h1,
  .title-xxl {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  h1,
  .title-xxl {
    font-size: 56px;
    line-height: 66px;
  }
}
@media only screen and (min-width: 1200px) {
  h1,
  .title-xxl {
    font-size: 64px;
    line-height: 74px;
  }
}

h2,
.title-xl {
  font-size: 24px;
  line-height: 34px;
}
@media only screen and (min-width: 768px) {
  h2,
  .title-xl {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) {
  h2,
  .title-xl {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  h2,
  .title-xl {
    font-size: 56px;
    line-height: 66px;
  }
}

h3,
.title-lg {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 576px) {
  h3,
  .title-lg {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 768px) {
  h3,
  .title-lg {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 1200px) {
  h3,
  .title-lg {
    font-size: 40px;
    line-height: 50px;
  }
}

h4,
.title-md {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 576px) {
  h4,
  .title-md {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  h4,
  .title-md {
    font-size: 32px;
    line-height: 42px;
  }
}

h5,
.title-sm {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  h5,
  .title-sm {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 992px) {
  h5,
  .title-sm {
    font-size: 24px;
    line-height: 34px;
  }
}

h6,
.title-xs {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (min-width: 1200px) {
  h6,
  .title-xs {
    font-size: 20px;
    line-height: 30px;
  }
}

h1 a,
h1 span,
h2 a,
h2 span,
h3 a,
h3 span,
h4 a,
h4 span,
h5 a,
h5 span,
h6 a,
h6 span,
p a,
p span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

.neutral-top {
  margin-block-start: -5px;
}
@media only screen and (min-width: 1200px) {
  .neutral-top {
    margin-block-start: -10px;
  }
}

/* ==== 
 --------- (2.02) typography styles end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (2.03) global styles start ---------
 ==== */
img {
  max-width: 100%;
  height: auto;
  border: 0px;
  outline: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

span {
  display: inline-block;
}

.unset {
  max-width: unset;
}

.dir-rtl {
  direction: rtl;
}

.fw-1 {
  font-weight: 100;
}

.fw-2 {
  font-weight: 200;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.lh-0 {
  line-height: 0;
}

.ibm {
  font-family: var(--ibm);
}

.template-color {
  color: var(--template-color);
}

.primary-text {
  color: var(--primary-color);
}

.secondary-text {
  color: var(--secondary-color);
}

.tertiary-text {
  color: var(--tertiary-color);
}

.quaternary-text {
  color: var(--quaternary-color);
}

.quinary-text {
  color: var(--quinary-color);
}

.senary-text {
  color: var(--senary-color);
}

.septenary-text {
  color: var(--septenary-color);
}

.template-bg {
  background-color: var(--template-bg);
}

.primary-bg {
  background-color: var(--primary-color);
}

.secondary-bg {
  background-color: var(--secondary-color);
}

.tertiary-bg {
  background-color: var(--tertiary-color);
}

.quaternary-bg {
  background-color: var(--quaternary-color);
}

.quinary-bg {
  background-color: var(--quinary-color);
}

.senary-bg {
  background-color: var(--quinary-color);
}

.septenary-bg {
  background-color: var(--septenary-color);
}

.white-bg {
  background-color: var(--white);
}

.black-bg {
  background-color: var(--black);
}

.gutter-60 {
  row-gap: 60px;
}

.gutter-40 {
  row-gap: 40px;
}

.gutter-30 {
  row-gap: 30px;
}

.gutter-24 {
  row-gap: 24px;
}

.gutter-20 {
  row-gap: 20px;
}

.gutter-16 {
  row-gap: 16px;
}

.gutter-12 {
  row-gap: 16px;
}

.pt-160 {
  padding-block-start: 120px;
}

.pt-120 {
  padding-block-start: 100px;
}
@media only screen and (min-width: 1200px) {
  .pt-120 {
    padding-block-start: 120px;
  }
}

.pt-100 {
  padding-block-start: 100px;
}

.pt-80 {
  padding-block-start: 80px;
}

.pb-160 {
  padding-block-end: 120px;
}

.pb-100 {
  padding-block-end: 80px;
}
@media only screen and (min-width: 1200px) {
  .pb-100 {
    padding-block-end: 100px;
  }
}

.pt-120 {
  padding-block-end: 100px;
}
@media only screen and (min-width: 1200px) {
  .pt-120 {
    padding-block-end: 120px;
  }
}

.pb-80 {
  padding-block-end: 80px;
}

.mt-160 {
  margin-block-start: 120px;
}

.mt-100 {
  margin-block-start: 80px;
}
@media only screen and (min-width: 1200px) {
  .mt-100 {
    margin-block-start: 100px;
  }
}

.mt-80 {
  margin-block-start: 80px;
}

.mt-60 {
  margin-block-start: 40px;
}
@media only screen and (min-width: 1200px) {
  .mt-60 {
    margin-block-start: 60px;
  }
}

.mt-55 {
  margin-block-start: 35px;
}

.mt-50 {
  margin-block-start: 50px;
}

.mt-45 {
  margin-block-start: 45px;
}

.mt-40 {
  margin-block-start: 40px;
}

.mt-35 {
  margin-block-start: 35px;
}

.mt-30 {
  margin-block-start: 30px;
}

.mt-25 {
  margin-block-start: 25px;
}

.mt-20 {
  margin-block-start: 20px;
}

.mt-18 {
  margin-block-start: 18px;
}

.mt-16 {
  margin-block-start: 16px;
}

.mt-14 {
  margin-block-start: 14px;
}

.mt-12 {
  margin-block-start: 12px;
}

.mt-10 {
  margin-block-start: 10px;
}

.mt-8 {
  margin-block-start: 8px;
}

.mt-6 {
  margin-block-start: 6px;
}

.mb-160 {
  margin-block-end: 120px;
}

.mb-100 {
  margin-block-end: 80px;
}

.mb-80 {
  margin-block-end: 80px;
}

.mb-60 {
  margin-block-end: 40px;
}
@media only screen and (min-width: 992px) {
  .mb-60 {
    margin-block-end: 60px;
  }
}

.mb-55 {
  margin-block-end: 35px;
}

.mb-50 {
  margin-block-end: 50px;
}

.mb-45 {
  margin-block-end: 45px;
}

.mb-40 {
  margin-block-end: 40px;
}

.mb-35 {
  margin-block-end: 35px;
}

.mb-30 {
  margin-block-end: 30px;
}

.mb-25 {
  margin-block-end: 25px;
}

.mb-20 {
  margin-block-end: 20px;
}

.mb-15 {
  margin-block-end: 15px;
}

.mb-10 {
  margin-block-end: 10px;
}

.mb-8 {
  margin-block-end: 8px;
}

.sticky-wrapper {
  position: relative;
}

.sticky-item {
  position: sticky;
  inset-block-start: 120px;
}

.divider {
  border-color: rgba(34, 35, 44, 0.2392156863);
}

.title-animation {
  overflow: hidden;
  text-transform: lowercase;
}
.title-animation div,
.title-animation span {
  line-height: inherit;
}
.title-animation .word-wrapper .split-child:nth-of-type(1) {
  text-transform: uppercase;
}
.title-animation .text-uppercase .word-wrapper .split-child {
  text-transform: uppercase;
}

.title-animation.text-uppercase {
  text-transform: uppercase;
}
.title-animation.text-uppercase .split-child {
  text-transform: uppercase;
}

.split-parent {
  overflow: hidden;
  display: block;
  line-height: 1;
}

.split-child {
  display: inline-block;
}

.section__header p {
  max-width: 450px;
  margin-inline: auto;
}
@media only screen and (min-width: 992px) {
  .section__header p {
    max-width: 650px;
  }
}

.section__header-wrapper {
  max-width: 450px;
}
@media only screen and (min-width: 992px) {
  .section__header-wrapper {
    max-width: unset;
  }
}
.section__header-wrapper .slider-navigation {
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .section__header-wrapper .slider-navigation {
    justify-content: flex-end;
  }
}
.section__header-wrapper p {
  max-width: 450px;
}
@media only screen and (min-width: 992px) {
  .section__header-wrapper p {
    max-width: 420px;
    margin-inline-start: auto;
  }
}

.section__header-content {
  max-width: 450px;
}
@media only screen and (min-width: 992px) {
  .section__header-content {
    max-width: 420px;
    margin-inline-start: auto;
  }
}
.section__header-content p {
  margin-top: -5px;
}

.prefix {
  margin-inline-start: 6px;
}

.parallax-image {
  transform: scale(1.2);
  transform-origin: 50% 100%;
}

.parallax-image-wrap {
  width: 100%;
}

.newsletter-fix {
  margin-top: 179px;
}
@media only screen and (min-width: 992px) {
  .newsletter-fix {
    margin-top: 204px;
  }
}
@media only screen and (min-width: 1200px) {
  .newsletter-fix {
    margin-top: 214px;
  }
}

.newsletter-fix-padding {
  padding-bottom: 279px;
}
@media only screen and (min-width: 992px) {
  .newsletter-fix-padding {
    padding-bottom: 304px;
  }
}
@media only screen and (min-width: 1200px) {
  .newsletter-fix-padding {
    padding-bottom: 334px;
  }
}

.error {
  min-height: 100vh;
  height: 100%;
  overflow-y: auto;
  position: relative;
  overflow-x: clip;
}

.error-bg {
  position: fixed;
  inset: 0px;
  z-index: -1;
}
.error-bg img {
  width: 100%;
  height: 100%;
}

.error__thumb img {
  max-width: 40vw;
  min-width: 170px;
  animation: moveLeftRight 5s linear infinite;
}

.sub-title {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) {
  .sub-title {
    margin-top: -5px;
  }
}
.sub-title .line {
  width: 50px;
  height: 1px;
  background-color: var(--primary-color);
}

.chevrons {
  display: flex;
  align-items: center;
  gap: 0px;
}
.chevrons i {
  color: rgba(255, 207, 1, 0.1882352941);
  font-size: 20px;
  animation: glow 1.6s ease-in-out infinite;
  margin-inline: -6px;
}
@media only screen and (min-width: 1200px) {
  .chevrons i {
    font-size: 30px;
    margin-inline: -10px;
  }
}
.chevrons i:nth-child(1) {
  animation-delay: 0s;
}
.chevrons i:nth-child(2) {
  animation-delay: 0.2s;
}
.chevrons i:nth-child(3) {
  animation-delay: 0.4s;
}
.chevrons i:nth-child(4) {
  animation-delay: 0.6s;
}

.color-palate {
  position: relative;
}
.color-palate .color-palate-inner {
  position: fixed;
  right: -262px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  width: 260px;
  background-color: var(--black);
  text-align: center;
  padding: 60px 20px;
  box-shadow: 0px 0px 2px var(--quinary-color);
  transition: var(--transition);
}
.color-palate .color-icon {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 9999;
  transition: var(--transition);
}
.color-palate .color-icon button {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  background-color: var(--primary-color);
  color: var(--white);
}
.color-palate .color-icon .close-color {
  display: none;
}
.color-palate .color-icon i {
  margin-top: 0px !important;
}
.color-palate .open-color i {
  animation: rotation 5s infinite linear;
}
.color-palate p {
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
}
.color-palate ul {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.color-palate ul li {
  cursor: pointer;
  padding: 12px 0px;
  background-color: var(--secondary-color);
  color: var(--white);
  font-weight: 600;
  letter-spacing: 1px;
  width: calc(50% - 8px);
  font-size: 14px;
  text-align: center;
  transition: var(--transition);
  text-transform: uppercase;
}
.color-palate ul li:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.color-palate ul .active {
  background-color: var(--primary-color);
  color: var(--white);
}
.color-palate ul .active:hover {
  background-color: var(--secondary-color);
  color: var(--white);
}
.color-palate .group {
  margin-bottom: 40px;
}
.color-palate .group:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.bag,
.dollar-cr,
.dollar-o,
.dollar-t,
.dollar-tr {
  position: absolute;
  z-index: -1;
}

.bag {
  inset-inline-start: 4%;
  inset-block-end: 6%;
}
.bag img {
  max-width: 10vw;
  min-width: 90px;
  animation: moveTopBottom 7s linear infinite;
}

.dollar-t {
  inset-inline-end: 4%;
  inset-block-start: 0%;
}
.dollar-t img {
  max-width: 12vw;
  min-width: 70px;
  animation: moveLeftRight 5s linear infinite;
}

.money-hand-c {
  position: absolute;
  inset-inline-start: 0px;
  top: 20%;
  transform: translateY(-20%);
  z-index: -1;
}
.money-hand-c img {
  max-width: 10vw;
  min-width: 50px;
  animation: moveTopBottom 6s linear infinite;
}

.money-c {
  position: absolute;
  z-index: -1;
}
.money-c img {
  animation: rotation 6s linear infinite;
  max-width: 5vw;
  min-width: 20px;
}

.money-one-c {
  inset-block-start: 12%;
  inset-inline-start: 4%;
}

.money-two-c {
  inset-block-start: 5%;
  inset-inline-end: 6%;
}
.money-two-c img {
  animation-delay: 3s;
}

.money-three-c {
  inset-block-start: 35%;
  inset-inline-start: 38%;
}
.money-three-c img {
  animation-delay: 6s;
}

.line-cr {
  position: absolute;
  inset-block-start: 0px;
  inset-inline-end: 0px;
  z-index: -1;
}
.line-cr img {
  max-width: 15vw;
  min-width: 100px;
  animation: moveLeftRight 5s linear infinite;
}

.money-four-c {
  inset-block-end: 12%;
  inset-inline-end: 17%;
}
.money-four-c img {
  animation-delay: 9s;
}

.dollar-o {
  inset-inline-end: 6%;
  inset-block-end: 1%;
}
.dollar-o img {
  max-width: 12vw;
  min-width: 70px;
  animation: moveLeftRight 6s linear infinite;
}

.dollar-cr {
  inset-inline-start: 13%;
  inset-block-start: 15%;
}
.dollar-cr img {
  max-width: 6vw;
  min-width: 30px;
  animation: rotation 7s linear infinite;
}

.dollar-tr {
  inset-block-start: 50%;
  inset-inline-end: 6%;
}
.dollar-tr img {
  max-width: 6vw;
  min-width: 30px;
  animation: rotation 7s linear infinite;
  animation-delay: 4s;
}

.money-hand {
  position: absolute;
  inset-inline-start: 0px;
  top: 20%;
  transform: translateY(-20%);
  z-index: -1;
}
.money-hand img {
  max-width: 10vw;
  min-width: 50px;
  animation: moveTopBottom 6s linear infinite;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes pulseXs {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulseSm {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2) translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes flipY {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
    opacity: 0.8;
  }
  25% {
    opacity: 1;
  }
  50% {
    transform: translateX(25px);
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0.8;
  }
}
@keyframes moveLeftRightSM {
  0% {
    transform: translateX(0);
    opacity: 0.8;
  }
  25% {
    opacity: 1;
  }
  50% {
    transform: translateX(-25px);
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0.8;
  }
}
@keyframes moveTopBottom {
  0% {
    transform: translateY(0);
    opacity: 0.8;
  }
  25% {
    opacity: 1;
  }
  50% {
    transform: translateY(50px);
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0.8;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes glow {
  0% {
    color: #FFCF01;
    opacity: 0.25;
  }
  50% {
    color: #FFCF01;
    opacity: 1;
  }
  100% {
    color: #FFCF01;
    opacity: 0.25;
  }
}
/* ==== 
 --------- (2.03) global styles end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (3.01) buttons styles start ---------
 ==== */
.btn--primary {
  padding: 14px 32px;
  background-color: var(--primary-color);
  color: var(--white);
  position: relative;
  font-weight: 600;
  border: 1px solid var(--primary-color);
  z-index: 1;
  gap: 8px;
  overflow: hidden;
  letter-spacing: 0.8px;
  border-radius: 8px;
}
.btn--primary::before, .btn--primary::after {
  content: "";
  position: absolute;
  inset: 0px;
  transition: var(--transition);
  z-index: -1;
}
.btn--primary::before {
  right: -100px;
  border-right: 100px solid transparent;
  border-bottom: 100px solid var(--secondary-color);
  border-radius: 10px 0px 0px 10px;
  transform: translateX(-100%);
}
.btn--primary::after {
  left: -100px;
  border-left: 100px solid transparent;
  border-top: 100px solid var(--secondary-color);
  transform: translateX(100%);
}
.btn--primary:hover {
  color: var(--white);
  border: 1px solid var(--secondary-color);
}
.btn--primary:hover::before {
  transform: translateX(-49%);
}
.btn--primary:hover::after {
  transform: translateX(49%);
}
.btn--primary i {
  font-size: 24px;
  transition: transform 0.5s ease, color 0s ease;
}

.btn--secondary {
  padding: 14px 32px;
  background-color: transparent;
  color: var(--primary-color);
  position: relative;
  font-weight: 600;
  border: 1px solid var(--primary-color);
  z-index: 1;
  gap: 8px;
  overflow: hidden;
  letter-spacing: 0.8px;
  border-radius: 8px;
}
.btn--secondary::before, .btn--secondary::after {
  content: "";
  position: absolute;
  inset: 0px;
  transition: var(--transition);
  z-index: -1;
}
.btn--secondary::before {
  right: -100px;
  border-right: 100px solid transparent;
  border-bottom: 100px solid var(--primary-color);
  border-radius: 10px 0px 0px 10px;
  transform: translateX(-100%);
}
.btn--secondary::after {
  left: -100px;
  border-left: 100px solid transparent;
  border-top: 100px solid var(--primary-color);
  transform: translateX(100%);
}
.btn--secondary:hover {
  color: var(--white);
  border: 1px solid var(--primary-color);
}
.btn--secondary:hover::before {
  transform: translateX(-49%);
}
.btn--secondary:hover::after {
  transform: translateX(49%);
}
.btn--secondary i {
  font-size: 24px;
  transition: transform 0.5s ease, color 0s ease;
}

.btn-group {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 576px) {
  .btn-group > a {
    width: 100%;
    justify-content: center;
  }
}

/* ==== 
 --------- (3.01) buttons styles end ---------
 ==== */
/* ==== 
 --------- (3.02) forms styles start ---------
 ==== */
.input-group {
  display: flex;
  align-items: center;
  gap: 24px;
  row-gap: 30px;
  margin-bottom: 30px;
}
.input-group .input-single {
  margin-bottom: 0px;
}
.input-group .input-wrapper {
  flex-grow: 1;
}

.input-single {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.input-single input,
.input-single textarea,
.input-single .select {
  width: 100%;
  padding: 16px 24px;
  background-color: transparent;
  border: 1px solid var(--senary-color);
  color: var(--white);
  transition: var(--transition);
  border-radius: 100px;
  font-size: 16px;
  font-weight: 300;
}
.input-single input:focus,
.input-single textarea:focus,
.input-single .select:focus {
  border-color: rgba(255, 207, 1, 0.4392156863);
}
.input-single input::-moz-placeholder, .input-single textarea::-moz-placeholder, .input-single .select::-moz-placeholder {
  color: var(--nonary-color);
}
.input-single input::placeholder,
.input-single textarea::placeholder,
.input-single .select::placeholder {
  color: var(--nonary-color);
}
.input-single .select {
  border: 0px;
  border-radius: 0px;
  padding-block: 17px;
  direction: ltr;
}
.input-single .select::after {
  right: unset;
  inset-inline-end: 24px;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-color: var(--white);
}
.input-single .list {
  width: 100%;
  background-color: var(--quinary-color);
}
.input-single .list:hover .selected {
  color: var(--white) !important;
}
.input-single .list .selected {
  background-color: var(--primary-color) !important;
  color: var(--white);
}
.input-single .list .selected:hover {
  background-color: var(--primary-color) !important;
  color: var(--white) !important;
}
.input-single .list li:hover {
  background-color: var(--primary-color) !important;
  color: var(--white);
}
.input-single textarea {
  min-height: 200px;
  border-radius: 16px;
}
.input-single i {
  font-size: 18px;
}

.input-wrapper label {
  display: block;
  margin-bottom: 12px;
}
.input-wrapper .input-single {
  background-color: var(--quaternary-color);
  border: 1px solid var(--octonary-color);
  border-radius: 8px;
  padding-inline-end: 24px;
}
.input-wrapper .input-single:focus-within {
  border-color: rgba(255, 207, 1, 0.4392156863);
}
.input-wrapper .input-single input {
  border: 0px solid transparent;
  padding-block: 20px;
}
.input-wrapper .input-single input:focus {
  border: 0px;
}

.flatpickr-calendar,
.flatpickr-months,
.flatpickr-weekdays,
.flatpickr-time {
  background: #1e1e1e;
}

.flatpickr-wrapper {
  width: 100%;
}
.flatpickr-wrapper option {
  color: black;
}

.flatpickr-current-month .numInputWrapper {
  margin-inline-start: 20px;
}

.flatpickr-calendar {
  color: #fff;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.flatpickr-months {
  border-bottom: 1px solid #2a2a2a;
  padding-block: 12px;
}

.flatpickr-current-month,
.flatpickr-time input {
  color: #fff;
}

.flatpickr-weekday {
  color: #aaa;
}

.flatpickr-day {
  color: #ddd;
  border-radius: 8px;
}

.flatpickr-day:hover {
  background: #333;
}

.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected {
  background: #4f46e5;
  border-color: #4f46e5;
  color: #fff;
}

.flatpickr-day.inRange {
  background: rgba(79, 70, 229, 0.25);
}

.flatpickr-day.today {
  border-color: #4f46e5;
}

.flatpickr-time {
  border-top: 1px solid #2a2a2a;
}

.flatpickr-time input {
  background: #2a2a2a;
  border-radius: 6px;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  stroke: #fff;
  margin-top: 11px;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: #524444;
}

.numInputWrapper span {
  opacity: 1;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(255, 255, 255, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(255, 255, 255, 0.9);
}

span.flatpickr-weekday {
  color: var(--white);
}

.flatpickr-time {
  display: none;
}

.flatpickr-calendar {
  inset-inline-start: -26px;
}

.input-single .flatpickr-current-month input.cur-year {
  padding-block: 0px !important;
}

/* ==== 
 --------- (3.02) forms styles end ---------
 ==== */
/* ==== 
 --------- (3.03) preloader styles start ---------
 ==== */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-bg {
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: rgba(72, 72, 105, 0.2705882353);
  transition: transform 1s ease-in-out;
  z-index: 5;
}

.preloader-bg-one {
  top: 0;
}

.preloader-bg-two {
  bottom: 0;
}

.txt-loading {
  position: relative;
  display: flex;
  z-index: 10;
  transition: opacity 1s ease;
  transform: rotate(-45deg);
  direction: ltr;
}

.letters-loading {
  font-size: clamp(40px, 8vw, 200px);
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transform: translateX(20px);
  animation: letterFadeUp 1.2s forwards;
}
.letters-loading:nth-of-type(1) {
  animation-delay: 0.15s;
}
.letters-loading:nth-of-type(2) {
  animation-delay: 0.3s;
}
.letters-loading:nth-of-type(3) {
  animation-delay: 0.45s;
}
.letters-loading:nth-of-type(4) {
  animation-delay: 0.6s;
}
.letters-loading:nth-of-type(5) {
  animation-delay: 0.75s;
}
.letters-loading:nth-of-type(6) {
  animation-delay: 0.9s;
}
.letters-loading:nth-of-type(7) {
  animation-delay: 1.05s;
}

@keyframes letterFadeUp {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  60% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0.8;
    transform: translateX(0);
  }
}
/* ==== 
 --------- (3.03) preloader styles end ---------
 ==== */
/* ==== 
 --------- (3.04) custom cursor styles start ---------
 ==== */
.animated-cursor .cursor-outer {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #c9f31d;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 1;
  transition: all 0.43s ease-out 0s;
  mix-blend-mode: difference;
}
.animated-cursor .cursor-outer.cursor-hover {
  margin-left: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background-color: var(--primary-color);
  mix-blend-mode: difference;
  opacity: 1;
}
.animated-cursor .cursor-outer.cursor-big {
  width: 160px;
  height: 160px;
  margin-left: -80px;
  margin-top: -80px;
  background-color: var(--template-color);
  mix-blend-mode: difference;
}
.animated-cursor .cursor-outer.cursor-big.drag-cursor {
  opacity: 1;
  cursor: auto;
}
.animated-cursor .cursor-outer.cursor-big.view-cursor {
  opacity: 1;
}
.animated-cursor .cursor-outer.cursor-hover.drag-cursor {
  opacity: 1;
}
.animated-cursor .cursor-outer.cursor-hover.view-cursor {
  opacity: 1;
}
.animated-cursor .cursor-outer.drag-cursor {
  opacity: 0;
}
.animated-cursor .cursor-outer.view-cursor {
  opacity: 0;
}
.animated-cursor .cursor-outer.not-cursor-outer {
  opacity: 0;
}
.animated-cursor .mouseCursor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
.animated-cursor .cursor-inner {
  margin-left: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: #c9f31d;
  opacity: 1;
  transition: all 0.26s ease-out 0s;
  mix-blend-mode: difference;
}
.animated-cursor .cursor-inner.cursor-big {
  opacity: 0;
}
.animated-cursor .cursor-inner.cursor-hover {
  opacity: 0;
}
.animated-cursor .cursor-inner span {
  width: 160px;
  min-width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  margin-left: -80px;
  margin-top: -80px;
  background-color: #c9f31d;
  color: var(--secondary-color);
  line-height: 1;
  opacity: 0;
  transform: scale(0);
  text-transform: uppercase;
  transition: all 0.4s ease-out 0s;
  letter-spacing: 1px;
  mix-blend-mode: difference !important;
  text-align: center;
}
.animated-cursor .cursor-inner span i {
  font-size: 24px;
  margin-bottom: -8px;
}
.animated-cursor .cursor-inner.view-cursor {
  margin-top: -60px;
}
.animated-cursor .cursor-inner.not-cursor-outer {
  opacity: 0;
}
.animated-cursor .draggable-cursor {
  cursor: grab !important;
}
.animated-cursor .viewable-cursor {
  cursor: pointer !important;
}
.animated-cursor .drag-cursor .drag {
  opacity: 1;
  transform: scale(1);
}
.animated-cursor .view-cursor .view {
  opacity: 1;
  transform: scale(1);
}
.animated-cursor .cursor-none .cursor-inner,
.animated-cursor .cursor-none .cursor-outer {
  opacity: 0;
}

/* ==== 
 --------- (3.04) custom cursor styles end ---------
 ==== */
/* ==== 
 --------- (3.05) scroll porgress button styles start ---------
 ==== */
.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  padding: 6px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  background-color: #383838;
  box-shadow: inset 0 0 0 8px #383838;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  z-index: 99;
  overflow: hidden;
}
.progress-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  background-color: #322f2f;
  border-radius: 50%;
  overflow: hidden;
}
.progress-wrap span::after {
  content: "\f60e";
  font-family: "tabler-icons";
  position: absolute;
  text-align: center;
  line-height: 34px;
  font-size: 32px;
  border-radius: 50%;
  color: #e3d2d2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 200%);
  height: 34px;
  width: 34px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  margin-top: -2px;
}
.progress-wrap span::before {
  position: absolute;
  content: "\f60e";
  font-family: "tabler-icons";
  text-align: center;
  line-height: 34px;
  font-size: 32px;
  border-radius: 50%;
  color: #e3d2d2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 34px;
  width: 34px;
  cursor: pointer;
  display: block;
  margin-top: -2px;
  z-index: 2;
  transition: all 200ms linear;
}
.progress-wrap:hover span::before {
  transform: translate(-50%, -200%);
}
.progress-wrap:hover span::after {
  transform: translate(-50%, -50%);
}
.progress-wrap path {
  fill: none;
}
.progress-wrap .progress-circle path {
  stroke: #e3d2d2;
  stroke-width: 4;
  box-sizing: content-box;
  transition: all 200ms linear;
}

.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ==== 
 --------- (3.05) scroll porgress button styles end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (3.06) widgets styles start ---------
 ==== */
.social {
  display: flex;
  align-items: center;
  gap: 12px;
}
.social a {
  font-size: 18px;
  color: #ffa5a4;
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--octonary-color);
}
.social a:hover {
  border-color: var(--primary-color);
  color: var(--white);
  background-color: var(--primary-color);
}

.breadcrumb {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}
.breadcrumb .breadcrumb-item,
.breadcrumb a {
  color: #ffffff;
  line-height: 1;
  font-weight: 400;
  font-size: 18px;
}
.breadcrumb a:hover {
  color: var(--primary-color);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0px;
  color: var(--white);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-inline-end: 12px;
  content: "\ea61";
  font-family: "tabler-icons";
  font-weight: 700;
  color: #ffffff;
  margin-bottom: -2px;
}
.breadcrumb .breadcrumb-item.active {
  color: var(--primary-color);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  direction: ltr;
}
.pagination button {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--quaternary-color);
  border: 1px solid var(--denary-color);
  color: var(--white);
  transition: var(--transition);
  padding-top: 2px;
  font-weight: 600;
}
.pagination button:hover {
  background-color: var(--primary-color);
  color: var(--black);
}
.pagination a {
  background-color: var(--quaternary-color);
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--denary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.pagination a:hover {
  background-color: var(--primary-color);
  color: var(--black);
}
.pagination .active {
  background-color: var(--primary-color);
  color: var(--black);
}
.pagination button i {
  font-size: 20px !important;
}

.slider-navigation {
  display: flex;
  align-items: center;
  gap: 16px;
}
.slider-navigation .slider-btn {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: transparent;
  color: var(--primary-color);
  font-size: 24px;
  border: 1px solid var(--primary-color);
}
.slider-navigation .slider-btn i {
  font-weight: 600;
}
.slider-navigation .slider-btn:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: var(--nonary-color);
  opacity: 1;
}
.slider-pagination .swiper-pagination-bullet-active {
  width: 48px;
  height: 12px;
  background-color: var(--primary-color);
  border-radius: 12px;
}

.blog__sidebar-widget {
  padding: 40px 20px;
  background-color: var(--quaternary-color);
  border: 1px solid var(--denary-color);
  border-radius: 12px;
}
@media only screen and (min-width: 768px) {
  .blog__sidebar-widget {
    padding: 40px 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog__sidebar-widget {
    padding: 40px 24px;
  }
}
.blog__sidebar-widget div {
  line-height: 0;
}
.blog__sidebar-widget .divider {
  border-style: dashed;
  border-width: 1.5px;
  border-color: var(--octonary-color);
}
.blog__sidebar-widget form {
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  gap: 16px;
  padding-inline: 24px;
  border: 1px solid var(--octonary-color);
  border-radius: 30px;
}
.blog__sidebar-widget form input {
  padding-block: 16px;
  background-color: transparent;
  width: 100%;
}
.blog__sidebar-widget form button:hover {
  color: var(--primary-color);
}
.blog__sidebar-widget .single-post {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
  row-gap: 12px;
  max-width: 400px;
}
@media only screen and (min-width: 576px) {
  .blog__sidebar-widget .single-post {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}
.blog__sidebar-widget .thumb img {
  width: 100px;
  height: 100px;
  min-width: 100px;
  border-radius: 8px;
}
.blog__sidebar-widget .content a {
  font-weight: 600;
  font-size: inherit;
}
.blog__sidebar-widget .content a:hover {
  color: var(--primary-color);
}
.blog__sidebar-widget .content p:nth-last-of-type(1) a {
  color: var(--primary-color);
}
.blog__sidebar-widget .content p:nth-last-of-type(1) a:hover {
  color: var(--secondary-color);
}
.blog__sidebar-widget .content p:nth-last-of-type(1) i {
  font-size: 24px;
  margin-bottom: -1px;
}
.blog__sidebar-widget .social a {
  color: var(--nonary-color);
  border-color: var(--nonary-color);
}
.blog__sidebar-widget .social a i {
  font-size: 18px;
  font-weight: 400;
}
.blog__sidebar-widget .social a:hover {
  border-color: var(--primary-color);
  color: var(--black);
}

.footer__widget-content p {
  max-width: 280px;
}
.footer__widget-content .content p {
  max-width: 200px;
}
.footer__widget-content li {
  margin-bottom: 12px;
}
.footer__widget-content li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer__widget-content li a {
  position: relative;
  padding-inline-start: 0px;
  font-weight: 400;
  color: var(--septenary-color);
}
.footer__widget-content li a::before {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-start: 0px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.footer__widget-content li a:hover {
  padding-inline-start: 20px;
  color: var(--primary-color);
}
.footer__widget-content li a:hover::before {
  opacity: 1;
  visibility: visible;
}

.footer__widget-group {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 300px;
}
.footer__widget-group .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffa5a4;
}
.footer__widget-group .icon i {
  font-size: 18px;
  color: #ffa5a4;
}
.footer__widget-group a {
  text-transform: lowercase;
}
.footer__widget-group a:hover {
  color: var(--primary-color);
}

.privacy .divider {
  border-color: var(--octonary-color);
  border-style: dashed;
}
.privacy .privacy__poster img {
  width: 100%;
  min-height: 220px;
  border-radius: 8px;
}
.privacy .social a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.privacy__card {
  padding: 20px;
  padding-bottom: 40px;
  background-color: var(--quaternary-color);
  border-radius: 12px;
  border: 1px solid var(--octonary-color);
}

.privacy__sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 20px;
  background-color: var(--quaternary-color);
  border: 1px solid var(--octonary-color);
  border-radius: 12px;
}
.privacy__sidebar a {
  padding: 12px 20px;
  background-color: var(--quinary-color);
  border: 1px solid var(--octonary-color);
  border-radius: 30px;
  width: 100%;
  font-size: 18px;
  gap: 12px;
}
.privacy__sidebar a:hover {
  color: var(--white);
  background-color: var(--primary-color);
}
.privacy__sidebar i {
  font-size: 24px;
}
.privacy__sidebar .active {
  color: var(--white);
  background-color: var(--primary-color);
}

.privacy__footer {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  justify-content: flex-start;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .privacy__footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.privacy__footer p {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}
.privacy__footer p i {
  font-size: 20px;
  color: var(--primary-color);
  margin-bottom: -4px;
}
.privacy__footer .privacy-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.privacy__footer .tag-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.privacy__footer .tag-wrapper a {
  font-size: 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--octonary-color);
  padding: 9px 18px;
  font-weight: 500;
}
.privacy__footer .tag-wrapper a:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
}

/* ==== 
 --------- (3.06) widgets styles end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (4.01) header styles start ---------
 ==== */
.header {
  background-color: transparent;
  position: fixed;
  top: 0px;
  inset-inline: 0px;
  width: 100%;
  z-index: 9;
  border-block-end: 1px solid var(--denary-color);
}
@media only screen and (max-width: 1199px) {
  .header {
    padding-block: 22.5px;
  }
}
@media only screen and (min-width: 1600px) {
  .header .container {
    max-width: calc(100% - 136px);
  }
}
.header div {
  line-height: 0px;
}
.header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
  .header .navbar {
    gap: 24px;
  }
}
.header .navbar-logo img {
  max-width: 140px;
}
.header .navbar__menu {
  flex-grow: 1;
  margin-inline-start: -15px;
}
.header .navbar__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .navbar__item a {
  font-weight: 500;
  text-transform: capitalize;
  padding: 41.5px 10px;
  width: 100%;
  line-height: 1;
  color: var(--white);
}
@media only screen and (min-width: 1400px) {
  .header .navbar__item a {
    padding: 41.5px 12px;
  }
}
.header .navbar__item a:hover {
  color: var(--primary-color);
}
.header .navbar__item .dropdown-label-alter {
  position: relative;
}
.header .navbar__item .dropdown-label-alter::before {
  content: "";
  position: absolute;
  bottom: 0px;
  inset-inline-start: 50%;
  border: 10px solid transparent;
  border-bottom-color: var(--primary-color);
  opacity: 0;
  transform: translateX(-50%) translateY(100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.header .navbar__item:hover .dropdown-label-alter::before {
  opacity: 1;
  transform: translateX(-50%) translateY(0%);
}
.header .navbar__item--has-children {
  position: relative;
}
.header .navbar__item--has-children:hover > .navbar__dropdown-label {
  color: var(--primary-color);
}
.header .navbar__item--has-children:hover > .navbar__dropdown-label::after {
  transform: rotate(180deg);
}
.header .navbar__item--has-children:hover > .navbar__dropdown-label-sub::after {
  transform: rotate(-90deg);
}
.header .navbar__item--has-children:hover > .navbar__sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: all;
}
.header .navbar__item--has-children:hover > .navbar__sub-menu.mega-menu {
  transform: translateY(0px) translateX(-24.4%);
}
@media only screen and (min-width: 1400px) {
  .header .navbar__item--has-children:hover > .navbar__sub-menu.mega-menu {
    transform: translateY(0px) translateX(-20%);
  }
}
@media only screen and (min-width: 1600px) {
  .header .navbar__item--has-children:hover > .navbar__sub-menu.mega-menu {
    transform: translateY(0px) translateX(-30%);
  }
}
.header .navbar__dropdown-label {
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
}
.header .navbar__dropdown-label::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  border: none;
  transition: transform 0.3s ease-in-out;
  font-size: inherit;
  transform: rotate(0deg);
  line-height: 0.8;
}
.header .navbar__sub-menu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0px;
  min-width: 230px;
  max-width: 260px;
  background-color: var(--quaternary-color);
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  pointer-events: none;
  transition: var(--transition);
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.06), 0 0 0 1px hsla(230, 13%, 9%, 0.075), 0 0.3px 0.4px hsla(230, 13%, 9%, 0.02), 0 0.9px 1.5px hsla(230, 13%, 9%, 0.045), 0 3.5px 6px hsla(230, 13%, 9%, 0.09);
  padding: 20px 0px;
  border-radius: 5px;
  z-index: 9;
}
.header .navbar__sub-menu li:nth-last-of-type(1) > a {
  border-bottom: 0px;
}
.header .navbar__sub-menu a {
  width: 100%;
  display: flex;
  padding: 16px 32px;
  color: var(--white);
  position: relative;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
  text-transform: capitalize;
}
.header .navbar__sub-menu a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 20px;
  height: 1px;
  margin-top: 0px;
  width: 0px;
  transition: var(--transition);
  background-color: var(--primary-color);
}
.header .navbar__sub-menu a:hover {
  color: var(--primary-color);
  padding-inline-start: 40px;
}
.header .navbar__sub-menu a:hover::before {
  opacity: 1;
  transform: translateY(-50%) scaleX(1);
  width: 10px;
}
.header .navbar__sub-menu .active > a {
  padding-inline-start: 40px;
}
.header .navbar__sub-menu .active > a::before {
  opacity: 1;
  transform: translateY(-50%) scaleX(1);
  width: 10px;
}
.header .navbar__sub-menu .navbar__item--has-children:hover > .navbar__dropdown-label-sub {
  color: var(--primary-color);
}
.header .navbar__sub-menu__nested {
  top: 0%;
  inset-inline-start: 100%;
  min-width: 230px;
}
.header .navbar__sub-menu__nested::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  z-index: -1;
  inset-inline-start: -20px;
  border: 10px solid transparent;
  top: 12px;
  border-inline-end-color: var(--primary-color);
}
.header .active > .navbar__dropdown-label,
.header .active > a {
  color: var(--primary-color);
}
.header .contact-btn {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header .contact-btn i {
  font-size: 40px;
  color: var(--secondary-color);
  margin-bottom: -3px;
}
.header .contact-btn p {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  color: #828a8d;
  margin-bottom: 8px;
}
.header .contact-btn a {
  color: #555555;
  line-height: 1;
  font-weight: 700;
}
.header .contact-btn a:hover {
  color: var(--primary-color);
}
.header .navbar__options {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 1200px) {
  .header .navbar__options {
    padding-inline-start: 8px;
  }
}
.header .navbar__mobile-options {
  display: flex;
  gap: 12px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .header .navbar__mobile-options {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.header .navbar__mobile-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.header .divider {
  width: 1px;
  height: 54px;
  background-color: var(--denary-color);
}
.header .language-box {
  position: relative;
}
.header .language-box button {
  font-size: 20px;
  color: var(--white);
  width: 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--octonary-color);
  background-color: var(--denary-color);
}
.header .language-box button:hover {
  color: var(--white);
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.header .language-box .language-select i {
  font-size: 24px;
  margin-top: -2px;
  margin-inline-start: -1px;
}
.header .language-box .active {
  color: var(--white);
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.header .language-box ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 60px;
  min-width: 60px;
  background-color: #2d2d34;
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.1), 0 0 0 1px hsla(230, 13%, 9%, 0.075), 0 0.3px 0.4px hsla(230, 13%, 9%, 0.02), 0 0.9px 1.5px hsla(230, 13%, 9%, 0.045), 0 3.5px 6px hsla(230, 13%, 9%, 0.09);
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px) translateX(-50%);
  transition: all 0.3s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.header .language-box li {
  font-size: 14px;
  font-weight: 700;
  transition: var(--transition);
  padding: 8px 18px;
  cursor: pointer;
  letter-spacing: 1px;
}
.header .language-box li:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.header .language-box .language-select-active {
  transform: scale(1) translateY(0) translateX(-50%);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header .navbar__cta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .header .navbar__cta {
    gap: 24px;
  }
}
@media only screen and (max-width: 1399px) {
  .header .navbar__cta .btn--secondary {
    display: none;
  }
}
.header .nice-select {
  background-color: transparent;
  border: 0px solid transparent;
  padding-inline-start: 0px;
}
.header .nice-select::after {
  width: 8px;
  height: 8px;
  margin-top: -6px;
}
.header .nice-select .current,
.header .nice-select li {
  font-size: 16px;
  font-weight: 700;
  transition: var(--transition);
}
.header .nice-select .list {
  background-color: #2d2d34;
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.1), 0 0 0 1px hsla(230, 13%, 9%, 0.075), 0 0.3px 0.4px hsla(230, 13%, 9%, 0.02), 0 0.9px 1.5px hsla(230, 13%, 9%, 0.045), 0 3.5px 6px hsla(230, 13%, 9%, 0.09);
}
.header .nice-select .list:hover .option.selected.focus {
  color: var(--white);
}
.header .nice-select .option {
  padding-inline: 18px;
}
.header .nice-select .option:hover {
  background-color: var(--primary-color);
  color: var(--octonary-color);
}
.header .nice-select .option.selected.focus {
  background-color: var(--primary-color);
  color: var(--octonary-color);
}
.header .nice-select .option.selected.focus:hover {
  color: var(--octonary-color) !important;
}
.header .open-offcanvas-nav {
  padding: 0px;
  display: inline-block;
  background-color: transparent;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 8px;
}
.header .open-offcanvas-nav span {
  height: 2px;
  background-color: var(--white);
  transition: var(--transition);
}
.header .open-offcanvas-nav .top-bar {
  width: 30px;
}
.header .open-offcanvas-nav .middle-bar {
  width: 34px;
}
.header .open-offcanvas-nav .bottom-bar {
  width: 16px;
}
.header .open-offcanvas-nav:hover span {
  background-color: var(--primary-color);
}
.header .open-offcanvas-nav-active .middle-bar {
  opacity: 0;
}
.header .open-offcanvas-nav-active .top-bar,
.header .open-offcanvas-nav-active .bottom-bar {
  width: 30px !important;
}
.header .open-offcanvas-nav-active .top-bar {
  transform: rotate(45deg) translateY(5px) translateX(9px);
  background-color: var(--primary-color);
}
.header .open-offcanvas-nav-active .bottom-bar {
  transform: rotate(-45deg) translateY(-5px) translateX(9px);
  background-color: var(--primary-color);
}
.header .mega-menu {
  max-width: 100%;
  background-color: var(--quaternary-color);
  padding: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 1180px;
  transform: translateY(30px) translateX(-24.4%);
  transition: var(--transition);
}
@media only screen and (min-width: 1400px) {
  .header .mega-menu {
    transform: translateY(30px) translateX(-20%);
    min-width: 1380px;
  }
}
@media only screen and (min-width: 1600px) {
  .header .mega-menu {
    transform: translateY(30px) translateX(-30%);
  }
}
.header .mega-menu .coming-s .mega-content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header .mega-menu .coming-s p {
  font-weight: 500;
  justify-content: center;
  display: flex;
  border-bottom: 0px;
  padding-inline: 0px;
  font-weight: 500;
  padding-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  padding-top: 8px;
}
.header .mega-menu .coming-s .mega-content {
  background-color: rgba(0, 0, 0, 0.6);
}
.header .mega-menu .coming-s .mega-content p {
  color: white;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
}
.header .mega-menu li > a {
  justify-content: center;
  border-bottom: 0px;
  padding-inline: 0px;
  font-weight: 500;
  padding-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
}
.header .mega-menu li > a::before {
  content: none;
}
.header .mega-menu li {
  flex-grow: 1;
}
.header .mega-menu li:hover .mega-content-wrapper .mega-content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header .mega-menu li:hover .mega-content-wrapper .mega-content a {
  transform: scale(1);
}
.header .mega-menu li:hover > a {
  color: var(--primary-color);
}
.header .mega-menu li:hover > a:hover {
  padding-inline: 0px;
}
.header .mega-menu .mega-content-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 400px;
  background-color: black;
}
.header .mega-menu .mega-content-wrapper img {
  width: 100%;
  height: -moz-min-content;
  height: min-content;
  border-radius: 5px;
  -o-object-position: top;
     object-position: top;
}
.header .mega-menu .mega-content {
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0%);
  transition: var(--transition);
  overflow: hidden;
  padding: 0px 24px;
}
.header .mega-menu .mega-content a {
  display: inline-flex;
  justify-content: center;
  border-radius: 60px;
  border: 0px solid transparent;
  font-weight: 500;
  background-color: var(--primary-color);
  color: var(--white);
  padding: 16px 24px;
  transform: scale(0%);
  transition-delay: 0.3s;
}
.header .mega-menu .mega-content a::before, .header .mega-menu .mega-content a::after {
  content: none;
}
.header .mega-menu .active > a {
  color: var(--primary-color);
  padding-inline: 0px;
}

.sticky-header {
  position: fixed;
  top: 0px;
  inset-inline: 0px;
  width: 100%;
  animation: stickyNavbar 0.5s linear;
  background: #161111;
}
@keyframes stickyNavbar {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0px);
  }
}

.mobile-menu {
  position: fixed;
  inset: 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  max-width: 400px;
  transition: all 900ms ease;
}
.mobile-menu .mobile-menu__header {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 0px 40px;
  justify-content: space-between;
}
.mobile-menu .logo {
  line-height: 0px;
}
.mobile-menu .logo a {
  line-height: 0px;
}
.mobile-menu .logo img {
  max-width: 150px;
}
.mobile-menu .close-mobile-menu {
  font-size: 40px;
  color: var(--primary-color);
  position: relative;
  top: -45px;
  inset-inline-end: -8px;
}
.mobile-menu .mobile-menu__wrapper {
  position: absolute;
  inset-inline-start: -400px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: var(--quaternary-color);
  padding: 80px 0px;
  z-index: 99999;
  border-radius: 0px;
  overflow-y: auto;
  overflow-x: clip;
  display: flex;
  flex-direction: column;
  gap: 60px;
  transition: all 900ms ease;
}
.mobile-menu .mobile-menu__wrapper::-webkit-scrollbar {
  width: 0px;
}
.mobile-menu .navbar__list {
  flex-direction: column;
  border: 0px !important;
}
.mobile-menu .navbar__list > li > a,
.mobile-menu .navbar__list > li button {
  border-bottom: 1px solid rgb(52, 36, 36);
}
.mobile-menu .navbar__list > li:nth-of-type(2) {
  border-top: 1px solid rgb(52, 36, 36);
}
.mobile-menu .navbar__item {
  width: 100%;
  transition: var(--transition);
}
.mobile-menu .navbar__item a {
  color: #ffffff;
  padding-block: 24px;
  padding-inline: 40px 80px;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  width: 100%;
  position: relative;
  font-weight: 400;
}
.mobile-menu .navbar__item a:hover {
  color: var(--primary-color);
}
.mobile-menu .navbar__item a::after {
  transition: none;
}
.mobile-menu .navbar__item--has-children .navbar__dropdown-label::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0px;
  inset-inline-end: 0px;
  bottom: 0px;
  height: 100%;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  border-inline-start: 1px solid rgb(52, 36, 36);
}
.mobile-menu .navbar__item--has-children:hover .navbar__dropdown-label::after {
  transform: rotate(0deg);
}
.mobile-menu .navbar__item--has-children:hover > .navbar__dropdown-label-sub {
  color: var(--octonary-color) !important;
}
.mobile-menu .navbar__item--has-children:hover > .navbar__dropdown-label-sub:hover {
  color: var(--octonary-color) !important;
}
.mobile-menu .navbar__item-active {
  color: var(--primary-color) !important;
  font-weight: 400 !important;
}
.mobile-menu .navbar__item-active::after {
  content: "\f068" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
}
.mobile-menu .navbar__sub-menu {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  width: 100%;
  max-width: 100%;
  padding: 0px;
  display: none;
  transition: none;
  background-color: transparent;
  border-radius: 0px;
}
.mobile-menu .navbar__sub-menu::before {
  content: none;
}
.mobile-menu .navbar__sub-menu a,
.mobile-menu .navbar__sub-menu button {
  color: #ffffff;
  padding: 20px 40px;
  font-size: 16px;
  border-bottom: 1px solid rgb(52, 36, 36);
}
.mobile-menu .navbar__sub-menu a::before,
.mobile-menu .navbar__sub-menu button::before {
  content: none;
}
.mobile-menu .navbar__sub-menu a:hover,
.mobile-menu .navbar__sub-menu button:hover {
  color: var(--primary-color);
}
.mobile-menu .navbar__sub-menu li:nth-last-of-type(1) a,
.mobile-menu .navbar__sub-menu li:nth-last-of-type(1) button {
  border-bottom: 1px solid rgb(52, 36, 36);
}
.mobile-menu .navbar__sub-menu .navbar__item--has-children > a:hover {
  color: var(--primary-color) !important;
}
.mobile-menu .mobile-menu__options {
  padding: 0px 40px;
}
.mobile-menu .mobile-menu__options a,
.mobile-menu .mobile-menu__options button {
  width: 100%;
}
.mobile-menu .mobile-menu__cta {
  text-align: center;
  padding: 0px 40px;
}
.mobile-menu .mobile-menu__cta a {
  width: 100%;
  justify-content: center;
}
.mobile-menu .mobile-menu__social {
  transition: var(--transition);
  padding: 0px 12px;
  justify-content: center;
}
.mobile-menu .active > .navbar__dropdown-label,
.mobile-menu .active > a {
  color: var(--primary-color);
  font-weight: 400;
}
.mobile-menu .active > .navbar__dropdown-label::after,
.mobile-menu .active > a::after {
  font-weight: 900;
}

.mobile-menu__backdrop {
  position: fixed;
  inset-inline-end: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: 999;
  background-color: rgba(38, 33, 33, 0.768627451);
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
  visibility: hidden;
  transform: translateX(101%);
  transition: all 900ms ease;
  transition-delay: 300ms;
}

.mobile-menu__backdrop-active {
  width: 100%;
  visibility: visible;
  transition: all 900ms ease;
  transform: translateX(0%);
}

.show-menu {
  opacity: 1;
  visibility: visible;
}
.show-menu .mobile-menu__wrapper {
  inset-inline-start: 0px;
  transition-delay: 600ms;
}

.header-simple {
  padding-block: 27px 26px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
}
.header-simple div {
  line-height: 0px;
}
.header-simple .navbar-logo img {
  max-width: 160px;
  height: 36px;
}

/* ==== 
 --------- (4.01) header styles end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (4.02) banner styles start ---------
 ==== */
.hero {
  padding-block: 190px 170px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 576px) {
  .hero {
    padding-block: 200px 220px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero {
    padding-block: 220px 310px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero .title-xxl {
    font-size: 80px;
    line-height: 90px;
  }
}
.hero .underline {
  border-bottom: 1px solid var(--primary-color);
}
.hero .hero-thumb {
  position: absolute;
  inset-block-end: 4%;
  inset-inline-end: 5%;
  z-index: -2;
}
@media only screen and (min-width: 992px) {
  .hero .hero-thumb {
    inset-block-end: 12%;
  }
}
.hero .hero-thumb img {
  max-width: 23vw;
  min-width: 110px;
  animation: moveLeftRight 6s linear infinite;
}
@media only screen and (min-width: 992px) {
  .hero .hero-thumb img {
    max-width: 32vw;
  }
}
.hero .money-hand {
  position: absolute;
  inset-inline-start: 0px;
  top: 20%;
  transform: translateY(-20%);
  z-index: -1;
}
.hero .money-hand img {
  max-width: 10vw;
  min-width: 50px;
  animation: moveTopBottom 6s linear infinite;
}
.hero .dollar {
  position: absolute;
  inset-inline-start: 8%;
  inset-block-end: 10%;
  z-index: -4;
}
.hero .dollar img {
  max-width: 10vw;
  min-width: 50px;
  animation: moveLeftRight 6s linear infinite;
}
.hero .shape-c {
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 15%;
  z-index: -1;
}
.hero .shape-c img {
  max-width: 10vw;
  min-width: 50px;
  animation: moveTopBottom 6s linear infinite;
}
.hero .hero-bg {
  position: absolute;
  inset: 0px;
  z-index: -4;
}
.hero .hero-bg img {
  width: 100%;
  height: 100%;
}
.hero .hero-cta {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.hero .hero__review {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.hero .hero__review i {
  color: #FFCF01;
}
.hero .hero__review .review {
  display: flex;
  align-items: center;
  gap: 4px;
}
.hero .shape {
  position: absolute;
  inset-inline: 0px;
  inset-block-end: 0px;
  z-index: -3;
}
.hero .shape img {
  width: 100%;
  min-height: 70px;
  -o-object-position: center center;
     object-position: center center;
}
.hero .money {
  position: absolute;
  z-index: -1;
}
.hero .money img {
  animation: rotation 6s linear infinite;
  max-width: 5vw;
  min-width: 20px;
}
.hero .money-one {
  inset-block-start: 10%;
  inset-inline-start: 15%;
}
.hero .money-two {
  inset-block-end: 17%;
  inset-inline-start: 20%;
}
.hero .money-two img {
  animation-delay: 3s;
}
.hero .money-three {
  inset-block-start: 15%;
  inset-inline-end: 35%;
}
.hero .money-three img {
  animation-delay: 6s;
}
.hero .money-four {
  inset-block-end: 13%;
  inset-inline-end: 40%;
}
.hero .money-four img {
  animation-delay: 9s;
}

.common-banner {
  padding-block: 190px 170px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 576px) {
  .common-banner {
    padding-block: 200px 170px;
  }
}
@media only screen and (min-width: 1200px) {
  .common-banner {
    padding-block: 220px;
  }
}
.common-banner .banner-bg {
  position: absolute;
  inset: 0px;
  z-index: -4;
  overflow: hidden;
}
.common-banner .banner-bg img {
  width: 100%;
  height: 100%;
  -o-object-position: center top;
     object-position: center top;
}
.common-banner .shape {
  position: absolute;
  inset-inline: 0px;
  inset-block-end: 0px;
  z-index: -2;
}
.common-banner .shape img {
  width: 100%;
  min-height: 70px;
  -o-object-position: center center;
     object-position: center center;
}
.common-banner .banner-thumb {
  position: absolute;
  inset-block-end: 0px;
  inset-inline-end: 15%;
  z-index: -3;
}
.common-banner .banner-thumb img {
  max-width: 30vw;
  min-width: 220px;
}
.common-banner .money-hand {
  position: absolute;
  inset-inline-start: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.common-banner .money-hand img {
  max-width: 10vw;
  min-width: 50px;
  animation: moveTopBottom 6s linear infinite;
}
.common-banner .money {
  position: absolute;
  z-index: -1;
}
.common-banner .money img {
  animation: moveLeftRight 6s linear infinite;
  max-width: 5vw;
  min-width: 20px;
}
.common-banner .money-one {
  inset-block-end: 60px;
  inset-inline-start: 20%;
}
.common-banner .money-two {
  inset-block-start: 120px;
  inset-inline-start: 50%;
}
.common-banner .money-two img {
  animation-delay: 3s;
}
.common-banner .money-three {
  inset-block-start: 30%;
  inset-inline-end: 15%;
}
.common-banner .money-three img {
  animation-delay: 6s;
}
.common-banner .money-four {
  inset-block-end: 40%;
  inset-inline-end: 10%;
}
.common-banner .money-four img {
  animation-delay: 9s;
}

/* ==== 
 --------- (4.02) banner styles end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (4.03) footer styles start ---------
 ==== */
.footer {
  padding-block-start: 170px;
  position: relative;
  z-index: 1;
  background-color: var(--quaternary-color);
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .footer {
    padding-block-start: 190px;
  }
}
.footer .footer-bg {
  position: absolute;
  inset: 0px;
  z-index: -4;
  overflow: hidden;
}
.footer .footer-bg img {
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
}
.footer .footer-bg .parallax-image-wrap,
.footer .footer-bg .parallax-image-inner {
  height: 100%;
}
.footer .shape {
  position: absolute;
  inset-inline: 0px;
  inset-block-start: 0px;
  z-index: -2;
}
.footer .shape img {
  width: 100%;
  min-height: 70px;
  -o-object-position: center center;
     object-position: center center;
}
.footer .money-hand {
  position: absolute;
  inset-inline-start: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.footer .money-hand img {
  max-width: 10vw;
  min-width: 50px;
  animation: moveTopBottom 6s linear infinite;
}
.footer .money {
  position: absolute;
  z-index: -1;
}
.footer .money img {
  animation: moveLeftRight 6s linear infinite;
  max-width: 5vw;
  min-width: 20px;
}
.footer .money-one {
  inset-block-start: 60px;
  inset-inline-start: 20%;
}
.footer .money-two {
  inset-block-end: 15%;
  inset-inline-start: 10%;
}
.footer .money-two img {
  animation-delay: 3s;
}
.footer .money-three {
  inset-block-start: 25%;
  inset-inline-end: 5%;
}
.footer .money-three img {
  animation-delay: 6s;
}
.footer .money-four {
  inset-block-end: 20%;
  inset-inline-end: 10%;
}
.footer .money-four img {
  animation-delay: 9s;
}

.footer__copyright {
  padding-block: 40px;
  border-top: 1px solid var(--denary-color);
  margin-top: 100px;
}
@media only screen and (min-width: 992px) {
  .footer__copyright {
    padding-block: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__copyright {
    margin-top: 120px;
  }
}
.footer__copyright .footer__logo {
  text-align: center;
  line-height: 0px;
}
@media only screen and (min-width: 992px) {
  .footer__copyright .footer__logo {
    text-align: start;
  }
}
.footer__copyright p a {
  color: #ffa5a4;
  font-weight: 600;
}
.footer__copyright p a:hover {
  color: var(--white);
}
.footer__copyright .social {
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .footer__copyright .social {
    justify-content: flex-end;
  }
}

.footer__newsletter-form {
  max-width: 700px;
  margin-inline: auto;
}
.footer__newsletter-form form {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding-block: 8px;
  padding-inline: 24px 8px;
  background-color: var(--quaternary-color);
  border: 1px solid var(--octonary-color);
  border-radius: 8px;
}
.footer__newsletter-form form:focus-within {
  border-color: rgba(255, 207, 1, 0.4392156863);
}
.footer__newsletter-form form .input-icon {
  flex-grow: 1;
  width: 100%;
}
.footer__newsletter-form form input {
  width: 100%;
  padding-block: 8px;
  background: transparent;
  color: var(--white);
}
.footer__newsletter-form form input::-moz-placeholder {
  color: var(--nonary-color);
}
.footer__newsletter-form form input::placeholder {
  color: var(--nonary-color);
}
.footer__newsletter-form form button {
  flex-grow: 1;
  justify-content: center;
  min-width: 70px;
  height: 46px;
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 8px;
}
.footer__newsletter-form form button:hover {
  background-color: var(--white);
  color: var(--black);
}

.footer-two {
  background-color: var(--quinary-color);
  padding-block: 40px;
}
.footer-two a {
  color: #ffa5a4;
  font-weight: 600;
}
.footer-two a:hover {
  color: var(--white);
}

/* ==== 
 --------- (4.03) footer styles end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (5.04) work section styles start ---------
 ==== */
.step {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.step-bg {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.step-bg img {
  max-width: 60vw;
  min-width: 700px;
  animation: rotation 120s linear infinite;
}

.step__single .thumb {
  width: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background-color: var(--quaternary-color);
  border: 1px solid var(--octonary-color);
  margin-inline: auto;
}
.step__single .icon-wrapper {
  background-color: var(--primary-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.step__single .icon-wrapper img {
  max-width: 80%;
}
.step__single .divider {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--quaternary-color);
  border: 1px solid var(--octonary-color);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.step__single .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background-color: var(--white);
}

.divider-one::after {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  transform: translateY(-50%);
  width: 900px;
  border-top: 1.5px dashed var(--primary-color);
  z-index: -1;
  display: none;
}
@media only screen and (min-width: 1400px) {
  .divider-one::after {
    display: block;
  }
}

.step-cr {
  padding: 12px 20px;
  background-color: var(--quaternary-color);
  border: 1px solid var(--octonary-color);
  border-radius: 32px;
  position: relative;
  top: -26px;
  margin-bottom: -26px;
}

.step__single-content {
  padding: 0px 20px 40px 20px;
  background-color: var(--quaternary-color);
  border: 1px solid var(--octonary-color);
  border-radius: 30px;
  text-align: center;
  margin-top: 56px;
}
@media only screen and (min-width: 1400px) {
  .step__single-content {
    border-radius: 120px;
  }
}
.step__single-content h3 {
  margin-top: 15px;
}
.step__single-content p {
  max-width: 300px;
  margin-inline: auto;
}

/* ==== 
 --------- (5.04) work section styles end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (5.02) platform section styles start ---------
 ==== */
.platform {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--quaternary-color);
}
.platform .bag {
  inset-inline-start: 90%;
  inset-block-end: 10%;
}
.platform .money-hand-c {
  top: 60%;
  transform: translateY(-60%);
}
.platform .list-group-row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
}
.platform .list-group-row li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.platform-bg {
  position: absolute;
  z-index: -4;
  inset: 0px;
}
.platform-bg img {
  width: 100%;
  height: 100%;
}

.platform__content {
  max-width: 640px;
}
@media only screen and (min-width: 1200px) {
  .platform__content {
    margin-inline-start: auto;
  }
}

.platform__thumb {
  position: absolute;
  z-index: -1;
  inset-inline-end: 3%;
  inset-block-end: 0px;
  scale: -1 1;
}
.platform__thumb img {
  max-width: 30vw;
  min-width: 100px;
  animation: moveLeftRight 4s linear infinite;
}
@media only screen and (min-width: 768px) {
  .platform__thumb img {
    max-width: 42vw;
  }
}
@media only screen and (min-width: 1200px) {
  .platform__thumb {
    inset-inline-start: 3%;
    scale: unset;
  }
}

.platform__content-inner {
  max-width: 460px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) {
  .platform__content-inner {
    flex-wrap: nowrap;
  }
}
.platform__content-inner .exp {
  min-width: 200px;
  width: 200px;
  height: 200px;
  background-color: #ffa5a4;
  outline: 8px solid var(--white);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 8px;
}

.platform__cta {
  display: flex;
  align-items: center;
  gap: 32px;
  row-gap: 24px;
  flex-wrap: wrap;
}

.platform__cta-support {
  display: flex;
  align-items: center;
  gap: 16px;
}
.platform__cta-support a {
  font-weight: 500;
}
.platform__cta-support a:hover {
  color: var(--primary-color);
}

.support-icon {
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-color);
  border-radius: 8px;
}
.support-icon i {
  font-size: 25px;
}

/* ==== 
 --------- (5.02) platform section styles end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (5.01) investment plan section styles start ---------
 ==== */
.plan {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.plan .money-hand-c {
  inset-inline-start: unset;
  inset-inline-end: 0px;
}
.plan .money-hand-c img {
  scale: -1 1;
}
.plan .line-cr {
  inset-inline-end: unset;
  inset-inline-start: 0px;
}
.plan .line-cr img {
  scale: -1 1;
}
.plan .dollar-o {
  inset-inline-end: 90%;
}
.plan .dollar-t {
  inset-block-start: unset;
  inset-block-end: 7%;
}

.plan-bg {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.plan-bg img {
  max-width: 60vw;
  min-width: 700px;
  animation: rotation 120s linear infinite;
}

.plan__single-wrapper {
  display: flex;
  gap: 8px;
}
.plan__single-wrapper .plan__intro {
  min-width: 50px;
  width: 50px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0% 28%, 100% 8.3%, 100% 100%, 0% 86%, 0% 0%);
}
@media only screen and (min-width: 992px) {
  .plan__single-wrapper .plan__intro {
    min-width: 70px;
    width: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .plan__single-wrapper .plan__intro {
    clip-path: polygon(0% 28%, 100% 6.3%, 100% 100%, 0% 86%, 0% 0%);
  }
}
@media only screen and (min-width: 1400px) {
  .plan__single-wrapper .plan__intro {
    clip-path: polygon(0% 28%, 100% 12.3%, 100% 100%, 0% 86%, 0% 0%);
  }
}
.plan__single-wrapper .plan__intro p {
  transform: rotate(-90deg) translateX(-20%);
  white-space: nowrap;
}
.plan__single-wrapper .plan__single-inner {
  flex-grow: 1;
  height: 100%;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .plan__single .title-lg {
    font-size: 30px;
    line-height: 40px;
  }
}
.plan__single:hover .thumb {
  background-color: var(--secondary-color);
}
.plan__single:hover .btn--primary {
  color: var(--white);
  border: 1px solid var(--secondary-color);
}
.plan__single:hover .btn--primary::before {
  transform: translateX(-49%);
}
.plan__single:hover .btn--primary::after {
  transform: translateX(49%);
}
.plan__single .thumb {
  width: 150px;
  height: 150px;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-inline: auto;
  position: relative;
  bottom: -110px;
  margin-top: -110px;
  z-index: 1;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transition: var(--transition);
}
@media only screen and (min-width: 992px) {
  .plan__single .thumb {
    bottom: -120px;
    margin-top: -120px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .plan__single .thumb {
    bottom: -110px;
    margin-top: -110px;
  }
}
@media only screen and (min-width: 1400px) {
  .plan__single .thumb {
    width: 200px;
    height: 200px;
    bottom: -130px;
    margin-top: -130px;
  }
}
.plan__single .plan__single-content {
  padding: 160px 20px 120px;
  background-color: var(--quaternary-color);
  clip-path: polygon(0% 0%, 50% 15%, 100% 0%, 100% 100%, 50% 85%, 0% 100%, 0% 0%);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .plan__single .plan__single-content {
    padding: 160px 20px 120px;
  }
}
@media only screen and (min-width: 1400px) {
  .plan__single .plan__single-content {
    padding: 200px 40px 120px;
  }
}
.plan__single li {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
}
.plan__single li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.plan__single li span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: inherit;
}
.plan__single li i {
  width: 30px;
  height: 30px;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  font-size: 20px;
  color: var(--primary-color);
}

.plan__single-cta {
  text-align: center;
  position: relative;
  top: -75px;
  margin-bottom: -69px;
}
.plan__single-cta a {
  padding: 20px 40px;
}
@media only screen and (min-width: 1200px) {
  .plan__single-cta a {
    font-size: 20px;
  }
}

/* ==== 
 --------- (5.01) investment plan section styles end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (5.03) profit calculator section styles start ---------
 ==== */
.profit-calculator {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--quaternary-color);
}
.profit-calculator .input-wrapper {
  width: 100%;
}
.profit-calculator .money-hand-c {
  inset-block-start: 70%;
}
.profit-calculator .input-single {
  padding-inline-end: 0px;
  background-color: var(--quinary-color);
}
.profit-calculator .input-single input {
  padding-block: 16px !important;
}
.profit-calculator .input-single input::-moz-placeholder {
  color: #EBECEF;
}
.profit-calculator .input-single input::placeholder {
  color: #EBECEF;
}
.profit-calculator .input-single .select {
  padding-block: 13px !important;
}
.profit-calculator .btn--primary {
  width: 100%;
  justify-content: center;
}
.profit-calculator .btn--primary:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.profit-bg {
  position: absolute;
  z-index: -4;
  inset: 0px;
}
.profit-bg img {
  width: 100%;
  height: 100%;
}

.profit-calculator__wrapper {
  border: 1px solid var(--octonary-color);
  border-radius: 8px;
  background-color: var(--template-bg);
}
@media only screen and (min-width: 992px) {
  .profit-calculator__wrapper {
    display: flex;
  }
}

.profit__left,
.profit__right {
  padding: 40px 20px;
}
@media only screen and (min-width: 576px) {
  .profit__left,
  .profit__right {
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .profit__left,
  .profit__right {
    width: 50%;
  }
}

.profit__right {
  background-color: var(--denary-color);
}

.profit__right-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.profit-percent-wrapper {
  flex-grow: 1;
}

.profit-percent__single {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
  padding-block: 16px;
  position: relative;
  padding-inline-start: 20px;
}
.profit-percent__single::before {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-start: 0px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: var(--primary-color);
  border-radius: 50%;
}

.chart-wrapper {
  width: 200px;
  min-width: 200px;
}

.profit-right__inner {
  padding: 24px 20px;
  background-color: var(--template-bg);
  border: 1px solid var(--octonary-color);
  border-radius: 8px;
}
@media only screen and (min-width: 576px) {
  .profit-right__inner {
    padding: 24px;
  }
}
.profit-right__inner strong {
  color: #FFB23F;
}
.profit-right__inner .inner-flex {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .profit-right__inner .inner-flex {
    flex-direction: row;
  }
}

#chart {
  width: 200px;
  height: 200px;
}

/* ==== 
 --------- (5.03) profit calculator section styles end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (5.07) affiliate section styles start ---------
 ==== */
.refer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.refer .section__header p {
  margin-inline-start: unset;
}
.refer .dollar-o {
  inset-inline-end: 85%;
}
.refer .dollar-t {
  inset-block-start: 70%;
}
.refer .globe {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.refer .globe img {
  max-width: 60vw;
  min-width: 600px;
  animation: rotation 120s linear infinite;
}

.refer-bg {
  position: absolute;
  inset: 0px;
  z-index: -3;
}
.refer-bg img {
  width: 100%;
  height: 100%;
}

.arrow-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  row-gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
  .arrow-wrapper {
    top: -250px;
    margin-bottom: -150px;
  }
}
.arrow-wrapper img {
  width: 100%;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .arrow-wrapper img {
    display: block;
  }
}

.arrow-single-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 1199px) {
  .arrow-single-item:nth-of-type(2), .arrow-single-item:nth-of-type(4) {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  .arrow-single-item {
    position: absolute;
  }
  .arrow-single-item:nth-of-type(1) {
    inset-inline-start: 12%;
    inset-block-end: -20%;
  }
  .arrow-single-item:nth-of-type(2) {
    inset-inline-start: 32%;
    inset-block-end: -7%;
  }
  .arrow-single-item:nth-of-type(3) {
    inset-inline-start: 52%;
    inset-block-end: -7%;
  }
  .arrow-single-item:nth-of-type(4) {
    inset-inline-start: 68%;
    inset-block-end: 22%;
  }
  .arrow-single-item:nth-of-type(5) {
    inset-inline-start: 82%;
    inset-block-end: 40%;
  }
}
.arrow-single-item .inner {
  width: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid var(--primary-color);
  background-color: var(--quaternary-color);
}
@media only screen and (min-width: 1200px) {
  .arrow-single-item .inner {
    width: 160px;
    min-width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .refer-cta__text {
    max-width: 370px;
    margin-inline-start: auto;
  }
}

/* ==== 
 --------- (5.07) affiliate section styles end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (5.05) choose section styles start ---------
 ==== */
.payout {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--quaternary-color);
}
.payout .money-hand-c {
  inset-block-start: 70%;
}

.payout-bg {
  position: absolute;
  z-index: -4;
  inset: 0px;
}
.payout-bg img {
  width: 100%;
  height: 100%;
}

.payout__tab-btns {
  text-align: center;
}
.payout__tab-btns ul {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 12px;
  border: 1px solid var(--denary-color);
  background-color: var(--quaternary-color);
  border-radius: 40px;
}
.payout__tab-btns button {
  padding: 12px 30px;
  background-color: var(--quinary-color);
  border-radius: 30px;
  gap: 12px;
  font-weight: 600;
  font-size: 18px;
}
.payout__tab-btns button i {
  font-size: 24px;
  color: var(--primary-color);
  transition: var(--transition);
}
.payout__tab-btns button:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.payout__tab-btns button:hover i {
  color: var(--white);
}
.payout__tab-btns .active {
  background-color: var(--primary-color);
  color: var(--white);
}
.payout__tab-btns .active i {
  color: var(--white);
}

.payout__single {
  border: 1px solid var(--octonary-color);
  border-radius: 12px;
  position: relative;
  z-index: 1;
  margin-top: 40px;
  background-color: var(--quaternary-color);
}
.payout__single .thumb {
  position: absolute;
  inset-inline-end: 24px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
}

.payout__single-content {
  padding: 40px 24px;
}

.payout__single-cta {
  padding: 12px 24px;
  background-color: var(--primary-color);
  border-radius: 0px 0px 12px 12px;
}

/* ==== 
 --------- (5.05) choose section styles end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (5.06) withdrawal section styles start ---------
 ==== */
.choose {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) {
  .choose {
    padding-block: 240px;
  }
}
.choose .list-group-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 500px;
}
.choose .list-group-row li {
  flex-grow: 1;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (min-width: 576px) {
  .choose .list-group-row li {
    width: calc(50% - 10px);
  }
}
.choose .divider {
  border-color: rgba(217, 7, 7, 0.2509803922);
}
.choose .globe {
  position: absolute;
  top: 5%;
  inset-inline-start: 7%;
  z-index: -2;
}
.choose .globe img {
  max-width: 60vw;
  min-width: 200px;
  animation: rotation 120s linear infinite;
}
.choose .dollar-o {
  inset-inline-end: 80%;
}

.choose-bg {
  position: absolute;
  z-index: -4;
  inset: 0px;
}
.choose-bg img {
  width: 100%;
  height: 100%;
}

.choose__thumb {
  position: absolute;
  z-index: -3;
  inset-inline-end: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.choose__thumb img {
  max-width: 30vw;
  min-width: 180px;
  animation: moveTopBottom 10s linear infinite;
}
@media only screen and (min-width: 992px) {
  .choose__thumb img {
    max-width: 45vw;
  }
}

.choose__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  row-gap: 0px;
}
.choose__cta .divide {
  height: 158px;
  width: 1px;
  background-color: rgba(217, 7, 7, 0.2509803922);
}
.choose__cta .choose__cta-single {
  padding-top: 40px;
}
.choose__cta p {
  max-width: 230px;
}

/* ==== 
 --------- (5.06) withdrawal section styles end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (5.08) rank section styles start ---------
 ==== */
.rank {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--quaternary-color);
}
.rank .money-hand-c {
  inset-block-start: 70%;
}

.rank-bg {
  position: absolute;
  z-index: -4;
  inset: 0px;
}
.rank-bg img {
  width: 100%;
  height: 100%;
}

.rank__single {
  background-color: var(--template-bg);
  border: 1px solid var(--octonary-color);
  border-radius: 20px;
  padding: 24px;
}
.rank__single .divider {
  margin-block: 30px;
}
.rank__single .author__info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.rank__single .author__info img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
}

.rank__single-intro {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rank__single-intro p {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rank__single-intro .bx {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--octonary-color);
  background-color: rgba(217, 7, 7, 0.1882352941);
}

.rank__author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.rank__author .rank-number {
  position: absolute;
  inset-inline-end: 24px;
  z-index: -1;
}
.rank__author .rank-number span {
  color: var(--white);
  opacity: 0.1;
  line-height: 1;
}

.rank__single-cta {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rank__single-cta .divide {
  width: 1px;
  height: 60px;
  background-color: rgba(217, 7, 7, 0.2509803922);
}

/* ==== 
 --------- (5.08) rank section styles end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (5.09) testimonial section styles start ---------
 ==== */
.testimonial {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial .author__info {
  flex-direction: row;
  align-items: center;
}
.testimonial .author__info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.testimonial .author__info img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
}
.testimonial .dollar-o {
  inset-inline-end: 85%;
}
.testimonial .dollar-t {
  inset-block-start: 70%;
}
.testimonial .globe {
  position: absolute;
  top: 19%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.testimonial .globe img {
  max-width: 60vw;
  min-width: 600px;
  animation: rotation 200s linear infinite;
}
.testimonial .review {
  display: flex;
  align-items: center;
  gap: 4px;
}
.testimonial .review i {
  color: #FFCF01;
}
.testimonial .q-thumb,
.testimonial .review,
.testimonial blockquote,
.testimonial .author__info {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1000ms ease;
}
.testimonial .swiper-slide-active .q-thumb {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 600ms;
}
.testimonial .swiper-slide-active .review {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1000ms;
}
.testimonial .swiper-slide-active blockquote {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1400ms;
}
.testimonial .swiper-slide-active .author__info {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1800ms;
}

.testimonial__thumb {
  position: relative;
  max-width: 360px;
  margin-block-start: 30px;
}
@media only screen and (min-width: 1200px) {
  .testimonial__thumb {
    max-width: 520px;
  }
}
.testimonial__thumb .line-group img {
  width: 100%;
}
.testimonial__thumb .img-group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial__thumb .img-group img {
  animation: rotation 150s linear infinite alternate-reverse;
}

.testimonial-bg {
  position: absolute;
  z-index: -4;
  inset: 0px;
}
.testimonial-bg img {
  width: 100%;
  height: 100%;
}

.globe img,
.step-bg img {
  opacity: 0.4 !important;
}

/* ==== 
 --------- (5.09) testimonial section styles end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (5.10) faq section styles start ---------
 ==== */
.faq {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #000001;
}
.faq .section__header p {
  margin-inline: unset;
}
.faq .offset-lg-1 {
  margin-left: unset;
  margin-inline-start: 8.33333333%;
}
.faq .dollar-o {
  inset-inline-end: 85%;
}
.faq .dollar-t {
  inset-block-start: 70%;
}
.faq .globe {
  position: absolute;
  top: 19%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.faq .globe img {
  max-width: 60vw;
  min-width: 600px;
  animation: rotation 200s linear infinite;
}

.accordion-item {
  background-color: var(--quaternary-color);
  border-radius: 12px !important;
  border: 1px solid var(--denary-color) !important;
  margin-bottom: 24px;
  overflow: hidden;
}
.accordion-item:last-of-type {
  margin-bottom: 0px;
}
.accordion-item .accordion-button:not(.collapsed) {
  color: var(--white);
  background-color: var(--primary-color);
  border-radius: 12px 12px 0px 0px !important;
  box-shadow: none;
}
.accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: var(--white);
  transform: rotate(0deg);
}
.accordion-item .accordion-button {
  border-radius: 0px;
  color: var(--white);
  position: relative;
  background-color: transparent;
  box-shadow: none;
  padding: 24px;
  font-weight: 500;
  font-size: inherit;
}
@media only screen and (min-width: 576px) {
  .accordion-item .accordion-button {
    padding: 24px 40px;
  }
}
.accordion-item .accordion-button::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none;
  font-size: 24px;
  color: var(--octonary-color);
}

.accordion-body {
  padding: 24px 0px 30px;
  border: 0px;
  border-top: 1.5px dashed wheat;
}
.accordion-body p {
  color: var(--white);
}

.accordion-collapse {
  padding-inline: 24px;
  background-color: var(--primary-color);
}
@media only screen and (min-width: 576px) {
  .accordion-collapse {
    padding-inline: 40px;
  }
}

/* ==== 
 --------- (5.10) faq section styles end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (5.11) blog section styles start ---------
 ==== */
.blog {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog-bg {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.blog-bg img {
  width: 100%;
  height: 100%;
}

.blog__single:hover a img {
  transform: scale(1.1) rotate(4deg);
}
.blog__single:hover .title-sm a {
  color: var(--primary-color);
}
.blog__single:hover .blog__cta a {
  color: var(--white);
}
.blog__single .title-sm {
  max-width: 280px;
}
@media only screen and (min-width: 576px) {
  .blog__single .title-sm {
    max-width: 100%;
  }
}
.blog__single .content-wrapper {
  position: relative;
  top: -80px;
  margin-bottom: -80px;
}
.blog__single .time {
  background-color: var(--primary-color);
  border-radius: 4px;
  padding: 8px 16px;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset-inline-start: 48px;
  top: -28px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .blog__single .time {
    top: -35px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog__single .time {
    top: -40px;
  }
}
.blog__single .thumb {
  line-height: 0px;
}
.blog__single .thumb a {
  overflow: hidden;
}
.blog__single .thumb a,
.blog__single .thumb img {
  width: 100%;
  min-height: 200px;
  border-radius: 8px;
}
.blog__single .thumb img {
  transition: var(--transition);
}
.blog__single .blog__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.blog__single .blog__meta span {
  width: 8px;
  height: 8px;
  min-width: 8px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: none;
}
@media only screen and (min-width: 576px) {
  .blog__single .blog__meta span {
    display: block;
  }
}
.blog__single .blog__meta p,
.blog__single .blog__meta a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.blog__single .blog__meta p i,
.blog__single .blog__meta a i {
  font-size: 24px;
  margin-top: 3px;
  color: var(--primary-color);
}
.blog__single a:hover {
  color: var(--primary-color);
}
.blog__single .content {
  margin-inline: 20px;
  background-color: var(--template-bg);
  padding: 80px 20px 24px;
  line-height: 0px;
  clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%, 0% 0%);
}
@media only screen and (min-width: 576px) {
  .blog__single .content {
    margin-inline: 24px;
  }
}
.blog__single .blog__cta a {
  font-weight: 600;
  color: var(--primary-color);
}
.blog__single .blog__cta a:hover {
  color: var(--white);
}
.blog__single .blog__cta a i {
  font-size: 20px;
  margin-top: 2px;
}

.blog-main .blog__single .content {
  background-color: var(--quaternary-color);
}

.blog-list .blog__single .thumb img {
  max-height: unset;
}

.blog-details {
  position: relative;
  z-index: 1;
}
.blog-details .blog__details-card {
  padding: 12px;
  padding-bottom: 40px;
  background-color: var(--quaternary-color);
  border-radius: 12px;
  border: 1px solid var(--denary-color);
}
.blog-details .details__poster img {
  border-radius: 8px;
  width: 100%;
  min-height: 400px;
}
.blog-details .details__meta {
  display: flex;
  align-items: center;
  gap: 24px;
  row-gap: 12px;
  flex-wrap: wrap;
}
.blog-details .details__meta p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-details .details__meta p i {
  font-size: 20px;
}
.blog-details .details__meta span {
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
  border-radius: 50%;
}
.blog-details .details__content {
  padding-inline: 8px;
}
@media only screen and (min-width: 768px) {
  .blog-details .details__content {
    padding-inline: 20px;
  }
}
.blog-details .details__content .divider {
  border-style: dashed;
  border-width: 1.5px;
  border-color: var(--octonary-color);
}
.blog-details .details__group {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-inline: 8px;
}
@media only screen and (min-width: 768px) {
  .blog-details .details__group {
    padding-inline: 20px;
  }
}
.blog-details .details__group .details__content {
  width: calc(60% - 8px);
  padding-inline: 0px;
}
.blog-details .details__group .thumb {
  width: calc(40% - 8px);
}
.blog-details .details__group .thumb img {
  width: 100%;
  border-radius: 8px;
  min-height: 200px;
}
.blog-details .video-poster {
  position: relative;
}
.blog-details .video-poster img {
  width: 100%;
  min-height: 280px;
  border-radius: 8px;
}
.blog-details .video-poster .open-video-popup {
  width: 90px;
  height: 90px;
  min-width: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ripple 1s linear infinite;
}
.blog-details .video-poster .open-video-popup i {
  color: var(--white);
  font-size: 24px;
}
.blog-details .details__footer {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  justify-content: flex-start;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .blog-details .details__footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.blog-details .details__footer p {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}
.blog-details .details__footer p i {
  font-size: 20px;
  color: var(--primary-color);
  margin-bottom: -4px;
}
.blog-details .details__footer .details-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .blog-details .details__footer .details-tag {
    gap: 16px;
  }
}
.blog-details .details__footer .tag-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-details .details__footer .tag-wrapper a {
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--denary-color);
  padding: 8px 20px;
  font-weight: 500;
  border-radius: 8px;
}
.blog-details .details__footer .tag-wrapper a:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
}
.blog-details .details__footer .social a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  color: var(--nonary-color);
  border-color: var(--nonary-color);
}
.blog-details .details__footer .social a i {
  font-size: 18px;
  font-weight: 400;
}
.blog-details .details__footer .social a:hover {
  border-color: var(--primary-color);
  color: var(--white);
}
.blog-details .blog__details-card-sm {
  padding: 40px 20px;
  background-color: var(--quaternary-color);
  border-radius: 12px;
  border: 1px solid var(--denary-color);
}
@media only screen and (min-width: 768px) {
  .blog-details .blog__details-card-sm {
    padding: 40px 32px;
  }
}
.blog-details .blog__details-card-sm .divider {
  border-style: dashed;
  border-width: 1.5px;
  border-color: var(--octonary-color);
}
.blog-details .blog__details-card-sm input::-moz-placeholder, .blog-details .blog__details-card-sm textarea::-moz-placeholder {
  color: var(--nonary-color);
  font-weight: 500;
}
.blog-details .blog__details-card-sm input::placeholder,
.blog-details .blog__details-card-sm textarea::placeholder {
  color: var(--nonary-color);
  font-weight: 500;
}
.blog-details .blog__details-card-sm .alter-input {
  align-items: flex-start;
}
.blog-details .blog__details-card-sm .alter-input i {
  margin-top: 20px;
}
.blog-details .blog__details-card-sm .alter-input textarea {
  border: 0px;
}
.blog-details .blog__details-card-sm form i {
  color: var(--nonary-color);
}
.blog-details .card__intro {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-details .card__intro span {
  color: #dfe0e4;
}
.blog-details .sort-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-details .sort-wrapper .nice-select {
  background-color: transparent;
  border: 1px solid var(--denary-color);
  padding-block: 8px;
}
.blog-details .sort-wrapper .nice-select::after {
  width: 8px;
  height: 8px;
  margin-top: -6px;
}
.blog-details .sort-wrapper .nice-select .current,
.blog-details .sort-wrapper .nice-select li {
  font-size: 16px;
  font-weight: 700;
  transition: var(--transition);
}
.blog-details .sort-wrapper .nice-select .list {
  background-color: #2d2d34;
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.1), 0 0 0 1px hsla(230, 13%, 9%, 0.075), 0 0.3px 0.4px hsla(230, 13%, 9%, 0.02), 0 0.9px 1.5px hsla(230, 13%, 9%, 0.045), 0 3.5px 6px hsla(230, 13%, 9%, 0.09);
}
.blog-details .sort-wrapper .nice-select .list:hover .option.selected.focus {
  color: var(--white);
}
.blog-details .sort-wrapper .nice-select .option {
  padding-inline: 18px;
}
.blog-details .sort-wrapper .nice-select .option:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.blog-details .sort-wrapper .nice-select .option.selected.focus {
  background-color: var(--primary-color);
  color: var(--white);
}
.blog-details .sort-wrapper .nice-select .option.selected.focus:hover {
  color: var(--white) !important;
}
.blog-details .comment__single {
  padding: 24px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid var(--denary-color);
}
@media only screen and (min-width: 576px) {
  .blog-details .comment__single {
    padding: 24px;
  }
}
.blog-details .comment__meta {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) {
  .blog-details .comment__meta {
    justify-content: space-between;
    flex-direction: row;
  }
}
.blog-details .comment__meta .time {
  text-align: start;
}
@media only screen and (min-width: 576px) {
  .blog-details .comment__meta .time {
    text-align: end;
  }
}
.blog-details .author__info {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .blog-details .author__info {
    align-items: center;
    flex-direction: row;
  }
}
.blog-details .author__info img {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-details .review {
  margin-bottom: 20px;
}
.blog-details .comment__single-action {
  display: flex;
  align-items: center;
  gap: 40px;
  row-gap: 12px;
  flex-wrap: wrap;
}
.blog-details .comment__single-action button {
  font-size: 18px;
  color: var(--primary-color);
}
.blog-details .comment__single-action button:hover {
  color: var(--secondary-color);
}
.blog-details .comment__single-action button i {
  font-size: 24px;
}
.blog-details .comment__single-action .active {
  color: var(--secondary-color);
}
.blog-details .reply__comment {
  display: none;
}
.blog-details .reply__comment-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 576px) {
  .blog-details .reply__comment-inner {
    flex-direction: row;
  }
}
.blog-details .reply__comment-inner img {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-details .reply__comment-inner textarea {
  min-height: 80px;
  padding-block: 8px;
  border-color: var(--octonary-color);
  border-radius: 8px;
}
.blog-details .reply__comment-inner form,
.blog-details .reply__comment-inner .input-single {
  flex-grow: 1;
  width: 100%;
}
.blog-details .reply__comment-inner .input-group {
  flex-direction: column;
  align-items: flex-start;
}
.blog-details .reply__comment-inner .btn--primary {
  padding-block: 10px;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(190, 221, 16, 0.3), 0 0 0 10px rgba(190, 221, 16, 0.3), 0 0 0 30px rgba(190, 221, 16, 0.3), 0 0 0 60px rgba(190, 221, 16, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(190, 221, 16, 0.3), 0 0 0 30px rgba(190, 221, 16, 0.3), 0 0 0 60px rgba(190, 221, 16, 0.3), 0 0 0 90px rgba(190, 221, 16, 0);
  }
}
/* ==== 
 --------- (5.11) blog section styles end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (5.12) contact section styles start ---------
 ==== */
.contact__content-single {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: var(--quaternary-color);
  border: 1px solid var(--octonary-color);
  border-radius: 12px;
  padding: 32px 20px;
  transition: var(--transition);
}
.contact__content-single:hover {
  background-color: var(--primary-color);
}
.contact__content-single:hover a {
  color: var(--white);
}
.contact__content-single:hover .icon {
  background-color: var(--white);
}
.contact__content-single:hover .icon i {
  color: var(--primary-color);
}
.contact__content-single .icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  transition: var(--transition);
}
.contact__content-single .icon i {
  font-size: 30px;
  color: var(--white);
  transition: var(--transition);
}
.contact__content-single .content {
  max-width: 240px;
}
.contact__content-single a {
  text-transform: lowercase;
}
.contact__content-single h6,
.contact__content-single a {
  transition: var(--transition);
}

.contact__form {
  padding: 40px 20px;
  background-color: var(--quaternary-color);
  border-radius: 12px;
}
.contact__form .divider {
  border-style: dashed;
  border-color: #b8a9a9;
}
.contact__form input,
.contact__form textarea {
  border: 0px solid transparent;
}
.contact__form input:focus,
.contact__form textarea:focus {
  border: 0px solid transparent;
}

/* ==== 
 --------- (5.13) contact section styles end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (5.13) authentication section styles start ---------
 ==== */
.authentication {
  overflow: hidden;
  position: relative;
}
.authentication label {
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .authentication label {
    font-size: 18px;
  }
}

.authentication__form a {
  color: #ffa5a4;
  font-weight: 500;
}
.authentication__form a:hover {
  color: var(--white);
}
.authentication__form .btn--primary {
  width: 100%;
  justify-content: center;
}

.authentication-bg {
  position: fixed;
  inset: 0px;
  z-index: -2;
}
.authentication-bg img {
  width: 100%;
  height: 100%;
}

.password-group i {
  cursor: pointer;
  font-size: 20px;
}

.authentication__thumb {
  position: absolute;
  inset-inline-end: 2%;
  inset-block-end: 0%;
  z-index: -1;
}
.authentication__thumb img {
  max-width: 35vw;
  animation: moveLeftRight 6s linear infinite;
}
@media only screen and (min-width: 1400px) {
  .authentication__thumb img {
    max-width: 40vw;
  }
}

/* ==== 
 --------- (5.14) authentication section styles end ---------
 ==== */
/* ==== 
 --------- (5.14) coming soon section styles start ---------
 ==== */
.soon {
  padding: 100px 0px;
  height: auto;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: var(--black);
}
.soon .content {
  text-align: center;
}
.soon .content h4 {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
  text-align: center !important;
}
.soon .content p {
  color: #e7e0e0;
  font-weight: 500;
  font-size: 18px;
}
.soon .content p:nth-last-of-type(1) {
  margin-top: 4px;
}
.soon .form-group {
  margin-top: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}
.soon .form-group input {
  flex-grow: 1;
  width: 100%;
  padding: 18px 24px;
  background-color: var(--quaternary-color);
}
.soon .form-group input::-moz-placeholder {
  color: var(--nonary-color);
}
.soon .form-group input::placeholder {
  color: var(--nonary-color);
}
.soon .form-group button {
  min-width: -moz-min-content;
  min-width: min-content;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 0px;
  padding-block: 17px;
}

.soon__inner {
  position: relative;
  z-index: 2;
}

.soon__logo {
  text-align: center;
}
.soon__logo img {
  width: 100%;
  max-width: 230px;
}

.time-counter {
  position: relative;
}

.time-countdown {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: -moz-max-content;
  width: max-content;
}

.counter-column {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 180px;
  height: 180px;
  font-size: 20px;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  z-index: 7;
  border-radius: 20px;
  margin: 0 15px 20px;
  background-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
}

.count {
  position: relative;
  display: block;
  font-size: 72px;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
}

.soon-bg {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.soon-bg::after {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2509803922);
}
.soon-bg img {
  width: 100%;
  height: 100%;
}
.soon-bg .parallax-image-wrap,
.soon-bg .parallax-image-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0px;
}

.countdown-wrapper {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-block: 60px;
}

.clock {
  position: relative;
  width: 500px;
  height: 500px;
  background-color: rgba(10, 10, 10, 0.3764705882);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.clock::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -20%;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.4), rgba(77, 75, 75, 0.4) 75%);
  pointer-events: none;
  z-index: -1;
}

.hand {
  position: absolute;
  background-color: #fff;
  transform-origin: bottom;
  border-radius: 99px;
}

.hour-hand {
  width: 15px;
  height: 175px;
  top: 75px;
  background-color: #bdbaba;
}

.minute-hand {
  width: 12px;
  height: 175px;
  top: 75px;
  background-color: #5a5a5a;
}

.second-hand {
  position: absolute;
  width: 6px;
  height: 200px;
  top: 50px;
  background-color: #9d9a95;
  transform-origin: bottom;
}
.second-hand::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 50px;
  top: 187px;
  background-color: #9d9a95;
  border-radius: 99px;
  transform-origin: top;
}

.center-dot {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.6);
}

.center-dot-orange {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: black;
  border-radius: 50%;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}

.hour-markers {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hour-marker {
  position: absolute;
  color: #fff;
  transform: rotate(0deg) translateY(-216.25px);
  transform-origin: center;
}
.hour-marker span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: rgb(143, 137, 137);
}

.minute-marker {
  position: absolute;
  width: 2px;
  height: 11.25px;
  background-color: rgba(255, 255, 255, 0.3);
  transform: rotate(0deg) translateY(-216.25px);
  transform-origin: center;
  display: none;
}

@media only screen and (max-width: 991.98px) {
  .soon {
    padding: 100px 0px;
  }
  .soon .counter-column {
    width: calc(50% - 30px);
  }
  .soon .logo img {
    max-width: 180px;
  }
}
@media only screen and (max-width: 499.98px) {
  .soon .time-countdown {
    flex-direction: column;
    position: relative;
    transform: none;
    inset: unset;
  }
  .soon .counter-column {
    width: 180px;
    height: 180px;
  }
  .soon .countdown-wrapper {
    height: auto;
  }
  .soon .countdown-wrapper .clock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .soon .form-group {
    flex-direction: column;
    gap: 16px;
  }
  .soon .form-group button {
    justify-content: center;
    width: 100%;
  }
}
/* ==== 
 --------- (5.14) coming soon section styles end ---------
 ==== */
/* ==============
 ========= css table of contents =========

 * template name: Hyipro
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */
/* ==== 
 --------- (6.00) rtl styles start ---------
 ==== */
.rtl {
  direction: rtl;
}
.rtl .color-palate-inner {
  direction: ltr;
}
.rtl .flip-img {
  scale: -1 1;
}
.rtl .title-animation {
  direction: ltr;
  text-align: end;
}
.rtl .title-animation div,
.rtl .title-animation span {
  text-align: end !important;
}
.rtl .swiper {
  direction: ltr;
}
.rtl .header .navbar__item--has-children {
  position: relative;
}
.rtl .header .navbar__item--has-children:hover > .navbar__sub-menu.mega-menu {
  transform: translateY(0px) translateX(24.4%);
}
@media only screen and (min-width: 1400px) {
  .rtl .header .navbar__item--has-children:hover > .navbar__sub-menu.mega-menu {
    transform: translateY(0px) translateX(20%);
  }
}
@media only screen and (min-width: 1600px) {
  .rtl .header .navbar__item--has-children:hover > .navbar__sub-menu.mega-menu {
    transform: translateY(0px) translateX(30%);
  }
}
.rtl .header .mega-menu {
  transform: translateY(30px) translateX(24.4%);
}
@media only screen and (min-width: 1400px) {
  .rtl .header .mega-menu {
    transform: translateY(30px) translateX(20%);
  }
}
@media only screen and (min-width: 1600px) {
  .rtl .header .mega-menu {
    transform: translateY(30px) translateX(30%);
  }
}
.rtl .mobile-menu .mobile-menu__wrapper {
  inset-inline-start: 400px;
}
.rtl .show-menu .mobile-menu__wrapper {
  inset-inline-start: 0px;
}
.rtl .mobile-menu__backdrop {
  direction: ltr;
}
.rtl .breadcrumb {
  gap: 2px;
}
.rtl .breadcrumb-item + .breadcrumb-item::before {
  float: right;
}
.rtl .title-animation.text-center {
  text-align: center;
}
.rtl .title-animation.text-center div,
.rtl .title-animation.text-center span {
  text-align: center !important;
}
.rtl .title-animation.text-start div,
.rtl .title-animation.text-start span {
  text-align: end !important;
}
.rtl .title-animation.text-end div,
.rtl .title-animation.text-end span {
  text-align: start !important;
}

/* ==== 
 --------- (6.00) rtl styles end ---------
 ==== *//*# sourceMappingURL=main.css.map */