@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
:root {
  --ubuntu: "Ubuntu", sans-serif;
  --theme-bg: #131128;
  --primary-bg: #171531;
  --alternate-bg: #152775;
  --accent-bg: #25204d;
  --accent-primary-bg: #322a71;
  --accent-secondary-bg: #242151;
  --accent-tertiary-bg: #2b255a;
  --accent-fourier-bg: #171531;
  --btn-bg: #5b2ed9;
  --btn-primary-bg: #282454;
  --btn-secondary-bg: #2d2565;
  --btn-transparent: transparent;
  --btn-alternate-bg: #ffffff;
  --btn-hover-bg: #ffffff;
  --theme-font: 18px;
  --primary-font: 66px;
  --secondary-font: 42px;
  --tertiary-font: 28px;
  --fourier-font: 22px;
  --fiver-font: 18px;
  --accent-font: 18px;
  --theme-color: #e0dff1;
  --primary-color: #ffffff;
  --secondary-color: #54cc60;
  --tertiary-color: #e7ad27;
  --fourier-color: #00f0ff;
  --alternate-color: #e0dff1;
  --title-color: #ffffff;
  --title-primary-color: #54cc60;
  --title-secondary-color: #e7ad27;
  --title-alternate-color: #ffffff;
  --btn-color: #ffffff;
  --btn-primary-color: #adb5ff;
  --focus-color: #ffffff;
  --btn-alternate-color: #ffffff;
  --btn-hover-color: #ffffff;
  --btn-primary-hover-color: #131128;
  --gradient: 90deg, rgb(204, 24, 188) 0%, rgb(255, 131, 64) 100%;
  --primary-gradient: 90deg, rgb(204, 24, 188) 0%, rgb(255, 131, 64) 100%;
  --secondary-gradient: 90deg, rgb(204, 24, 188) 0%, rgb(255, 131, 64) 100%;
  --hover-gradient: 90deg, rgb(204, 24, 188) 0%, rgb(255, 131, 64) 100%;
  --border: 1px solid #2d295e;
  --primary-border: 1px solid rgba(255, 255, 255, 0.2);
  --secondary-border: 1px solid #6654e2;
  --tertiary-border: 1px solid #010202;
  --fourier-border: 1px solid rgba(23, 21, 49, 0.2);
  --border-none: 0px solid transparent;
  --radius: 5px;
  --primary-radius: 10px;
  --secondary-radius: 15px;
  --tertiary-radius: 20px;
  --fourier-radius: 25px;
  --fiver-radius: 30px;
  --radius-none: 0px;
  --shadow: 0px 2px 10px inherit;
  --primary-shadow: 0px 0px 0px transparent;
  --secondary-shadow: 0px 0px 0px transparent;
  --tertiary-shadow: 0px 0px 0px transparent;
  --shadow-none: 0px 0px 0px transparent;
  --transition: all 0.2s ease-in;
  --primary-transition: all 0.3s ease-in;
  --secondary-transition: all 0.4s ease-in;
  --tertiary-transition: all 0.6s ease-in;
  --transition-none: all 0s ease-in;
  --bs-breadcrumb-divider: none;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

img {
  border-style: none;
}

button,
input {
  font-family: inherit;

  font-size: 100%;

  line-height: 1.15;

  margin: 0;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;

  font: inherit;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

*:focus {
  outline: none;
  border: none;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
p,
blockquote,
a,
img,
i,
ul,
li,
table,
tbody,
thead,
tr,
th,
td,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-family: var(--ubuntu);
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html::-moz-selection,
body::-moz-selection,
div::-moz-selection,
span::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
p::-moz-selection,
blockquote::-moz-selection,
a::-moz-selection,
img::-moz-selection,
i::-moz-selection,
ul::-moz-selection,
li::-moz-selection,
table::-moz-selection,
tbody::-moz-selection,
thead::-moz-selection,
tr::-moz-selection,
th::-moz-selection,
td::-moz-selection,
footer::-moz-selection,
header::-moz-selection,
nav::-moz-selection,
section::-moz-selection {
  color: var(--theme-bg);
  background: var(--theme-color);
}

html::selection,
body::selection,
div::selection,
span::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
p::selection,
blockquote::selection,
a::selection,
img::selection,
i::selection,
ul::selection,
li::selection,
table::selection,
tbody::selection,
thead::selection,
tr::selection,
th::selection,
td::selection,
footer::selection,
header::selection,
nav::selection,
section::selection {
  color: var(--theme-bg);
  background: var(--theme-color);
}

html {
  position: relative;
  width: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--ubuntu);
  font-size: var(--theme-font);
  font-weight: 400;
  font-style: normal;
  background-color: var(--theme-bg);
  color: var(--theme-color);
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: hidden !important;
}

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

body::-webkit-scrollbar-track {
  background-color: var(--accent-primary-bg);
  border-radius: 0px;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--btn-bg);
  border-radius: 0px;
}

img {
  vertical-align: middle;
}

span {
  display: inline-block;
}

ul {
  list-style-type: none;
}

button {
  cursor: pointer;
  border: none;
}

button:focus {
  outline: none;
  border: none;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

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

footer,
header,
nav,
section {
  display: block;
}

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}

.primary-effect {
  position: relative;
  z-index: 3;
}

.primary-effect::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--btn-bg);
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: inherit;
  z-index: -1;
}

