@charset "UTF-8";
/*--------------------------------------------------------------
# abstracts
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### font-variable start ]
*/
/*-------------------------------------------------
    [ ### font-variable end ]
*/
/*-------------------------------------------------
    [ ### font_family-variable start ]
*/
/*-------------------------------------------------
    [ ### font_family-variable end ]
*/
/*-------------------------------------------------
    [ ### font_size-variable start ]
*/
/*-------------------------------------------------
    [ ### font_size-variable end ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## reset ]
*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #040509;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #c4c6c7;
  overflow-x: hidden;
}

a {
  display: inline-block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.3em;
}

p {
  margin-bottom: 15px;
  line-height: 1.7em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

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

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

button, input[type=submit], input[type=reset], input[type=button] {
  border: none;
  cursor: pointer;
}

input, textarea {
  padding: 12px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}

code {
  color: #7e22ff;
}

blockquote {
  background: #142B57;
  padding: 40px;
  border-radius: 10px;
  font-weight: 500;
  font-style: italic;
  position: relative;
  text-align: center;
  font-size: 18px;
}
blockquote .quote-icon {
  margin-bottom: 15px;
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
  padding-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

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

.ptb-120 {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

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

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

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

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

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

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

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

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

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

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

.mt-10-none {
  margin-top: -10px;
}

.mt-20-none {
  margin-top: -20px;
}

.mt-30-none {
  margin-top: -30px;
}

.mt-40-none {
  margin-top: -40px;
}

.mt-50-none {
  margin-top: -50px;
}

.mt-60-none {
  margin-top: -60px;
}

.mt-80-none {
  margin-top: -80px;
}

.mt-100-none {
  margin-top: -100px;
}

.mt-120-none {
  margin-top: -120px;
}

.mt-150-none {
  margin-top: -150px;
}

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

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

.mb-30-none {
  margin-bottom: -30px;
}

.mb-40-none {
  margin-bottom: -40px;
}

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

.mb-60-none {
  margin-bottom: -60px;
}

.mb-80-none {
  margin-bottom: -80px;
}
@media only screen and (max-width: 575px) {
  .mb-80-none {
    margin-bottom: -40px;
  }
}

.mb-100-none {
  margin-bottom: -100px;
}

.mb-120-none {
  margin-bottom: -120px;
}

.mb-150-none {
  margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
  background-color: #7367f0 !important;
}

.bg--secondary {
  background-color: #7e22ff;
}

.bg--success {
  background-color: #28c76f !important;
}

.bg--danger {
  background: #ea5455 !important;
}

.bg--warning {
  background-color: #ff9f43 !important;
}

.bg--info {
  background-color: #1e9ff2;
}

.bg--dark {
  background-color: #10163A;
}

.bg--base {
  background-color: #7e22ff !important;
}

.text--primary {
  color: #7367f0;
}

.text--secondary {
  color: #7e22ff;
}

.text--success {
  color: #28c76f;
}

.text--danger {
  color: #ea5455;
}

.text--warning {
  color: #ff9f43;
}

.text--info {
  color: #1e9ff2;
}

.text--dark {
  color: #10163A;
}

.text--base {
  color: #7e22ff !important;
}

.border--primary {
  border: #7367f0;
}

.border--secondary {
  border: 1px solid #7e22ff;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455 !important;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.border--base {
  border: 1px solid #e5e5e5 !important;
}

.section--bg {
  background-color: #0a0a18 !important;
}

.bg--gray {
  background-color: #142B57;
}

.border--rounded {
  border-radius: 3px !important;
}

.border--capsule {
  border-radius: 100px;
}

.box-shadow {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.gradient-text {
  background: linear-gradient(264.28deg, #DEC7FF -38.2%, #5C27FE 103.12%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
html::-webkit-scrollbar {
  height: 20px;
  width: 6px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

.chat-container::-webkit-scrollbar {
  height: 20px;
  width: 6px;
  background: #f1f1f1;
  border-radius: 10px;
}

.chat-container::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

.chat-container::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  line-height: 47px;
  font-weight: 600;
  background-color: #7e22ff;
  border-radius: 62% 38% 46% 54%/60% 63% 37% 40%;
  color: #ffffff !important;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-5000%);
          transform: translateY(-5000%);
}
.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-wrapper {
  background-color: #0a0a18;
  padding: 30px;
  border-radius: 5px;
}

.custom-table {
  width: 100%;
  white-space: nowrap;
}
.custom-table thead tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.custom-table thead tr th {
  border: none;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  padding: 12px 15px;
}
.custom-table thead tr th:last-child {
  text-align: right;
}
.custom-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.custom-table tbody tr td {
  border: none;
  font-weight: 500;
  color: #c4c6c7;
  font-size: 14px;
  padding: 12px 15px;
}
.custom-table tbody tr td:last-child {
  text-align: right;
}
.custom-table tbody tr td button, .custom-table tbody tr td input[type=submit], .custom-table tbody tr td input[type=reset], .custom-table tbody tr td input[type=button], .custom-table tbody tr td .btn--base {
  padding: 8px 25px;
  font-size: 14px;
}
.custom-table tbody tr td .btn {
  padding: 6px 10px;
}
.custom-table tbody tr td .btn:hover {
  color: #c4c6c7;
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
  display: none;
}

.swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  z-index: 8;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 6px;
  width: 70px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.slider-next, .slider-prev {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #c4c6c7;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  cursor: pointer;
  margin-top: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-next:hover, .slider-prev:hover {
  background-color: #7e22ff;
  color: #ffffff;
}

.slider-next {
  margin-left: 10px;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.pagination .page-item {
  text-align: center;
  padding: 3px;
}
.pagination .page-item a, .pagination .page-item span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 0;
  font-weight: 600;
  line-height: 30px;
  font-size: 14px;
  display: block;
  margin: 0;
}
.pagination .page-item.disabled span {
  border-radius: 5px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.pagination .page-item .page-link {
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background-color: #7e22ff;
  border-color: transparent;
  color: #ffffff;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
  margin: 0;
  border: 0;
  margin-bottom: 30px;
}
.nav-tabs .nav-link {
  padding: 8px 20px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  font-family: "Exo 2", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-tabs .nav-link:hover {
  background-color: #7e22ff;
  border: 1px solid #7e22ff;
  color: #ffffff;
}
.nav-tabs .nav-link.active {
  background-color: #7e22ff;
  border: 1px solid #7e22ff;
  color: #ffffff;
}
.nav-tabs .nav-link:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .nav-tabs .nav-link:not(:last-child) {
    margin-right: 5px;
  }
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom-card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom-card .card-body {
  background: #0a0a18;
  border-radius: 5px;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .custom-card .card-body {
    padding: 20px;
  }
}

/*-------------------------------------------------
    [ ## switch ]
*/
.toggle-container .switch-toggles {
  position: relative;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  background-color: #142B57;
}
.toggle-container .switch-toggles::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 45px;
  background: #00ABB3;
  right: -1px;
  top: 0;
  border-radius: 0 5px 5px 0;
  -webkit-transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}
.toggle-container .switch-toggles .switch {
  position: relative;
  width: 50%;
  line-height: 45px;
  float: left;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px;
  color: #c4c6c7;
  margin-bottom: 0;
}
.toggle-container .switch-toggles .switch:nth-child(odd) {
  color: #ffffff;
}
.toggle-container .switch-toggles.active::after {
  background: #7e22ff;
  right: 50%;
  border-radius: 5px 0 0 5px;
}
.toggle-container .switch-toggles.active .switch {
  color: #c4c6c7;
}
.toggle-container .switch-toggles.active .switch:nth-child(even) {
  color: #ffffff;
}

.modal-content {
  background: #0a0a18;
  backdrop-filter: blur(4px);
  border-radius: 16px;
}

.modal-header {
  border-color: rgba(255, 255, 255, 0.1);
}

.modal-footer {
  border-color: rgba(255, 255, 255, 0.1);
}
.modal-footer a, .modal-footer button, .modal-footer input[type=submit], .modal-footer input[type=reset], .modal-footer input[type=button] {
  padding: 8px 25px;
  font-size: 14px;
}

.btn-close {
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 60px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 40px;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.section-header {
  margin-bottom: 40px;
  position: relative;
}
.section-header .title-badge {
  display: inline-block;
  color: #7e22ff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
  left: 21px;
  top: 0;
  line-height: 26px;
}
.section-header .title-badge::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background: #7e22ff;
  border-radius: 50%;
  z-index: -1;
  left: -14px;
  top: -6px;
}
.section-header .title-badge::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  z-index: -1;
  left: -7px;
  top: 1px;
}
.section-header .section-sub-title {
  display: inline-block;
  padding: 12px 50px;
  background: #142B57;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 3px solid #7e22ff;
}
@media only screen and (max-width: 575px) {
  .section-header .section-sub-title {
    font-size: 12px;
  }
}
.section-header .section-title {
  margin-top: 10px;
  margin-bottom: 0;
}
.section-header .section-title span {
  position: relative;
  color: #7e22ff;
  z-index: 2;
}
.section-header .section-title span svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 40px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.section-header .section-title span svg path {
  stroke: #7e22ff;
  stroke-width: 0.5rem;
  fill: transparent;
}
.section-header p {
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type=submit]:hover {
  color: #ffffff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn-rounded {
  border-radius: 3px;
}

.btn-capsule {
  border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
  background-color: #7367f0;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--success {
  background-color: #28c76f;
}

.btn--danger {
  background-color: #ea5455;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--dark {
  background-color: #10163A;
}

.badge--primary::before {
  background-color: #7367f0;
}

.badge--secondary::before {
  background-color: #868e96;
}

.badge--success::before {
  background-color: #28c76f;
}

.badge--danger::before {
  background-color: #ea5455;
}

.badge--warning::before {
  background-color: #ff9f43;
}

.badge--info::before {
  background-color: #1e9ff2;
}

.badge--dark::before {
  background-color: #10163A;
}

.border--primary {
  border: 1px solid #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.badge {
  position: relative;
  font-weight: 400;
  border-radius: 0;
  padding: 0;
  font-size: 13px;
  background-color: transparent;
  padding-left: 15px;
}
.badge::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.btn--base {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  background: #7e22ff;
  color: #ffffff;
  padding: 13px 40px;
  border-radius: 10px;
  text-align: center;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn--base::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn--base:focus, .btn--base:hover {
  color: #7e22ff;
}
.btn--base:focus::before, .btn--base:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.btn--base.bg--danger:focus, .btn--base.bg--danger:hover {
  color: #ea5455;
}

.custom-btn {
  color: #7e22ff !important;
  font-weight: 700;
}

.info-btn {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #7e22ff;
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.chat-cross-btn {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ea5455;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .chat-cross-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  outline: none;
}

input, textarea {
  padding: 12px 20px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ffffff;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ffffff;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ffffff;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ffffff;
}
input::placeholder, textarea::placeholder {
  color: #ffffff;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 120px;
  line-height: unset !important;
}

input,
select,
textarea {
  border: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: baseline;
  font-size: 100%;
  color: #ffffff;
}

label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
  outline: none;
  cursor: pointer;
}

option {
  color: #ffffff;
}

.input-group {
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.input-group .nice-select {
  width: auto;
  padding: 0 25px 0 10px;
  border: none !important;
  background-color: #7e22ff !important;
  color: #ffffff !important;
  line-height: 50px;
}
.input-group .nice-select::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.input-group.max input {
  padding-right: 70px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: rgba(126, 34, 255, 0.2);
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.input-group-append input {
  border-radius: 5px 0 0 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
  background-color: #ffffff;
}

.input-group-text {
  border: none;
  font-size: 14px;
  background: #7e22ff;
  color: #ffffff;
  height: 50px;
  border-radius: 0 5px 5px 0;
  font-weight: 500;
}
.input-group-text i {
  font-size: 18px;
}
.input-group-text.two {
  position: absolute;
  top: 10px;
  right: 65px;
  height: 30px;
  border-radius: 3px !important;
  background: #142B57;
  cursor: pointer;
}

.custom-check-group {
  display: block;
  margin-bottom: 12px;
}
.custom-check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-check-group input:checked + label::before {
  background-color: #7e22ff;
  border: 1px solid #7e22ff;
}
.custom-check-group input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.custom-check-group label {
  position: relative;
  cursor: pointer;
}
.custom-check-group label::before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  top: -1px;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  height: 50px;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.form--control {
  background: #0a0a18;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #c4c6c7;
  border-radius: 5px;
  padding: 10px 25px;
  width: 100%;
}
.form--control:focus {
  background-color: #0a0a18;
  border: 1px solid #7e22ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #c4c6c7;
}
.form--control::-webkit-input-placeholder {
  color: rgba(196, 198, 199, 0.7);
}
.form--control::-moz-placeholder {
  color: rgba(196, 198, 199, 0.7);
}
.form--control:-ms-input-placeholder {
  color: rgba(196, 198, 199, 0.7);
}
.form--control::-ms-input-placeholder {
  color: rgba(196, 198, 199, 0.7);
}
.form--control::placeholder {
  color: rgba(196, 198, 199, 0.7);
}

::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.fileholder.active {
  border: 2px dashed rgba(255, 255, 255, 0.1);
}

.fileholder-drag-drop-title {
  color: #c4c5cf;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: #5a5278;
}

.fileholder-basic-loading-circle.one {
  border: 2px solid #5a5278;
}

.fileholder-basic-loading-circle.two {
  border: 2px solid #5a5278;
}

.fileholder-basic-loading-circle.three {
  border: 2px solid #5a5278;
}

.file-holder-wrapper {
  width: 100%;
}

.fileholder.active {
  border: 2px dashed rgba(255, 255, 255, 0.1);
}

.fileholder-drag-drop-title {
  color: #c4c6c7;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: #7e22ff;
}

.fileholder-basic-loading-circle.one {
  border: 2px solid #7e22ff;
}

.fileholder-basic-loading-circle.two {
  border: 2px solid #7e22ff;
}

.fileholder-basic-loading-circle.three {
  border: 2px solid #7e22ff;
}

.radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -3px -7px;
}
.radio-wrapper .radio-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 3px 7px;
}
.radio-wrapper .radio-item img {
  width: 60px;
  margin-right: 5px;
}

.radio-item [type=radio]:checked {
  position: absolute;
  left: -9999px;
}

.radio-item [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-item [type=radio]:checked + label {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid #7e22ff;
  background-color: #7e22ff;
  border-radius: 8px;
  padding: 20px 25px;
  display: inline-block;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.radio-item [type=radio]:not(:checked) + label {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px 25px;
  display: inline-block;
  color: #c4c6c7;
  width: 100%;
  text-align: center;
}

.nice-select {
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  float: unset;
  padding: 0 25px;
  color: #c4c6c7 !important;
}
.nice-select .option {
  color: #ffffff;
}
.nice-select .list {
  background-color: #040509;
  left: auto;
  right: 0;
  width: 100%;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #7e22ff;
}

.select2-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  width: 100%;
}

.selection {
  width: 100%;
}

.select2-selection--single {
  width: 100%;
  height: 50px !important;
  outline: none;
  background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%) !important;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 10px;
  border-radius: 10px !important;
  vertical-align: top;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-selection--single span {
  margin: 0;
  width: 100%;
  color: #c4c6c7;
  line-height: initial;
  font-weight: 600;
}

.select2-selection--multiple {
  min-height: 50px !important;
  background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%) !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  line-height: 36px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #0a0a18;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background: #0a0a18;
  color: #c4c6c7;
}

.select2-dropdown {
  background: #0a0a18;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 22px;
  right: 7px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #c4c6c7 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #c4c6c7 transparent;
}

.custom-select-area {
  position: relative;
}

.custom-select {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.custom-select.active {
  border: 1px solid #7e22ff;
}
.custom-select.active .custom-select-inner::before {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
          transform: scale(0.96, 0.8) rotate(-50deg);
}
.custom-select.active .custom-select-inner::after {
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
          transform: scale(0.96, 0.8) rotate(50deg);
}
.custom-select .custom-select-inner {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 25px;
  height: 50px;
}
.custom-select .custom-select-inner::before, .custom-select .custom-select-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 12px;
  background: #c4c6c7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-select .custom-select-inner::before {
  margin-right: 3px;
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
          transform: scale(0.96, 0.8) rotate(50deg);
}
.custom-select .custom-select-inner::after {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
          transform: scale(0.96, 0.8) rotate(-50deg);
}
.custom-select img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
.custom-select .custom-currency {
  color: #c4c6c7;
  font-size: 14px;
}

.custom-select-wrapper {
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
  background-color: #0a0a18;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 9;
  border-radius: 5px;
  margin-left: 0 !important;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-select-wrapper.active {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.custom-select-search-wrapper {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.custom-select-search-wrapper .search-btn {
  position: absolute;
  top: 13px;
  left: 20px;
  padding: 0;
  background-color: transparent;
  font-size: 20px;
  color: #7e22ff;
}
.custom-select-search-wrapper input {
  padding-left: 50px;
  border: none !important;
}
.custom-select-search-wrapper input:focus {
  border: none !important;
}

.custom-select-list {
  max-height: 190px;
  overflow-y: auto;
}
.custom-select-list .custom-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-select-list .custom-option:hover, .custom-select-list .custom-option.active {
  background-color: #142B57;
}
.custom-select-list .custom-option img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
.custom-select-list .custom-option .custom-country {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 12px;
  font-weight: 600;
}
.custom-select-list .custom-option .custom-currency {
  font-size: 14px;
}

.paste-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -10px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.paste-form label {
  margin-bottom: 0;
  font-size: 16px;
  margin: 10px;
  word-break: break-all;
}
.paste-form .paste-text {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #142B57;
  border-radius: 3px;
  margin: 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.paste-form .paste-text:hover {
  background-color: #7e22ff;
  color: #ffffff;
}

.submit-btn-wrapper {
  background-color: #0a0a18;
  padding: 20px;
  border-radius: 5px;
  margin-top: 10px;
}

.submit-btn {
  padding: 12px 20px;
  color: #ffffff;
  background: #0a0a18;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  font-family: "Exo 2", sans-serif;
}
@media only screen and (max-width: 991px) {
  .submit-btn {
    padding: 10px 20px;
  }
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
}

.bg-fixed {
  background-attachment: fixed;
}

@-webkit-keyframes scroll-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes scroll-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes scroll-ver {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes scroll-ver {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes animate-2 {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15vmin);
            transform: translateY(-15vmin);
  }
}
@keyframes animate-2 {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15vmin);
            transform: translateY(-15vmin);
  }
}
@-webkit-keyframes animate-3 {
  0%, 100% {
    -webkit-transform: translateY(0vh);
            transform: translateY(0vh);
  }
  50% {
    -webkit-transform: translateY(-5vmin);
            transform: translateY(-5vmin);
  }
}
@keyframes animate-3 {
  0%, 100% {
    -webkit-transform: translateY(0vh);
            transform: translateY(0vh);
  }
  50% {
    -webkit-transform: translateY(-5vmin);
            transform: translateY(-5vmin);
  }
}
@-webkit-keyframes animate-4 {
  0%, 100% {
    -webkit-transform: translateY(0vh);
            transform: translateY(0vh);
  }
  50% {
    -webkit-transform: translateY(10vmin);
            transform: translateY(10vmin);
  }
}
@keyframes animate-4 {
  0%, 100% {
    -webkit-transform: translateY(0vh);
            transform: translateY(0vh);
  }
  50% {
    -webkit-transform: translateY(10vmin);
            transform: translateY(10vmin);
  }
}
@-webkit-keyframes animate-5 {
  0%, 100% {
    -webkit-transform: translateY(0vh) translateX(0vmin);
            transform: translateY(0vh) translateX(0vmin);
  }
  50% {
    -webkit-transform: translateY(-1.5vh) translateX(5vmin);
            transform: translateY(-1.5vh) translateX(5vmin);
  }
}
@keyframes animate-5 {
  0%, 100% {
    -webkit-transform: translateY(0vh) translateX(0vmin);
            transform: translateY(0vh) translateX(0vmin);
  }
  50% {
    -webkit-transform: translateY(-1.5vh) translateX(5vmin);
            transform: translateY(-1.5vh) translateX(5vmin);
  }
}
@-webkit-keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@-webkit-keyframes orb-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
            transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(1.1);
            transform: translate(-50%, -50%) rotate(180deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(1);
            transform: translate(-50%, -50%) rotate(360deg) scale(1);
  }
}
@keyframes orb-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
            transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(1.1);
            transform: translate(-50%, -50%) rotate(180deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(1);
            transform: translate(-50%, -50%) rotate(360deg) scale(1);
  }
}
@-webkit-keyframes ring-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes ring-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes float-element {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(5deg);
            transform: translateY(-20px) rotate(5deg);
  }
}
@keyframes float-element {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(5deg);
            transform: translateY(-20px) rotate(5deg);
  }
}
@-webkit-keyframes data-flow {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
}
@keyframes data-flow {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
}
@-webkit-keyframes badge-pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes badge-pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes underline-grow {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes underline-grow {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
.custom-container {
  max-width: 1650px;
}

.row > * {
  position: relative;
}

@media (min-width: 1480px) {
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 575px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 575px) and (max-width: 400px) {
  .col-xs-6 {
    width: 100%;
  }
}
::-moz-selection {
  background-color: #7e22ff;
  color: #ffffff;
}
::selection {
  background-color: #7e22ff;
  color: #ffffff;
}

.fs-10px {
  font-size: 10px;
}

.op-6 {
  opacity: 0.6;
}

/*-------------------------------------------------
  [ ## Header ]
*/
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: transparent;
}
@media only screen and (max-width: 1400px) {
  .header-section .header-bottom-area .container {
    max-width: 100%;
  }
}
.header-section.two {
  position: relative;
}
.header-section.two .header-bottom-area {
  background: #0a0a18;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 9;
}
.header.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: transparent;
  margin-top: 0;
}
.header-section.header-fixed .header-top-area {
  display: none !important;
}
.header-section.header-fixed .header-bottom-area {
  background: #040509;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-bottom-area {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area {
    padding: 10px 0;
    background: #040509;
  }
}
.header-bottom-area .navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse {
    background-color: transparent !important;
    padding: 0 !important;
  }
  .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
  }
  .header-bottom-area .menu_has_children .sub-menu {
    display: none !important;
  }
  .header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.header-bottom-area .navbar-collapse .main-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  padding-right: 45px;
}
@media only screen and (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li {
    padding-right: 30px !important;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 12px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}
.header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  padding: 30px 0;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-family: "Exo 2", sans-serif;
  letter-spacing: -0.6px;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}