.primary-effect:hover {
  background-color: var(--btn-hover-bg);
  color: var(--theme-bg);
}

.primary-effect:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
}

.secondary-effect {
  position: relative;
  z-index: 3;
}

.secondary-effect::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  background-color: var(--btn-bg);
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: inherit;
  z-index: -1;
}

.secondary-effect:hover {
  color: var(--btn-hover-color);
}

.secondary-effect:hover::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.card-hover-effect {
  position: relative;
  z-index: 3;
}

.card-hover-effect::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  background-color: var(--btn-bg);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: inherit;
  z-index: -1;
}

.card-hover-effect:hover::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.card-effect:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  background-color: var(--btn-bg);
}

.title-wrapper {
  text-align: center;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
  .pb-120 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
}

h1 {
  font-family: var(--ubuntu);
  font-size: var(--primary-font);
  line-height: 80px;
  font-weight: 700;
  color: var(--title-alternate-color);
  font-style: normal;
  text-align: left;
}

h2 {
  font-family: var(--ubuntu);
  font-size: var(--secondary-font);
  line-height: 54px;
  font-weight: 700;
  color: var(--title-color);
  font-style: normal;
  text-align: left;
}

h3 {
  font-family: var(--ubuntu);
  font-size: var(--tertiary-font);
  line-height: 40px;
  font-weight: 700;
  color: var(--title-color);
  font-style: normal;
  text-align: left;
}

h4,
h4 > a {
  font-family: var(--ubuntu);
  font-size: var(--fourier-font);
  line-height: 32px;
  font-weight: 700;
  color: var(--title-color);
  font-style: normal;
  text-align: left;
}

h5,
h5 > a {
  font-family: var(--ubuntu);
  font-size: var(--fiver-font);
  line-height: 28px;
  font-weight: 700;
  color: var(--title-color);
  font-style: normal;
  text-align: left;
}

p,
th,
td,
li,
span,
blockquote {
  font-family: var(--ubuntu);
  font-size: var(--theme-font);
  line-height: 30px;
  font-weight: 400;
  color: var(--theme-color);
  font-style: normal;
  text-align: left;
}

blockquote.tertiary {
  font-family: var(--ubuntu);
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  color: var(--alternate-color);
  font-style: normal;
  text-align: left;
}

a,
button {
  text-decoration: none;
  display: inline-block;
  color: var(--btn-color);
  background-color: var(--btn-transparent);
  font-family: var(--ubuntu);
  font-size: var(--accent-font);
  line-height: 30px;
  font-weight: 500;
  color: var(--btn-color);
  font-style: normal;
  text-align: left;
  text-transform: uppercase;
}

a:hover,
button:hover {
  text-decoration: none;
  color: var(--btn-hover-color);
}

a:active,
button:active {
  color: var(--btn-color);
}