.header-bottom-area .navbar-collapse .main-menu li a:hover, .header-bottom-area .navbar-collapse .main-menu li a.active {
  color: #7e22ff;
}
.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
  padding: 30px 18px 30px 0;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 60px;
  left: -30px;
  padding: 10px 0;
  width: 180px;
  background-color: #040509;
  border-radius: 5px;
  display: block;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    width: 180px;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  margin-right: 0;
  padding-right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  z-index: 2;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: #7e22ff;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  width: 100%;
  font-size: 12px;
  padding: 5px 20px;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::before {
  display: none;
}
.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
  padding: 8px 20px;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.site-logo {
  max-width: 200px;
}
@media only screen and (max-width: 991px) {
  .site-logo {
    max-width: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .header-action {
    padding-left: 12px;
  }
}
.header-action a {
  padding: 10px 30px;
  font-size: 14px;
}
.header-action a:hover svg path {
  fill: #7e22ff;
}
.header-action svg {
  width: 18px;
  margin-right: 4px;
}
.header-action svg svg {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-language {
  margin-right: 15px;
}
.header-language .nice-select {
  background-color: #142B57;
  border: none !important;
  height: 40px;
  line-height: 40px;
  padding-left: 18px;
}
.header-language .nice-select .current {
  color: #ffffff;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .header-link {
    display: none;
  }
}
.header-link a {
  color: #ffffff;
}
.header-link a i {
  color: #7e22ff;
  margin-right: 5px;
  font-size: 16px;
}
.header-link a + a {
  margin-left: 20px;
}

.header-social li {
  display: inline-block;
}
.header-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background: transparent;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 14px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-social li a:hover, .header-social li a.active {
  background: #7e22ff;
  color: #ffffff;
}
.header-social li a.facebook {
  background-color: #0d6efd;
}
.header-social li a.instagram {
  background-color: #dc3545;
}
.header-social li + li {
  margin-left: 5px;
}

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

.navbar-toggler span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  background: #7e22ff;
  color: #ffffff;
  font-size: 18px;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
}
.body-overlay.active {
  visibility: visible;
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  z-index: 2;
  background-color: #142B57;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#080029), color-stop(transparent), color-stop(#000000), to(transparent));
  background: linear-gradient(180deg, transparent, #080029, transparent, #000000, transparent);
  /* Design line below banner content */
  /* Design Line Animation */
  /* SVG Icons Styles */
  /* SVG Icons Animation */
}
@media only screen and (max-width: 1199px) {
  .banner-section {
    padding-top: 150px;
    padding-bottom: 130px;
  }
}
.banner-section .banner-content-wrapper {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .banner-section .banner-content-wrapper .banner-content {
    margin: 100px 0px;
  }
}
.banner-section .banner-content-wrapper .banner-content .title {
  margin-bottom: 20px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .banner-section .banner-content-wrapper .banner-content .title {
    font-size: 3.5rem;
    margin-top: 190px;
  }
}
.banner-section .banner-content-wrapper .banner-content .title span {
  color: #7e22ff;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content-wrapper .banner-content .title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .banner-section .banner-content-wrapper .banner-content .title {
    font-size: 2rem;
  }
}
.banner-section .banner-content-wrapper .banner-content .title-description {
  font-size: 1.75rem;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
@media only screen and (max-width: 575px) {
  .banner-section .banner-content-wrapper .banner-content .title-description {
    font-size: 1rem;
  }
}
.banner-section .banner-content-wrapper .banner-content .banner-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -10px;
}
.banner-section .banner-content-wrapper .banner-content .banner-btn a {
  margin: 10px;
}
.banner-section .design-line-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
  width: 100%;
}
.banner-section .design-line-wrapper .design-line {
  position: relative;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#7e22ff), to(transparent));
  background: linear-gradient(to right, transparent, #7e22ff, transparent);
  overflow: hidden;
}
.banner-section .design-line-wrapper .design-line::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ffffff), to(transparent));
  background: linear-gradient(to right, transparent, #ffffff, transparent);
  -webkit-animation: lineFlow 3s ease-in-out infinite;
          animation: lineFlow 3s ease-in-out infinite;
}
.banner-section .design-line-wrapper .design-line::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #7e22ff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-box-shadow: 0 0 15px #7e22ff;
          box-shadow: 0 0 15px #7e22ff;
}
@-webkit-keyframes lineFlow {
  0% {
    left: -100%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes lineFlow {
  0% {
    left: -100%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
.banner-section .banner-icons-wrapper {
  margin-top: 30px;
  padding: 20px 0;
}
.banner-section .banner-icons-wrapper .banner-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-icons-wrapper .banner-icons {
    gap: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-section .banner-icons-wrapper .banner-icons {
    gap: 20px;
  }
}
.banner-section .banner-icons-wrapper .banner-icons .icon-item .icon-svg {
  -webkit-filter: drop-shadow(0 0 10px rgba(55, 163, 254, 0.3));
          filter: drop-shadow(0 0 10px rgba(55, 163, 254, 0.3));
  -webkit-animation: floatIcon 3s ease-in-out infinite;
          animation: floatIcon 3s ease-in-out infinite;
}
.banner-section .banner-icons-wrapper .banner-icons .icon-item .icon-svg path, .banner-section .banner-icons-wrapper .banner-icons .icon-item .icon-svg circle, .banner-section .banner-icons-wrapper .banner-icons .icon-item .icon-svg rect {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-section .banner-icons-wrapper .banner-icons .icon-item:nth-child(1) .icon-svg {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.banner-section .banner-icons-wrapper .banner-icons .icon-item:nth-child(2) .icon-svg {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.banner-section .banner-icons-wrapper .banner-icons .icon-item:nth-child(3) .icon-svg {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.banner-section .banner-icons-wrapper .banner-icons .icon-item:nth-child(4) .icon-svg {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.banner-section .banner-icons-wrapper .banner-icons .icon-item:nth-child(5) .icon-svg {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.banner-section .banner-icons-wrapper .banner-icons .icon-item:hover .icon-svg {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-filter: drop-shadow(0 0 20px rgba(55, 163, 254, 0.8));
          filter: drop-shadow(0 0 20px rgba(55, 163, 254, 0.8));
}
.banner-section .banner-icons-wrapper .banner-icons .icon-item:hover .icon-svg path, .banner-section .banner-icons-wrapper .banner-icons .icon-item:hover .icon-svg circle, .banner-section .banner-icons-wrapper .banner-icons .icon-item:hover .icon-svg rect {
  stroke: #ffffff;
}
@-webkit-keyframes floatIcon {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes floatIcon {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

/* SVG Icons Animation */
@keyframes floatIcon {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
/* Existing zoomBig animation from your previous project */
@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 2px;
  }
  50% {
    opacity: 0.5;
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
    border-width: 0.5px;
  }
}
/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
  overflow: hidden;
}

.footer-top-area .footer-logo {
  margin-bottom: 20px;
}
.footer-top-area .widget-title {
  margin-bottom: 20px;
}
.footer-top-area .footer-list {
  margin-bottom: -10px;
}
.footer-top-area .footer-list li {
  font-weight: 500;
  color: #c4c6c7;
  font-size: 15px;
  padding-bottom: 10px;
}
.footer-top-area .footer-list li a {
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding-left: 20px;
}
.footer-top-area .footer-list li a::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #c4c6c7;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-top-area .footer-list li a:hover {
  color: #7e22ff;
}
.footer-top-area .footer-list li a:hover::before {
  background-color: #7e22ff;
}
.footer-top-area .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
  margin-top: 20px;
}
.footer-top-area .footer-social li {
  margin: 5px;
}
.footer-top-area .footer-social li a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #142B57;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-top-area .footer-social li a.active, .footer-top-area .footer-social li a:hover {
  background-color: #7e22ff;
  color: #ffffff;
}
.footer-top-area .subscribe-form .form-group {
  margin-bottom: 15px;
  position: relative;
}
.footer-top-area .subscribe-form input {
  background-color: #142B57 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  height: 55px;
  line-height: 50px;
  color: #ffffff !important;
  font-weight: 500;
  font-size: 14px;
  border-radius: 999px;
  padding-right: 120px;
}
.footer-top-area .subscribe-form input::-webkit-input-placeholder {
  color: #c4c6c7;
}
.footer-top-area .subscribe-form input::-moz-placeholder {
  color: #c4c6c7;
}
.footer-top-area .subscribe-form input:-ms-input-placeholder {
  color: #c4c6c7;
}
.footer-top-area .subscribe-form input::-ms-input-placeholder {
  color: #c4c6c7;
}
.footer-top-area .subscribe-form input::placeholder {
  color: #c4c6c7;
}
.footer-top-area .subscribe-form .subscribe-btn {
  position: absolute;
  border-radius: 999px;
  background-color: #7e22ff;
  top: 7px;
  right: 7px;
  padding: 8px 20px;
  font-size: 14px;
}

.footer-bottom-area {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 80px;
}
.footer-bottom-area .footer-bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .footer-bottom-area .footer-bottom-wrapper {
    display: block;
    text-align: center;
  }
}
.footer-bottom-area .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}
@media only screen and (max-width: 991px) {
  .footer-bottom-area .footer-list {
    margin: -5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-bottom-area .footer-list li {
  padding: 15px;
}
@media only screen and (max-width: 991px) {
  .footer-bottom-area .footer-list li {
    padding: 5px;
  }
}
.footer-bottom-area .footer-list li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-bottom-area .footer-list li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  .footer-bottom-area .copyright-area {
    padding-top: 15px;
  }
}
.footer-bottom-area .copyright-area p {
  margin-bottom: 0;
}
.footer-bottom-area .copyright-area p a {
  color: #7e22ff;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### security block ]
*/
.security-item {
  text-align: center;
  padding: 40px 20px;
  border-radius: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: perspective(800px) translateZ(0);
          transform: perspective(800px) translateZ(0);
  min-height: 220px;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #7e22ff;
}
@media only screen and (max-width: 575px) {
  .security-item {
    padding: 40px 20px;
  }
}
.security-item:hover {
  -webkit-transform: perspective(800px) translateZ(30px) scale(1);
          transform: perspective(800px) translateZ(30px) scale(1);
  -webkit-box-shadow: 0 5px 15px rgba(12, 66, 125, 0.6);
          box-shadow: 0 5px 15px rgba(12, 66, 125, 0.6);
  border: 1px solid #7e22ff;
}
@media only screen and (max-width: 575px) {
  .security-item:hover {
    -webkit-transform: perspective(800px) translateZ(30px) scale(0.9);
            transform: perspective(800px) translateZ(30px) scale(0.9);
  }
}
.security-item:hover .security-icon {
  background: linear-gradient(135deg, #7e22ff, #5800d5);
}
.security-item:hover .security-icon svg {
  fill: #ffffff;
  -webkit-animation: ripple 0.6s ease-out;
          animation: ripple 0.6s ease-out;
}
.security-item .security-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.security-item .security-header .title {
  font-size: 24px;
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.security-item .security-content p {
  color: #c4c6c7;
  margin: 0;
  line-height: 1.6;
  text-align: left;
}

.security-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  border-bottom: 3px solid #ffffff;
}
.security-icon svg {
  width: 30px;
  height: 30px;
  fill: #7e22ff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Ripple Animation - More visible */
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0.8));
            filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0.8));
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.9));
            filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.9));
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
            filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
}
/* Continuous pulse animation for normal state */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* Apply continuous pulse to icons in normal state */
.security-icon svg {
  -webkit-animation: pulse 2s infinite ease-in-out;
          animation: pulse 2s infinite ease-in-out;
}

/*-------------------------------------------------
    [ ### how it works block ]
*/
.how-it-works-item-wrapper {
  margin-bottom: -60px;
}

.how-it-works-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
.how-it-works-item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 30px;
  bottom: 0;
  border-left: 2px dashed #7e22ff;
  z-index: -1;
}
.how-it-works-item:last-child::before {
  display: none;
}

.how-it-works-icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #7e22ff;
  border-radius: 50%;
}
.how-it-works-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #ffffff;
}

.how-it-works-content {
  width: calc(100% - 60px);
  padding-left: 30px;
}
.how-it-works-content .title {
  text-align: left;
}
.how-it-works-content p {
  font-size: 15px;
  text-align: left;
}

/*-------------------------------------------------
    [ ### statistics block ]
*/
.statistics-area {
  padding: 60px;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .statistics-area {
    padding: 30px;
  }
}
.statistics-area .section-header {
  margin-bottom: 10px;
}
.statistics-area .section-header .section-sub-title {
  background: #0a0a18;
}

.statistics-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 30px;
}
.statistics-wrapper .odo-area .odo-title {
  display: inline-block;
  font-size: 35px;
  margin-bottom: 0px;
  margin-top: -13px;
}
@media only screen and (max-width: 575px) {
  .statistics-wrapper .odo-area .odo-title {
    font-size: 30px;
  }
}
.statistics-wrapper .odo-area .title {
  display: inline-block;
  font-size: 35px;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .statistics-wrapper .odo-area .title {
    font-size: 30px;
  }
}
.statistics-wrapper p {
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
}

.statistics-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.statistics-thumb img {
  width: 50%;
}

/*-------------------------------------------------
    [ ### app block ]
*/
.app-section .app-thumb img {
  max-height: 460px;
}