a:active {
  color: var(--btn-color);
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  h4,
  h4 > a {
    font-size: 20px;
    line-height: 28px;
  }
  h5,
  h5 > a {
    font-size: 16px;
    line-height: 24px;
  }
  p,
  th,
  td,
  li,
  span,
  blockquote {
    font-size: 16px;
    line-height: 26px;
  }
  blockquote.tertiary {
    font-size: 20px;
    line-height: 32px;
  }
  a,
  button {
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  blockquote.tertiary {
    font-size: 18px;
    line-height: 30px;
  }
}

.primary-btn {
  background-color: var(--btn-bg);
  padding: 10px 30px 12px;
  border-radius: var(--fiver-radius);
  -webkit-transition: Var(--primary-transition);
  transition: Var(--primary-transition);
  text-align: center;
}

.nav-link {
  background-color: var(--btn-transparent);
  padding: 7px 20px 7px !important;
  border-radius: var(--tertiary-radius);
  -webkit-transition: Var(--primary-transition);
  transition: Var(--primary-transition);
  text-align: center;
  color: var(--btn-color);
}

.nav-link:hover {
  color: var(--btn-color);
}

.link-active {
  background-color: var(--btn-bg);
  color: var(--btn-color) !important;
}

.secondary-btn {
  background-color: var(--btn-primary-bg);
  padding: 11px 60px 12px;
  border-radius: var(--fiver-radius);
  -webkit-transition: Var(--secondary-transition);
  transition: Var(--secondary-transition);
  text-align: center;
}

.tertiary-btn {
  background-color: var(--btn-transparent);
  padding: 5px 30px 7px;
  border-radius: var(--fiver-radius);
  -webkit-transition: Var(--secondary-transition);
  transition: Var(--secondary-transition);
  text-align: center;
}

.primary-submit {
  border: 0px;
  font-family: var(--ubuntu);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--btn-color);
  font-style: normal;
  text-align: left;
  padding: 12px 36px 13px;
  border-radius: var(--fiver-radius);
  background-color: var(--btn-bg);
  -webkit-transition: var(--primary-transition);
  transition: var(--primary-transition);
}

@media only screen and (max-width: 991px) {
  .secondary-btn {
    padding: 11px 40px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .secondary-btn {
    padding: 11px 30px 12px;
  }
}

#newsletter {
  width: 100%;
  margin-top: 25px;
}

#newsletter input {
  border: none;
  outline: none;
  padding: 13px 30px 15px;
  background-color: var(--btn-secondary-bg);
  font-family: var(--ubuntu);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: var(--btn-color);
  font-style: normal;
  text-align: left;
  border-radius: var(--primary-radius);
  border: var(--secondary-border);
  width: 70%;
}

#newsletter input:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  border: var(--secondary-border);
  background-color: var(--btn-secondary-bg) !important;
}

#newsletter input::-webkit-input-placeholder {
  font-family: var(--ubuntu);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: var(--btn-color);
  font-style: normal;
  text-align: left;
}

#newsletter input:-ms-input-placeholder {
  font-family: var(--ubuntu);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: var(--btn-color);
  font-style: normal;
  text-align: left;
}

#newsletter input::-ms-input-placeholder {
  font-family: var(--ubuntu);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: var(--btn-color);
  font-style: normal;
  text-align: left;
}

#newsletter button {
  border: none;
  outline: none;
  padding: 15px 30px;
  border-radius: var(--primary-radius);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-left: 5px;
}

input::-webkit-input-placeholder {
  opacity: 0.5 !important;
}

input:-ms-input-placeholder {
  opacity: 0.5 !important;
}

input::-ms-input-placeholder {
  opacity: 0.5 !important;
}

.navbar {
  padding: 15px 0px;
  background-color: transparent;
}

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

.logo {
  width: 150px;
  height: 50px;
}

.out-link {
  margin-left: 40px;
}

.out-link .primary-btn {
  padding: 9px 30px 11px;
}

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

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

.navbar-toggler .icon-bar {
  width: 35px;
  height: 2px;
  background-color: var(--primary-color);
  margin: 0px;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler .middle-bar {
  margin: 6px 0px;
  opacity: 1;
}

.dropdown-toggle::after {
  content: "";
  margin-left: 10px;
}

.dropdown-menu {
  background-color: var(--accent-bg);
  padding: 0px;
  -webkit-box-shadow: 0 5px 10px, 0 15px 40px;
  box-shadow: 0 5px 10px, 0 15px 40px;
  min-width: 220px;
  border-radius: 0px;
  margin-top: 20px !important;
}

.dropdown-menu .dropdown-item {
  background-color: var(--accent-tertiary-bg);
  margin: 4px 0px;
  color: var(--btn-color);
  font-size: 16px;
  font-weight: 500 !important;
  padding: 8px 16px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.dropdown-menu .dropdown-item:nth-child(1) {
  margin-top: 0px;
}

.dropdown-menu .dropdown-toggle::after {
  content: "";
  margin-left: 10px;
}

.dropdown-menu .link-active {
  background-color: var(--btn-bg);
  color: var(--btn-color);
}

.dropdown-menu .dropend .dropdown-menu {
  background-color: var(--accent-tertiary-bg);
}

.dropdown-menu .dropend .dropdown-menu .dropdown-item {
  background-color: var(--accent-bg);
}

.dropdown-menu .dropend .dropdown-menu .link-activee {
  background-color: var(--btn-bg);
  color: var(--btn-hover-color);
}

@media only screen and (max-width: 1199px) {
  .nav-link {
    padding: 4px 14px 4px !important;
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  header {
    margin-bottom: 75px;
  }
  .navbar {
    background-color: var(--accent-primary-bg);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
  }
  .nav-link {
    text-align: left;
    padding: 7px 15px 7px !important;
    background-color: #0d045f;
    border-radius: 0px;
    margin: 2px 0px;
  }
  .nav-item .secondary-effect::before {
    content: none;
  }
  .nav-item:first-child {
    margin-top: 2px;
  }
  .nav-item:last-child {
    margin-bottom: 2px;
  }
  .nav-item:last-child .nav-link {
    background-color: var(--btn-bg);
    color: var(--btn-color);
  }
  .logo {
    width: 130px;
    height: 45px;
  }
  .out-link .primary-btn {
    padding: 9px 30px 10px;
  }
  .navbar-collapse {
    margin: 15px 0px 15px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-left: none;
    border-right: none;
    max-height: 230px;
    overflow: auto;
  }
  .navbar-collapse::-webkit-scrollbar {
    width: 5px;
  }
  .navbar-collapse::-webkit-scrollbar-track {
    background-color: var(--accent-primary-bg);
    border-radius: 0px;
  }
  .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: var(--btn-bg);
    border-radius: 0px;
  }
  .dropdown-menu {
    margin: 10px 0px !important;
  }
}

@media only screen and (max-width: 575px) {
  header {
    margin-bottom: 70px;
  }
  .logo {
    width: 130px;
    height: 40px;
  }
}

.login-modal-container {
  max-width: 100%;
  background-color: var(--accent-bg);
  position: fixed;
  border-radius: 20px;
  z-index: 1031;
  overflow-x: hidden !important;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00000066;
}

.title-content-left::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  margin-top: -10px;
}

.title-content-left p {
  margin-top: 10px;
}

@media only screen and (max-width: 991px) {
  .title-content-left::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    margin-top: -9px;
  }
  .title-content-left p {
    margin-top: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .title-content-left p {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 575px) {
  .title-content-right {
    margin-top: 26px;
  }
}

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

.testimonial-wrapper .title-content-right button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--btn-secondary-bg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: var(--radius);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.testimonial-wrapper .title-content-right button .flaticon-left-arrow,
.testimonial-wrapper .title-content-right button .flaticon-next {
  margin-bottom: -5px !important;
}

.testimonial-wrapper .title-content-right button .flaticon-left-arrow::before,
.testimonial-wrapper .title-content-right button .flaticon-next::before {
  line-height: 0px !important;
  font-weight: 700;
  color: var(--btn-color);
}

.testimonial-wrapper .title-content-right button:first-of-type {
  margin-right: 10px;
}

.testimonial-wrapper .title-content-right button:hover {
  background-color: var(--btn-bg);
}

.testimonial-wrapper .title-content-right button:hover i::before {
  color: var(--btn-hover-color);
}

.testimonial-slider-wrapper {
  margin-top: 60px;
  position: relative;
}

.testimonial-slider-wrapper .testimonial-slider-single-item {
  padding: 60px 30px;
  background-color: var(--accent-bg);
  border-radius: var(--tertiary-radius);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.testimonial-slider-wrapper .testimonial-slider-single-item blockquote {
  font-weight: 500;
}

.testimonial-slider-wrapper .testimonial-slider-single-item blockquote::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  margin-top: -8px;
}

.testimonial-slider-wrapper
  .testimonial-slider-single-item
  .testimonial-author {
  margin-top: 37px;
}

.testimonial-slider-wrapper
  .testimonial-slider-single-item
  .testimonial-author
  .avatar-thumb {
  margin-right: 30px;
}

.testimonial-slider-wrapper
  .testimonial-slider-single-item
  .testimonial-author
  .avatar-thumb
  img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonial-slider-wrapper
  .testimonial-slider-single-item
  .testimonial-author
  h4
  a {
  color: var(--primary-color);
  text-transform: uppercase;
}

.testimonial-slider-wrapper
  .testimonial-slider-single-item
  .testimonial-author
  p {
  margin-top: 4px;
}

.testimonial-slider-wrapper .testimonial-slider-single-item:hover blockquote {
  color: var(--btn-hover-color);
}

.testimonial-slider-wrapper .testimonial-slider-single-item:hover p {
  color: var(--btn-hover-color);
}

@media only screen and (max-width: 1599px) {
  .testimonial-slider-wrapper .testimonial-slider-single-item {
    padding: 60px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-slider-wrapper .testimonial-slider-single-item {
    padding: 40px 20px;
    margin: auto;
  }
  .testimonial-slider-wrapper
    .testimonial-slider-single-item
    blockquote::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    margin-top: -10px;
  }
  .testimonial-slider-wrapper
    .testimonial-slider-single-item
    .testimonial-author
    p {
    margin-top: 7px;
  }
  .slider-title-wrapper::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    margin-top: -8px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-slider-wrapper {
    padding: 0px 12px;
    margin-top: 30px;
  }
  .testimonial-slider-wrapper .testimonial-slider-single-item {
    padding: 40px 20px 30px;
    max-width: 500px;
  }
  .testimonial-slider-wrapper
    .testimonial-slider-single-item
    blockquote::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    margin-top: -8px;
  }
  .testimonial-slider-wrapper
    .testimonial-slider-single-item
    .testimonial-author {
    margin-top: 27px;
  }
  .testimonial-slider-wrapper
    .testimonial-slider-single-item
    .testimonial-author
    .avatar-thumb {
    margin-right: 15px;
  }
  .slider-title-wrapper {
    margin-top: 9px;
  }
}

.newsletter-wrapper {
  background-color: var(--accent-bg);
  -webkit-box-shadow: var(--shadow-none);
  box-shadow: var(--shadow-none);
  border-radius: var(--tertiary-radius);
  padding: 40px 60px;
  position: relative;
  bottom: -212px;
  margin-top: -212px;
}

.newsletter-content h2::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  margin-top: -12px;
}