.app-content .section-header {
  margin-bottom: 20px;
}
.app-content .app-btn-wrapper {
  margin: -8px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.app-content .app-btn-wrapper .app-btn {
  position: relative;
  background-color: #7e22ff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 18px;
  padding-right: 10px;
  width: 170px;
  margin: 8px;
}
.app-content .app-btn-wrapper .app-btn .title {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}
.app-content .app-btn-wrapper .app-btn .icon {
  width: 30px;
  height: 30px;
  margin-left: auto;
}
.app-content .app-btn-wrapper .app-btn .app-qr {
  position: absolute;
  top: 65px;
  left: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 3;
}
@media only screen and (max-width: 575px) {
  .app-content .app-btn-wrapper .app-btn .app-qr {
    display: none;
  }
}
.app-content .app-btn-wrapper .app-btn:hover .app-qr {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

/*-------------------------------------------------
    [ ### about block ]
*/
.about-section {
  background: #0a0a18;
  position: relative;
  overflow: hidden;
}
.about-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, transparent 20%, #040509 70%);
  -webkit-animation: pulse 8s ease-in-out infinite;
          animation: pulse 8s ease-in-out infinite;
}
.about-section .about-thumb {
  position: relative;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.about-section .about-thumb .crypto-orb {
  position: relative;
  width: 300px;
  height: 300px;
}
.about-section .about-thumb .crypto-orb .orb-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #7e22ff, #ba88ff);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: orb-rotate 8s linear infinite;
          animation: orb-rotate 8s linear infinite;
  -webkit-box-shadow: 0 0 60px #7e22ff, 0 0 100px rgba(126, 34, 255, 0.3);
          box-shadow: 0 0 60px #7e22ff, 0 0 100px rgba(126, 34, 255, 0.3);
}
.about-section .about-thumb .crypto-orb .orb-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  animation: ring-rotate 6s linear infinite reverse;
}
.about-section .about-thumb .crypto-orb .orb-ring.ring-1 {
  width: 200px;
  height: 200px;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.about-section .about-thumb .crypto-orb .orb-ring.ring-2 {
  width: 250px;
  height: 250px;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.about-section .about-thumb .crypto-orb .orb-ring.ring-3 {
  width: 300px;
  height: 300px;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.about-section .about-thumb .floating-element {
  position: absolute;
  background: linear-gradient(135deg, #7e22ff, #ba88ff);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  -webkit-animation: float-element 4s ease-in-out infinite;
          animation: float-element 4s ease-in-out infinite;
  -webkit-box-shadow: 0 8px 32px rgba(126, 34, 255, 0.3);
          box-shadow: 0 8px 32px rgba(126, 34, 255, 0.3);
}
.about-section .about-thumb .floating-element.element-1 {
  width: 80px;
  height: 40px;
  top: 20%;
  left: 10%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.about-section .about-thumb .floating-element.element-2 {
  width: 60px;
  height: 60px;
  top: 70%;
  left: 15%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  border-radius: 50%;
}
.about-section .about-thumb .floating-element.element-3 {
  width: 100px;
  height: 50px;
  top: 30%;
  right: 10%;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.about-section .about-thumb .floating-element.element-4 {
  width: 70px;
  height: 70px;
  top: 75%;
  right: 15%;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
  border-radius: 50%;
}
.about-section .about-thumb .data-stream {
  position: absolute;
  width: 2px;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#ba88ff), to(transparent));
  background: linear-gradient(to bottom, transparent, #ba88ff, transparent);
  -webkit-animation: data-flow 3s linear infinite;
          animation: data-flow 3s linear infinite;
}
.about-section .about-thumb .data-stream.stream-1 {
  left: 25%;
  top: -100px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.about-section .about-thumb .data-stream.stream-2 {
  left: 50%;
  top: -100px;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.about-section .about-thumb .data-stream.stream-3 {
  right: 25%;
  top: -100px;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.about-section .about-content {
  position: relative;
  z-index: 2;
}
.about-section .about-content .content-text p {
  color: #c4c6c7;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 16px;
}
.about-section .about-content .feature-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.about-section .about-content .feature-grid .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-section .about-content .feature-grid .feature-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border-color: #7e22ff;
  -webkit-box-shadow: 0 10px 30px rgba(126, 34, 255, 0.2);
          box-shadow: 0 10px 30px rgba(126, 34, 255, 0.2);
}
.about-section .about-content .feature-grid .feature-item .feature-icon {
  width: 40px;
  height: 40px;
  background: #222225;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-weight: bold;
}
.about-section .about-content .feature-grid .feature-item .feature-text {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

@media (max-width: 768px) {
  .about-section .about-thumb {
    height: 400px;
  }
  .about-section .about-thumb .crypto-orb {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .about-section .about-content .section-header .section-title {
    font-size: 36px;
  }
  .about-section .about-content .feature-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*-------------------------------------------------
    [ ### marketting over view block  ]
*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes floatUp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes floatUp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@-webkit-keyframes floatDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@keyframes floatDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
.marketing-hero-section {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0a0a18;
  padding: 120px 20px;
  overflow: hidden;
}

/* Gradient background overlay */
.marketing-hero-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -10%;
  width: 120%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(126, 34, 255, 0.15) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.marketing-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.marketing-hero-content {
  text-align: center;
  margin-bottom: 80px;
  opacity: 0;
  -webkit-animation: fadeInUp 1s ease-out forwards;
          animation: fadeInUp 1s ease-out forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.marketing-hero-title {
  font-size: 64px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.marketing-hero-title .highlight {
  background: linear-gradient(135deg, #7e22ff 0%, #a855f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.marketing-hero-subtitle {
  font-size: 22px;
  color: #c4c6c7;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 400;
}

.users-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Individual user card with staggered animation */
.user-card {
  opacity: 0;
  -webkit-animation: fadeInScale 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeInScale 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  position: relative;
}

/* Staggered delays for each card */
.user-card:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.user-card:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.user-card:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.user-card:nth-child(4) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.user-card:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.user-card:nth-child(6) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.user-card:nth-child(7) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.user-card:nth-child(8) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.user-card:nth-child(9) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.user-card:nth-child(10) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.user-card:nth-child(11) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.user-card:nth-child(12) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.user-card:nth-child(13) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.user-card:nth-child(14) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.user-card:nth-child(15) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.user-card-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 24px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: #020514;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

/* Floating animation - alternating directions */
.user-card:nth-child(odd) .user-card-inner {
  -webkit-animation: floatUp 4s ease-in-out infinite;
          animation: floatUp 4s ease-in-out infinite;
}

.user-card:nth-child(even) .user-card-inner {
  -webkit-animation: floatDown 5s ease-in-out infinite;
          animation: floatDown 5s ease-in-out infinite;
}

.user-card-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(126, 34, 255, 0.3) 0%, transparent 60%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.user-card-inner:hover {
  -webkit-transform: scale(1.05) translateY(-8px);
          transform: scale(1.05) translateY(-8px);
  border-color: #7e22ff;
  -webkit-box-shadow: 0 20px 60px rgba(126, 34, 255, 0.4);
          box-shadow: 0 20px 60px rgba(126, 34, 255, 0.4);
}

.user-card-inner:hover::before {
  opacity: 1;
}

.user-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.user-card-inner:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 1200px) {
  .users-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .marketing-hero-section {
    padding: 80px 20px;
  }
  .marketing-hero-title {
    font-size: 48px;
  }
  .marketing-hero-subtitle {
    font-size: 18px;
  }
  .marketing-hero-content {
    margin-bottom: 60px;
  }
  .users-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .marketing-hero-section {
    padding: 60px 16px;
  }
  .marketing-hero-title {
    font-size: 36px;
  }
  .marketing-hero-subtitle {
    font-size: 16px;
  }
  .marketing-hero-content {
    margin-bottom: 40px;
  }
  .users-grid {
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .user-card-inner {
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  .marketing-hero-title {
    font-size: 28px;
  }
  .marketing-hero-subtitle {
    font-size: 14px;
  }
  .users-grid {
    gap: 10px;
  }
}
/*-------------------------------------------------
    [ ### service block ]
*/
.service-section {
  background: #0a0a18;
  padding: 100px 0;
}

.service-item {
  background: #020514;
  padding: 40px 30px;
  border-radius: 10px 50px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 3px solid #7e22ff;
}
.service-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 25px rgba(126, 34, 255, 0.2);
          box-shadow: 0 10px 25px rgba(126, 34, 255, 0.2);
}

.service-icon {
  width: 60px;
  height: 60px;
  background: #212121;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-left: 3px solid #ffffff;
}
.service-item:hover .service-icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.service-icon i {
  font-size: 24px;
  color: #ffffff;
}

.service-content h3.title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}
.service-content p {
  color: #c4c6c7;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .service-section {
    padding: 80px 0;
  }
}
@media (max-width: 767.98px) {
  .service-section {
    padding: 60px 0;
  }
  .service-item {
    padding: 30px 20px;
  }
}
/*-------------------------------------------------
    [ ### faq block ]
*/
.faq-section {
  background: #040509;
}
.faq-section .faq-wrapper {
  margin-bottom: -30px;
}
.faq-section .faq-wrapper .faq-item {
  background: #0a0a18;
  border-radius: 0;
  margin-bottom: 30px;
  border: none;
}
.faq-section .faq-wrapper .faq-item .faq-title {
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  background: #142B57;
  color: #ffffff;
  border-radius: 0;
  padding: 15px;
  font-size: 16px;
  overflow: hidden;
  border: none;
  margin-bottom: 0;
  cursor: pointer;
}
.faq-section .faq-wrapper .faq-item .faq-title .title {
  width: calc(100% - 40px);
  display: inline-block;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
}
.faq-section .faq-wrapper .faq-item .faq-title:before {
  position: absolute;
  content: "";
  background: #7e22ff;
  -webkit-transform: skew(-35deg);
  transform: skew(-35deg);
  height: 100%;
  width: 50%;
  left: 90%;
  top: 0;
}
.faq-section .faq-wrapper .faq-item .right-icon {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.faq-section .faq-wrapper .faq-item .right-icon::before, .faq-section .faq-wrapper .faq-item .right-icon::after {
  position: absolute;
  content: "";
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq-section .faq-wrapper .faq-item .right-icon::before {
  width: 2px;
  height: 12px;
  top: 50%;
  left: 50%;
}
.faq-section .faq-wrapper .faq-item .right-icon::after {
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
}
.faq-section .faq-wrapper .faq-item.open .right-icon {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.faq-section .faq-wrapper .faq-item.open .faq-content {
  max-height: 500px;
  padding: 0 20px;
}
.faq-section .faq-wrapper .faq-item.open .faq-content p {
  opacity: 1;
}
.faq-section .faq-wrapper .faq-item .faq-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  position: relative;
  background: #0a0a18;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.faq-section .faq-wrapper .faq-item .faq-content:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #142B57;
}
.faq-section .faq-wrapper .faq-item .faq-content:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 90%;
  left: 0;
  bottom: 0;
  background: #7e22ff;
  z-index: 1;
}
.faq-section .faq-wrapper .faq-item .faq-content p {
  font-size: 16px;
  margin-bottom: 0;
  color: #c4c6c7;
  padding: 10px 0 20px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
  text-align: left;
}
@media only screen and (max-width: 575px) {
  .faq-section .faq-wrapper .faq-item .faq-title {
    font-size: 14px;
    padding: 10px 15px;
  }
  .faq-section .faq-wrapper .faq-item .faq-content {
    padding: 0 15px;
  }
  .faq-section .faq-wrapper .faq-item.open .faq-content {
    padding: 0 15px;
  }
}

/*-------------------------------------------------
    [ ### call-to-action block ]
*/
.call-to-action-section {
  position: relative;
  overflow: hidden;
}
.call-to-action-section .call-to-action-element {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.call-to-action-wrapper {
  padding-top: 60px;
}
.call-to-action-wrapper .call-to-action-marker img {
  -webkit-animation-name: rotate-center;
          animation-name: rotate-center;
  -webkit-animation-duration: 8000ms;
          animation-duration: 8000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.call-to-action-wrapper .call-to-action-content {
  padding-top: 40px;
}
.call-to-action-wrapper .call-to-action-content .title {
  margin-bottom: 15px;
}
.call-to-action-wrapper .call-to-action-content p {
  font-size: 20px;
  width: 90%;
  margin: 0 auto;
}
.call-to-action-wrapper .call-to-action-content .call-to-action-btn {
  margin-top: 40px;
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.contact-section {
  background-color: #0a0a18;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .contact-section {
    padding: 120px 0;
  }
}
.contact-section .contact-inner {
  background-color: #040509;
  position: relative;
  -webkit-box-shadow: 20px 22px 44px rgba(0, 0, 0, 0.3);
          box-shadow: 20px 22px 44px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
@media (max-width: 991px) {
  .contact-section .contact-inner {
    margin: 0 15px;
  }
}
.contact-section .contact-field {
  padding: 40px 30px;
}
@media (min-width: 768px) {
  .contact-section .contact-field {
    padding: 60px 40px 90px 40px;
  }
}
@media (min-width: 1200px) {
  .contact-section .contact-field {
    padding: 60px 340px 90px 100px;
  }
}
.contact-section .contact-field h3 {
  color: #ffffff;
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .contact-section .contact-field h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .contact-section .contact-field h3 {
    font-size: 40px;
  }
}
.contact-section .contact-field p {
  color: #c4c6c7;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
  line-height: 1.6;
}
.contact-section .contact-field .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #ffffff;
  margin-bottom: 20px;
  width: 100%;
}
.contact-section .contact-field .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-bottom: 2px solid #7e22ff;
}
.contact-section .contact-field .form-control::-webkit-input-placeholder {
  font-size: 13px;
  letter-spacing: 1px;
  color: #c4c6c7;
}
.contact-section .contact-field .form-control::-moz-placeholder {
  font-size: 13px;
  letter-spacing: 1px;
  color: #c4c6c7;
}
.contact-section .contact-field .form-control:-ms-input-placeholder {
  font-size: 13px;
  letter-spacing: 1px;
  color: #c4c6c7;
}
.contact-section .contact-field .form-control::-ms-input-placeholder {
  font-size: 13px;
  letter-spacing: 1px;
  color: #c4c6c7;
}
.contact-section .contact-field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
  color: #c4c6c7;
}
.contact-section .right-contact-social-icon {
  background: #00102f;
  height: auto;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .contact-section .right-contact-social-icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .contact-section .right-contact-social-icon {
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.contact-section .right-contact-social-icon .social-item-inner {
  padding-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .contact-section .right-contact-social-icon .social-item-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 40px;
    width: 100%;
  }
}
.contact-section .right-contact-social-icon .social-item-inner li {
  list-style: none;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .contact-section .right-contact-social-icon .social-item-inner li {
    margin: 0 15px;
  }
}
.contact-section .right-contact-social-icon .social-item-inner li a {
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .contact-section .right-contact-social-icon .social-item-inner li a {
    font-size: 16px;
  }
}
.contact-section .right-contact-social-icon .social-item-inner li a:hover {
  color: #c4c6c7;
}
.contact-section .contact-info-sec {
  position: relative;
  background-color: #142B57;
  padding: 40px 30px;
  border-radius: 0;
}
@media (min-width: 992px) {
  .contact-section .contact-info-sec {
    position: absolute;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
  }
}
.contact-section .contact-info-sec h4 {
  color: #ffffff;
  letter-spacing: 1px;
  padding-bottom: 15px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .contact-section .contact-info-sec h4 {
    font-size: 28px;
  }
}
.contact-section .contact-info-sec .info-single {
  margin: 25px 0px;
  color: #c4c6c7;
}
@media (min-width: 992px) {
  .contact-section .contact-info-sec .info-single {
    margin: 30px 0px;
  }
}
.contact-section .contact-info-sec .info-single i {
  margin-right: 15px;
  color: #ffffff;
  font-size: 16px;
  min-width: 20px;
}
.contact-section .contact-info-sec .info-single span {
  font-size: 14px;
  letter-spacing: 1px;
  color: #c4c6c7;
  line-height: 1.5;
}

/*-------------------------------------------------
    [ ### account block ]
*/
.account-section {
  position: relative;
  padding: 60px 0;
  min-height: 100vh;
  z-index: 9;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.account-section.login-section {
  background: linear-gradient(135deg, #040509 0%, #010102 100%);
}
.account-section.signup-section {
  background: linear-gradient(135deg, #040509 0%, #070910 100%);
}
.account-section.verification-section {
  background: linear-gradient(135deg, #040509 0%, black 100%);
}
.account-section.recovery-section {
  background: linear-gradient(135deg, #040509 0%, black 100%);
}
.account-section.otp-section {
  background: linear-gradient(135deg, #040509 0%, #06070d 100%);
}

.account-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.account-area {
  background: #0a0a18;
  border-radius: 15px;
  padding: 40px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}
.account-area::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #120172, #040c36, #5661f0, #07165c, #022d26, #002bff, #7a00ff, #021963, #000000);
  background-size: 400% 400%;
  border-radius: 17px;
  z-index: -1;
  -webkit-animation: glowing-border 50s linear infinite;
          animation: glowing-border 50s linear infinite;
  opacity: 0.7;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.account-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0a0a18;
  border-radius: 15px;
  z-index: -1;
}
@-webkit-keyframes glowing-border {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes glowing-border {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .account-area {
    padding: 30px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .account-area {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .account-area {
    padding: 20px 15px;
  }
}
.account-area.change-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .account-area.change-form {
    display: block;
  }
}
.account-area .account-thumb {
  width: 45%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 991px) {
  .account-area .account-thumb {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
  }
}
.account-area .account-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.account-area .account-thumb .thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(50deg, rgba(0, 0, 0, 0.85) 0%, rgba(46, 0, 111, 0.75) 100%);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.account-area .account-thumb .thumb-overlay .thumb-content {
  text-align: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.account-area .account-thumb .thumb-overlay .thumb-content .thumb-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Exo 2", sans-serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .account-area .account-thumb .thumb-overlay .thumb-content .thumb-title {
    font-size: 24px;
  }
}
.account-area .account-thumb .thumb-overlay .thumb-content .thumb-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .account-area .account-thumb .thumb-overlay .thumb-content .thumb-text {
    font-size: 14px;
  }
}
.account-area .account-form-area {
  width: 55%;
  padding: 20px 30px;
}
@media only screen and (max-width: 991px) {
  .account-area .account-form-area {
    width: 100%;
    padding: 0;
  }
}
.account-area .order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.account-area .order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 992px) {
  .account-area .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .account-area .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.account-logo {
  text-align: center;
  margin-bottom: 30px;
}
.account-logo img {
  max-height: 50px;
}
@media only screen and (max-width: 767px) {
  .account-logo img {
    max-height: 40px;
  }
}

.title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  font-family: "Exo 2", sans-serif;
}
@media only screen and (max-width: 767px) {
  .title {
    font-size: 24px;
  }
}

p {
  color: #c4c6c7;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

.account-form .form-group {
  margin-bottom: 20px;
}
.account-form .form--control {
  background: #020514;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #ffffff;
  padding: 12px 20px;
  height: 50px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.account-form .form--control:focus {
  border-color: #7e22ff;
  -webkit-box-shadow: 0 0 0 2px rgba(126, 34, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(126, 34, 255, 0.2);
  background: #03071d;
}
.account-form .form--control::-webkit-input-placeholder {
  color: rgba(196, 198, 199, 0.6);
}
.account-form .form--control::-moz-placeholder {
  color: rgba(196, 198, 199, 0.6);
}
.account-form .form--control:-ms-input-placeholder {
  color: rgba(196, 198, 199, 0.6);
}
.account-form .form--control::-ms-input-placeholder {
  color: rgba(196, 198, 199, 0.6);
}
.account-form .form--control::placeholder {
  color: rgba(196, 198, 199, 0.6);
}

.show_hide_password {
  position: relative;
}
.show_hide_password input {
  padding-right: 50px;
}
.show_hide_password .show-pass {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  font-size: 15px;
  color: #c4c6c7;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.show_hide_password .show-pass:hover {
  color: #7e22ff;
}
.show_hide_password .show-pass.two {
  top: 50%;
}

.account-form-btn {
  text-align: center;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 0;
}
.account-form-btn a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #7e22ff;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.account-form-btn span {
  color: #c4c6c7;
  font-size: 14px;
  font-weight: 500;
}

.or-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 25px 0;
}
.or-area .or-line {
  height: 1px;
  border: 0.5px solid rgba(255, 255, 255, 0.1);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.or-area .or-title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #c4c6c7;
}

.forgot-item label,
.account-item label,
.terms-item label {
  font-weight: 500;
  font-size: 14px;
  font-family: "Exo 2", sans-serif;
  color: #c4c6c7;
  margin-bottom: 0;
}
.forgot-item label a,
.account-item label a,
.terms-item label a {
  font-weight: 600;
  color: #7e22ff;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.forgot-item label a:hover,
.account-item label a:hover,
.terms-item label a:hover {
  color: #9c55ff;
  text-decoration: underline;
}

.custom-check-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.custom-check-group input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #7e22ff;
}
.custom-check-group label {
  color: #c4c6c7;
  font-size: 14px;
  margin-bottom: 0;
}
.custom-check-group label a {
  color: #7e22ff;
  text-decoration: none;
}
.custom-check-group label a:hover {
  text-decoration: underline;
}

.otp-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 30px 0;
}
.otp-form .otp {
  width: 55px;
  height: 55px;
  text-align: center;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background-color: #020514;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 520px) {
  .otp-form .otp {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .otp-form .otp {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.otp-form .otp:focus {
  border-color: #7e22ff;
  -webkit-box-shadow: 0 0 0 2px rgba(126, 34, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(126, 34, 255, 0.2);
  background: #03071d;
}
.otp-form .otp.required {
  border-color: #ea5455;
}

.time-area {
  color: #c4c6c7;
  font-size: 14px;
  text-align: center;
}
.time-area #time {
  color: #ea5455;
  font-weight: 600;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.account-area.change-form {
  -webkit-animation: fadeInUp 0.6s ease-out;
          animation: fadeInUp 0.6s ease-out;
}

.floating-icons-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.floating-icon {
  position: absolute;
  font-size: 40px;
  color: rgba(126, 34, 255, 0.5);
  text-shadow: 0 2px 15px rgba(126, 34, 255, 0.4);
  z-index: 1;
}
.floating-icon.icon-1 {
  top: 10%;
  left: 5%;
  -webkit-animation: floatDiagonal1 25s linear infinite;
          animation: floatDiagonal1 25s linear infinite;
}
.floating-icon.icon-2 {
  top: 15%;
  right: 4%;
  -webkit-animation: floatDiagonal2 30s linear infinite;
          animation: floatDiagonal2 30s linear infinite;
}
.floating-icon.icon-3 {
  top: 50%;
  left: 6%;
  -webkit-animation: floatDiagonal3 35s linear infinite;
          animation: floatDiagonal3 35s linear infinite;
}
.floating-icon.icon-4 {
  top: 50%;
  right: 5%;
  -webkit-animation: floatDiagonal4 28s linear infinite;
          animation: floatDiagonal4 28s linear infinite;
}
.floating-icon.icon-5 {
  top: 75%;
  left: 5%;
  -webkit-animation: floatCircular1 40s linear infinite;
          animation: floatCircular1 40s linear infinite;
}
.floating-icon.icon-6 {
  top: 90%;
  right: 10%;
  -webkit-animation: floatCircular2 45s linear infinite;
          animation: floatCircular2 45s linear infinite;
}
.floating-icon.icon-7 {
  top: 7%;
  left: 50%;
  -webkit-animation: floatWave1 32s linear infinite;
          animation: floatWave1 32s linear infinite;
}
.floating-icon.icon-8 {
  top: 90%;
  left: 60%;
  -webkit-animation: floatWave2 38s linear infinite;
          animation: floatWave2 38s linear infinite;
}

@-webkit-keyframes floatDiagonal1 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0.3;
  }
  25% {
    -webkit-transform: translate(200px, 150px) rotate(90deg);
            transform: translate(200px, 150px) rotate(90deg);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: translate(400px, 0) rotate(180deg);
            transform: translate(400px, 0) rotate(180deg);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: translate(200px, -150px) rotate(270deg);
            transform: translate(200px, -150px) rotate(270deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(360deg);
            transform: translate(0, 0) rotate(360deg);
    opacity: 0.3;
  }
}

@keyframes floatDiagonal1 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0.3;
  }
  25% {
    -webkit-transform: translate(200px, 150px) rotate(90deg);
            transform: translate(200px, 150px) rotate(90deg);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: translate(400px, 0) rotate(180deg);
            transform: translate(400px, 0) rotate(180deg);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: translate(200px, -150px) rotate(270deg);
            transform: translate(200px, -150px) rotate(270deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(360deg);
            transform: translate(0, 0) rotate(360deg);
    opacity: 0.3;
  }
}
@-webkit-keyframes floatDiagonal2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0.4;
  }
  25% {
    -webkit-transform: translate(-180px, 120px) rotate(-90deg);
            transform: translate(-180px, 120px) rotate(-90deg);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: translate(-360px, 0) rotate(-180deg);
            transform: translate(-360px, 0) rotate(-180deg);
    opacity: 0.4;
  }
  75% {
    -webkit-transform: translate(-180px, -120px) rotate(-270deg);
            transform: translate(-180px, -120px) rotate(-270deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-360deg);
            transform: translate(0, 0) rotate(-360deg);
    opacity: 0.4;
  }
}
@keyframes floatDiagonal2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0.4;
  }
  25% {
    -webkit-transform: translate(-180px, 120px) rotate(-90deg);
            transform: translate(-180px, 120px) rotate(-90deg);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: translate(-360px, 0) rotate(-180deg);
            transform: translate(-360px, 0) rotate(-180deg);
    opacity: 0.4;
  }
  75% {
    -webkit-transform: translate(-180px, -120px) rotate(-270deg);
            transform: translate(-180px, -120px) rotate(-270deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-360deg);
            transform: translate(0, 0) rotate(-360deg);
    opacity: 0.4;
  }
}
@-webkit-keyframes floatDiagonal3 {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.5;
  }
  33% {
    -webkit-transform: translate(250px, -100px) scale(1.2);
            transform: translate(250px, -100px) scale(1.2);
    opacity: 0.8;
  }
  66% {
    -webkit-transform: translate(-150px, 200px) scale(0.8);
            transform: translate(-150px, 200px) scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.5;
  }
}
@keyframes floatDiagonal3 {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.5;
  }
  33% {
    -webkit-transform: translate(250px, -100px) scale(1.2);
            transform: translate(250px, -100px) scale(1.2);
    opacity: 0.8;
  }
  66% {
    -webkit-transform: translate(-150px, 200px) scale(0.8);
            transform: translate(-150px, 200px) scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.5;
  }
}
@-webkit-keyframes floatDiagonal4 {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.4;
  }
  33% {
    -webkit-transform: translate(-200px, -150px) scale(1.3);
            transform: translate(-200px, -150px) scale(1.3);
    opacity: 0.9;
  }
  66% {
    -webkit-transform: translate(180px, 120px) scale(0.7);
            transform: translate(180px, 120px) scale(0.7);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.4;
  }
}
@keyframes floatDiagonal4 {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.4;
  }
  33% {
    -webkit-transform: translate(-200px, -150px) scale(1.3);
            transform: translate(-200px, -150px) scale(1.3);
    opacity: 0.9;
  }
  66% {
    -webkit-transform: translate(180px, 120px) scale(0.7);
            transform: translate(180px, 120px) scale(0.7);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.4;
  }
}
@-webkit-keyframes floatCircular1 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0.3;
  }
  25% {
    -webkit-transform: translate(120px, 120px) rotate(90deg);
            transform: translate(120px, 120px) rotate(90deg);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: translate(0, 240px) rotate(180deg);
            transform: translate(0, 240px) rotate(180deg);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: translate(-120px, 120px) rotate(270deg);
            transform: translate(-120px, 120px) rotate(270deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(360deg);
            transform: translate(0, 0) rotate(360deg);
    opacity: 0.3;
  }
}
@keyframes floatCircular1 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0.3;
  }
  25% {
    -webkit-transform: translate(120px, 120px) rotate(90deg);
            transform: translate(120px, 120px) rotate(90deg);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: translate(0, 240px) rotate(180deg);
            transform: translate(0, 240px) rotate(180deg);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: translate(-120px, 120px) rotate(270deg);
            transform: translate(-120px, 120px) rotate(270deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(360deg);
            transform: translate(0, 0) rotate(360deg);
    opacity: 0.3;
  }
}
@-webkit-keyframes floatCircular2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0.4;
  }
  25% {
    -webkit-transform: translate(-100px, -100px) rotate(-90deg);
            transform: translate(-100px, -100px) rotate(-90deg);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: translate(0, -200px) rotate(-180deg);
            transform: translate(0, -200px) rotate(-180deg);
    opacity: 0.4;
  }
  75% {
    -webkit-transform: translate(100px, -100px) rotate(-270deg);
            transform: translate(100px, -100px) rotate(-270deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-360deg);
            transform: translate(0, 0) rotate(-360deg);
    opacity: 0.4;
  }
}
@keyframes floatCircular2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0.4;
  }
  25% {
    -webkit-transform: translate(-100px, -100px) rotate(-90deg);
            transform: translate(-100px, -100px) rotate(-90deg);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: translate(0, -200px) rotate(-180deg);
            transform: translate(0, -200px) rotate(-180deg);
    opacity: 0.4;
  }
  75% {
    -webkit-transform: translate(100px, -100px) rotate(-270deg);
            transform: translate(100px, -100px) rotate(-270deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-360deg);
            transform: translate(0, 0) rotate(-360deg);
    opacity: 0.4;
  }
}
@-webkit-keyframes floatWave1 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0.5;
  }
  25% {
    -webkit-transform: translate(150px, 80px) rotate(45deg);
            transform: translate(150px, 80px) rotate(45deg);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: translate(300px, 0) rotate(0deg);
            transform: translate(300px, 0) rotate(0deg);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: translate(150px, -80px) rotate(-45deg);
            transform: translate(150px, -80px) rotate(-45deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0.5;
  }
}
@keyframes floatWave1 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0.5;
  }
  25% {
    -webkit-transform: translate(150px, 80px) rotate(45deg);
            transform: translate(150px, 80px) rotate(45deg);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: translate(300px, 0) rotate(0deg);
            transform: translate(300px, 0) rotate(0deg);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: translate(150px, -80px) rotate(-45deg);
            transform: translate(150px, -80px) rotate(-45deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0.5;
  }
}
@-webkit-keyframes floatWave2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0.4;
  }
  25% {
    -webkit-transform: translate(-120px, 60px) rotate(-30deg);
            transform: translate(-120px, 60px) rotate(-30deg);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: translate(-240px, 0) rotate(0deg);
            transform: translate(-240px, 0) rotate(0deg);
    opacity: 0.4;
  }
  75% {
    -webkit-transform: translate(-120px, -60px) rotate(30deg);
            transform: translate(-120px, -60px) rotate(30deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0.4;
  }
}
@keyframes floatWave2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0.4;
  }
  25% {
    -webkit-transform: translate(-120px, 60px) rotate(-30deg);
            transform: translate(-120px, 60px) rotate(-30deg);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: translate(-240px, 0) rotate(0deg);
            transform: translate(-240px, 0) rotate(0deg);
    opacity: 0.4;
  }
  75% {
    -webkit-transform: translate(-120px, -60px) rotate(30deg);
            transform: translate(-120px, -60px) rotate(30deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0.4;
  }
}
.floating-icon:hover {
  color: #7e22ff;
  text-shadow: 0 0 20px rgba(126, 34, 255, 0.8);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .floating-icon {
    font-size: 24px;
  }
  @-webkit-keyframes floatDiagonal1 {
    0%, 100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(150px, 100px);
              transform: translate(150px, 100px);
    }
  }
  @keyframes floatDiagonal1 {
    0%, 100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(150px, 100px);
              transform: translate(150px, 100px);
    }
  }
  @-webkit-keyframes floatDiagonal2 {
    0%, 100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(-120px, 80px);
              transform: translate(-120px, 80px);
    }
  }
  @keyframes floatDiagonal2 {
    0%, 100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(-120px, 80px);
              transform: translate(-120px, 80px);
    }
  }
}
@media only screen and (max-width: 767px) {
  .floating-icon {
    font-size: 20px;
  }
  .icon-5, .icon-6, .icon-7, .icon-8 {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .floating-icon {
    font-size: 18px;
  }
  @-webkit-keyframes floatDiagonal1 {
    0%, 100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(10px, 60px);
              transform: translate(10px, 60px);
    }
  }
  @keyframes floatDiagonal1 {
    0%, 100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(10px, 60px);
              transform: translate(10px, 60px);
    }
  }
  @-webkit-keyframes floatDiagonal2 {
    0%, 100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(-60px, 40px);
              transform: translate(-60px, 40px);
    }
  }
  @keyframes floatDiagonal2 {
    0%, 100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(-60px, 40px);
              transform: translate(-60px, 40px);
    }
  }
}
/*-------------------------------------------------
    [ ### dashboard block ]
*/
.page-wrapper {
  position: relative;
  min-height: 100vh;
}
.page-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a0a18;
  opacity: 0.5;
  z-index: -1;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar {
  width: 250px;
  position: fixed;
  border-radius: 5px;
  padding: 20px 10px;
  background: rgba(126, 34, 255, 0.1);
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 9;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}
.sidebar.active {
  width: 60px;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active {
    width: 250px;
    left: 0;
  }
}
.sidebar.active .sidebar-menu .sidebar-menu-item a {
  padding: 12px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active .sidebar-menu .sidebar-menu-item a {
    padding: 12px 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
  margin-right: 0;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
    margin-right: 10px;
  }
}
.sidebar.active .menu-title {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active .menu-title {
    display: block;
  }
}
.sidebar.active .sidebar-doc-box {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active .sidebar-doc-box {
    display: block;
  }
}
.sidebar:hover {
  width: 250px;
}
.sidebar:hover .sidebar-menu .sidebar-menu-item a {
  padding: 12px 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sidebar:hover .sidebar-menu .sidebar-menu-item .menu-icon {
  margin-right: 10px;
}
.sidebar:hover .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  display: block;
}
.sidebar:hover .menu-title {
  display: inline-block;
}
.sidebar:hover .sidebar-doc-box {
  display: block;
}