@media only screen and (min-width: 1200px) {
  .newsletter-thumb img {
    margin-bottom: -10px;
  }
}

@media only screen and (max-width: 1199px) {
  .newsletter-wrapper {
    position: relative;
    bottom: -220px;
    margin-top: -220px;
    padding: 80px 60px;
  }
  .newsletter-thumb img {
    width: 100%;
    height: 100%;
  }
  .newsletter-content h2::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    margin-top: -10px;
  }
  #newsletter input {
    width: 100%;
  }
  #newsletter button {
    margin-top: 30px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .newsletter-wrapper {
    padding: 100px 40px;
    bottom: -204px;
    margin-top: -204px;
  }
  .newsletter-content h2::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    margin-top: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter-wrapper {
    padding: 60px 15px;
    bottom: -179px;
    margin-top: -179px;
    border-radius: 10px;
  }
  .newsletter-content h2::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    margin-top: -9px;
  }
  #newsletter button {
    margin-top: 25px;
  }
}

.trade-banner-container {
  background-color: var(--alternate-bg);
  padding-top: 365px;
  padding-bottom: 300px;
  background-position: top center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.trade-banner-content h1::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  margin-top: -12px;
}

.trade-banner-content p {
  margin-top: 7px;
}

.trade-banner-content .group-link {
  margin-top: 34px;
}

.trade-banner-content .group-link a {
  margin-right: 30px;
}

.trade-banner-content .group-link a:last-of-type {
  background-color: transparent;
  border: var(--primary-border);
  margin-right: 0px;
}

.trade-banner-content .group-link a:last-of-type:hover {
  border-color: transparent;
}

.trade-banner-thumb {
  position: absolute;
  bottom: 0px;
  direction: rtl;
}

@media only screen and (min-width: 992px) {
  .trade-banner-container {
    padding-bottom: 390px;
  }
}

@media only screen and (max-width: 991px) {
  .trade-banner-container {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .trade-banner-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .trade-banner-content h1::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    margin-top: -8px;
  }
}

@media only screen and (max-width: 575px) {
  .trade-banner-content .group-link {
    margin-top: 27px;
  }
  .trade-banner-content .group-link a {
    margin-right: 0px;
  }
  .trade-banner-content .group-link a:last-of-type {
    margin-top: 30px;
  }
}

.wallet-container {
  background-color: var(--theme-bg);
}

.wallet-thumb {
  direction: rtl;
  line-height: 0px;
}

.wallet-thumb img {
  display: inline-block;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

.wallet-right .immidiate {
  margin-top: 19px;
}

.wallet-single-item {
  padding: 30px;
  margin-top: 20px;
  background-color: var(--accent-bg);
  border-radius: var(--primary-radius);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-align: left;
  max-width: 450px;
}

.wallet-single-item:hover {
  padding-left: 35px;
  background-color: #322979;
}

.wallet-single-item h5 {
  text-transform: uppercase;
}

.wallet-single-item:first-of-type {
  margin-top: 56px;
}

.wallet-icon-box {
  width: 40px;
  height: 40px;
  background-color: var(--btn-bg);
  border-radius: var(--primary-radius);
  padding: 10px;
  text-align: center;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .wallet-single-item {
    padding: 24px 12px;
  }
  .wallet-single-item:hover {
    padding-left: 20px;
  }
  .wallet-single-item:first-of-type {
    margin-top: 36px;
  }
  .wallet-right .immidiate {
    margin-top: 13px;
  }
}

@media only screen and (min-width: 1201px) {
  .wallet-thumb img {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
}

.coin-container {
  background-color: transparent;
}

.coin-wrapper {
  background-color: var(--btn-bg);
  padding: 20px 12px;
  border-radius: 15px;
}

.after-wrap {
  position: relative;
}

.after-wrap::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 40%;
  width: 1px;
  background-color: #7a729b;
}

.after-wrap:first-of-type::after {
  content: none;
}

.coin-single-item {
  padding: 32px 24px 31px;
  border-radius: 15px;
  text-align: left;
  position: relative;
  z-index: 3;
}

.coin-single-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0px;
  bottom: 0px;
  width: 0%;
  height: 0%;
  background-color: #273a4a;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: var(--primary-radius);
  z-index: -1;
}

.coin-single-item img {
  max-width: 40px;
  height: 40px;
}

.coin-single-item h5 {
  text-transform: uppercase;
  margin-top: 30px;
}

.coin-single-item h5::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  margin-top: -5px;
}

.coin-single-item p {
  margin-top: 10px;
}

.coin-single-item:hover::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