.sidebar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.sidebar-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sidebar-logo::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(224, 225, 226, 0)), color-stop(47.22%, rgb(224, 225, 226)), color-stop(94.44%, rgba(224, 225, 226, 0.157)));
  background: linear-gradient(90deg, rgba(224, 225, 226, 0) 0%, rgb(224, 225, 226) 47.22%, rgba(224, 225, 226, 0.157) 94.44%);
}
.sidebar-logo .sidebar-main-logo {
  max-width: 120px;
}
.sidebar-logo .sidebar-menu-bar {
  font-size: 14px;
  color: #c4c6c7;
  background-color: transparent;
  display: none;
}

.sidebar-menu-header {
  position: relative;
  letter-spacing: 0.05em;
  font-size: 0.6875rem;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 20px;
}
.sidebar-menu-header::before {
  content: "--";
  position: absolute;
  left: 0;
  top: 0;
}

.sidebar-item-badge {
  margin-left: auto;
}

.sidebar-menu-wrapper {
  padding-top: 10px;
}

.sidebar-menu .sidebar-menu-item {
  position: relative;
  margin-bottom: 5px;
  border-radius: 5px;
}
.sidebar-menu .sidebar-menu-item::after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  width: 2px;
  height: 0;
  background-color: #7e22ff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item a .menu-icon {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item.sidebar-dropdown a {
  position: relative;
}
.sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after {
  position: absolute;
  top: 18px;
  right: 25px;
  font-family: "Font Awesome 5 Free";
  color: #c4c6c7;
  font-weight: 700;
  content: "\f105";
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu {
  position: relative;
  display: none;
  z-index: 1;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu.open {
  display: block;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item {
  letter-spacing: normal;
  color: #c4c6c7;
  font-weight: 400;
  margin-top: 0;
  padding-left: 2px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a {
  padding: 10px 20px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a::after {
  display: none;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a:hover {
  letter-spacing: 1px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a .menu-icon {
  font-size: 18px;
  margin-right: 8px;
}
.sidebar-menu .sidebar-menu-item:hover {
  letter-spacing: 1px;
  color: #7e22ff;
  font-weight: 600;
}
.sidebar-menu .sidebar-menu-item.active {
  background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-menu .sidebar-menu-item.active::after {
  height: 30px;
}
.sidebar-menu .sidebar-menu-item.active a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidebar-menu .sidebar-menu-item.active a .menu-icon {
  background-color: #7e22ff;
  color: #ffffff;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a.active {
  color: #7e22ff;
  font-weight: 700;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a:hover {
  letter-spacing: 1px;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a::before {
  display: none;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a .menu-icon {
  width: auto;
  height: auto;
  display: block;
  background-color: transparent;
}
.sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  margin-left: auto;
}
.sidebar-menu .sidebar-menu-item .sidebar-item-badge .badge {
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  padding: 0 !important;
  background-color: #7e22ff;
  font-size: 0.8em;
  border: none;
  margin-bottom: 0;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: inline-block;
}

.sidebar-doc-box {
  border-radius: 5px;
  padding: 15px;
  min-height: 170px;
  min-width: 218px;
}
.sidebar-doc-box .sidebar-doc-icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  color: #7e22ff;
  border-radius: 5px;
  font-size: 18px;
  margin-bottom: 15px;
}
.sidebar-doc-box .sidebar-doc-content .title {
  margin-bottom: 2px;
}
.sidebar-doc-box .sidebar-doc-content p {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}

.navbar-wrapper {
  padding: 15px 0;
  margin-left: 250px;
  background: rgba(126, 34, 255, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-wrapper.active {
  margin-left: 60px;
}
@media only screen and (max-width: 1199px) {
  .navbar-wrapper.active {
    margin-left: 0;
  }
}
.navbar-wrapper.active .dashboard-title-part {
  padding: 0 10px 0 25px;
}
@media only screen and (max-width: 1199px) {
  .navbar-wrapper.active .dashboard-title-part {
    padding: 0 20px 0 20px;
  }
}
.navbar-wrapper.active .dashboard-title-part .left .icon {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .navbar-wrapper {
    margin-left: 0;
  }
}

.dashboard-title-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px 0 20px;
}
@media only screen and (max-width: 1199px) {
  .dashboard-title-part {
    padding: 0 20px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dashboard-title-part {
    display: block;
  }
}
.dashboard-title-part .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-title-part .left .icon {
  margin-right: 10px;
}
.dashboard-title-part .left .icon button, .dashboard-title-part .left .icon input[type=button], .dashboard-title-part .left .icon input[type=reset], .dashboard-title-part .left .icon input[type=submit] {
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
  padding: 0;
}
.dashboard-title-part .title {
  margin-bottom: 0;
}
.dashboard-title-part p {
  font-size: 14px;
  font-weight: 500;
}
.dashboard-title-part .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -8px;
}
@media only screen and (max-width: 767px) {
  .dashboard-title-part .right {
    padding-top: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.dashboard-path {
  font-size: 15px;
  font-family: "Exo 2", sans-serif;
}
.dashboard-path .main-path {
  color: #ffffff;
}

.header-search-wrapper {
  width: 350px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  margin: 8px;
}
@media only screen and (max-width: 767px) {
  .header-search-wrapper {
    width: 100%;
  }
}
.header-search-wrapper input {
  border: none;
  height: 40px;
  font-weight: 400;
  padding-left: 35px;
  color: #c4c6c7;
  padding-right: 20px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.header-search-wrapper input:focus {
  background-color: transparent;
  color: #c4c6c7;
  border: none;
}
.header-search-wrapper input::-webkit-input-placeholder {
  color: rgba(196, 198, 199, 0.3);
}
.header-search-wrapper input::-moz-placeholder {
  color: rgba(196, 198, 199, 0.3);
}
.header-search-wrapper input:-ms-input-placeholder {
  color: rgba(196, 198, 199, 0.3);
}
.header-search-wrapper input::-ms-input-placeholder {
  color: rgba(196, 198, 199, 0.3);
}
.header-search-wrapper input::placeholder {
  color: rgba(196, 198, 199, 0.3);
}
.header-search-wrapper span {
  position: absolute;
  font-size: 16px;
  line-height: 38px;
  color: rgba(196, 198, 199, 0.3);
  left: 10px;
  top: 1px;
}

.header-user-wrapper {
  margin: 8px;
}
.header-user-wrapper .header-user-thumb {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  overflow: hidden;
}
.header-user-wrapper .header-user-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.body-wrapper {
  padding-left: 270px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.body-wrapper.active {
  padding-left: 85px;
}
@media only screen and (max-width: 1199px) {
  .body-wrapper.active {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .body-wrapper {
    padding-left: 20px;
  }
}

.dashboard-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.dashboard-header-wrapper .title {
  margin-bottom: 0;
}
.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn a, .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn button, .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=button], .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=reset], .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=submit] {
  padding: 8px 25px;
  font-size: 12px;
}

.dashboard-item-row {
  margin-top: -90px;
}

.dashbord-item {
  background: #020514;
  border-radius: 15px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  min-height: 200px;
  overflow: hidden;
  border: 1px solid rgba(196, 198, 199, 0.3);
}
.dashbord-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 20px rgba(126, 34, 255, 0.2);
          box-shadow: 0 10px 20px rgba(126, 34, 255, 0.2);
}
.dashbord-item:hover .wallet-action {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.dashbord-item:hover .wallet-action .view-wallet-btn {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.dashbord-item:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.dashbord-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 40px;
  border-radius: 15px 0 0 0;
  -webkit-transform: translateX(100%) translateY(-100%);
          transform: translateX(100%) translateY(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  border-left: 2px solid rgba(196, 198, 199, 0.3);
  border-top: 2px solid rgba(196, 198, 199, 0.3);
}
.dashbord-item .wallet-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
}
.dashbord-item .wallet-header .wallet-icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #7e22ff;
  border-radius: 5px;
  font-size: 18px;
  color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.dashbord-item .wallet-header .wallet-title .sub-title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  margin-bottom: 4px;
  font-family: "Exo 2", sans-serif !important;
}
.dashbord-item .wallet-header .wallet-title .description {
  font-size: 14px;
  color: #c4c6c7;
  margin: 0;
  line-height: 1.4;
  text-align: left;
}
.dashbord-item .wallet-balance {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  position: relative;
}
.dashbord-item .wallet-balance .title {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
}
.dashbord-item .wallet-action {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.dashbord-item .wallet-action .view-wallet-btn {
  width: 100%;
  height: 100%;
  background: transparent;
  color: #ffffff;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  cursor: pointer;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dashbord-item .wallet-action .view-wallet-btn i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dashbord-item .wallet-action .view-wallet-btn:hover i {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.dashboard-quick-actions {
  margin: 40px 0;
}
.dashboard-quick-actions .quick-action-item {
  background: #0a0a18;
  border-radius: 5px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  height: 80px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.dashboard-quick-actions .quick-action-item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 15px rgba(126, 34, 255, 0.2);
          box-shadow: 0 8px 15px rgba(126, 34, 255, 0.2);
}
.dashboard-quick-actions .quick-action-item:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.dashboard-quick-actions .quick-action-item:hover .quick-action-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.dashboard-quick-actions .quick-action-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#7e22ff), to(#9c55ff));
  background: linear-gradient(90deg, #7e22ff 0%, #9c55ff 100%);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
.dashboard-quick-actions .quick-action-item .quick-action-icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  font-size: 18px;
  color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dashboard-quick-actions .quick-action-item .quick-action-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 2;
  position: relative;
}
.dashboard-quick-actions .quick-action-item .quick-action-text .action-name {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Exo 2", sans-serif;
}
.dashboard-quick-actions .quick-action-item .quick-action-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  position: relative;
}
.dashboard-quick-actions .quick-action-item .quick-action-arrow i {
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dashboard-quick-actions .quick-action-item:hover .quick-action-icon {
  background-color: #ffffff;
  color: #7e22ff;
  border-radius: 50%;
}
.dashboard-quick-actions .quick-action-item:hover .action-name {
  color: #ffffff;
}
.dashboard-quick-actions .quick-action-item:hover .quick-action-arrow i {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.dashbord-item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dashbord-item-details .dashboard-icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #7e22ff;
  border-radius: 5px;
  font-size: 24px;
  overflow: hidden;
}
.dashbord-item-details .dashboard-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dashbord-item-details .dashboard-content {
  padding-left: 30px;
}
.dashbord-item-details .dashboard-content .sub-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}
.dashbord-item-details .dashboard-content .title {
  margin-bottom: 0;
}

.dashbord-item-details-list-wrapper {
  margin-top: 20px;
}
.dashbord-item-details-list-wrapper .dashbord-item-details-list {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), color-stop(73.86%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 73.86%);
  backdrop-filter: blur(4px);
  border-radius: 5px;
  margin-top: 20px;
}
.dashbord-item-details-list-wrapper .dashbord-item-details-list li {
  border-bottom: 1px solid black;
  padding: 15px 20px;
}
@media only screen and (max-width: 575px) {
  .dashbord-item-details-list-wrapper .dashbord-item-details-list li {
    display: block;
  }
}
.dashbord-item-details-list-wrapper .dashbord-item-details-list li span {
  float: right;
}
@media only screen and (max-width: 575px) {
  .dashbord-item-details-list-wrapper .dashbord-item-details-list li span {
    float: unset;
  }
}
.dashbord-item-details-list-wrapper .dashbord-item-details-list li:last-child {
  border: none;
  padding-bottom: 0;
}

.dashboard-list-wrapper .dashboard-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .dashboard-list-wrapper .dashboard-list-item {
    display: block;
  }
}
.dashboard-list-wrapper .dashboard-list-item.sent:hover .dashboard-list-user-wrapper .dashboard-list-user-icon, .dashboard-list-wrapper .dashboard-list-item.sent.active .dashboard-list-user-wrapper .dashboard-list-user-icon {
  background-color: #ea5455;
}
.dashboard-list-wrapper .dashboard-list-item.receive:hover .dashboard-list-user-wrapper .dashboard-list-user-icon, .dashboard-list-wrapper .dashboard-list-item.receive.active .dashboard-list-user-wrapper .dashboard-list-user-icon {
  background-color: #28c76f;
}
.dashboard-list-wrapper .btn span {
  padding: 6px 10px;
}

.dashboard-list-user-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-list-user-wrapper .dashboard-list-user-icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border-radius: 50%;
  font-size: 30px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dashboard-list-user-wrapper .dashboard-list-user-content {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.dashboard-list-user-wrapper .dashboard-list-user-content .title {
  margin-bottom: 5px;
}
.dashboard-list-user-wrapper .dashboard-list-user-content .title span {
  color: #7e22ff;
  font-weight: 700;
}
.dashboard-list-user-wrapper .dashboard-list-user-content span {
  font-size: 14px;
  font-weight: 500;
}

.dashboard-list-right {
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .dashboard-list-right {
    text-align: left;
    padding-top: 20px;
  }
}
.dashboard-list-right .main-money {
  font-size: 16px;
}
.dashboard-list-right .exchange-money {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
}
.dashboard-list-right .small {
  padding: 5px 10px;
  border-radius: 5px;
}

.dashboard-list-item-wrapper {
  background: #0a0a18;
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dashboard-list-item-wrapper:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.dashboard-list-item-wrapper .dashboard-list-item {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}
.dashboard-list-item-wrapper .preview-list-wrapper {
  display: none;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.05);
}
.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item .preview-list-user-wrapper .preview-list-user-icon {
  color: #c4c6c7;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.preview-list-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), color-stop(73.86%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 73.86%);
  backdrop-filter: blur(4px);
  border-radius: 5px;
  overflow: hidden;
}
.preview-list-wrapper .preview-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid black;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}
@media only screen and (max-width: 575px) {
  .preview-list-wrapper .preview-list-item {
    display: block;
  }
}
.preview-list-wrapper .preview-list-item .last {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .preview-list-wrapper .preview-list-item .last {
    font-size: 14px;
  }
}

.preview-list-user-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preview-list-user-wrapper .preview-list-user-icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 1px solid #7e22ff;
  color: #7e22ff;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.preview-list-user-wrapper .preview-list-user-content {
  padding-left: 20px;
}
.preview-list-user-wrapper .preview-list-user-content span {
  font-weight: 500;
  font-size: 14px;
}

.preview-list-right {
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .preview-list-right {
    text-align: left;
    padding-top: 15px;
  }
}
.preview-list-right span {
  font-weight: 500;
  font-size: 14px;
  word-break: break-all;
}

.crypto-log-section {
  margin: 0 auto;
}
.crypto-log-section .crypto-log-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.crypto-log-item {
  background: #020514;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.crypto-log-item:hover {
  border-color: #7e22ff;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.crypto-log-item:hover .log-arrow {
  color: #7e22ff;
}
.crypto-log-item .log-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.crypto-log-item .log-icon .icon-buy,
.crypto-log-item .log-icon .icon-send,
.crypto-log-item .log-icon .icon-receive {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}
.crypto-log-item .log-icon .icon-buy {
  background: linear-gradient(135deg, #00ff88, #00cc6a);
}
.crypto-log-item .log-icon .icon-send {
  background: linear-gradient(135deg, #7e22ff, #6d28d9);
}
.crypto-log-item .log-icon .icon-receive {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}
.crypto-log-item .log-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.crypto-log-item .log-main .log-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px 0;
}
.crypto-log-item .log-main .log-desc {
  color: #c4c6c7;
  font-size: 14px;
  margin: 0;
  opacity: 0.8;
}
.crypto-log-item .log-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
}
.crypto-log-item .log-meta .log-time {
  color: #c4c6c7;
  font-size: 12px;
  opacity: 0.7;
}
.crypto-log-item .log-meta .log-status {
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}
.crypto-log-item .log-meta .log-status.success {
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
}
.crypto-log-item .log-meta .log-status.pending {
  background: rgba(234, 179, 8, 0.2);
  color: #eab308;
}
.crypto-log-item .log-meta .log-status.failed {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
}
.crypto-log-item .log-arrow {
  color: #c4c6c7;
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.crypto-canvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 5, 9, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}
.crypto-canvas-overlay.active {
  opacity: 1;
  visibility: visible;
}

.crypto-canvas-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 440px;
  height: 100%;
  background: #0a0a18;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.crypto-canvas-panel.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.crypto-canvas-panel .canvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(2, 5, 20, 0.8);
}
.crypto-canvas-panel .canvas-header .canvas-title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.crypto-canvas-panel .canvas-header .canvas-title-section .canvas-icon .icon-buy {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #00ff88, #00cc6a);
}
.crypto-canvas-panel .canvas-header .canvas-title-section .canvas-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 2px 0;
}
.crypto-canvas-panel .canvas-header .canvas-title-section .canvas-subtitle {
  color: #c4c6c7;
  font-size: 12px;
  margin: 0;
  opacity: 0.7;
}
.crypto-canvas-panel .canvas-header .canvas-close {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #c4c6c7;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
}
.crypto-canvas-panel .canvas-header .canvas-close:hover {
  background: #7e22ff;
  border-color: #7e22ff;
  color: #ffffff;
}
.crypto-canvas-panel .canvas-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px;
  overflow-y: auto;
}

.canvas-section {
  margin-bottom: 24px;
}
.canvas-section:last-child {
  margin-bottom: 0;
}
.canvas-section .section-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.info-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.info-item:last-child {
  border-bottom: none;
}
.info-item .info-label {
  color: #c4c6c7;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.8;
}
.info-item .info-value {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}

.status-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid;
}
.status-card.success {
  background: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.3);
}
.status-card.success .status-icon {
  background: #22c55e;
}
.status-card .status-icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.status-card .status-content h5 {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 2px 0;
}
.status-card .status-content p {
  color: #c4c6c7;
  font-size: 10px;
  margin: 0;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .crypto-log-section .crypto-log-list {
    padding: 16px;
    gap: 12px;
  }
  .crypto-log-item {
    padding: 16px;
    gap: 12px;
  }
  .crypto-log-item .log-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
  .crypto-log-item .log-meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .crypto-canvas-panel {
    width: 100%;
    max-width: 100%;
  }
  .canvas-header {
    padding: 20px !important;
  }
  .canvas-content {
    padding: 20px !important;
  }
}
@media (max-width: 480px) {
  .crypto-log-item .log-icon .icon-buy,
  .crypto-log-item .log-icon .icon-send,
  .crypto-log-item .log-icon .icon-receive {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .crypto-log-item .log-main .log-title {
    font-size: 14px;
  }
  .crypto-log-item .log-main .log-desc {
    font-size: 12px;
  }
}
.note-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.support-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 5px;
}
@media only screen and (max-width: 991px) {
  .support-card {
    display: block;
  }
}

.card-header-user-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-header-user-area .avatar {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  vertical-align: bottom;
  border: 3px solid rgba(255, 255, 255, 0.1);
}
.card-header-user-area .card-header-user-content {
  padding-left: 15px;
}
.card-header-user-area .card-header-user-content .title {
  margin-bottom: 0;
}
.card-header-user-area .card-header-user-content .sub-title {
  font-size: 12px;
  font-weight: 500;
}

.support-card-wrapper {
  background-color: #0a0a18;
  width: calc(100% - 500px);
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .support-card-wrapper {
    width: 100%;
  }
}
.support-card-wrapper .card-header {
  background-color: #0a0a18;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px 5px 0 0;
}

.chat-container {
  position: relative;
  -ms-touch-action: auto;
  touch-action: auto;
  overflow-y: auto;
  max-height: 670px;
  min-height: 670px;
  padding: 30px 15px;
}
.chat-container .media > * {
  margin: 0 10px;
}
.chat-container .media {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
  max-width: 80%;
}
@media only screen and (max-width: 575px) {
  .chat-container .media {
    max-width: 100%;
  }
}
.chat-container .media.media-chat-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
}
.chat-container .media.media-chat-reverse .media-body p {
  background-color: #7e22ff;
  color: #ffffff;
}
.chat-container .media.media-chat-reverse .media-body p::before {
  left: auto;
  right: -10px;
  background-color: #7e22ff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.chat-container .media .media-body p {
  position: relative;
  padding: 20px;
  background-color: #142B57;
  font-size: 13px;
  border-radius: 5px;
  color: #ffffff;
}
.chat-container .media .media-body p::before {
  position: absolute;
  content: "";
  top: 20px;
  left: -10px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: #142B57;
  width: 12px;
  height: 17px;
}
.chat-container .media .avatar {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  vertical-align: bottom;
  border: 3px solid rgba(255, 255, 255, 0.1);
}

.chat-form .publisher {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 20px;
  background-color: #0a0a18;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 0 0 10px;
}
.chat-form .publisher .chatbox-message-part {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chat-form .publisher .publisher-input {
  font-weight: 500;
  font-size: 14px;
  border: none;
  outline: none !important;
  background-color: #142B57;
  border-radius: 99px;
}
.chat-form .publisher .publisher-input::-webkit-input-placeholder {
  color: rgba(196, 198, 199, 0.3);
}
.chat-form .publisher .publisher-input::-moz-placeholder {
  color: rgba(196, 198, 199, 0.3);
}
.chat-form .publisher .publisher-input:-ms-input-placeholder {
  color: rgba(196, 198, 199, 0.3);
}
.chat-form .publisher .publisher-input::-ms-input-placeholder {
  color: rgba(196, 198, 199, 0.3);
}
.chat-form .publisher .publisher-input::placeholder {
  color: rgba(196, 198, 199, 0.3);
}
.chat-form .publisher .chatbox-send-part {
  width: 45px;
}
.chat-form .publisher .chatbox-send-part .chat-submit-btn {
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  background-color: #7e22ff;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
}
.chat-form .publisher .publisher-btn {
  width: 45px;
  height: 45px;
  background-color: #142B57;
  color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.chat-form .publisher .file-group input[type=file] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20px;
}
.chat-form .publisher .file-group label {
  margin-bottom: 0;
  cursor: pointer;
}

.support-profile-wrapper {
  background-color: #0a0a18;
  width: 500px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .support-profile-wrapper {
    position: fixed;
    right: -600px;
    top: 0;
    height: 100vh;
    background-color: #0a0a18;
  }
}
@media only screen and (max-width: 575px) {
  .support-profile-wrapper {
    width: 100%;
  }
}
.support-profile-wrapper.active {
  right: 0;
}
.support-profile-wrapper .support-profile-header {
  padding: 20px;
  background-color: #0a0a18;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.support-profile-wrapper .support-profile-header label {
  margin-bottom: 0;
}
.support-profile-wrapper .support-profile-body {
  padding: 20px;
}
.support-profile-wrapper .support-profile-list li {
  padding-top: 15px;
  font-weight: 700;
}
.support-profile-wrapper .support-profile-list li span, .support-profile-wrapper .support-profile-list li p {
  float: right;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .support-profile-wrapper .support-profile-list li span, .support-profile-wrapper .support-profile-list li p {
    float: left;
  }
}
.support-profile-wrapper .support-profile-list li p {
  line-height: 2em;
  margin-top: 10px;
  margin-bottom: 15px;
}

.profile-body-wrapper {
  padding: 0 !important;
}

.profile-form-area {
  padding: 30px;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper {
  display: block;
  position: relative;
}
.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview {
  width: 100%;
  height: 250px;
  border-radius: 0;
}
.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview .profilePicPreview {
  width: 100%;
  height: 250px;
  border-radius: 5px 5px 0 0;
  border: none;
  background-color: #040509;
  position: relative;
}

.profile-thumb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 575px) {
  .profile-thumb-content {
    display: block;
    margin-top: 60px;
  }
}
.profile-thumb-content .profile-thumb {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  margin-top: -100px;
}
.profile-thumb-content .profile-thumb .avatar-preview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #142B57;
  background-size: cover;
  background-repeat: no-repeat;
}
.profile-thumb-content .profile-thumb .avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
}
.profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.profile-thumb-content .profile-thumb .avatar-edit label {
  width: 35px;
  height: 35px;
  background-color: #7e22ff;
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  cursor: pointer;
}
.profile-thumb-content .profile-content {
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}
@media only screen and (max-width: 575px) {
  .profile-thumb-content .profile-content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.profile-thumb-content .profile-content .username {
  font-size: 18px;
}
.profile-thumb-content .profile-content .user-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -5px -10px;
}
.profile-thumb-content .profile-content .user-info-list li {
  margin: 5px 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile-thumb-content .profile-content .user-info-list li i {
  font-size: 18px;
  margin-right: 5px;
  color: #7e22ff;
}

.pdf-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow-y: scroll;
  left: 0;
  overflow: hidden;
  top: 0;
  z-index: 9;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.pdf-area.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.play-store-thumb {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.play-store-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-notification-wrapper {
  position: relative;
}

.notification-icon {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  color: #c4c6c7;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  font-size: 20px;
}

.notification-wrapper {
  position: absolute;
  top: 47px;
  right: 0;
  width: 300px;
  background: #040509;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  z-index: 9;
  padding: 15px;
  text-align: left;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .notification-wrapper {
    width: 250px;
  }
}
.notification-wrapper.active {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.notification-wrapper .notification-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.notification-wrapper .notification-header .title {
  margin-bottom: 0;
}
.notification-wrapper .notification-header .sub-title {
  font-size: 12px;
}
.notification-wrapper .notification-list {
  margin-bottom: -15px;
}
.notification-wrapper .notification-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  padding-bottom: 15px;
}
.notification-wrapper .notification-list li .thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}
.notification-wrapper .notification-list li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notification-wrapper .notification-list li .content {
  width: calc(100% - 25px);
  padding-left: 10px;
}
.notification-wrapper .notification-list li .content .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.notification-wrapper .notification-list li .content .title {
  margin-bottom: 0;
  font-size: 14px;
}
.notification-wrapper .notification-list li .content .time {
  color: #7e22ff;
  font-weight: 600;
  font-size: 12px;
}
.notification-wrapper .notification-footer {
  font-size: 12px;
}

.exchange-area {
  background: #142B57;
  padding: 30px 80px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .exchange-area {
    padding: 30px 15px;
  }
}
.exchange-area code {
  font-size: 20px;
  color: #7e22ff;
}
.exchange-area code span {
  display: block;
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
}

.profit-icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border-radius: 50%;
  font-size: 50px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.card-wrapper {
  margin-bottom: 20px;
}

.jp-card .jp-card-back, .jp-card .jp-card-front {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #00CDAA), color-stop(65%, #64A6F8)) !important;
  background: linear-gradient(to right, #00CDAA 25%, #64A6F8 65%) !important;
}

.qr-code-thumb.two {
  width: 250px;
  margin: 0 auto;
}
.qr-code-thumb.two img {
  width: 100%;
}

.rtl {
  direction: rtl;
}

.rtl .navbar-toggler {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.rtl .header-bottom-area .navbar-collapse .main-menu li {
  padding-right: 0;
  padding-left: 45px;
}

.rtl .header-bottom-area .navbar-collapse .main-menu li:last-child {
  padding-left: 0;
  margin-left: 0;
}

.rtl .header-language {
  margin-right: 0;
  margin-left: 15px;
}

.rtl .header-language .nice-select {
  padding-left: 25px;
  padding-right: 18px;
}

.rtl .header-action svg {
  margin-right: 0;
  margin-left: 4px;
}

.rtl .banner-section .banner-content-wrapper {
  padding-left: 0;
  padding-right: 40px;
}

.rtl .banner-section .banner-content-wrapper::before {
  left: auto;
  right: 0;
}

.rtl .banner-section .banner-content-wrapper .title-badge {
  left: auto;
  right: 21px;
}

.rtl .banner-section .banner-content-wrapper .title-badge::before {
  left: auto;
  right: -14px;
}

.rtl .banner-section .banner-content-wrapper .title-badge::after {
  left: auto;
  right: -7px;
}

.rtl .section-header .title-badge {
  left: auto;
  right: 21px;
}

.rtl .section-header .title-badge::before {
  left: auto;
  right: -14px;
}

.rtl .section-header .title-badge::after {
  left: auto;
  right: -7px;
}

.rtl .how-it-works-item::before {
  left: auto;
  right: 30px;
}

.rtl .how-it-works-content {
  padding-left: 0;
  padding-right: 30px;
}

.rtl .app-content .app-btn-wrapper .app-btn .icon {
  margin-left: 0;
  margin-right: auto;
}

.rtl .statistics-wrapper .odo-area .odo-title {
  direction: ltr;
}

.rtl .footer-top-area .footer-list li a {
  padding-left: 0;
  padding-right: 20px;
}

.rtl .footer-top-area .footer-list li a::before {
  left: auto;
  right: 0;
}

.rtl .footer-top-area .subscribe-form input {
  padding-right: 25px;
  padding-left: 120px;
}

.rtl .footer-top-area .subscribe-form .subscribe-btn {
  right: auto;
  left: 7px;
}

.rtl .footer-bottom-area .footer-bottom-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.rtl .category-widget-box .category-list li span {
  float: left;
}

.rtl .widget-box .widget-title::before {
  left: auto;
  right: -30px;
}

.rtl .single-popular-item .popular-item-content {
  padding-left: 0;
  padding-right: 20px;
}

.rtl .account-area .account-form-area {
  padding-left: 0;
  padding-right: 20px;
}

.rtl .show_hide_password input {
  padding-right: 25px;
  padding-left: 50px;
}

.rtl .show_hide_password .show-pass {
  right: auto;
  left: 30px;
}

.rtl .custom-check-group label::before {
  margin-right: 0;
  margin-left: 8px;
}

.rtl .custom-check-group input:checked + label::after {
  left: auto;
  right: 7px;
}

.rtl .sidebar-menu .sidebar-menu-item a .menu-icon {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .dashboard-title-part .left .icon {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .toggle-container {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .notification-wrapper {
  right: auto;
  left: 0;
}

.rtl .notification-wrapper .notification-list li .content {
  padding-left: 0;
  padding-right: 10px;
}

.rtl .notification-wrapper .notification-list li .content .sub-title {
  text-align: right;
}

.rtl .dashboard-list-user-wrapper .dashboard-list-user-content {
  padding-left: 0;
  padding-right: 20px;
}

.rtl .sidebar {
  left: auto;
  right: 0;
}

@media only screen and (max-width: 1199px) {
  .rtl .sidebar {
    right: -300px;
  }
}
@media only screen and (max-width: 1199px) {
  .rtl .sidebar.active {
    right: 0;
  }
}
.rtl .body-wrapper {
  padding-right: 270px;
  padding-left: 20px;
}

.rtl .body-wrapper.active {
  padding-left: 10px;
  padding-right: 85px;
}

@media only screen and (max-width: 1199px) {
  .rtl .body-wrapper {
    padding-right: 15px;
  }
  .rtl .body-wrapper.active {
    padding-right: 15px;
  }
}
.rtl .navbar-wrapper {
  margin-left: 0;
  margin-right: 250px;
}

.rtl .navbar-wrapper.active {
  margin-right: 60px;
}

.rtl .navbar-wrapper.active .dashboard-title-part {
  padding: 0 25px 0 10px;
}

@media only screen and (max-width: 1199px) {
  .rtl .navbar-wrapper {
    margin-right: 0;
  }
  .rtl .navbar-wrapper.active {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rtl .dashboard-title-part .right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 575px) {
  .rtl .dashboard-list-right {
    text-align: right;
  }
}
.rtl .preview-list-user-wrapper .preview-list-user-content {
  padding-left: 0;
  padding-right: 20px;
}

@media only screen and (max-width: 575px) {
  .rtl .preview-list-right {
    text-align: right;
  }
}
.rtl .chat-container .media .media-body p::before {
  left: auto;
  right: -10px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.rtl .chat-container .media.media-chat-reverse .media-body p::before {
  left: -10px;
  right: auto;
  clip-path: polygon(100% 100%, 100% 0, 0 50%);
}

.rtl .chat-container .media.media-chat-reverse {
  margin-left: 0;
  margin-right: auto;
}

.rtl .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .rtl .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rtl .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rtl .btn-close {
  margin-right: auto;
  margin-left: 0;
}

.rtl .sidebar:hover .sidebar-menu .sidebar-menu-item .menu-icon {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .dashbord-item .dashboard-content {
  padding-left: 0;
  padding-right: 30px;
}

.rtl .me-1 {
  margin-right: 0 !important;
  margin-left: 0.25rem !important;
}

.rtl .support-profile-wrapper .support-profile-list li span, .rtl .support-profile-wrapper .support-profile-list li p {
  float: left;
}

.rtl .profile-thumb-content .profile-thumb {
  margin-right: 0;
  margin-left: 40px;
}

.rtl .profile-thumb-content .profile-thumb .avatar-edit {
  right: auto;
  left: 0;
}

.rtl .profile-thumb-content .profile-content .user-info-list li i {
  margin-right: 0;
  margin-left: 5px;
}

.rtl .nice-select {
  text-align: right !important;
}

.rtl .nice-select:after {
  right: auto;
  left: 12px;
}

.rtl .nice-select .option {
  text-align: right;
}

.rtl .note-area ul li::before {
  left: auto;
  right: 0;
}

.rtl .note-area ul li {
  padding-left: 0;
  padding-right: 15px;
}

.rtl .custom-select img {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .custom-select .custom-select-inner::before, .rtl .custom-select .custom-select-inner::after {
  right: auto;
  left: 12px;
}

.rtl .custom-select .custom-select-inner::before {
  margin-right: 0;
  margin-left: 3px;
}

.rtl .custom-select .custom-select-inner::after {
  margin-left: 6px;
}

.rtl .input-group.max input {
  padding-right: 25px;
  padding-left: 70px;
}

.rtl .input-group-text.two {
  right: auto;
  left: 65px;
}

.rtl .input-group .nice-select {
  padding: 0 10px 0 25px;
}

.rtl .nice-select .option {
  padding-left: 29px;
  padding-right: 18px;
}

.rtl .card-header-user-area .card-header-user-content {
  padding-left: 0;
  padding-right: 15px;
}

.my-cards-navbar-wrapper {
  padding-bottom: 100px;
}

.dashboard-container {
  margin: 0 auto;
}
.dashboard-container .cc-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 20px 0;
}
.dashboard-container .cc-section-title {
  font-style: "Exo 2", sans-serif !important;
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: 600;
}
.dashboard-container .cc-section-subtitle {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.dashboard-container .wigets-wrapper {
  min-height: 430px;
  margin-top: -90px;
}
.dashboard-container .wigets-wrapper .my-cards-widgets {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .dashboard-container .wigets-wrapper .my-cards-widgets {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .dashboard-container .wigets-wrapper .my-cards-widgets {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .dashboard-container .wigets-wrapper .my-cards-widgets {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.dashboard-container .wigets-wrapper .my-cards-widgets .widget-card {
  background: linear-gradient(126deg, #000000 0%, rgba(21, 13, 33, 0.7) 100%);
  border-radius: 16px;
  padding: 25px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.dashboard-container .wigets-wrapper .my-cards-widgets .widget-card:hover {
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: black;
}
.dashboard-container .wigets-wrapper .my-cards-widgets .widget-card:hover .card-icon {
  background: rgba(126, 34, 255, 0.5) !important;
  border-radius: 50% !important;
  border-right: 3px solid;
}
.dashboard-container .wigets-wrapper .my-cards-widgets .widget-card:hover .card-icon i {
  color: #ffffff !important;
}
.dashboard-container .wigets-wrapper .my-cards-widgets .widget-card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  background: none;
  border-bottom: none;
}
.dashboard-container .wigets-wrapper .my-cards-widgets .widget-card .card-header .card-icon {
  background: rgba(255, 255, 255, 0.2);
  padding: 12px;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dashboard-container .wigets-wrapper .my-cards-widgets .widget-card .card-header .card-icon i {
  font-size: 1.3rem;
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.dashboard-container .wigets-wrapper .my-cards-widgets .widget-card .card-header .card-title-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dashboard-container .wigets-wrapper .my-cards-widgets .widget-card .card-header .card-title-content .card-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 4px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: "Exo 2", sans-serif;
}
.dashboard-container .wigets-wrapper .my-cards-widgets .widget-card .card-header .card-title-content .card-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.dashboard-container .wigets-wrapper .my-cards-widgets .widget-card .card-value {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin-top: auto;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .dashboard-container .cc-section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}

.user-cards-wrapper {
  width: 100%;
  padding: 0 15px;
}
.user-cards-wrapper .user-cards-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 2200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .user-cards-wrapper .user-cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
  }
}
@media (max-width: 480px) {
  .user-cards-wrapper .user-cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.user-cards-wrapper .user-card-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.user-cards-wrapper .user-card-item {
  width: 100%;
  min-width: 280px;
  max-width: 320px;
  height: 200px;
  min-height: 180px;
  max-height: 220px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  background: #020514;
  margin-bottom: 10px;
}
.user-cards-wrapper .user-card-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 25px rgba(126, 34, 255, 0.2);
          box-shadow: 0 10px 25px rgba(126, 34, 255, 0.2);
}
@media (max-width: 768px) {
  .user-cards-wrapper .user-card-item {
    min-width: 260px;
    height: 190px;
  }
}
@media (max-width: 480px) {
  .user-cards-wrapper .user-card-item {
    min-width: 100%;
    height: 180px;
    max-width: none;
  }
}
.user-cards-wrapper .user-card-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #7e22ff 0%, #5800d5 25%, #4300a2 50%, #142B57 75%, #7e22ff 100%);
  opacity: 0.4;
}
.user-cards-wrapper .user-card-visa-bg {
  background: linear-gradient(135deg, #9c55ff 0%, #7e22ff 25%, #6300ee 50%, #0f2142 75%, #7e22ff 100%);
}
.user-cards-wrapper .user-card-body {
  position: relative;
  z-index: 2;
  padding: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
}
@media (max-width: 768px) {
  .user-cards-wrapper .user-card-body {
    padding: 16px;
  }
}
@media (max-width: 480px) {
  .user-cards-wrapper .user-card-body {
    padding: 14px;
  }
}
.user-cards-wrapper .user-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
}
.user-cards-wrapper .user-card-logo {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .user-cards-wrapper .user-card-logo {
    width: 35px;
    height: 35px;
  }
}
.user-cards-wrapper .user-card-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #c4c6c7;
}
@media (max-width: 480px) {
  .user-cards-wrapper .user-card-status {
    font-size: 13px;
  }
}
.user-cards-wrapper .user-card-status-indicator {
  width: 12px;
  height: 12px;
  background: #22c55e;
  border-radius: 50%;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 480px) {
  .user-cards-wrapper .user-card-status-indicator {
    width: 10px;
    height: 10px;
  }
}
.user-cards-wrapper .user-card-number {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 15px 0 8px 0;
  word-break: break-all;
}
@media (max-width: 768px) {
  .user-cards-wrapper .user-card-number {
    font-size: 16px;
    margin: 12px 0 6px 0;
  }
}
@media (max-width: 480px) {
  .user-cards-wrapper .user-card-number {
    font-size: 15px;
  }
}
.user-cards-wrapper .user-card-name {
  font-size: 14px;
  color: #c4c6c7;
  margin-bottom: 15px;
  opacity: 0.9;
}
.user-cards-wrapper .user-card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-top: auto;
}
.user-cards-wrapper .user-card-balance {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 768px) {
  .user-cards-wrapper .user-card-balance {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .user-cards-wrapper .user-card-balance {
    font-size: 17px;
  }
}
.user-cards-wrapper .user-card-brand {
  height: 50px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .user-cards-wrapper .user-card-brand {
    height: 45px;
  }
}
@media (max-width: 480px) {
  .user-cards-wrapper .user-card-brand {
    height: 40px;
  }
}
.user-cards-wrapper .user-card-overlay {
  position: absolute;
  top: -30%;
  right: -20%;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 40%, transparent 70%);
  border-radius: 50%;
  z-index: 1;
}

.saved-cards-modal {
  /* Modal Overlay */
  /* Modal Container */
  /* Modal Header */
  /* Card Section */
  /* CVV and EXP Section */
  /* Billing Address */
  /* Action Buttons */
}
.saved-cards-modal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.saved-cards-modal .modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.saved-cards-modal #card-info-modal {
  background: #ffffff;
  border-radius: 16px;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}
.saved-cards-modal .modal-overlay.active #card-info-modal {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.saved-cards-modal .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid #e5e7eb;
}
.saved-cards-modal .modal-title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.saved-cards-modal .modal-icon {
  width: 40px;
  height: 40px;
  background: #059669;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-weight: bold;
}
.saved-cards-modal .modal-title-text h3 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 2px;
}
.saved-cards-modal .modal-title-text p {
  font-size: 14px;
  color: #6b7280;
}
.saved-cards-modal .close-btn {
  background: #e1caca;
  border: none;
  font-size: 18px;
  color: #6b7280;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 4px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin-left: 30px;
}
.saved-cards-modal .close-btn:hover {
  background: #d9b5b7;
}
.saved-cards-modal .modal-content {
  padding: 24px;
  backdrop-filter: none;
  background: none;
}
.saved-cards-modal .card-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.saved-cards-modal .card-visual {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.saved-cards-modal .card-logo {
  width: 60px;
  height: 60px;
  background: #059669;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}
.saved-cards-modal .modal-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: linear-gradient(135deg, #7e22ff 0%, #5800d5 25%, #4300a2 50%, #142B57 75%, #7e22ff 100%);
  opacity: 0.8;
  padding: 20px;
  border-radius: 15px;
}
.saved-cards-modal .modal-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.saved-cards-modal .card-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.saved-cards-modal .logo {
  max-width: 40px;
  height: 40px;
}
.saved-cards-modal .status-dot {
  width: 14px;
  height: 14px;
  background: #10b981;
  border-radius: 50%;
}
.saved-cards-modal .status-text {
  color: #10b981;
  font-size: 14px;
  font-weight: 500;
}
.saved-cards-modal .eye-btn, .saved-cards-modal .copy-btn {
  background: none;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  color: #6b7280;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.saved-cards-modal .eye-btn:hover, .saved-cards-modal .copy-btn:hover {
  background: #bac5dc;
  color: #374151;
}
.saved-cards-modal .card-number-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.saved-cards-modal .card-number {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Courier New", monospace;
}
.saved-cards-modal .cardholder-name {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.saved-cards-modal .card-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 16px;
}
.saved-cards-modal .info-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.saved-cards-modal .info-label {
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}
.saved-cards-modal .info-value-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.saved-cards-modal .info-value {
  font-size: 16px;
  font-weight: 600;
}
.saved-cards-modal .billing-section {
  margin-bottom: 24px;
}
.saved-cards-modal .billing-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.saved-cards-modal .billing-title {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}
.saved-cards-modal .billing-address {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.saved-cards-modal .action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}
.saved-cards-modal .view-transactions-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px;
  background: #f3f4f6;
  border: none;
  border-radius: 8px;
  color: #374151;
  font-weight: 500;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.saved-cards-modal .view-transactions-btn:hover {
  background: #e5e7eb;
}
.saved-cards-modal .deposit-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px;
  background: #059669;
  border: none;
  border-radius: 8px;
  color: white;
  font-weight: 500;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.saved-cards-modal .deposit-btn:hover {
  background: #047857;
}
.saved-cards-modal .bottom-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}
.saved-cards-modal .withdraw-btn, .saved-cards-modal .freeze-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px;
  border: 1px solid #d1d5db;
  background: white;
  border-radius: 8px;
  color: #374151;
  font-weight: 500;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.saved-cards-modal .withdraw-btn:hover, .saved-cards-modal .freeze-btn:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}
.saved-cards-modal .account-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  padding: 16px 0;
}
@media (max-width: 768px) {
  .saved-cards-modal .account-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.saved-cards-modal .info-item {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 12px;
  border-radius: 10px;
  min-width: 110px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #020514;
}
@media (max-width: 480px) {
  .saved-cards-modal .info-item {
    padding: 12px 8px;
    min-width: auto;
  }
}
.saved-cards-modal .info-item-label {
  font-size: 12px;
  color: #c4c6c7;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}
.saved-cards-modal .info-item-value {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  display: block;
}
.saved-cards-modal .balance-value {
  color: #059669;
  font-weight: 700;
}
.saved-cards-modal .info-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.saved-cards-modal .copy-notification {
  position: fixed;
  top: 20px;
  right: 0px;
  background: #059669;
  color: white;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  z-index: 1001;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.saved-cards-modal .copy-notification.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.saved-cards-modal .close-card-btn {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.create-card-section-wrapper .card-processor-step {
  margin: 0 auto;
  padding: 2rem;
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option {
  background: #020514;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option:hover {
  border-color: rgba(255, 255, 255, 0.1);
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option.selected {
  border-color: #7e22ff;
  background: #03071d;
  -webkit-box-shadow: 0 8px 32px rgba(126, 34, 255, 0.15);
          box-shadow: 0 8px 32px rgba(126, 34, 255, 0.15);
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-radio {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-radio input[type=radio]:checked + .radio-custom {
  border-color: #7e22ff;
  background: #7e22ff;
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-radio input[type=radio]:checked + .radio-custom::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-radio .radio-custom {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 0.25rem;
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-radio .radio-custom::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-info-content h4 {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-info-content p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-align: left;
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-info-content .card-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-info-content .card-status.status-able {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-info-content .card-status.status-not-able {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-info-content .card-status .status-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.status-able .create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-info-content .card-status .status-indicator {
  background: #22c55e;
}
.status-not-able .create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-info-content .card-status .status-indicator {
  background: #ef4444;
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-details {
  margin-top: 1rem;
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-details .details-toggle {
  background: none;
  border: none;
  color: #7e22ff;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-details .details-toggle:hover {
  color: #9c55ff;
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-details .details-toggle .toggle-arrow {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-details .details-toggle.active .toggle-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-details .details-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-details .details-content.show {
  max-height: 200px;
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-details .details-content .details-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 1rem;
}
.create-card-section-wrapper .card-processor-step .card-selection-container .card-option .card-details .details-content .details-tags .tag {
  background: #142B57;
  color: #c4c6c7;
  padding: 0.4rem 0.8rem;
  border-radius: 15px;
  font-size: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .create-card-section-wrapper .card-processor-step {
    padding: 1rem;
  }
  .create-card-section-wrapper .card-processor-step .card-selection-container .card-option {
    padding: 1.5rem;
  }
}
.create-card-section-wrapper .card-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #020514;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 300px;
}
.create-card-section-wrapper .card-actions:hover {
  border-color: rgba(255, 255, 255, 0.1);
}
.create-card-section-wrapper .card-actions .card-action-item {
  background: #142B57;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.create-card-section-wrapper .card-actions .card-action-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background: linear-gradient(135deg, #7e22ff, #ba88ff) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.create-card-section-wrapper .card-actions .card-action-item:hover {
  border-color: transparent;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(126, 34, 255, 0.15);
          box-shadow: 0 4px 12px rgba(126, 34, 255, 0.15);
}
.create-card-section-wrapper .card-actions .card-action-item:hover::before {
  opacity: 1;
}
.create-card-section-wrapper .card-actions .card-action-item:hover .action-hover-arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.create-card-section-wrapper .card-actions .card-action-item:hover .action-icon {
  background: rgba(126, 34, 255, 0.2);
  color: #9c55ff;
}
.create-card-section-wrapper .card-actions .card-action-item .action-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(126, 34, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.create-card-section-wrapper .card-actions .card-action-item .action-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.create-card-section-wrapper .card-actions .card-action-item .action-content h6 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}
.create-card-section-wrapper .card-actions .card-action-item .action-content p {
  color: #c4c6c7;
  font-size: 0.8rem;
  margin: 0;
  line-height: 1.4;
  text-align: left;
}
.create-card-section-wrapper .card-actions .card-action-item .action-hover-arrow {
  position: absolute;
  top: 25px;
  right: 12px;
  opacity: 0;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #7e22ff;
  width: 40px;
}

#cardDetailingCanvas {
  background: #0a0a18;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  width: 450px;
}
#cardDetailingCanvas .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
}
#cardDetailingCanvas .offcanvas-header .offcanvas-title {
  font-weight: 600;
  font-size: 1.25rem;
}
#cardDetailingCanvas .offcanvas-body {
  padding: 1.5rem;
}
#cardDetailingCanvas .offcanvas-body .card-features-list .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: #020514;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 0.75rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#cardDetailingCanvas .offcanvas-body .card-features-list .feature-item:hover {
  border-color: #7e22ff;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
#cardDetailingCanvas .offcanvas-body .card-features-list .feature-item .feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(126, 34, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #7e22ff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.1rem;
}
#cardDetailingCanvas .offcanvas-body .card-features-list .feature-item .feature-icon i {
  line-height: 1;
}
#cardDetailingCanvas .offcanvas-body .card-features-list .feature-item .feature-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#cardDetailingCanvas .offcanvas-body .card-features-list .feature-item .feature-content h6 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}
#cardDetailingCanvas .offcanvas-body .card-features-list .feature-item .feature-content p {
  color: #c4c6c7;
  font-size: 0.85rem;
  margin: 0;
  line-height: 1.4;
  text-align: left;
}
#cardDetailingCanvas .offcanvas-body .contact-options .btn-contact {
  background: #142B57;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cardDetailingCanvas .offcanvas-body .contact-options .btn-contact i {
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  #cardDetailingCanvas {
    width: 100%;
  }
  #cardDetailingCanvas .offcanvas-body {
    padding: 1rem;
  }
  #cardDetailingCanvas .offcanvas-body .card-features-list .feature-item {
    padding: 0.75rem;
    gap: 0.75rem;
  }
  #cardDetailingCanvas .offcanvas-body .card-features-list .feature-item .feature-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}
.card-create-process {
  width: 100%;
}
.card-create-process .row {
  margin: 0;
}
.card-create-process .row > div {
  padding: 0 15px;
}

.card-preview-wrapper .card-preview {
  position: relative;
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.card-preview-wrapper .card-preview .card-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/card/mastercard-bg.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.9;
}
.card-preview-wrapper .card-preview .card-content {
  position: relative;
  z-index: 2;
  padding: 25px;
  color: #ffffff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-preview-wrapper .card-preview .card-content .card-logo {
  position: absolute;
  top: 20px;
  left: 25px;
}
.card-preview-wrapper .card-preview .card-content .card-logo img {
  max-width: 80px;
  height: auto;
}
.card-preview-wrapper .card-preview .card-content .card-number {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: "Courier New", monospace;
  margin: 20px 0;
  font-weight: 700;
}
.card-preview-wrapper .card-preview .card-content .card-holder {
  font-size: 16px;
  color: #c4c6c7;
  font-weight: 500;
  margin-bottom: 5px;
}
.card-preview-wrapper .card-preview .card-content .card-balance {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}
.card-preview-wrapper .card-preview .card-content .card-type {
  text-align: right;
}
.card-preview-wrapper .card-preview .card-content .card-type img {
  max-width: 60px;
  height: auto;
}
.card-preview-wrapper .card-preview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(126, 34, 255, 0.3), rgba(126, 34, 255, 0.1));
  z-index: 1;
}
.card-preview-wrapper .fee-summary-section .fee-summary {
  background: #0a0a18;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.card-preview-wrapper .fee-summary-section .fee-summary .fee-summary-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.card-preview-wrapper .fee-summary-section .fee-summary .fee-item {
  padding: 10px 0;
}
.card-preview-wrapper .fee-summary-section .fee-summary .fee-item .fee-label {
  color: #c4c6c7;
  font-size: 14px;
}
.card-preview-wrapper .fee-summary-section .fee-summary .fee-item .fee-value {
  color: #c4c6c7;
  font-size: 14px;
  font-weight: 500;
}
.card-preview-wrapper .fee-summary-section .fee-summary .fee-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 15px 0;
  opacity: 0.5;
}
.card-preview-wrapper .fee-summary-section .fee-summary .fee-total {
  padding: 12px 0 0 0;
}
.card-preview-wrapper .fee-summary-section .fee-summary .fee-total .total-label {
  color: #ffffff;
  font-size: 16px;
}
.card-preview-wrapper .fee-summary-section .fee-summary .fee-total .total-value {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.card-creation-form {
  background: #020514;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
}
.card-creation-form .form-group {
  margin-bottom: 20px;
}
.card-creation-form .form-group label {
  margin-bottom: 10px;
}
.card-creation-form .form-group .form--control {
  height: 50px;
  line-height: 50px;
}
.card-creation-form .form-group .form--control:focus {
  border: 1px solid #7e22ff;
}
.card-creation-form .form-group .radio-wrapper {
  margin: -3px -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card-creation-form .form-group .radio-wrapper .radio-item {
  margin: 3px 7px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.card-creation-form .form-group .radio-wrapper .radio-item [type=radio]:checked + label {
  border: 1px solid #7e22ff;
  background-color: #7e22ff;
  border-radius: 8px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.card-creation-form .form-group .radio-wrapper .radio-item [type=radio]:not(:checked) + label {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #c4c6c7;
  width: 100%;
  text-align: center;
  background: #0a0a18;
}
.card-creation-form .form-group .radio-wrapper .radio-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-creation-form .form-group .radio-wrapper .radio-item label img {
  width: 40px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-creation-form .form-group .radio-wrapper .radio-item label:hover {
  border-color: #7e22ff;
}
.card-creation-form .prohibited-merchants {
  margin: 25px 0;
}
.card-creation-form .prohibited-merchants .custom-alert {
  background: #142B57;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #c4c6c7;
  border-radius: 8px;
  padding: 20px;
}
.card-creation-form .prohibited-merchants .custom-alert h6 {
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
}
.card-creation-form .prohibited-merchants .custom-alert p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #c4c6c7;
}

@media (max-width: 1199px) {
  .card-create-process .card-preview-wrapper .card-preview {
    height: 200px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content {
    padding: 20px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-logo {
    top: 15px;
    left: 20px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-logo img {
    max-width: 70px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-number {
    font-size: 18px;
    margin-top: 35px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-balance {
    font-size: 24px;
  }
  .card-create-process .card-preview-wrapper .fee-summary-section .fee-summary {
    padding: 20px;
  }
  .card-create-process .card-creation-form {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .card-create-process .card-preview-wrapper {
    margin-bottom: 30px;
  }
  .card-create-process .card-preview-wrapper .card-preview {
    height: 220px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .card-create-process .card-preview-wrapper .card-preview {
    height: 200px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content {
    padding: 20px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-logo {
    top: 15px;
    left: 20px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-logo img {
    max-width: 60px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-number {
    font-size: 16px;
    margin-top: 30px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-balance {
    font-size: 22px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-holder {
    font-size: 14px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-type img {
    max-width: 50px;
  }
  .card-create-process .card-preview-wrapper .fee-summary-section .fee-summary {
    padding: 20px;
  }
  .card-create-process .card-preview-wrapper .fee-summary-section .fee-summary .fee-summary-title {
    font-size: 16px;
  }
  .card-create-process .card-creation-form {
    padding: 20px;
  }
  .card-create-process .card-creation-form .radio-wrapper .radio-item label {
    padding: 12px 15px;
  }
  .card-create-process .card-creation-form .radio-wrapper .radio-item label img {
    width: 35px;
    height: 22px;
  }
}
@media (max-width: 576px) {
  .card-create-process .card-preview-wrapper .card-preview {
    height: 180px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content {
    padding: 15px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-logo {
    top: 12px;
    left: 15px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-logo img {
    max-width: 50px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-number {
    font-size: 14px;
    margin-top: 25px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-balance {
    font-size: 20px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-holder {
    font-size: 13px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-type img {
    max-width: 40px;
  }
  .card-create-process .card-preview-wrapper .fee-summary-section .fee-summary {
    padding: 15px;
  }
  .card-create-process .card-preview-wrapper .fee-summary-section .fee-summary .fee-item {
    padding: 8px 0;
  }
  .card-create-process .card-preview-wrapper .fee-summary-section .fee-summary .fee-item .fee-label,
  .card-create-process .card-preview-wrapper .fee-summary-section .fee-summary .fee-item .fee-value {
    font-size: 13px;
  }
  .card-create-process .card-preview-wrapper .fee-summary-section .fee-summary .fee-total .total-label,
  .card-create-process .card-preview-wrapper .fee-summary-section .fee-summary .fee-total .total-value {
    font-size: 14px;
  }
  .card-create-process .card-creation-form {
    padding: 15px;
  }
  .card-create-process .card-creation-form .radio-wrapper .radio-item label {
    padding: 10px 12px;
  }
  .card-create-process .card-creation-form .radio-wrapper .radio-item label img {
    width: 30px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  .card-create-process .card-preview-wrapper .card-preview {
    height: 160px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content {
    padding: 12px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-logo {
    top: 10px;
    left: 12px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-logo img {
    max-width: 40px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-number {
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 20px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-balance {
    font-size: 18px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-holder {
    font-size: 12px;
  }
  .card-create-process .card-preview-wrapper .card-preview .card-content .card-type img {
    max-width: 35px;
  }
}
.action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.action-buttons .btn {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
}
.action-buttons .btn:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.action-buttons .btn-issue-more-card {
  width: 100%;
  background: #7e22ff;
  color: #ffffff;
}
.action-buttons .btn-issue-more-card:hover {
  background: #6300ee;
}
.action-buttons .button-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.action-buttons .button-group .btn {
  background: #142B57;
  color: #c4c6c7;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.action-buttons .button-group .btn:hover {
  background: #1e3f80;
  border-color: #7e22ff;
}

.card-canvas {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 600px;
  height: 100vh;
  background: #0a0a18;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-canvas.active {
  right: 0;
}
.card-canvas .canvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: #020514;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.card-canvas .canvas-header .canvas-title {
  color: #ffffff;
  font-weight: 600;
  margin: 0;
  font-size: 1.25rem;
}
.card-canvas .canvas-header .canvas-close {
  background: none;
  color: #c4c6c7;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}
.card-canvas .canvas-header .canvas-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.card-canvas .canvas-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  background: #040509;
  padding: 20px;
}

.card-preview .preview-section {
  margin-bottom: 25px;
  padding: 20px;
  background: #020514;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.card-preview .preview-section h6 {
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 8px;
  font-size: 16px;
}
.card-preview .status-section .status-tracker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.card-preview .status-section .status-tracker .status-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 15px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.card-preview .status-section .status-tracker .status-item.active {
  background: rgba(126, 34, 255, 0.05);
  border-color: rgba(126, 34, 255, 0.3);
}
.card-preview .status-section .status-tracker .status-item.active .status-indicator {
  background: #7e22ff;
  -webkit-box-shadow: 0 0 15px rgba(126, 34, 255, 0.4);
          box-shadow: 0 0 15px rgba(126, 34, 255, 0.4);
}
.card-preview .status-section .status-tracker .status-item.active .status-text {
  color: #ffffff;
  font-weight: 600;
}
.card-preview .status-section .status-tracker .status-item .status-indicator {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.card-preview .status-section .status-tracker .status-item .status-text {
  color: #c4c6c7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.card-preview .status-section .status-tracker .status-item .status-badge {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
}
.card-preview .status-section .status-tracker .status-item .status-badge.complete {
  background: rgba(0, 255, 136, 0.1);
  color: #00ff88;
  border: 1px solid rgba(0, 255, 136, 0.3);
}
.card-preview .status-section .status-tracker .status-item .status-badge.pending {
  background: rgba(255, 170, 0, 0.1);
  color: #ffaa00;
  border: 1px solid rgba(255, 170, 0, 0.3);
}
.card-preview .status-section .status-tracker .status-item .status-badge:not(.complete):not(.pending) {
  background: rgba(255, 255, 255, 0.3);
  color: #c4c6c7;
}

.canvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.canvas-backdrop.active {
  display: block;
}

@media (max-width: 768px) {
  .card-canvas {
    max-width: 100%;
  }
  .card-preview .preview-section .info-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .action-buttons .button-group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .status-tracker .status-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .status-tracker .status-item .status-badge {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 576px) {
  .canvas-body {
    padding: 15px !important;
  }
  .preview-section {
    padding: 15px !important;
  }
}
.process-header {
  padding: 20px 30px;
  background-color: #020514;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 20px 20px 0 0;
}
.process-header:hover {
  background-color: rgba(126, 34, 255, 0.1);
}

.process-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-style: "Exo 2", sans-serif;
}

.process-icon {
  color: #7e22ff;
  font-size: 1.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.process-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
}

.steps-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  background-color: #020514;
  padding: 25px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px) {
  .steps-sidebar .steps-sidebar-wrapper {
    margin-top: 30%;
  }
}

.step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.step-item.active {
  background-color: rgba(126, 34, 255, 0.15);
  border-color: #7e22ff;
}
.step-item.active .step-number {
  background-color: #7e22ff;
  color: #ffffff;
}
.step-item.completed {
  background-color: rgba(20, 43, 87, 0.3);
}
.step-item.completed .step-number {
  background-color: #10b981;
  color: #ffffff;
}

.step-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #142B57;
  color: #c4c6c7;
  margin-right: 12px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.step-info h4 {
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 4px;
}
.step-info p {
  font-size: 0.85rem;
  color: #c4c6c7;
}

.content-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #020514;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .content-area {
    padding: 0px;
  }
}

.step-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: none;
}
.step-content.active {
  display: block;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.process-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  background-color: #020514;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 0 20px 20px;
}

.btn {
  font-size: 1rem;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
  border-radius: 10px;
  min-width: 100px;
}

.btn-outline {
  background-color: transparent;
  color: #c4c6c7;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  min-width: 100px;
}
.btn-outline:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.05);
}

@media (max-width: 768px) {
  .process-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .steps-sidebar {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .step-item {
    padding: 12px 8px;
  }
}
/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
.blog-section {
  position: relative;
  overflow: hidden;
}
.blog-section .blog-item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  backdrop-filter: blur(10px);
  height: 100%;
}
.blog-section .blog-item.featured {
  border-color: #7e22ff;
  -webkit-box-shadow: 0 15px 40px rgba(126, 34, 255, 0.1);
          box-shadow: 0 15px 40px rgba(126, 34, 255, 0.1);
}
.blog-section .blog-item.featured::before {
  content: "Featured";
  position: absolute;
  top: 20px;
  right: 20px;
  background: #7e22ff;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 3;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.blog-section .blog-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  border-color: #7e22ff;
  -webkit-box-shadow: 0 25px 50px rgba(126, 34, 255, 0.15);
          box-shadow: 0 25px 50px rgba(126, 34, 255, 0.15);
}
.blog-section .blog-item:hover .blog-thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-section .blog-item:hover .blog-thumb .blog-overlay {
  opacity: 1;
  visibility: visible;
}
.blog-section .blog-item:hover .blog-content .title a {
  color: #7e22ff;
}
.blog-section .blog-item .blog-thumb {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.blog-section .blog-item .blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.blog-section .blog-item .blog-thumb .blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(126, 34, 255, 0.1) 0%, rgba(99, 0, 238, 0.5) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}
.blog-section .blog-item .blog-thumb .blog-overlay .read-more {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 12px 30px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-section .blog-item .blog-thumb .blog-overlay .read-more:hover {
  background: #ffffff;
  color: #7e22ff;
}
.blog-section .blog-item .blog-thumb .blog-overlay .read-more i {
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.blog-section .blog-item .blog-thumb .blog-overlay .read-more:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.blog-section .blog-item .blog-thumb .blog-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.blog-section .blog-item .blog-thumb .blog-badge span {
  background: rgba(126, 34, 255, 0.9);
  color: #ffffff;
  padding: 6px 15px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-section .blog-item .blog-thumb::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(10, 10, 24, 0.9)));
  background: linear-gradient(transparent, rgba(10, 10, 24, 0.9));
  z-index: 1;
}
.blog-section .blog-item .blog-content {
  padding: 30px;
  position: relative;
  z-index: 2;
}
.blog-section .blog-item .blog-content .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: between;
      -ms-flex-pack: between;
          justify-content: between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  gap: 15px;
}
.blog-section .blog-item .blog-content .blog-meta .date {
  font-size: 13px;
  color: #c4c6c7;
  opacity: 0.8;
}
.blog-section .blog-item .blog-content .blog-meta .date i {
  margin-right: 5px;
  color: #7e22ff;
}
.blog-section .blog-item .blog-content .blog-meta .category {
  background: rgba(126, 34, 255, 0.1);
  padding: 4px 12px;
  border-radius: 12px;
  color: #7e22ff;
  font-size: 13px;
}
.blog-section .blog-item .blog-content .title {
  margin-bottom: 15px;
}
.blog-section .blog-item .blog-content .title a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.blog-section .blog-item .blog-content .title a:hover {
  color: #7e22ff;
}
.blog-section .blog-item .blog-content .excerpt {
  color: #c4c6c7;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 0.9;
}
.blog-section .blog-item .blog-content .blog-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.blog-section .blog-item .blog-content .blog-footer .read-link {
  color: #7e22ff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-section .blog-item .blog-content .blog-footer .read-link:hover {
  gap: 12px;
  color: #9c55ff;
}
.blog-section .blog-item .blog-content .blog-footer .reaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #c4c6c7;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.blog-section .blog-item .blog-content .blog-footer .reaction:hover {
  color: #ff4757;
}
.blog-section .blog-item .blog-content .blog-footer .reaction:hover i {
  -webkit-animation: heartBeat 0.6s ease;
          animation: heartBeat 0.6s ease;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@-webkit-keyframes heartBeat {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@keyframes heartBeat {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@media (max-width: 991px) {
  .blog-section .blog-item .blog-thumb {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .blog-section .blog-item .blog-content {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .blog-section .blog-item .blog-content .blog-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}
.blog-details-section {
  background: #040509;
  position: relative;
}
.blog-details-section .blog-details {
  background: #0a0a18;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.blog-details-section .blog-details .blog-details-header {
  position: relative;
}
.blog-details-section .blog-details .blog-details-header .blog-details-thumb {
  height: 400px;
  overflow: hidden;
}
.blog-details-section .blog-details .blog-details-header .blog-details-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-section .blog-details .blog-details-header .blog-meta-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(10, 10, 24, 0.95)));
  background: linear-gradient(transparent, rgba(10, 10, 24, 0.95));
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.blog-details-section .blog-details .blog-details-header .blog-meta-info .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.blog-details-section .blog-details .blog-details-header .blog-meta-info .author .author-thumb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #7e22ff;
}
.blog-details-section .blog-details .blog-details-header .blog-meta-info .author .author-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-section .blog-details .blog-details-header .blog-meta-info .author .author-content h6 {
  color: #ffffff;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.blog-details-section .blog-details .blog-details-header .blog-meta-info .author .author-content span {
  color: #c4c6c7;
  font-size: 14px;
  opacity: 0.8;
}
.blog-details-section .blog-details .blog-details-header .blog-meta-info .meta-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.blog-details-section .blog-details .blog-details-header .blog-meta-info .meta-right .date, .blog-details-section .blog-details .blog-details-header .blog-meta-info .meta-right .reading-time {
  color: #c4c6c7;
  font-size: 14px;
}
.blog-details-section .blog-details .blog-details-header .blog-meta-info .meta-right .date i, .blog-details-section .blog-details .blog-details-header .blog-meta-info .meta-right .reading-time i {
  margin-right: 5px;
  color: #7e22ff;
}
.blog-details-section .blog-details .blog-details-content {
  padding: 40px;
}
.blog-details-section .blog-details .blog-details-content .blog-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}
.blog-details-section .blog-details .blog-details-content .blog-tags .tag {
  background: rgba(126, 34, 255, 0.1);
  color: #7e22ff;
  padding: 6px 15px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-details-section .blog-details .blog-details-content .blog-tags .tag:hover {
  background: #7e22ff;
  color: #ffffff;
}
.blog-details-section .blog-details .blog-details-content .blog-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}
.blog-details-section .blog-details .blog-details-content .content-block {
  margin-bottom: 40px;
}
.blog-details-section .blog-details .blog-details-content .content-block h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.blog-details-section .blog-details .blog-details-content .content-block h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background: #7e22ff;
  border-radius: 2px;
}
.blog-details-section .blog-details .blog-details-content .content-block p {
  color: #c4c6c7;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16px;
}
.blog-details-section .blog-details .blog-details-content .content-block .feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  background: rgba(255, 255, 255, 0.02);
  padding: 25px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-details-section .blog-details .blog-details-content .content-block .feature-box:hover {
  border-color: #7e22ff;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.blog-details-section .blog-details .blog-details-content .content-block .feature-box .feature-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #7e22ff 0%, #ab6fff 100%);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.blog-details-section .blog-details .blog-details-content .content-block .feature-box .feature-icon i {
  font-size: 24px;
  color: #ffffff;
}
.blog-details-section .blog-details .blog-details-content .content-block .feature-box .feature-content h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog-details-section .blog-details .blog-details-content .content-block .feature-box .feature-content p {
  color: #c4c6c7;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.blog-details-section .blog-details .blog-details-content .content-block .content-list {
  list-style: none;
  padding: 0;
}
.blog-details-section .blog-details .blog-details-content .content-block .content-list li {
  color: #c4c6c7;
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
  line-height: 1.6;
}
.blog-details-section .blog-details .blog-details-content .content-block .content-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  background: rgba(126, 34, 255, 0.1);
  color: #7e22ff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: 600;
}
.blog-details-section .blog-details .blog-details-content .blog-details-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.blog-details-section .blog-details .blog-details-content .blog-details-footer .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.blog-details-section .blog-details .blog-details-content .blog-details-footer .social-share h5 {
  color: #ffffff;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.blog-details-section .blog-details .blog-details-content .blog-details-footer .social-share .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.blog-details-section .blog-details .blog-details-content .blog-details-footer .social-share .social-links .social-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #c4c6c7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-details-section .blog-details .blog-details-content .blog-details-footer .social-share .social-links .social-link:hover {
  background: #7e22ff;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.blog-details-section .blog-details .blog-details-content .blog-details-footer .blog-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.blog-details-section .blog-details .blog-details-content .blog-details-footer .blog-actions .action-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 10px 20px;
  color: #c4c6c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.blog-details-section .blog-details .blog-details-content .blog-details-footer .blog-actions .action-btn:hover {
  background: #7e22ff;
  color: #ffffff;
  border-color: #7e22ff;
}
.blog-details-section .blog-details .blog-details-content .blog-details-footer .blog-actions .action-btn.like-btn:hover i {
  -webkit-animation: heartBeat 0.6s ease;
          animation: heartBeat 0.6s ease;
}
.blog-details-section .blog-sidebar {
  position: sticky;
  top: 100px;
}
.blog-details-section .blog-sidebar .sidebar-widget {
  background: #0a0a18;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
}
.blog-details-section .blog-sidebar .sidebar-widget .widget-header {
  margin-bottom: 25px;
}
.blog-details-section .blog-sidebar .sidebar-widget .widget-header .widget-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  position: relative;
  padding-bottom: 15px;
}
.blog-details-section .blog-sidebar .sidebar-widget .widget-header .widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #7e22ff;
  border-radius: 2px;
}
.blog-details-section .blog-sidebar .sidebar-widget .search-form {
  position: relative;
}
.blog-details-section .blog-sidebar .sidebar-widget .search-form input {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 12px 50px 12px 20px;
  color: #c4c6c7;
  font-size: 14px;
}
.blog-details-section .blog-sidebar .sidebar-widget .search-form input::-webkit-input-placeholder {
  color: rgba(196, 198, 199, 0.6);
}
.blog-details-section .blog-sidebar .sidebar-widget .search-form input::-moz-placeholder {
  color: rgba(196, 198, 199, 0.6);
}
.blog-details-section .blog-sidebar .sidebar-widget .search-form input:-ms-input-placeholder {
  color: rgba(196, 198, 199, 0.6);
}
.blog-details-section .blog-sidebar .sidebar-widget .search-form input::-ms-input-placeholder {
  color: rgba(196, 198, 199, 0.6);
}
.blog-details-section .blog-sidebar .sidebar-widget .search-form input::placeholder {
  color: rgba(196, 198, 199, 0.6);
}
.blog-details-section .blog-sidebar .sidebar-widget .search-form input:focus {
  outline: none;
  border-color: #7e22ff;
}
.blog-details-section .blog-sidebar .sidebar-widget .search-form button, .blog-details-section .blog-sidebar .sidebar-widget .search-form input[type=button], .blog-details-section .blog-sidebar .sidebar-widget .search-form input[type=reset], .blog-details-section .blog-sidebar .sidebar-widget .search-form input[type=submit] {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #7e22ff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-details-section .blog-sidebar .sidebar-widget .search-form button:hover, .blog-details-section .blog-sidebar .sidebar-widget .search-form input[type=button]:hover, .blog-details-section .blog-sidebar .sidebar-widget .search-form input[type=reset]:hover, .blog-details-section .blog-sidebar .sidebar-widget .search-form input[type=submit]:hover {
  background: #9c55ff;
}
.blog-details-section .blog-sidebar .sidebar-widget .recent-post-list .recent-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.blog-details-section .blog-sidebar .sidebar-widget .recent-post-list .recent-post-item:last-child {
  border-bottom: none;
}
.blog-details-section .blog-sidebar .sidebar-widget .recent-post-list .recent-post-item .post-thumb {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.blog-details-section .blog-sidebar .sidebar-widget .recent-post-list .recent-post-item .post-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-section .blog-sidebar .sidebar-widget .recent-post-list .recent-post-item .post-content h6 {
  margin: 0 0 5px 0;
}
.blog-details-section .blog-sidebar .sidebar-widget .recent-post-list .recent-post-item .post-content h6 a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.blog-details-section .blog-sidebar .sidebar-widget .recent-post-list .recent-post-item .post-content h6 a:hover {
  color: #7e22ff;
}
.blog-details-section .blog-sidebar .sidebar-widget .recent-post-list .recent-post-item .post-content .post-date {
  color: #c4c6c7;
  font-size: 12px;
  opacity: 0.8;
}
.blog-details-section .blog-sidebar .sidebar-widget .recent-post-list .recent-post-item .post-content .post-date i {
  margin-right: 5px;
  color: #7e22ff;
}
.blog-details-section .blog-sidebar .sidebar-widget .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-details-section .blog-sidebar .sidebar-widget .category-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 0;
}
.blog-details-section .blog-sidebar .sidebar-widget .category-list li:last-child {
  border-bottom: none;
}
.blog-details-section .blog-sidebar .sidebar-widget .category-list li a {
  color: #c4c6c7;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.blog-details-section .blog-sidebar .sidebar-widget .category-list li a:hover {
  color: #7e22ff;
}
.blog-details-section .blog-sidebar .sidebar-widget .category-list li a span {
  background: rgba(126, 34, 255, 0.1);
  color: #7e22ff;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
}
.blog-details-section .blog-sidebar .sidebar-widget .tag-cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.blog-details-section .blog-sidebar .sidebar-widget .tag-cloud .tag {
  background: rgba(126, 34, 255, 0.1);
  color: #7e22ff;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-details-section .blog-sidebar .sidebar-widget .tag-cloud .tag:hover {
  background: #7e22ff;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.blog-details-section .blog-sidebar .sidebar-widget .partners-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.blog-details-section .blog-sidebar .sidebar-widget .partners-grid .partner-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-details-section .blog-sidebar .sidebar-widget .partners-grid .partner-item:hover {
  border-color: #7e22ff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.blog-details-section .blog-sidebar .sidebar-widget .partners-grid .partner-item img {
  max-width: 100%;
  max-height: 30px;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.blog-details-section .blog-sidebar .sidebar-widget .partners-grid .partner-item:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

@media (max-width: 991px) {
  .blog-details-section .blog-details .blog-details-header .blog-details-thumb {
    height: 300px;
  }
  .blog-details-section .blog-details .blog-details-header .blog-meta-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
  .blog-details-section .blog-details .blog-details-content {
    padding: 30px;
  }
  .blog-details-section .blog-details .blog-details-content .blog-title {
    font-size: 28px;
  }
  .blog-details-section .blog-details .blog-details-content .blog-details-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .blog-details-section .blog-sidebar {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .blog-details-section .blog-details .blog-details-content {
    padding: 20px;
  }
  .blog-details-section .blog-details .blog-details-content .blog-title {
    font-size: 24px;
  }
  .blog-details-section .blog-details .blog-details-content .content-block h2 {
    font-size: 20px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .blog-details-section .blog-details .blog-details-content .content-block h2::before {
    width: 3px;
    height: 20px;
  }
  .blog-details-section .blog-details .blog-details-content .content-block .feature-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  .blog-details-section .blog-details .blog-details-content .content-block .feature-box:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .blog-details-section .blog-details .blog-details-header .blog-details-thumb {
    height: 200px;
  }
}