.coin-effect::before {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.coin-value {
  position: relative;
  display: inline-block;
  padding: 1px 10px 2px;
  font-family: var(--ubuntu);
  font-size: 12px;
  line-height: 1.8;
  font-weight: 400;
  color: var(--primary-color);
  font-style: normal;
  text-align: left;
  border-radius: var(--radius);
  bottom: -3px;
  margin-left: 10px;
}

.coin-value-decrease {
  background-color: #455282;
}

.coin-value-increase {
  background-color: #056020;
}

@media only screen and (min-width: 992px) {
  .coin-wrapper {
    position: relative;
    top: -210px;
    margin-bottom: -210px;
  }
}

@media only screen and (max-width: 1199px) {
  .after-wrap::after {
    content: none;
  }
  .after-wrap:nth-last-of-type(1) {
    margin-top: 24px;
  }
  .coin-single-item::before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .after-wrap:nth-last-of-type(2) {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .after-wrap:nth-last-of-type(3) {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .coin-wrapper {
    padding: 32px 12px 31px;
  }
  .after-wrap:nth-last-of-type(3) {
    margin-top: 24px;
  }
  .coin-value {
    position: relative;
    bottom: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .after-wrap:nth-last-of-type(4) {
    margin-top: 24px;
  }
  .coin-single-item {
    max-width: 300px;
    margin: auto;
  }
}

.trader-wrapper .title-wrapper {
  max-width: 425px;
  margin: auto;
  margin-bottom: 26px;
  text-align: center;
}

.trader-wrapper .title-wrapper h2::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  margin-top: -11px;
}

.trader-wrapper .title-wrapper p {
  margin-top: 12px;
}

.trader-icon-box {
  max-width: 200px;
  height: 200px;
  background-color: var(--accent-bg);
  text-align: center;
  border-radius: 50%;
  -webkit-transition: var(--secondary-transition);
  transition: var(--secondary-transition);
  margin: auto;
  overflow: hidden;
}

.trader-icon-box img {
  max-width: 150px;
  height: 150px;
  -webkit-transition: var(--secondary-transition);
  transition: var(--secondary-transition);
}

.trader-single-item {
  padding: 24px;
  margin-top: 30px;
  text-align: center;
  border: 1px solid #2d295e;
  border-radius: var(--secondary-radius);
  -webkit-transition: var(--secondary-transition);
  transition: var(--secondary-transition);
}

.trader-single-item h3 {
  margin-top: 31px;
}

.trader-single-item p {
  margin-top: 20px;
}

.trader-single-item:hover {
  border: 1px solid transparent;
}

@media only screen and (max-width: 991px) {
  .trader-wrapper .title-wrapper {
    max-width: 100% !important;
  }
  .trader-wrapper .title-wrapper h2 {
    text-align: left !important;
  }
  .trader-wrapper .title-wrapper p {
    text-align: left !important;
  }
  .trader-single-item {
    max-width: 100%;
    margin-top: 30px;
  }
  .trader-icon-box {
    max-width: 150px;
    height: 150px;
  }
  .trader-icon-box img {
    max-width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .trader-wrapper .title-wrapper {
    margin-bottom: 6px;
  }
  .trader-single-item {
    padding: 24px 12px;
  }
  .trader-single-item h3 {
    margin-top: 30px;
  }
  .trader-single-item p {
    margin-top: 18px;
  }
}

.anywhere-container {
  background-color: var(--primary-bg);
  position: relative;
  overflow: hidden;
}

.anywhere-left h2::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  margin-top: -11px;
}

.anywhere-left .immidiate {
  margin-top: 17px;
  margin-bottom: 25px;
}

.anywhere-single-item {
  padding: 21px 0px 21px;
  border-bottom: var(--border);
}

.anywhere-single-item:nth-last-child(1) {
  border-bottom: none;
}

.anywhere-single-item h4 {
  margin-top: 6px;
}

.anywhere-single-item:last-of-type {
  margin-bottom: -25px;
}

.anywhere-icon-box {
  width: 56px;
  line-height: 0px;
  margin-right: 30px;
}

.anywhere-icon-box img {
  display: inline-block;
  width: 100%;
}

.anywhere-thumb {
  position: absolute;
  top: -20px;
  bottom: 0px;
  direction: rtl;
}

.anywhere-thumb img {
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .anywhere-single-item {
    max-width: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .anywhere-left .immidiate {
    margin-bottom: 15px;
  }
}

.feature-wrapper h2::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  margin-top: -11px;
}

.feature-wrapper .immidiate {
  margin-top: 19px;
  margin-bottom: 26px;
}

.feature-single-item {
  padding: 24px 12px;
  margin-top: 30px;
  text-align: center;
  -webkit-transition: var(--primary-transition);
  transition: var(--primary-transition);
  position: relative;
  border: var(--primary-border);
  border-radius: var(--primary-radius);
}

.feature-single-item img {
  max-width: 150px;
  margin: auto;
}

.feature-single-item h3 {
  margin-top: 31px;
}

.feature-single-item p {
  margin-top: 17px;
}

.feature-single-item:hover {
  border-color: transparent;
}

.supported-assets {
  background-size: contain;
  background-position: center center;
}

.supported-wrapper {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.supported-wrapper h2::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  margin-top: -11px;
}

.supported-wrapper p {
  margin-top: 19px;
  margin-bottom: 26px;
}

.supported-wrapper .supported-items {
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.supported-wrapper .supported-items .supported-icon {
  min-width: 40px;
  min-height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-top: 20px;
  margin-right: 8px;
  margin-left: 8px;
}

.supported-wrapper .supported-items .supported-icon img {
  width: 100%;
  height: 100%;
}

.supported-wrapper .supported-items .supported-icon img:last-of-type {
  margin-right: 0px;
}

@media only screen and (max-width: 1440px) {
  .supported-assets {
    background-size: cover !important;
  }
}

@media only screen and (max-width: 767px) {
  .supported-wrapper h2::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    margin-top: -7px;
  }
  .supported-wrapper p {
    margin-bottom: 6px;
  }
}

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

.chart-tab-btn-wrapper {
  margin-top: 20px;
}

.chart-tab-btn-wrapper .chart-tab-btn {
  padding: 8px 16px;
  margin: 10px 0px;
  background-color: transparent;
  border-radius: var(--tertiary-radius);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.chart-tab-btn-wrapper .chart-tab-btn:hover {
  background-color: var(--btn-bg);
  color: var(--btn-hover-color);
}

.chart-tab-btn-wrapper .chart-tab-btn-active {
  background-color: var(--btn-bg);
  color: var(--btn-hover-color);
}

.chart-tab-content {
  margin-top: 50px;
  display: none;
}

.chart-tab-content .chart-table .table {
  margin: 0px;
}

.chart-tab-content .chart-table .table thead tr th {
  text-align: center;
  padding: 11px 15px 15px;
  background-color: var(--accent-primary-bg);
  color: var(--primary-color);
}

.chart-tab-content .chart-table .table thead tr th:first-of-type {
  text-align: left;
}

.chart-tab-content .chart-table .table thead tr th:nth-of-type(2) {
  text-align: left;
}

.chart-tab-content .chart-table .table tbody tr {
  border-bottom: var(--primary-border);
}

.chart-tab-content .chart-table .table tbody tr td {
  padding: 20px 15px;
  background-color: var(--accent-bg);
  text-align: center;
  color: var(--primary-color);
}

.chart-tab-content .chart-table .table tbody tr td:nth-of-type(1) {
  text-align: left;
}

.chart-tab-content .chart-table .table tbody tr td:nth-of-type(2) {
  text-align: left;
}

.chart-tab-content .chart-table .table tbody tr td:nth-of-type(2) img {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
}

.chart-tab-content .chart-table .table tbody tr td:nth-of-type(2) span {
  margin-left: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.chart-tab-content .chart-table .table tbody tr td:nth-of-type(3) {
  color: #58bd7d;
}

.chart-tab-content .chart-table .table tbody tr td:nth-of-type(5) img {
  width: 138px;
  height: 42px;
}

.chart-tab-content .chart-table .table tbody tr td:last-of-type .tertiary-btn {
  border: var(--primary-border);
}

.chart-tab-content .chart-table .table tbody tr .decrease {
  color: #ff6838 !important;
}

.chart-tab-content-active {
  display: block;
}

@media only screen and (max-width: 991px) {
  .chart-tab-content .chart-table {
    overflow: auto;
  }
  .chart-tab-content .chart-table .table {
    width: 992px;
  }
  .chart-tab-content .chart-table::-webkit-scrollbar {
    height: 5px;
  }
  .chart-tab-content .chart-table::-webkit-scrollbar-track {
    background-color: var(--accent-primary-bg);
    border-radius: 0px;
  }
  .chart-tab-content .chart-table::-webkit-scrollbar-thumb {
    background-color: var(--btn-bg);
    border-radius: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .chart-table-wrapper .flex-sm-row h2::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    margin-top: -6px;
  }
  .chart-tab-content {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .chart-table-wrapper .flex-sm-row a {
    margin-top: 20px;
  }
}

.footer-container {
  background-color: var(--primary-bg);
  padding-top: 212px;
}

.footer-links .nav-link {
  padding-left: 0px !important;
  padding-right: 30px !important;
}

.footer-links .pr-0 {
  padding-right: 0px !important;
}

.copy-wrapper {
  border-top: var(--primary-border);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
}

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

.footer-social-wrapper .social-wrapper {
  margin-top: 0px;
  text-align: left;
}

.footer-social-wrapper .social-wrapper a {
  text-decoration: none;
  display: inline-block;
  text-align: left;
  padding: 0px 5px;
}

.footer-social-wrapper .social-wrapper a img {
  border: 0px;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.footer-social-wrapper .social-wrapper a:first-of-type {
  padding-left: 0px;
}

.footer-social-wrapper .social-wrapper a:last-of-type {
  padding-right: 0px;
}

@media only screen and (max-width: 1199px) {
  .footer-container {
    padding-top: 220px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-container {
    padding-top: 204px;
  }
  .footer-links {
    margin-top: 20px;
  }
  .footer-links .nav-link {
    background-color: transparent !important;
  }
  .footer-links .mt-0 {
    margin-top: 0px !important;
  }
  .footer-links .mt-0 .pl-0 {
    padding-left: 0px !important;
  }
  .copy-wrapper {
    margin-top: 10px;
    padding-top: 24px;
  }
  .copy-wrapper .footer-social-wrapper {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-container {
    padding-top: 179px;
  }
}

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

.form-wrapper {
  max-width: 450px;
  width: 100%;
  position: relative;
}

#close {
  position: absolute;
  right: 20px;
  top: 10px;
  border: none;
  color: #000;
  font-size: 26px;
  font-weight: 700;
}

.hidden {
  display: none;
}
