/*
Theme Name: TradePro
Author: DiscreteDev
Author URI: https://www.templatemonster.com/authors/discretedev
Description: Cyrpto Trading, Forext Trading , Day Trading business HTML Template
Version: 1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&amp;family=Space+Grotesk:wght@300;400;500;600;700&amp;display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(119, 255, 210, 0.788) inset !important;
}

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

::placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

ul,
li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
}

.accordion-button:focus {
  box-shadow: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}
a:hover, a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input,
textarea,
button {
  border: 0px;
}

/* ------------------------------------------------------------------
    Template All Variables Defined - Value Change with Your's Need
 -------------------------------------------------------------------- */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #97a6b3;
  background-color: #12141d;
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
}

h1, h2, h3, h4, h5, h6 {
    /* font-family: "Space Grotesk", sans-serif; */
    margin: 0px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 125%;
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.section-title h2 {
    margin-top: -14px;
    font-size: 40px;
    line-height: 112%;
}

h1 {
  font-size: 60px;
  line-height: 1.17;
}
@media (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
    font-size: 40px;
}

h3 {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
    font-size: 17px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    font-size: 16px;
    line-height: 28px;
    transition: all 0.35s ease-in-out;
    color: #22ebe5;
    font-weight: 500;
}
a:hover {
    color: rgb(34 236 230);
}

p {
  margin: 0px;
}
p b {
  color: #FFFFFF;
  font-weight: 500;
}

.fs-lg {
  font-size: 80px;
  text-transform: uppercase;
  line-height: 1.14;
}
@media (min-width: 767px) and (max-width: 991px) {
  .fs-lg {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .fs-lg {
    font-size: 36px;
  }
}

.fw500 h1,
.fw500 h2,
.fw500 h3,
.fw500 h4,
.fw500 h5,
.fw500 h6 {
  font-weight: 500 !important;
}

.coverbg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
}

.mx-auto {
  margin: 0 auto;
}

.align-center {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-center:before, .align-center:after {
  content: none;
}

.align-center-h {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-center-h:before, .align-center-h:after {
  content: none;
}

.align-center-v {
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-center-v:before, .align-center-v:after {
  content: none;
}

.align-center-v-b {
  height: 100%;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-center-v-b:before, .align-center-v-b:after {
  content: none;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-content-center:before, .justify-content-center:after {
  content: none;
}

.eq-height {
  display: -webkit-box;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.eq-height:before, .eq-height:after {
  content: none;
}

/* ----------------------------------
    Template Helps Classes - Styles
 ------------------------------------ */
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white a {
  text-decoration: none;
}

.mlm-30 {
  margin-left: -30px;
}

/* padding left */
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

/* padding right */
.pr-5 {
  padding-right: 5px;
}

.pr-5i {
  padding-right: 5px !important;
}
@media (max-width: 767px) {
  .pr-5i {
    padding-right: 15px !important;
  }
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-150 {
  padding-right: 150px;
}

/* padding top */
.pt-5 {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* padding bottom */
.pb-5 {
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* margin left */
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-150 {
  margin-left: 150px;
}

/* margin right */
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-150 {
  margin-right: 150px;
}

.mtm-5 {
  margin-top: -5px;
}

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

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

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

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

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

/* margin top */
.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-center {
  background-position: center;
}

.bg-contain {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}

.bg-right {
  background-repeat: no-repeat;
  background-position: right;
}

.bg-left {
  background-repeat: no-repeat;
  background-position: left;
}

.bg-bottom {
  background-repeat: no-repeat;
  background-position: bottom;
}

.bg-top {
  background-repeat: no-repeat;
  background-position: top;
}

.bg-100 {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

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

.mmb-80 {
  margin-bottom: -80px;
}

.lr-9 {
  margin-left: -9px;
  margin-right: -9px;
}
.lr-9 [class*=col] {
  padding-left: 9px;
  padding-right: 9px;
}

.checked-list {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .checked-list {
    margin-top: 20px;
  }
}
.checked-list.bg-checked.color-set li::before {
  color: #7579d9;
}
.checked-list.bg-checked.color-set li:last-child::before {
  color: #FFD44B;
}
.checked-list.bg-checked li {
  background-color: #fff;
  filter: drop-shadow(0px 4px 80px rgba(8, 15, 30, 0.06));
  padding: 15px 60px !important;
  margin-top: 20px;
  padding-right: 30px;
  display: inline-block;
}
@media (max-width: 767px) {
  .checked-list.bg-checked li {
    padding-right: 15px !important;
  }
}
.checked-list.bg-checked li::before {
  top: 25%;
  left: 30px;
}
@media (max-width: 767px) {
  .checked-list.bg-checked li::before {
    left: 20px;
  }
}
.checked-list.bg-checked li:last-child::before {
  color: #EF2469;
}
.checked-list.color li::before {
  color: #24f0ea;
}
.checked-list.right li {
  padding-left: 0px;
  padding-right: 30px;
}
.checked-list.right li::before {
  right: 0;
  left: auto;
}
.checked-list li {
  margin-top: 10px;
  position: relative;
  font-size: 20px;
  padding-left: 35px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .checked-list li {
    font-size: 18px;
  }
}
.checked-list li.no::before, .checked-list li.not::before {
  content: "\f00d";
  color: #080F1E;
}
.checked-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "TradePro";
  content: "\e810";
  color: #24f0ea;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #24f0ea;
  z-index: -1;
}

.fix {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.shape {
  position: absolute;
}
@media (max-width: 1191px) {
  .shape {
    display: none;
    opacity: 0;
  }
}

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

#scrollUp {
    position: fixed;
    background: linear-gradient(90deg, #a855f7, #ec4899, #f97316, #facc15);
    
    border-radius: 4px;
    bottom: 0px;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 4%;
    text-align: center;
    width: 40px;
    box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 990;
}
#scrollUp i {
  color: #02021E;
}
#scrollUp:hover {
  background-color: #FFF;
}
#scrollUp--style2 {
  background: #afd31a;
}

#scrollUp {
  opacity: 1;
  visibility: visible;
  bottom: 50px;
}

@media only screen and (max-width: 991px) {
  #scrollUp {
    font-size: 15px;
    height: 30px;
    line-height: 32px;
    right: 30px;
    width: 30px;
  }
}
button {
  border: none;
}

section {
  position: relative;
  z-index: 1;
}
section.pt-235 {
  padding-top: 225px;
}

@keyframes sticky {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  50% {
    opacity: 0;
    margin-top: -60px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.equal > [class*=col-] {
  display: flex;
  flex-direction: column;
}

@media (max-width: 414px) {
  .d-none-mobile {
    display: none !important;
  }
}

.overlay {
  transition: all 0.2s ease-in-out;
  width: 40%;
  opacity: 0;
  visibility: hidden;
}
.overlay.active {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

@keyframes left-to-right {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
@keyframes right-to-left {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}
@keyframes left-to-center {
  0% {
    background-position: left center;
  }
  100% {
    background-position: center center;
  }
}
@keyframes right-to-center {
  0% {
    background-position: right center;
  }
  100% {
    background-position: center center;
  }
}
@keyframes top-to-bottom {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center bottom;
  }
}
@keyframes top-to-center {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center center;
  }
}
@keyframes bottom-to-top {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center top;
  }
}
@keyframes bottom-to-center {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center center;
  }
}
@keyframes top-left-to-bottom-right {
  0% {
    background-position: left top;
  }
  100% {
    background-position: right bottom;
  }
}
@keyframes top-left-to-center {
  0% {
    background-position: left top;
  }
  100% {
    background-position: center center;
  }
}
@keyframes top-right-to-bottom-left {
  0% {
    background-position: right top;
  }
  100% {
    background-position: left bottom;
  }
}
@keyframes top-right-to-center {
  0% {
    background-position: right top;
  }
  100% {
    background-position: center center;
  }
}
@keyframes bottom-left-to-top-right {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right top;
  }
}
@keyframes bottom-left-to-center {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: center center;
  }
}
@keyframes bottom-right-to-top-left {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: left top;
  }
}
@keyframes bottom-right-to-center {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: center center;
  }
}
@keyframes zoomIn {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}
.animation_left-to-right {
  background-position: left center;
}
.active .animation_left-to-right {
  animation: left-to-right 5s ease 0s 1 normal forwards running;
}

.animation_right-to-left {
  background-position: right center;
}
.active .animation_right-to-left {
  animation: right-to-left 5s ease 0s 1 normal forwards running;
}

.animation_left-to-center {
  background-position: left center;
}
.active .animation_left-to-center {
  animation: left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_right-to-center {
  background-position: right center;
}
.active .animation_right-to-center {
  animation: right-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-to-bottom {
  background-position: center top;
}
.active .animation_top-to-bottom {
  animation: top-to-bottom 5s ease 0s 1 normal forwards running;
}

.animation_top-to-center {
  background-position: center top;
}
.active .animation_top-to-center {
  animation: top-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-to-top {
  background-position: center bottom;
}
.active .animation_bottom-to-top {
  animation: bottom-to-top 5s ease 0s 1 normal forwards running;
}

.animation_bottom-to-center {
  background-position: center bottom;
}
.active .animation_bottom-to-center {
  animation: bottom-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-left-to-bottom-right {
  background-position: left top;
}
.active .animation_top-left-to-bottom-right {
  animation: top-left-to-bottom-right 5s ease 0s 1 normal forwards running;
}

.animation_top-left-to-center {
  background-position: left top;
}
.active .animation_top-left-to-center {
  animation: top-left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-right-to-bottom-left {
  background-position: right top;
}
.active .animation_top-right-to-bottom-left {
  animation: top-right-to-bottom-left 5s ease 0s 1 normal forwards running;
}

.animation_top-right-to-center {
  background-position: right top;
}
.active .animation_top-right-to-center {
  animation: top-right-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-left-to-top-right {
  background-position: left bottom;
}
.active .animation_bottom-left-to-top-right {
  animation: bottom-left-to-top-right 5s ease 0s 1 normal forwards running;
}

.animation_bottom-left-to-center {
  background-position: left bottom;
}
.active .animation_bottom-left-to-center {
  animation: bottom-left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-right-to-top-left {
  background-position: right bottom;
}
.active .animation_bottom-right-to-top-left {
  animation: bottom-right-to-top-left 5s ease 0s 1 normal forwards running;
}

.animation_bottom-right-to-center {
  background-position: right bottom;
}
.active .animation_bottom-right-to-center {
  animation: bottom-right-to-center 5s ease 0s 1 normal forwards running;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

nav .breadcrumb {
  list-style: none;
}
nav .breadcrumb li {
  list-style: none;
}

.breadcrumb-item.active {
  color: #97a6b3;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: currentColor;
}

.no-padding .col-12 {
  padding: 0;
}

.mask-outline {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.mask-outline h1 {
  font-size: 200px;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 991px) {
  .mask-outline h1 {
    font-size: 150px;
  }
}
@media (max-width: 576px) {
  .mask-outline h1 {
    font-size: 100px;
  }
}
.mask-outline h2 {
  font-size: 115px;
  margin-bottom: 0;
  line-height: 1;
}
.mask-outline h3 {
  font-size: 80px;
  margin-bottom: 0;
  line-height: 1;
}

.fix {
  overflow: hidden;
}

.color--theme-color {
  color: #24f0ea;
}
.color--theme-color2 {
  color: #afd31a;
}

@keyframes playVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes dimond {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes bounceUp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes bounceUp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes guraguri {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes guraguri {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
@-webkit-keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
/* ----------------------------------
  All Aniamtion Styles
 ------------------------------------ */
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
/* ------------------------------------------------------------------
    Template Default Button, Input Styles - Value Change with Your's Need
 -------------------------------------------------------------------- */
.custom-btn {
    color: #fff;
    border-radius: 0.5rem;
    padding: 10px 25px;
    font-weight: 700;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
    background: linear-gradient(0deg, rgb(37 251 245) 0%, rgb(37 251 245) 100%);
    border: none;
}
.custom-btn:before {
  height: 0%;
  width: 2px;
}
@media screen and (min-width: 992px) {
  .custom-btn {
    padding: 7px 15px;
  }
}
.custom-btn:hover {
  transform: translatey(-2px);
  color: #1e2028;
}
.custom-btn--style-2 {
    background: linear-gradient(0deg, rgb(36 245 239) 0%, rgb(29 207 202) 100%);
    margin-left: 10px;
    box-shadow: inset 2px 2px 2px 0px rgb(35 237 231), 7px 7px 20px 0px rgba(100, 141, 253, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.custom-btn--style-2:hover {
  transform: none;
}
.custom-btn--green {
  background: #afd31a;
  margin-left: 10px;
  box-shadow: inset 2px 2px 2px 0px rgba(127, 157, 241, 0.541), 7px 7px 20px 0px rgba(100, 141, 253, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.custom-btn--green:hover {
  transform: none;
}
.custom-btn--small {
  padding: 0.75rem 1.25rem;
}
.custom-btn--price {
  background: none;
  box-shadow: none;
  border: 2px solid #7579d9;
  border-radius: 0.5rem;
  color: #7579d9;
  transition: all 0.4s linear;
  padding: 10px 20px;
}
.custom-btn--price:hover, .custom-btn--price--active {
  border-color: #7579d9;
  background-color: #7579d9;
  color: #12141d;
  transform: none;
  border: 2px solid #7579d9;
}

.preloader {
  background-color: #12141d;
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.spinner {
  --size: 30px;
  width: 100px;
  height: 100px;
  position: relative;
}

    .spinner::after,
    .spinner::before {
        box-sizing: border-box;
        border-radius: 0.125rem;
        position: absolute;
        content: "";
        width: var(--size);
        height: var(--size);
        top: 50%;
        animation: up 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
        left: 50%;
        background: linear-gradient(90deg, #a855f7, #ec4899, #f97316, #facc15);
        
    }

    .spinner::after {
        background: #FFFFFE;
        top: calc(50% - var(--size));
        left: calc(50% - var(--size));
        animation: down 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
    }

@keyframes down {
  0%, 100% {
    transform: none;
  }
  25% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(100%) translateY(100%);
  }
  75% {
    transform: translateY(100%);
  }
}
@keyframes up {
  0%, 100% {
    transform: none;
  }
  25% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-100%) translateY(-100%);
  }
  75% {
    transform: translateY(-100%);
  }
}
/* ----------------------------------
    Template Section Styles
 ------------------------------------*/
header {
  position: absolute;
  width: 100%;
  z-index: 99;
}
header ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  header.header-1 {
    padding: 15px 0px;
  }
}
header.header-1 .logo a {
  display: block;
}
header.header-1 a {
  text-transform: capitalize;
}
header.header-1 .main-menu ul {
  line-height: 1;
}
header.header-1 .main-menu ul > li {
  display: inline-block;
  line-height: 1;
}
header.header-1 .main-menu ul > li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
header.header-1 .main-menu ul > li > a {
  display: inline-block;
  text-transform: capitalize;
  color: #FFF;
  line-height: 1;
  padding: 38px 20px;
  overflow: hidden;
  text-align: left;
  position: relative;
}
header.header-1 .main-menu ul > li > a span {
  margin-left: 3px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  header.header-1 .main-menu ul > li > a {
    padding: 25px 15px;
  }
}
header.header-1 .main-menu ul > li:hover > a {
  color: #24f0ea;
}
header.header-1 .main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header.header-1 .main-menu ul > li:hover > ul li:hover a {
  color: #24f0ea;
}
header.header-1 .main-menu ul > li:hover > ul li:hover ul a:hover {
  color: #fff;
}
header.header-1 .main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 200px;
  background-color: #1e2028;
  left: 0;
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  padding: 10px 0px;
  border-radius: 3px;
}
header.header-1 .main-menu ul > li > ul li {
  display: block;
}
header.header-1 .main-menu ul > li > ul li a {
  display: block;
  color: #FFF;
  padding: 10px 24px;
  line-height: 1.5;
}
header.header-1 .main-menu ul > li > ul li a:hover {
  color: #24f0ea;
}
header.header-1 .main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}
header.header-1.style-2 #hamburger {
  color: #FFFFFF;
}
header.header-1.style-2 .main-menu ul > li > a {
  color: #FFFFFF;
}
header.header-1.style-2 .main-menu ul > li:hover > a {
  color: #24f0ea;
}
header.header-1.style-2 .main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header.header-1.style-2 .main-menu ul > li:hover > ul li:hover a {
  color: #24f0ea;
}
header.header-1.style-2 .main-menu ul > li:hover > ul li:hover ul a:hover {
  color: #fff;
}
header.header-1.style-2 .main-menu ul > li > ul {
  background-color: #ffd44b;
}
header.header-1.style-2 .main-menu ul > li > ul li a {
  color: #080F1E;
}
header.header-1.style-2 .main-menu ul > li > ul li a:hover {
  color: #24f0ea;
}
header.header-1 .theme-btn {
  padding: 14px 22px;
  font-size: 18px;
  font-weight: 500;
  margin-left: 40px;
  background-color: #F54748;
  border-color: #F54748;
}
@media (max-width: 1400px) {
  header.header-1 .theme-btn {
    font-size: 14px;
    padding: 12px 18px;
    margin-left: 30px;
  }
}
header.header-1 .theme-btn:hover {
  color: #24f0ea !important;
  background: #FFF !important;
  border-color: #FFF !important;
}
header.header-1 .theme-btn.bg-color {
  color: #FFF !important;
  background: #24f0ea !important;
  border-color: #24f0ea !important;
}
header.header-1 .theme-btn.bg-color:hover {
  color: #FFF !important;
  background-color: #F54748 !important;
  border-color: #F54748 !important;
}
header.header-1 .header-right-element .color-2 {
  color: #FFFFFF;
}
header.header-1 .header-right-element .color-2:hover {
  color: #24f0ea;
}
header.sticky {
  position: fixed;
  top: 0;
  background-color: #12141d;
  border: 1px solid rgba(255, 193, 7, 0.2);
}

.page-banner-wrap {
  background-color: #24f0ea;
  padding-top: 155px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.page-banner-wrap::before {
  background-image: url(../img/about/bg.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .page-banner-wrap {
    padding-top: 140px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .page-banner-wrap {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .page-banner-wrap {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.page-banner-wrap h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .page-banner-wrap h1 {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .page-banner-wrap h1 {
    font-size: 26px;
    line-height: 1.3;
  }
}
.page-banner-wrap p {
  font-size: 18px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .page-banner-wrap p {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .page-banner-wrap p {
    font-size: 17px;
  }
}
.page-banner-wrap .page-banner-shape {
  position: absolute;
  z-index: -1;
  top: -30px;
  left: 24%;
  height: 100%;
}
@media (max-width: 767px) {
  .page-banner-wrap .page-banner-shape {
    left: 1%;
    top: -5px;
  }
}

.breadcrumb-wrapper {
  padding: 50px 0px 0px;
  display: none;
  opacity: 0;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper {
    padding-top: 30px;
  }
}
.breadcrumb-wrapper a {
  font-weight: 500;
}
.breadcrumb-wrapper a:hover {
  color: #ffd44b !important;
}
.breadcrumb-wrapper .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: #fff;
}

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.5s ease-in;
  background-color: #12141d;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(255, 193, 7, 0.2);
  border-left: 1px solid rgba(255, 193, 7, 0.1);
  /* Vertical Menu Style */
}
.mobile-nav.show {
  right: 0px;
}
.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 10px;
}
.mobile-nav .sidebar-nav {
  margin-top: 30px;
}
.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #fff;
  outline-width: 0;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}
.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}
.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}
.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #080F1E;
}

#hamburger {
  color: #FFF;
  font-size: 32px;
  line-height: 1;
  text-align: right;
  display: none;
}
#hamburger i {
  cursor: pointer;
}
@media (max-width: 991px) {
  #hamburger {
    display: block;
  }
}

/* ----------------------------------
   Hero Section - Styles
 ------------------------------------ */
.hero-1 {
    width: 100%;
    z-index: 1;
    overflow: hidden;
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: radial-gradient(circle at top, #111 0%, #000 70%);
}
.hero-1 h1 {
    font-size: 60px;
    font-weight: 700;
    background: linear-gradient(90deg, #fbce3d, #ffe6b4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-gold {
    background: linear-gradient(135deg, #d4af37, #ffcc66);
    color: #000;
    border-radius: 30px;
    padding: 8px 20px;
    font-weight: 600;
    border: none;
}
.btn-gold-outline {
    border: 1px solid #d4af37;
    color: #d4af37 !important;
    border-radius: 30px;
    padding: 8px 20px;
    background: transparent;
}
/*.hero-1::before {
  background-image: url(../img/banner/bg-2.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
}*/
.hero-1 .single-slide {
  padding-top: 128px;
  padding-bottom: 30px;
}
@media (max-width: 1200px) {
  .hero-1 .single-slide {
    text-align: center;
  }
}
.hero-1 .single-slide .hero-contents {
  position: relative;
}
.hero-1 .single-slide .hero-contents h1 {
  font-size: 90px;
  line-height: 110%;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .hero-1 .single-slide .hero-contents h1 {
    font-size: 80px;
  }
}
@media (max-width: 1200px) {
  .hero-1 .single-slide .hero-contents h1 {
    font-size: 60px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .hero-1 .single-slide .hero-contents h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero-1 .single-slide .hero-contents h1 {
    font-size: 40px;
  }
}
@media (max-width: 485px) {
  .hero-1 .single-slide .hero-contents h1 {
    font-size: 38px;
  }
}
.hero-1 .single-slide .hero-contents p {
  padding-right: 120px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .hero-1 .single-slide .hero-contents p {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .hero-1 .single-slide .hero-contents p {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .hero-1 .single-slide .hero-contents p {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }
}
@media (max-width: 485px) {
  .hero-1 .single-slide .hero-contents p {
    font-size: 16px;
  }
}
.hero-1 .single-slide .hero-contents a {
  margin-top: 40px;
  display: inline-block;
  margin-right: 25px;
  color: #1e2028;
}
@media (max-width: 1200px) {
  .hero-1 .single-slide .hero-contents a {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .hero-1 .single-slide .hero-contents a {
    margin-top: 20px;
  }
}
@media (max-width: 585px) {
  .hero-1 .single-slide .hero-contents a {
    margin: 0;
    margin-top: 20px;
  }
}
.hero-1 .single-slide .hero-contents .tri-arrow {
  display: inline-block;
  position: relative;
  right: -35px;
  bottom: 30px;
}
@media (max-width: 1200px) {
  .hero-1 .single-slide .hero-contents .tri-arrow {
    right: -40px;
    position: absolute;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hero-1 .single-slide .hero-contents .tri-arrow {
    right: -80px;
  }
  .hero-1 .single-slide .hero-contents .tri-arrow img {
    width: 60%;
  }
}
@media (max-width: 585px) {
  .hero-1 .single-slide .hero-contents .tri-arrow {
    right: -30px;
    bottom: 30px;
  }
}
.hero-1 .single-slide .hero-mobile {
  margin-right: -30px;
  padding:25px;
}
.hero-1 .single-slide .hero-mobile img {
  filter: drop-shadow(0px 3.70787px 55.618px rgba(40, 55, 79, 0.1));
}
@media (max-width: 991px) {
  .hero-1 .single-slide .hero-mobile img {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .hero-1 .single-slide .hero-mobile img {
    max-width: 60%;
  }
  
}

    .hero-2 {
        width: 100%;
        z-index: 1;
        overflow: hidden;
        position: relative;
    }

        .hero-2::before {
            background-image: url(../img/banner/bg-2.png);
            background-size: cover;
            background-position: center;
            position: absolute;
            left: 0;
            top: 0;
            content: "";
            z-index: -1;
            width: 100%;
            height: 100%;
        }

        .hero-2 .single-slide {
            padding-block: 220px;
        }

    @media (max-width: 1200px) {
        .hero-2 .single-slide {
            text-align: center;
        }
    }

    @media (max-width: 500px) {
        .hero-2 .single-slide {
            padding-block: 180px;
        }
    }

    .hero-2 .single-slide .hero-contents {
        position: relative;
    }

        .hero-2 .single-slide .hero-contents h1 {
            font-size: 90px;
            line-height: 1.3;
            margin-top: 50px;
            margin-bottom: 20px;
        }

    @media (max-width: 1400px) {
        .hero-2 .single-slide .hero-contents h1 {
            font-size: 80px;
        }
    }

    @media (max-width: 1200px) {
        .hero-2 .single-slide .hero-contents h1 {
            font-size: 60px;
            margin-top: 0;
        }
    }

    @media (max-width: 991px) {
        .hero-2 .single-slide .hero-contents h1 {
            font-size: 50px;
        }
    }

    @media (max-width: 767px) {
        .hero-2 .single-slide .hero-contents h1 {
            font-size: 40px;
        }
    }

    @media (max-width: 485px) {
        .hero-2 .single-slide .hero-contents h1 {
            font-size: 38px;
        }
    }

    .hero-2 .single-slide .hero-contents p {
        margin-bottom: 10px;
        max-width: 50ch;
        margin-inline: auto;
    }

    @media (max-width: 767px) {
        .hero-2 .single-slide .hero-contents p {
            font-size: 18px;
        }
    }

    @media (max-width: 485px) {
        .hero-2 .single-slide .hero-contents p {
            font-size: 16px;
        }
    }

    .hero-2 .single-slide .hero-contents a {
        margin-top: 40px;
        display: inline-block;
        margin-right: 25px;
    }

    @media (max-width: 1200px) {
        .hero-2 .single-slide .hero-contents a {
            margin-right: 10px;
            margin-left: 10px;
        }
    }

    @media (max-width: 767px) {
        .hero-2 .single-slide .hero-contents a {
            margin-top: 20px;
        }
    }

    @media (max-width: 585px) {
        .hero-2 .single-slide .hero-contents a {
            margin: 0;
            margin-top: 20px;
        }
    }

    .hero-2 .single-slide .hero-contents .tri-arrow {
        display: inline-block;
        position: relative;
        right: -35px;
        bottom: 30px;
    }

    @media (max-width: 1200px) {
        .hero-2 .single-slide .hero-contents .tri-arrow {
            right: -40px;
            position: absolute;
            bottom: 20px;
        }
    }

    @media (max-width: 767px) {
        .hero-2 .single-slide .hero-contents .tri-arrow {
            right: -80px;
        }

            .hero-2 .single-slide .hero-contents .tri-arrow img {
                width: 60%;
            }
    }

    @media (max-width: 585px) {
        .hero-2 .single-slide .hero-contents .tri-arrow {
            right: -30px;
            bottom: 30px;
        }
    }

    .hero-2 .single-slide .hero-mobile {
        margin-right: -30px;
    }

        .hero-2 .single-slide .hero-mobile img {
            filter: drop-shadow(0px 3.70787px 55.618px rgba(40, 55, 79, 0.1));
        }

    @media (max-width: 991px) {
        .hero-2 .single-slide .hero-mobile img {
            max-width: 80%;
        }
    }

    @media (max-width: 767px) {
        .hero-2 .single-slide .hero-mobile img {
            max-width: 60%;
        }
    }

    .hero-3 {
        width: 100%;
        z-index: 1;
        overflow: hidden;
        position: relative;
    }

        .hero-3::before {
            background-image: url(../img/banner/bg-3.png);
            background-size: cover;
            background-position: center;
            position: absolute;
            left: 0;
            top: 0;
            content: "";
            z-index: -1;
            width: 100%;
            height: 100%;
        }

        .hero-3 .single-slide {
            padding-block: 220px;
        }

    @media (max-width: 1200px) {
        .hero-3 .single-slide {
            text-align: center;
        }
    }

    @media (max-width: 500px) {
        .hero-3 .single-slide {
            padding-block: 180px;
        }
    }

    .hero-3 .single-slide .hero-contents {
        position: relative;
    }

        .hero-3 .single-slide .hero-contents h1 {
            font-size: 90px;
            line-height: 1.3;
            margin-top: 50px;
            margin-bottom: 20px;
        }

    @media (max-width: 1400px) {
        .hero-3 .single-slide .hero-contents h1 {
            font-size: 80px;
        }
    }

    @media (max-width: 1200px) {
        .hero-3 .single-slide .hero-contents h1 {
            font-size: 60px;
            margin-top: 0;
        }
    }

    @media (max-width: 991px) {
        .hero-3 .single-slide .hero-contents h1 {
            font-size: 50px;
        }
    }

    @media (max-width: 767px) {
        .hero-3 .single-slide .hero-contents h1 {
            font-size: 40px;
        }
    }

    @media (max-width: 485px) {
        .hero-3 .single-slide .hero-contents h1 {
            font-size: 38px;
        }
    }

    .hero-3 .single-slide .hero-contents p {
        margin-bottom: 10px;
        max-width: 50ch;
        margin-inline: auto;
    }

    @media (max-width: 767px) {
        .hero-3 .single-slide .hero-contents p {
            font-size: 18px;
        }
    }

    @media (max-width: 485px) {
        .hero-3 .single-slide .hero-contents p {
            font-size: 16px;
        }
    }

    .hero-3 .single-slide .hero-contents a {
        margin-top: 40px;
        display: inline-block;
        margin-right: 25px;
    }

    @media (max-width: 1200px) {
        .hero-3 .single-slide .hero-contents a {
            margin-right: 10px;
            margin-left: 10px;
        }
    }

    @media (max-width: 767px) {
        .hero-3 .single-slide .hero-contents a {
            margin-top: 20px;
        }
    }

    @media (max-width: 585px) {
        .hero-3 .single-slide .hero-contents a {
            margin: 0;
            margin-top: 20px;
        }
    }

    .hero-3 .single-slide .hero-contents .tri-arrow {
        display: inline-block;
        position: relative;
        right: -35px;
        bottom: 30px;
    }

    @media (max-width: 1200px) {
        .hero-3 .single-slide .hero-contents .tri-arrow {
            right: -40px;
            position: absolute;
            bottom: 20px;
        }
    }

    @media (max-width: 767px) {
        .hero-3 .single-slide .hero-contents .tri-arrow {
            right: -80px;
        }

            .hero-3 .single-slide .hero-contents .tri-arrow img {
                width: 60%;
            }
    }

    @media (max-width: 585px) {
        .hero-3 .single-slide .hero-contents .tri-arrow {
            right: -30px;
            bottom: 30px;
        }
    }

    .hero-3 .single-slide .hero-mobile {
        margin-right: -30px;
    }

        .hero-3 .single-slide .hero-mobile img {
            filter: drop-shadow(0px 3.70787px 55.618px rgba(40, 55, 79, 0.1));
        }

    @media (max-width: 991px) {
        .hero-3 .single-slide .hero-mobile img {
            max-width: 80%;
        }
    }

    @media (max-width: 767px) {
        .hero-3 .single-slide .hero-mobile img {
            max-width: 60%;
        }
    }

    .hero-3 .hero-action {
        display: grid;
        place-items: center;
        position: absolute;
        bottom: 16px;
        left: 50%;
        height: 50px;
        width: 50px;
        transform: translateX(-50%);
        z-index: 2;
        border-radius: 50%;
        border: 2px solid #afd31a;
        padding: 10px;
        transition: 300ms ease-in-out;
        background-color: #0c0f00;
    }

        .hero-3 .hero-action i,
        .hero-3 .hero-action svg {
            color: #afd31a;
        }

        .hero-3 .hero-action:hover {
            background-color: #afd31a;
            cursor: pointer;
        }

            .hero-3 .hero-action:hover i,
            .hero-3 .hero-action:hover svg {
                color: #000000;
            }

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

    @media (max-width: 991px) {
        .section-padding {
            padding: 100px 0px;
        }
    }

    @media (max-width: 767px) {
        .section-padding {
            padding: 80px 0px;
        }
    }

    .block-contents {
        position: relative;
    }

        .block-contents .section-title {
            margin-bottom: 50px;
        }

    @media (max-width: 991px) {
        .block-contents .section-title {
            margin-bottom: 30px;
        }
    }

    @media (max-width: 767px) {
        .block-contents .section-title {
            margin-bottom: 20px;
        }
    }

    .block-contents .section-title h2 {
        margin-top: -14px;
        font-size: 40px;
        line-height: 112%;
    }

    @media (max-width: 1200px) {
        .block-contents .section-title h2 {
            font-size: 50px;
        }
    }

    @media (max-width: 991px) {
        .block-contents .section-title h2 {
            font-size: 40px;
        }
    }

    @media (max-width: 767px) {
        .block-contents .section-title h2 {
            font-size: 36px;
            margin-top: -6px;
        }
    }

    @media (max-width: 485px) {
        .block-contents .section-title h2 {
            font-size: 30px;
        }
    }

    .block-contents p {
        margin-bottom: 15px;
    }

    .section-bg {
        background-color: #1e2028;
    }

    .section-bg-2 {
        background-color: rgba(8, 15, 30, 0.02);
    }

    .section-bg-3 {
        background-color: rgba(8, 15, 30, 0.02);
    }

    .section-bg-4 {
        background-color: #0c0f00;
    }

    .section-bg-5 {
        background-color: #1e2028;
    }

    .theme-bg {
        background: #24f0ea;
    }

        .theme-bg h1,
        .theme-bg h2,
        .theme-bg h4,
        .theme-bg h5,
        .theme-bg h6,
        .theme-bg a {
            color: #fff;
        }

        .theme-bg p,
        .theme-bg span {
            color: rgba(255, 255, 255, 0.7);
        }

    .section-black {
        background-color: #02021E;
    }

    .single-user-ditails-card {
        background-color: #12141d;
        border-radius: 1rem;
        border: 2px solid transparent;
        text-align: center;
        padding: 40px;
        transition: all 0.3s ease-in-out;
    }

        .single-user-ditails-card h4 {
            margin-block: 15px;
        }

        .single-user-ditails-card p {
            color: #ebcd2b;
        }

        .single-user-ditails-card:hover {
            border-color: #c09a30;
        }

    .single-user-ditails-card--style2 {
        background-color: #0c0f00;
    }

        .single-user-ditails-card--style2 p {
            color: #afd31a;
        }

        .single-user-ditails-card--style2:hover {
            border-color: #afd31a;
        }

    .features-card-item {
        background-color: #1e2028;
        box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.06);
        border-radius: 1rem;
        padding: 40px;
        margin-top: 30px;
        transition: all 0.3s ease-in-out;
    }

    @media (max-width: 767px) {
        .features-card-item {
            text-align: center;
        }
    }

    .features-card-item:hover {
        transform: translateY(-5px);
    }

        .features-card-item:hover h3 {
            color: #fbce3f;
        }

    .features-card-item .icon {
        display: inline-block;
        margin-bottom: 20px;
    }

    .features-card-item p {
        font-size: 18px;
    }

    .features-card-item--style2 {
        background-color: #1e2028;
    }

        .features-card-item--style2:hover {
            transform: translateY(-5px);
        }

            .features-card-item--style2:hover h3 {
                color: #afd31a;
            }

    .single-core-feature {
        box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.06);
        border-radius: 5px;
        background-color: #fff;
        padding: 40px 30px;
        margin-top: 30px;
    }

        .single-core-feature .icon {
            margin-bottom: 20px;
        }

        .single-core-feature .content h3 {
            margin-bottom: 10px;
            padding-top: 4px;
        }

        .single-core-feature .content p {
            font-size: 18px;
        }

    .animated-img-wrapper {
        position: relative;
    }

        .animated-img-wrapper img:first-of-type {
            filter: drop-shadow(0px 3.86138px 57.9208px rgba(8, 15, 30, 0.1));
            border-radius: 9.65346px;
        }

        .animated-img-wrapper img:nth-child(2) {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            filter: drop-shadow(0px 4.28285px 64.2428px rgba(8, 15, 30, 0.1));
            border-radius: 10.7071px;
            margin-top: -50px;
            z-index: 2;
        }

        .animated-img-wrapper img:last-of-type {
            position: absolute;
            top: 30%;
            right: -10px;
        }

    @media (min-width: 1200px) {
        .animated-img-wrapper img:last-of-type {
            right: -100px;
        }
    }

    @media (max-width: 991px) {
        .block-img img {
            max-width: 80%;
            display: block;
            text-align: center;
            margin: 0 auto;
        }
    }

    @media (max-width: 500px) {
        .block-img img {
            max-width: 70%;
            display: block;
            text-align: center;
            margin: 0 auto;
        }
    }

    .block-img-right {
        position: relative;
    }

        .block-img-right img:first-of-type {
            filter: drop-shadow(0px 3.86138px 57.9208px rgba(8, 15, 30, 0.1));
            border-radius: 9.65346px;
        }

        .block-img-right img:nth-child(2) {
            position: absolute;
            filter: drop-shadow(0px 3.87372px 58.1058px rgba(8, 15, 30, 0.1));
            border-radius: 9.68431px;
            z-index: 2;
            right: -40px;
            top: 40%;
        }

    @media (max-width: 991px) {
        .block-img-right img:nth-child(2) {
            right: 3px;
        }
    }

    .features-list {
        margin-top: 30px;
    }

        .features-list ul {
            padding: 0;
            margin: 0;
        }

            .features-list ul li {
                margin-top: 10px;
                position: relative;
                font-size: 18px;
                color: #FFFFFF;
                font-weight: 500;
            }

    @media (max-width: 767px) {
        .mobile-block img {
            max-width: 70%;
            display: block;
            text-align: center;
            margin: 0 auto;
        }
    }

    .step-features {
        counter-reset: css-counter 0;
        margin-top: 60px;
    }

    @media (max-width: 767px) {
        .step-features {
            margin-top: 30px;
        }
    }

    .step-features .single-featured-item {
        position: relative;
        counter-increment: css-counter 1;
        padding-left: 80px;
        margin-top: 30px;
    }

    @media (max-width: 500px) {
        .step-features .single-featured-item {
            padding-right: 10px;
            padding-left: 60px;
            margin-top: 20px;
        }
    }

    .step-features .single-featured-item:last-child::after {
        display: none;
    }

    .step-features .single-featured-item.item2::before, .step-features .single-featured-item.item2::after {
        background: #7579d9;
    }

    .step-features .single-featured-item.item3::before, .step-features .single-featured-item.item3::after {
        background: #7956BF;
    }

    .step-features .single-featured-item::before {
        content: counter(css-counter);
        position: absolute;
        width: 50px;
        height: 50px;
        background: #EF2469;
        border-radius: 50px;
        color: #FFF;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        left: 0;
        font-weight: 600;
    }

    .step-features .single-featured-item::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 45px;
        background: #EF2469;
        left: 24px;
        top: 60px;
    }

    .step-features .single-featured-item p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 20px;
    }

    @media (max-width: 767px) {
        .step-features .single-featured-item p {
            font-size: 18px;
        }
    }

    .single-about-features {
        margin-top: 30px;
    }

    @media (max-width: 1199px) {
        .single-about-features {
            padding-right: 90px;
        }
    }

    @media (max-width: 991px) {
        .single-about-features {
            padding-right: 30px;
        }
    }

    @media (max-width: 767px) {
        .single-about-features {
            text-align: center;
            padding: 0px 20px;
        }
    }

    .single-about-features .icon {
        margin-bottom: 40px;
    }

    @media (max-width: 767px) {
        .single-about-features .icon {
            margin-bottom: 30px;
        }
    }

    .service-box-item {
        background-color: #fff;
        box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.06);
        border-radius: 10px;
        padding: 40px;
        margin-top: 30px;
    }

        .service-box-item:hover .content > a {
            color: #F54748;
        }

            .service-box-item:hover .content > a i {
                padding-left: 5px;
                opacity: 1;
                visibility: visible;
            }

        .service-box-item .icon {
            margin-bottom: 25px;
        }

        .service-box-item .content h4 {
            font-size: 20px;
        }

        .service-box-item .content p {
            font-size: 16px;
            line-height: 24px;
        }

        .service-box-item .content a {
            text-transform: capitalize;
            color: #617686;
            margin-top: 30px;
            display: block;
            font-weight: 600;
            font-size: 16px;
        }

            .service-box-item .content a i {
                color: #F54748;
                opacity: 0;
                visibility: hidden;
                padding-left: 0px;
                transition: 0.3s ease-in-out;
            }

    .strong-service-card {
        position: relative;
        background: #4243DC;
        padding: 40px;
        padding-top: 50px;
        border-radius: 10px;
        transition: all 0.3s ease-in-out;
        z-index: 1;
        margin-top: 30px;
    }

        .strong-service-card:hover {
            transform: rotate(-3deg);
        }

            .strong-service-card:hover::before {
                transform: rotate(3deg);
            }

        .strong-service-card::before {
            transition: all 0.3s ease-in-out;
            border-radius: 10px;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            content: "";
            background: #4243DC;
            opacity: 0.1;
        }

        .strong-service-card.card2 {
            background: #EF2469;
        }

        .strong-service-card.card3 {
            background: #7579d9;
        }

        .strong-service-card.card4 {
            background: #FFD44B;
        }

        .strong-service-card .icon {
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            position: relative;
            z-index: 1;
            color: #fff;
            font-size: 28px;
            margin-bottom: 140px;
        }

    @media (max-width: 767px) {
        .strong-service-card .icon {
            margin-bottom: 30px;
        }
    }

    .strong-service-card .icon::before {
        background: #fff;
        opacity: 0.2;
        width: 100%;
        height: 100%;
        z-index: -1;
        content: "";
        left: 0;
        top: 0;
        border-radius: 50%;
        position: absolute;
    }

    .strong-service-card .service-title h3 {
        color: #fff;
        margin-bottom: 0;
        font-size: 24px;
    }

    @media (max-width: 767px) {
        .strong-service-card .service-title h3 {
            padding-right: 40px;
        }
    }

    .art-nice-icon {
        position: absolute;
        right: 100px;
        top: 200px;
    }

    .services-details-wrapper img {
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .services-details-wrapper ul {
        list-style-type: disc !important;
        padding-left: 20px;
    }

        .services-details-wrapper ul li {
            margin-top: 20px;
            list-style-type: disc !important;
        }

    .work-process-wrapper {
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    @media (max-width: 1199px) {
        .work-process-wrapper {
            margin-top: 20px;
        }
    }

    @media (max-width: 1199px) {
        .work-process-wrapper .single-work-process {
            margin-top: 30px;
        }
    }

    .work-process-wrapper .wave-line {
        position: absolute;
        z-index: -1;
        top: 20px;
        width: 100%;
        left: 12%;
    }

    .single-work-process {
        position: relative;
        z-index: 1;
    }

        .single-work-process .icon {
            width: 70px;
            height: 70px;
            line-height: 70px;
            left: 364px;
            background: #F54748;
            color: #fff;
            text-align: center;
            border-radius: 50%;
            font-size: 30px;
            font-weight: 500;
            margin: 0 auto;
            margin-bottom: 30px;
        }

        .single-work-process .content p {
            color: #617686;
        }

    .single-testimoinal-item {
        border: 2px solid transparent;
        border-radius: 1rem;
        position: relative;
        padding: 40px;
        margin-top: 30px;
        transition: all 0.3s ease-in-out;
    }

        .single-testimoinal-item.style-2 {
            background: #1e2028;
            border-radius: 10px;
        }

            .single-testimoinal-item.style-2 .rating {
                margin-top: -4px;
                margin-bottom: 20px;
            }

            .single-testimoinal-item.style-2 .feedback {
                padding-bottom: 30px;
                border-bottom: 1px solid rgba(151, 166, 179, 0.1);
            }

    .single-testimoinal-item--style3 {
        background: #1e2028;
        border-radius: 10px;
    }

        .single-testimoinal-item--style3 .rating {
            margin-top: -4px;
            margin-bottom: 20px;
        }

        .single-testimoinal-item--style3 .feedback {
            padding-bottom: 30px;
            border-bottom: 1px solid rgba(151, 166, 179, 0.1);
        }

    .single-testimoinal-item .client-desig {
        overflow: hidden;
        clear: both;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
    }

        .single-testimoinal-item .client-desig .client-img {
            float: left;
            overflow: hidden;
            margin-right: 20px;
            border-radius: 50%;
            width: 70px;
            height: 70px;
        }

        .single-testimoinal-item .client-desig .client-name h6 {
            margin-bottom: 0;
            font-size: 20px;
            font-weight: 600;
            line-height: 20px;
            position: relative;
            padding-left: 10px;
            text-transform: capitalize;
        }

            .single-testimoinal-item .client-desig .client-name h6::before {
                position: absolute;
                left: 0;
                content: "-";
            }

        .single-testimoinal-item .client-desig .client-name span {
            font-size: 16px;
            font-weight: 500;
            line-height: 1;
            text-transform: capitalize;
        }

    .single-testimoinal-item .feedback {
        font-size: 18px;
        color: #FFFFFF;
        font-weight: 500;
    }

    @media (max-width: 767px) {
        .single-testimoinal-item .feedback {
            font-size: 17px;
        }
    }

    .single-testimoinal-item .rating {
        margin-top: 25px;
    }

        .single-testimoinal-item .rating .icon-star {
            color: #FFD44B;
            display: inline-block;
            line-height: 1;
            font-size: 16px;
        }

    .swiper-slide-active .single-testimoinal-item {
        background-color: #1e2028;
        border-color: #24f0ea;
    }

    .swiper-slide-active--style2 .single-testimoinal-item {
        background-color: #1e2028;
        border-color: #afd31a;
    }

    .single-testimoinal-box {
        padding: 35px;
        background-color: #fff;
        border-radius: 10px;
        margin-top: 30px;
    }

    @media (max-width: 767px) {
        .single-testimoinal-box {
            text-align: center;
        }
    }

    .single-testimoinal-box .client-img {
        background-color: #eee;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        display: inline-block;
        margin-bottom: 30px;
    }

    .single-testimoinal-box .feedback {
        color: #080F1E;
        font-weight: 500;
    }

    .single-testimoinal-box .client-info {
        margin-top: 30px;
    }

        .single-testimoinal-box .client-info .client-name h6 {
            margin-bottom: 0px;
            font-weight: 500;
            font-size: 18px;
        }

        .single-testimoinal-box .client-info .client-name span {
            color: #617686;
            font-size: 14px;
            font-weight: 500;
        }

    .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        background-color: #24f0ea;
        border-radius: 0.15rem;
    }

    .swiper-pagination-bullet--style2 {
        background-color: #afd31a;
    }

    .single-crypto-currency-card {
        padding: 30px;
        background-color: #12141d;
        border-radius: 1rem;
        margin-top: 30px;
        transition: all 0.3s ease-in-out;
    }

        .single-crypto-currency-card:hover {
            transform: translateY(-5px);
        }

            .single-crypto-currency-card:hover h6 {
                color: #24f0ea;
            }

    .single-crypto-currency-card--style2 {
        background-color: #0c0f00;
    }

        .single-crypto-currency-card--style2:hover {
            transform: translateY(-5px);
        }

            .single-crypto-currency-card--style2:hover h6 {
                color: #afd31a;
            }

    .single-crypto-currency-card .currency-header {
        overflow: hidden;
        clear: both;
        display: flex;
        gap: 20px;
        align-items: center;
    }

        .single-crypto-currency-card .currency-header .currency-name {
            overflow: hidden;
        }

            .single-crypto-currency-card .currency-header .currency-name h6 {
                margin-bottom: 2px;
            }

            .single-crypto-currency-card .currency-header .currency-name span {
                font-size: 18px;
                line-height: 1;
            }

    .single-crypto-currency-card .currency-info p {
        font-size: 18px;
    }

    .single-crypto-currency-card .currency-rate-buy-btn {
        margin-top: 35px;
    }

        .single-crypto-currency-card .currency-rate-buy-btn .currency-rate h5 {
            margin-bottom: 0;
            color: #02021E;
            line-height: 1;
        }

    .nice-arrow-icon {
        position: absolute;
        top: 20px;
    }

        .nice-arrow-icon img {
            max-width: 92%;
        }

    .pricing-toggle {
        text-align: center;
        position: relative;
    }

        .pricing-toggle .nav {
            display: inline-block;
            background: #fff !important;
            border-radius: 50px;
            padding: 3px;
            filter: drop-shadow(0px 4px 80px rgba(8, 15, 30, 0.06));
        }

            .pricing-toggle .nav .nav-item {
                display: inline-block;
            }

                .pricing-toggle .nav .nav-item .nav-link {
                    border: 0px;
                    background-color: #fff;
                    padding: 10px 34px;
                    display: inline-block;
                    border-radius: 30px;
                    color: #080F1E;
                    font-size: 16px;
                    font-weight: 600;
                    transition: all 0.3s ease-in-out;
                }

                    .pricing-toggle .nav .nav-item .nav-link.active {
                        background-color: #1A1AFF;
                        color: #fff;
                    }

    .single-pricing-package {
        background-color: #1e2028;
        border: 1px solid transparent;
        padding: 40px 16px;
        box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.06);
        border-radius: 1rem;
        position: relative;
        margin-top: 30px;
        overflow: hidden;
        transition: all 0.2s ease-in-out;
    }

    .single-pricing-package--style2 {
        background-color: #1e2028;
    }

    .single-pricing-package--active2 {
        border-color: #afd31a;
    }

    .single-pricing-package:not(.single-pricing-package--active):hover {
        border-color: rgba(255, 193, 7, 0.2);
    }

    @media (max-width: 767px) {
        .single-pricing-package {
            padding: 30px;
        }
    }

    .single-pricing-package .pricing-head .pricing-name h4 {
        color: #FFF;
    }

    .single-pricing-package .pricing-head .pricing-vale {
        margin-top: 30px;
        color: #FFF;
    }

        .single-pricing-package .pricing-head .pricing-vale h3 {
            font-size: 40px;
            color: #FFF;
        }

    .single-pricing-package .features-list li img {
        max-width: 25px;
        margin-right: 10px;
    }

    .single-pricing-package .active-bage {
        border-radius: 30px;
        position: absolute;
        right: 15px;
        top: 30px;
        padding: 5px 16px;
        color: #1e2028;
        background-color: #24f0ea;
        font-size: 16px;
        font-weight: 600;
    }

    .single-pricing-package .active-bage--style2 {
        background-color: #afd31a;
    }

    .single-pricing-package .pricing-head {
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(144, 151, 255, 0.45);
    }

        .single-pricing-package .pricing-head .pricing-name h4 {
            font-size: 20px;
        }

        .single-pricing-package .pricing-head .pricing-vale {
            align-items: baseline;
        }

            .single-pricing-package .pricing-head .pricing-vale h2 {
                font-size: 72px;
                line-height: 115%;
            }

    @media (max-width: 767px) {
        .single-pricing-package .pricing-head .pricing-vale h2 {
            font-size: 50px;
        }
    }

    .portfolio-item-card {
        margin-top: 30px;
    }

        .portfolio-item-card a {
            display: block;
        }

            .portfolio-item-card a img {
                border-radius: 5px;
            }

        .portfolio-item-card:hover a {
            color: #24f0ea;
        }

        .portfolio-item-card .contents {
            margin-top: 10px;
        }

            .portfolio-item-card .contents h5 {
                margin-bottom: 0;
                font-size: 18px;
                text-transform: capitalize;
                line-height: 24px;
            }

            .portfolio-item-card .contents span {
                line-height: 1;
                font-size: 16px;
                text-transform: capitalize;
            }

    .portfolio-cat-filter button {
        border: 0px;
        background: transparent;
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
        margin: 0 5px;
        color: #617686;
    }

        .portfolio-cat-filter button.active, .portfolio-cat-filter button:hover {
            color: #24f0ea;
        }

    .single-project-card .project-thumb {
        display: block;
        height: 300px;
        background-color: #eee;
        border-radius: 10px;
        width: 100%;
        background-position: top center;
    }

    .single-project-card:hover a {
        color: #24f0ea;
    }

    .single-project-card .contents {
        margin-top: 10px;
    }

        .single-project-card .contents h5 {
            margin-bottom: 0;
            font-size: 18px;
            text-transform: capitalize;
            line-height: 24px;
        }

        .single-project-card .contents span {
            line-height: 1;
            font-size: 16px;
        }

    .recent-project-carousel {
        margin-top: 30px;
        /* the slides */
        /* the parent */
    }

        .recent-project-carousel .slick-slide {
            margin: 0 15px;
        }

        .recent-project-carousel .slick-list {
            margin: 0 -15px;
        }

    .project-gallery {
        position: relative;
    }

        .project-gallery .single-portfolio-slide {
            height: 600px;
            width: 100%;
            position: relative;
            background-position: top center;
            overflow: hidden;
            border-radius: 10px;
            background-color: #eee;
        }

    @media (max-width: 1200px) {
        .project-gallery .single-portfolio-slide {
            height: 500px;
        }
    }

    @media (max-width: 991px) {
        .project-gallery .single-portfolio-slide {
            height: 420px;
        }
    }

    @media (max-width: 767px) {
        .project-gallery .single-portfolio-slide {
            height: 300px;
        }
    }

    .project-gallery .slick-prev, .project-gallery .slick-next {
        position: absolute;
        z-index: 99;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        color: #FFFFFF;
        background-color: #fff;
        transition: all 0.3s ease-in-out;
        font-size: 22px;
    }

    @media (max-width: 991px) {
        .project-gallery .slick-prev, .project-gallery .slick-next {
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 18px;
        }
    }

    .project-gallery .slick-prev:hover, .project-gallery .slick-next:hover {
        background-color: #24f0ea;
        color: #fff;
    }

    .project-gallery .slick-next {
        left: auto;
        right: 0;
    }

    .project-details-content ul {
        margin-top: 20px;
    }

        .project-details-content ul li {
            display: block;
            margin-top: 5px;
        }

    .project-details-content .project-share {
        margin-top: 5px;
    }

        .project-details-content .project-share .social-platform a {
            color: #617686;
            margin-left: 10px;
            display: inline-block;
        }

            .project-details-content .project-share .social-platform a:hover {
                color: #24f0ea;
            }

    .project-details-content b {
        color: #FFFFFF;
        font-weight: 500;
        margin-right: 5px;
    }

    .cta-banner {
        background-image: url(../img/cta/black-bg.png);
        background-size: cover;
        padding-top: 80px;
        border-radius: 30px;
        overflow: hidden;
    }

        .cta-banner.style-2 {
            background-color: #F54748;
            position: relative;
            z-index: 1;
            padding-bottom: 80px;
        }

            .cta-banner.style-2::before {
                position: absolute;
                width: 300px;
                height: 300px;
                border-radius: 50%;
                background-color: #FFD44B;
                left: 0;
                bottom: 0;
                transform: translate(-50%, 50%);
                content: "";
                z-index: -1;
                animation: moverightbounce 3s infinite linear;
            }

        .cta-banner.newsletter-box {
            position: relative;
            z-index: 1;
        }

            .cta-banner.newsletter-box::before {
                position: absolute;
                width: 400px;
                height: 400px;
                background-image: url(../img/cta/1.png);
                background-size: contain;
                left: 0;
                bottom: 0;
                transform: translate(-50%, 50%);
                content: "";
                z-index: -1;
                animation: moverightbounce 3s infinite linear;
            }

            .cta-banner.newsletter-box .arrow-shape {
                position: absolute;
                right: -60px;
                bottom: 90px;
            }

    @media (max-width: 767px) {
        .cta-banner.newsletter-box .arrow-shape {
            display: none;
        }
    }

    @media (max-width: 991px) {
        .cta-banner.newsletter-box .cta-contents {
            padding-left: 50px;
            padding-right: 50px;
        }
    }

    @media (max-width: 767px) {
        .cta-banner.newsletter-box .cta-contents {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    @media (max-width: 485px) {
        .cta-banner.newsletter-box .cta-contents h1 {
            font-size: 30px;
        }
    }

    .cta-banner .white-arrow-icon {
        position: absolute;
        right: -5.5%;
        top: 30px;
        z-index: -1;
    }

        .cta-banner .white-arrow-icon img {
            width: 80%;
        }

    .cta-banner .cta-contents {
        position: relative;
    }

    @media (max-width: 1399px) {
        .cta-banner .cta-contents {
            padding-left: 100px;
            padding-right: 100px;
        }
    }

    @media (max-width: 767px) {
        .cta-banner .cta-contents {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    .cta-banner .cta-contents h2 {
        margin-top: -14px;
        font-size: 60px;
        line-height: 120%;
    }

    @media (max-width: 1200px) {
        .cta-banner .cta-contents h2 {
            font-size: 45px;
        }
    }

    @media (max-width: 767px) {
        .cta-banner .cta-contents h2 {
            font-size: 32px;
        }
    }

    @media (max-width: 485px) {
        .cta-banner .cta-contents h2 {
            font-size: 28px;
        }
    }

    .cta-banner .cta-contents p {
        padding-right: 30px;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    @media (max-width: 767px) {
        .cta-banner .cta-contents p {
            padding-right: 0;
        }
    }

    .cta-banner .cta-contents a {
        margin-top: 40px;
        display: inline-block;
        margin-right: 25px;
    }

    @media (max-width: 1400px) {
        .cta-banner .cta-contents a {
            margin-top: 30px;
            margin-left: 10px;
            margin-right: 10px;
        }
    }

    @media (max-width: 767px) {
        .cta-banner .cta-contents a {
            margin-top: 20px;
        }
    }

    @media (max-width: 500px) {
        .cta-banner .cta-contents a {
            display: block;
        }
    }

    .cta-banner .cta-contents .tri-arrow {
        display: inline-block;
        position: relative;
        right: -35px;
        bottom: 30px;
    }

    @media (max-width: 1400px) {
        .cta-banner .cta-contents .tri-arrow {
            position: absolute;
        }

            .cta-banner .cta-contents .tri-arrow img {
                max-width: 70%;
            }
    }

    .cta-banner .newsletter-form {
        padding-bottom: 80px;
        margin-top: 45px;
    }

        .cta-banner .newsletter-form form {
            position: relative;
            width: 70%;
            margin: 0 auto;
        }

    @media (max-width: 991px) {
        .cta-banner .newsletter-form form {
            width: 90%;
        }
    }

    @media (max-width: 485px) {
        .cta-banner .newsletter-form form {
            width: 95%;
        }
    }

    .cta-banner .newsletter-form form input {
        width: 100%;
        height: 70px;
        padding: 0px 30px;
        background-color: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(5px);
        border: 0px;
        border-radius: 3px;
        color: #FFFFFF;
        font-weight: 500;
        font-size: 18px;
    }

    @media (max-width: 767px) {
        .cta-banner .newsletter-form form input {
            height: 60px;
            font-size: 16px;
            padding-left: 15px;
        }
    }

    .cta-banner .newsletter-form form input::placeholder {
        color: rgba(255, 255, 255, 0.4);
    }

    .cta-banner .newsletter-form form .submit-btn {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        padding: 22px 28px;
        line-height: 1;
        text-align: center;
        background-color: #24f0ea;
        color: #000000;
        border: 0;
        border-radius: 5px;
        font-weight: 600;
        font-size: 18px;
        transition: all 0.3s ease-in-out;
    }

    @media (max-width: 767px) {
        .cta-banner .newsletter-form form .submit-btn {
            padding: 18px;
            font-size: 14px;
        }
    }

    @media (max-width: 485px) {
        .cta-banner .newsletter-form form .submit-btn {
            position: static;
            display: block;
            top: 0;
            transform: translate(0);
            width: 100%;
            margin-top: 15px;
            font-size: 16px;
        }
    }

    @media (max-width: 1400px) {
        .cta-banner .cta-mobile-app {
            text-align: center;
            margin-top: 50px;
        }
    }

    @media (max-width: 767px) {
        .cta-banner .cta-mobile-app {
            margin-top: 20px;
        }
    }

    .cta-banner .cta-mobile-app img {
        position: relative;
    }

    @media (min-width: 768px) {
        .cta-banner .cta-mobile-app img {
            margin-left: -30px;
            margin-top: -50px;
        }
    }

    @media (max-width: 767px) {
        .cta-banner .cta-mobile-app img {
            max-width: 80%;
        }
    }

    .cta-banner-white-wrap {
        background-color: #fff;
        overflow: hidden;
    }

        .cta-banner-white-wrap .cta-banner {
            overflow: inherit;
        }

    .video-cta {
        position: relative;
    }

        .video-cta .video-play-btn {
            position: absolute;
            right: 0;
            top: 0;
            transform: translate(20px, -15px);
        }

    @media (max-width: 767px) {
        .video-cta .video-play-btn {
            right: 10px;
        }
    }

    .video-cta .video-play-btn a {
        border: 10px solid #fff;
        color: #080F1E;
        box-sizing: border-box;
        line-height: 80px !important;
    }

    .team-slider {
        display: flex;
        gap: 10px;
        transition: all 0.3s ease-in-out;
    }

    .client-info {
        background-color: #1e2028;
        border: 1px solid transparent;
        border-radius: 1rem;
        text-align: center;
        overflow: hidden;
    }

        .client-info .team-img {
            border-radius: 1rem;
            overflow: hidden;
        }

            .client-info .team-img img {
                transition: all 0.3s ease-in-out;
            }

        .client-info .client-name h4 {
            color: #24f0ea;
            margin-bottom: 0;
        }

        .client-info:hover {
            border-color: rgba(255, 193, 7, 0.5);
        }

            .client-info:hover .team-img img {
                transform: scale(1.1);
            }

    .client-info--style2 {
        background-color: #1e2028;
    }

        .client-info--style2 .client-name h4 {
            color: #afd31a;
        }

        .client-info--style2:hover {
            border-color: rgba(175, 211, 26, 0.5);
        }

    .team-item img {
        border-radius: 1rem;
        margin-bottom: 20px;
    }

    .team-item h6 {
        margin-bottom: 0;
    }

    .funfacts .single-funfact {
        margin-right: 30px;
        margin-top: 20px;
    }

        .funfacts .single-funfact h3 {
            font-size: 45px;
            color: #22e9e3;
        }

        .funfacts .single-funfact p {
            color: #24f0ea;
            font-size: 16px;
        }

        .funfacts .single-funfact:last-child h3,
        .funfacts .single-funfact:last-child p {
            color: #7579d9;
        }

    .funfacts .single-funfact--style2 h3 {
        color: #afd31a;
    }

    .funfacts .single-funfact--style2 p {
        color: #afd31a;
    }

    @media (max-width: 767px) {
        .error-content img {
            max-width: 70%;
            margin: 0 auto;
        }
    }

    .leaf {
        position: absolute;
        right: 15%;
        top: 10%;
        z-index: -1;
    }

    @media (max-width: 767px) {
        .leaf {
            right: 5%;
            top: 22%;
        }
    }

    .leaf-copy {
        position: absolute;
        left: 10%;
        bottom: 15%;
        z-index: -1;
    }

    @media (max-width: 767px) {
        .leaf-copy {
            left: 5%;
            bottom: 3%;
        }
    }

    .leaf-copy img {
        max-width: 70%;
    }

    .step-accordion .accordion {
        list-style-type: none;
        counter-reset: css-counter 0;
    }

    @media (max-width: 500px) {
        .step-accordion .accordion {
            padding: 0px;
        }
    }

    .step-accordion .accordion .accordion-item {
        border: 0;
        border-radius: 0;
        counter-increment: css-counter 1;
        position: relative;
        z-index: 1;
        background-color: transparent;
    }

        .step-accordion .accordion .accordion-item:first-of-type {
            padding-top: 0;
        }

        .step-accordion .accordion .accordion-item:not(:last-child) {
            margin-bottom: 10px;
        }

        .step-accordion .accordion .accordion-item:last-child .accordion-header::before {
            display: none;
            opacity: 0;
        }

        .step-accordion .accordion .accordion-item .accordion-header {
            font-size: inherit;
            line-height: inherit;
            position: relative;
        }

            .step-accordion .accordion .accordion-item .accordion-header:focus {
                outline: 0;
                border: 0;
            }

            .step-accordion .accordion .accordion-item .accordion-header .accordion-button {
                background-color: transparent;
                padding-left: 70px;
                font-size: 20px;
                font-weight: 600;
                color: #FFFFFF;
                overflow: hidden;
                outline: none;
                box-shadow: none;
            }

    @media (max-width: 500px) {
        .step-accordion .accordion .accordion-item .accordion-header .accordion-button {
            padding-left: 60px;
        }
    }

    .step-accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
        outline: 0;
    }

    .step-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        color: #24f0ea;
        background-color: transparent;
        box-shadow: none;
    }

    .step-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
        display: none;
    }

    .step-accordion .accordion .accordion-item .accordion-header .accordion-button::before {
        content: counter(css-counter);
        position: absolute;
        width: 50px;
        height: 50px;
        background: #24f0ea;
        border-radius: 50px;
        color: #000000;
        font-size: 18px;
        line-height: 50px;
        text-align: center;
        left: 0;
    }

    .step-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
        padding-left: 70px;
        padding-top: 0;
        color: #97a6b3;
    }

    @media (max-width: 500px) {
        .step-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
            padding-left: 60px;
            padding-bottom: 0;
        }
    }

    .accordion-body {
        color: #97a6b3;
    }

    .form-control::placeholder {
        color: rgba(151, 166, 179, 0.5);
    }

    .faq-accordion .accordion {
        list-style-type: none;
    }

        .faq-accordion .accordion .accordion-item {
            border: 0;
            border-radius: 0;
            counter-increment: css-counter 1;
            position: relative;
            z-index: 1;
            background-color: transparent;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding: 10px 0px;
        }

            .faq-accordion .accordion .accordion-item:first-of-type {
                padding-top: 0;
            }

            .faq-accordion .accordion .accordion-item .accordion-header {
                font-size: inherit;
                line-height: inherit;
                position: relative;
                z-index: 1;
            }

                .faq-accordion .accordion .accordion-item .accordion-header:focus {
                    outline: 0;
                    border: 0;
                }

                .faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
                    padding-left: 50px;
                    font-size: 20px;
                    font-weight: 600;
                    color: #fbce3f;
                    overflow: hidden;
                    background-color: transparent;
                }

    @media (max-width: 767px) {
        .faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
            padding-right: 30px;
            font-size: 18px;
        }
    }

    .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
        outline: 0;
    }

    .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        color: #fbce3f;
        background-color: transparent;
        box-shadow: none;
    }

        .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
            content: "\f078";
            transform: rotate(0deg);
        }

    .faq-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
        font-weight: 700;
        content: "\f054";
        font-family: "Font Awesome 5 Pro";
        background: transparent;
    }

    @media (max-width: 767px) {
        .faq-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
            margin-right: -30px;
        }
    }

.faq-accordion .accordion .accordion-item .accordion-header .accordion-button::before {
    content: "\f128";
    position: absolute;
    width: 30px;
    height: 30px;
    background: linear-gradient(90deg, #a855f7, #ec4899, #f97316, #facc15);
    border-radius: 50%;
    color: #1e2028;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-family: "Font Awesome 5 Pro";
    left: 0;
}

    .faq-accordion .accordion .accordion-item .accordion-header .accordion-button--style2 {
        color: #afd31a;
    }

        .faq-accordion .accordion .accordion-item .accordion-header .accordion-button--style2::before {
            background-color: #afd31a;
        }

    .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
        padding-left: 50px;
        padding-top: 0;
    }

    @media (max-width: 767px) {
        .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
            padding-left: 20px;
            font-size: 16px;
        }
    }

    .faq-bottom {
        font-size: 18px;
    }

        .faq-bottom a {
            font-weight: 600;
            color: #24f0ea;
            font-size: 18px;
            padding-left: 5px;
        }

    .faq-ask .accordion .accordion-item {
        filter: drop-shadow(0px 4px 80px rgba(8, 15, 30, 0.06));
        border: 0px;
        border-radius: 10px;
        background-color: #fff;
        margin-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        padding: 10px;
    }

    @media (max-width: 767px) {
        .faq-ask .accordion .accordion-item {
            margin-top: 15px;
        }
    }

    .faq-ask .accordion .accordion-item .accordion-header .accordion-button {
        padding-left: 60px;
        color: #617686 !important;
    }

    @media (max-width: 767px) {
        .faq-ask .accordion .accordion-item .accordion-header .accordion-button {
            padding-left: 45px;
        }
    }

    .faq-ask .accordion .accordion-item .accordion-header .accordion-button::before {
        left: 10px;
    }

    @media (max-width: 767px) {
        .faq-ask .accordion .accordion-item .accordion-header .accordion-button::before {
            left: 5px;
        }
    }

    .question__form-wrapper {
        background-color: #12141d;
        border-radius: 1rem;
        padding: 3rem 2rem;
    }

        .question__form-wrapper h3 {
            margin-block-end: 2rem;
        }

        .question__form-wrapper .question__form .form-control {
            padding: 0.825rem 1.5rem;
            border: 1px solid rgba(255, 193, 7, 0.1);
            border-radius: 0.5rem;
            background-color: #1e2028;
            box-shadow: none;
            color: #FFF;
        }

            .question__form-wrapper .question__form .form-control:focus, .question__form-wrapper .question__form .form-control:active, .question__form-wrapper .question__form .form-control:focus-visible {
                border-color: #24f0ea;
                outline: none;
                box-shadow: none;
            }

        .question__form-wrapper .question__form .form-control--message {
            min-height: 150px;
            margin-block-end: 1rem;
        }

    .question__form-wrapper--style-2 {
        background-color: #000000;
    }

    .question__form-wrapper--style-3 {
        background-color: #0c0f00;
    }

        .question__form-wrapper--style-3 .question__form .form-control {
            border: 1px solid rgba(175, 211, 26, 0.1);
            background-color: #1e2028;
        }

            .question__form-wrapper--style-3 .question__form .form-control:focus, .question__form-wrapper--style-3 .question__form .form-control:active, .question__form-wrapper--style-3 .question__form .form-control:focus-visible {
                border-color: #afd31a;
            }

        .question__form-wrapper--style-3 .question__form .custom-btn {
            background: #afd31a;
            margin-left: 10px;
            box-shadow: inset 2px 2px 2px 0px rgba(127, 157, 241, 0.541), 7px 7px 20px 0px rgba(100, 141, 253, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
        }

            .question__form-wrapper--style-3 .question__form .custom-btn:hover {
                transform: none;
            }

    .blog-inner {
        border-radius: 0.5rem;
        overflow: hidden;
    }

        .blog-inner .contents {
            background-color: #1e2028;
            padding: 1.5rem;
        }

            .blog-inner .contents .post-meta {
                display: flex;
                justify-content: space-between;
                padding-bottom: 1rem;
            }

                .blog-inner .contents .post-meta .post-cat {
                    position: relative;
                    margin-right: 5px;
                    padding-right: 10px;
                }

                    .blog-inner .contents .post-meta .post-cat a {
                        color: #97a6b3;
                        font-size: 16px;
                        line-height: 1;
                    }

                    .blog-inner .contents .post-meta .post-cat::before {
                        position: absolute;
                        right: 0;
                        content: "";
                        width: 4px;
                        height: 4px;
                        background-color: #97a6b3;
                        border-radius: 50%;
                        top: 50%;
                    }

                .blog-inner .contents .post-meta .post-comment a {
                    color: #97a6b3;
                    font-size: 16px;
                    line-height: 1;
                }

                .blog-inner .contents .post-meta .post-date span {
                    color: #97a6b3;
                    font-size: 16px;
                    line-height: 1;
                }

            .blog-inner .contents h4 {
                font-size: 20px;
                margin-bottom: 10px;
            }

            .blog-inner .contents p {
                font-size: 18px;
            }

            .blog-inner .contents .read-more-link {
                text-transform: capitalize;
                color: #7579d9;
                font-weight: 600;
                line-height: 24px;
                font-size: 16px;
                margin-block: 1rem;
                display: block;
            }

                .blog-inner .contents .read-more-link i {
                    margin-left: 3px;
                    font-size: 14px;
                }

        .blog-inner:hover .blog-thumb:not(.blog-thumb__slider) img {
            transform: scale(1.1);
        }

        .blog-inner:hover .contents h4 {
            color: #24f0ea;
        }

    .blog-inner--style2 .contents {
        background-color: #1e2028;
    }

    .blog-inner--style2:hover .contents h4 {
        color: #afd31a;
    }

    .blog-thumb {
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius: 3px;
        z-index: 1;
        position: relative;
    }

        .blog-thumb::before {
            top: 0;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 100%;
            content: "";
            position: absolute;
            background: rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease-in-out;
        }

    @media (max-width: 767px) {
        .blog-thumb {
            height: 250px;
        }
    }

    .blog-thumb img {
        transition: all 0.3s linear;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .blog-thumb::before {
        mix-blend-mode: multiply;
    }

    .blog-thumb .post-meta-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        font-size: 16px;
        width: calc(100% - 40px);
        padding: 1rem;
        bottom: 20px;
        left: 50%;
        background: rgba(0, 0, 0, 0.8392156863);
        backdrop-filter: blur(5px);
        transform: translateX(-50%);
        border-radius: 0.75rem;
        border: 1px solid rgba(255, 255, 255, 0.1);
        z-index: 2;
    }

    .blog-thumb .post-meta-top--style2 {
        width: calc(100% - 40px);
        padding: 1.5rem;
    }

    .blog-thumb .post-meta-top .post-author {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .blog-thumb .post-meta-top .post-author-thumb {
        overflow: hidden;
        width: 30px;
        height: auto;
        border-radius: 99px;
    }

    .blog-thumb:hover img {
        transform: scale(1.1);
    }

    .blog-sidebar-wrapper {
        background-color: #1e2028;
        padding: 30px;
        margin-top: 30px;
        border-radius: 3px;
    }

    @media (max-width: 1200px) {
        .blog-sidebar-wrapper {
            margin-top: 80px;
        }
    }

    .blog-sidebar-wrapper .search-box-widgets form {
        position: relative;
    }

        .blog-sidebar-wrapper .search-box-widgets form input {
            background-color: rgba(255, 255, 255, 0.05);
            border: 0px;
            height: 60px;
            padding: 0px 20px;
            font-size: 16px;
            color: #FFFFFF;
            width: 100%;
            transition: all 0.3s ease-in-out;
        }

            .blog-sidebar-wrapper .search-box-widgets form input:focus::placeholder {
                opacity: 0;
            }

            .blog-sidebar-wrapper .search-box-widgets form input::placeholder {
                color: rgba(255, 255, 255, 0.7);
            }

        .blog-sidebar-wrapper .search-box-widgets form button {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            background: transparent;
            border: 0px;
            color: #FFF;
            transition: all 0.3s ease-in-out;
            border-radius: 4px;
        }

            .blog-sidebar-wrapper .search-box-widgets form button:hover {
                color: #24f0ea;
            }

    .blog-sidebar-wrapper .single-sidebar-wid {
        margin-bottom: 30px;
        position: relative;
    }

        .blog-sidebar-wrapper .single-sidebar-wid:last-child {
            margin-bottom: 0;
        }

        .blog-sidebar-wrapper .single-sidebar-wid .wid-title h5 {
            position: relative;
            display: inline-block;
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

            .blog-sidebar-wrapper .single-sidebar-wid .wid-title h5::before {
                position: absolute;
                content: "";
                border-radius: 3px;
                width: 100%;
                height: 3px;
                background-color: #24f0ea;
                bottom: 0;
                left: 0;
            }

        .blog-sidebar-wrapper .single-sidebar-wid .widget_categories ul li {
            position: relative;
            border-bottom: 1px solid rgba(2, 2, 30, 0.1);
        }

            .blog-sidebar-wrapper .single-sidebar-wid .widget_categories ul li:last-child {
                border: 0px;
            }

            .blog-sidebar-wrapper .single-sidebar-wid .widget_categories ul li a {
                color: #97a6b3;
                font-size: 18px;
                padding: 10px 0px;
                display: block;
            }

    @media (max-width: 500px) {
        .blog-sidebar-wrapper .single-sidebar-wid .widget_categories ul li a {
            font-size: 17px;
        }
    }

    .blog-sidebar-wrapper .single-sidebar-wid .widget_categories ul li a:hover {
        color: #7579d9;
    }

    .blog-sidebar-wrapper .single-sidebar-wid .recent-posts .single-post-item {
        display: flex;
        gap: 10px;
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(2, 2, 30, 0.1);
    }

        .blog-sidebar-wrapper .single-sidebar-wid .recent-posts .single-post-item:last-child {
            border: 0px;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .blog-sidebar-wrapper .single-sidebar-wid .recent-posts .single-post-item a {
            font-size: 16px;
            margin-bottom: 2px;
            color: #97a6b3;
            display: block;
            line-height: 1.4;
        }

            .blog-sidebar-wrapper .single-sidebar-wid .recent-posts .single-post-item a:hover {
                color: #7579d9;
            }

        .blog-sidebar-wrapper .single-sidebar-wid .recent-posts .single-post-item span {
            color: rgba(255, 193, 7, 0.5);
            font-size: 14px;
            line-height: 1;
        }

    .blog-sidebar-wrapper .single-sidebar-wid .recent-posts .single-post-thumb {
        width: 110px !important;
        height: auto;
    }

        .blog-sidebar-wrapper .single-sidebar-wid .recent-posts .single-post-thumb img {
            border-radius: 0.5rem;
        }

    .blog-sidebar-wrapper .single-sidebar-wid .recent-posts .single-post-content {
        width: 90%;
    }

    .newsletter-subscribe-widgets {
        background: #1e2028;
        border-radius: 3px;
        padding: 30px;
        margin-top: 30px;
    }

        .newsletter-subscribe-widgets p {
            font-weight: 500;
            padding-right: 50px;
            font-size: 18px;
            color: #97a6b3;
        }

        .newsletter-subscribe-widgets .wid-title h5 {
            position: relative;
            display: inline-block;
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

            .newsletter-subscribe-widgets .wid-title h5::before {
                position: absolute;
                content: "";
                border-radius: 3px;
                width: 100%;
                height: 3px;
                background-color: #24f0ea;
                bottom: 0;
                left: 0;
            }

        .newsletter-subscribe-widgets .newsletter-subscribe {
            margin-top: 25px;
        }

            .newsletter-subscribe-widgets .newsletter-subscribe form {
                position: relative;
            }

                .newsletter-subscribe-widgets .newsletter-subscribe form input {
                    font-size: 14px;
                    width: 100%;
                    height: 60px;
                    line-height: 60px;
                    padding: 0 25px;
                    text-transform: capitalize;
                    border: 1px solid rgba(255, 193, 7, 0.2);
                    border-radius: 0.25rem;
                    outline: none;
                    padding-right: 70px;
                    background: #12141d;
                    color: #FFF;
                }

                    .newsletter-subscribe-widgets .newsletter-subscribe form input:focus {
                        border-color: #24f0ea;
                    }

                .newsletter-subscribe-widgets .newsletter-subscribe form button {
                    margin-top: 15px;
                    width: 100%;
                    padding: 21px;
                    line-height: 1;
                    text-align: center;
                    background-color: #24f0ea;
                    color: #000000;
                    border: 0;
                    border-radius: 5px;
                    font-weight: 600;
                    font-size: 18px;
                    transition: all 0.3s ease-in-out;
                    display: block;
                }

    @media (max-width: 767px) {
        .newsletter-subscribe-widgets .newsletter-subscribe form button {
            padding: 18px;
            font-size: 14px;
        }
    }

    .newsletter-subscribe-widgets .newsletter-subscribe form button:hover {
        background-color: #7579d9;
    }

    .page-nav-wrap ul li {
        display: inline-block;
    }

        .page-nav-wrap ul li.current-page a {
            background-color: #24f0ea;
            color: #fff;
        }

        .page-nav-wrap ul li a {
            color: #FFFFFF;
            font-weight: 500;
            display: inline-block;
            border-radius: 5px;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            background-color: #fff;
            margin-right: 5px;
            text-transform: capitalize;
            font-size: 20px;
        }

            .page-nav-wrap ul li a:hover {
                background-color: #24f0ea;
                color: #fff;
            }

    .blog-content img {
        margin-bottom: 20px;
        border-radius: 5px;
    }

    @media (max-width: 767px) {
        .blog-content img {
            margin-bottom: 15px;
            text-align: center;
        }
    }

    .blog-content .post-meta {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        gap: 16px;
    }

        .blog-content .post-meta .post-cat a {
            color: #617686;
            font-size: 16px;
            margin-right: 15px;
            position: relative;
            padding-right: 15px;
        }

            .blog-content .post-meta .post-cat a::before {
                position: absolute;
                content: "";
                height: 4px;
                width: 4px;
                border-radius: 50%;
                background-color: #617686;
                right: 0;
                top: 50%;
                transform: translateX(-50%);
            }

            .blog-content .post-meta .post-cat a:hover {
                color: #24f0ea;
            }

        .blog-content .post-meta .post-date {
            font-size: 16px;
        }

            .blog-content .post-meta .post-date span {
                color: #617686;
            }

        .blog-content .post-meta .post-comment {
            font-size: 16px;
        }

            .blog-content .post-meta .post-comment a {
                color: #617686;
            }

    .blog-content .blog-video {
        display: block;
        position: relative;
        width: 100%;
        height: 400px;
    }

    @media (max-width: 767px) {
        .blog-content .blog-video {
            width: 100%;
            height: 200px;
        }
    }

    .blog-content .poster {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        margin: 0;
    }

    .blog-content .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        height: 80px;
        background: url("../../../../../assets/img/blog/details/play-button.html") no-repeat center center;
        background-size: contain;
        cursor: pointer;
        animation: pulse 1.5s infinite;
    }

    @keyframes pulse {
        0% {
            transform: translate(-50%, -50%) scale(1);
        }

        50% {
            transform: translate(-50%, -50%) scale(1.1);
        }

        100% {
            transform: translate(-50%, -50%) scale(1);
        }
    }

    .blog-content #youtube-video {
        display: none;
    }

    @media (max-width: 767px) {
        .blog-content p {
            font-size: 17px !important;
        }
    }

    .blog-content blockquote {
        background-color: rgba(255, 255, 255, 0.03);
        padding: 20px 38px;
        position: relative;
        margin-top: 30px;
    }

        .blog-content blockquote::before {
            position: absolute;
            left: 0;
            top: 0;
            content: "";
            width: 4px;
            height: 100%;
            background-color: #24f0ea;
        }

        .blog-content blockquote p {
            line-height: 150%;
        }

        .blog-content blockquote cite {
            color: #FFFFFF;
            font-weight: 500;
            margin-top: 10px;
            display: block;
        }

    .blog-content ul {
        list-style-type: disc !important;
        padding-left: 20px;
    }

        .blog-content ul li {
            margin-top: 20px;
            list-style-type: disc !important;
        }

    .related-post-wrapper {
        padding: 35px 0px;
        border-top: 2px solid rgba(97, 118, 134, 0.08);
        border-bottom: 2px solid rgba(97, 118, 134, 0.08);
        margin: 20px 0px;
        margin-top: 40px;
    }

        .related-post-wrapper .single-related-post p {
            color: #FFFFFF;
            font-weight: 500;
            margin-bottom: 10px;
        }

            .related-post-wrapper .single-related-post p i {
                font-size: 16px;
            }

        .related-post-wrapper .single-related-post a {
            font-size: 18px;
            color: #617686;
        }

            .related-post-wrapper .single-related-post a:hover {
                color: #24f0ea;
            }

    .share-post-wrapper {
        padding: 20px 0px;
        padding-bottom: 40px;
        border-bottom: 2px solid rgba(97, 118, 134, 0.08);
        margin: 20px 0px;
    }

        .share-post-wrapper .share-links a {
            display: inline-block;
            margin-left: 15px;
        }

            .share-post-wrapper .share-links a i {
                width: 35px;
                height: 35px;
                line-height: 37px;
                text-align: center;
                border-radius: 50%;
                color: #fff;
                font-size: 14px;
                transition: all 0.3s ease-in-out;
                display: inline-block;
                background-color: #1e2028;
            }

                .share-post-wrapper .share-links a i.fa-facebook-f {
                    background-color: #4E6297;
                }

                .share-post-wrapper .share-links a i.fa-telegram-plane {
                    background-color: #55ACE3;
                }

                .share-post-wrapper .share-links a i.fa-instagram {
                    background-color: #2878B7;
                }

                .share-post-wrapper .share-links a i.fa-pinterest-p {
                    background-color: #BE1326;
                }

                .share-post-wrapper .share-links a i:hover {
                    background-color: #24f0ea;
                    color: #000000 !important;
                }

    @media (max-width: 767px) {
        .share-post-wrapper .share-links a {
            margin-left: 10px;
        }
    }

    .share-post-wrapper .share-links a:first-child {
        margin-left: 0;
    }

    .comments-wrapper {
        margin-top: 30px;
    }

        .comments-wrapper h5 {
            margin-bottom: 30px;
        }

        .comments-wrapper .comments-list .single-comment {
            padding-bottom: 30px;
            border-bottom: 2px solid rgba(97, 118, 134, 0.08);
            margin-bottom: 30px;
            position: relative;
            padding-right: 50px;
        }

    @media (max-width: 767px) {
        .comments-wrapper .comments-list .single-comment {
            padding-right: 20px;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }
    }

    .comments-wrapper .comments-list .single-comment.replay-comment {
        margin-left: 100px;
    }

    @media (max-width: 767px) {
        .comments-wrapper .comments-list .single-comment.replay-comment {
            margin-left: 25px;
        }
    }

    .comments-wrapper .comments-list .single-comment .user-img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #1e2028;
        float: left;
        overflow: hidden;
        margin-right: 30px;
    }

    @media (max-width: 767px) {
        .comments-wrapper .comments-list .single-comment .user-img {
            width: 60px;
            height: 60px;
            margin-right: 20px;
        }
    }

    .comments-wrapper .comments-list .single-comment .comment-data {
        overflow: hidden;
    }

        .comments-wrapper .comments-list .single-comment .comment-data h6 {
            font-size: 15px;
            margin-bottom: 0;
            position: relative;
            padding-left: 15px;
            color: #FFFFFF;
        }

            .comments-wrapper .comments-list .single-comment .comment-data h6::before {
                position: absolute;
                content: "-";
                left: 0px;
                top: 50%;
                transform: translateY(-50%);
            }

        .comments-wrapper .comments-list .single-comment .comment-data span {
            font-size: 14px;
            color: rgba(15, 29, 38, 0.8);
            line-height: 1;
        }

        .comments-wrapper .comments-list .single-comment .comment-data p {
            font-size: 18px;
            margin-top: 10px;
        }

    @media (max-width: 767px) {
        .comments-wrapper .comments-list .single-comment .comment-data p {
            font-size: 17px;
            line-height: 26px;
        }
    }

    .comments-wrapper .comments-list .single-comment .comment-data .replay-btn {
        position: absolute;
        right: 50px;
        top: 0;
        color: #617686;
        font-size: 18px;
        font-weight: 500;
    }

        .comments-wrapper .comments-list .single-comment .comment-data .replay-btn:hover {
            color: #24f0ea;
        }

    .comment-form-wrapper {
        background-color: #1e2028;
        padding: 30px;
        border-radius: 5px;
        margin-top: 40px;
    }

        .comment-form-wrapper .comment-form {
            position: relative;
        }

            .comment-form-wrapper .comment-form input,
            .comment-form-wrapper .comment-form textarea {
                width: 100%;
                height: 60px;
                padding: 0px 30px;
                background-color: #12141d;
                border: 0px;
                color: #FFFFFF;
                font-size: 18px;
                transition: all 0.3s ease-in-out;
                margin-bottom: 30px;
                box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.06);
                border-radius: 3px;
            }

                .comment-form-wrapper .comment-form input:focus::placeholder,
                .comment-form-wrapper .comment-form textarea:focus::placeholder {
                    opacity: 0;
                }

    @media (max-width: 767px) {
        .comment-form-wrapper .comment-form input,
        .comment-form-wrapper .comment-form textarea {
            height: 50px;
            font-size: 16px;
            padding-left: 15px;
        }
    }

    .comment-form-wrapper .comment-form input::placeholder,
    .comment-form-wrapper .comment-form textarea::placeholder {
        color: rgba(255, 255, 255, 0.6);
    }

    .comment-form-wrapper .comment-form textarea {
        height: 250px;
        padding-top: 30px;
    }

    @media (max-width: 767px) {
        .comment-form-wrapper .comment-form textarea {
            height: 120px;
        }
    }

    .latest-news {
        margin-top: 50px;
    }

        .latest-news .blog-sidebar-wrapper .blog-thumb {
            max-width: 150px;
        }

            .latest-news .blog-sidebar-wrapper .blog-thumb img {
                height: 100px;
                margin-inline-end: 15px;
                border-radius: 8px;
            }

    .blog-thumb__slider {
        height: inherit;
    }

    .blog-thumb .video-btn {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translateX(-50%, -50%);
        z-index: 1;
        font-size: 2rem;
    }

    @media (min-width: 992px) {
        .blog-thumb .video-btn {
            font-size: 3.5rem;
        }
    }

    .blog-thumb-inner {
        position: relative;
    }

        .blog-thumb-inner .blog-thumb__next,
        .blog-thumb-inner .blog-thumb__prev {
            color: #24f0ea;
            z-index: 1;
            position: absolute;
            display: inline-grid;
            place-items: center;
            height: 40px;
            width: 40px;
            background-color: rgba(255, 193, 7, 0.1);
            border-radius: 50%;
            top: 30%;
            left: 20px;
            transition: 0.3s all linear;
        }

            .blog-thumb-inner .blog-thumb__next:hover,
            .blog-thumb-inner .blog-thumb__prev:hover {
                background-color: #24f0ea;
                color: #000000;
            }

        .blog-thumb-inner .blog-thumb__next {
            right: 20px;
            left: auto;
        }

    .blog-pagination {
        margin-top: 50px;
    }

        .blog-pagination .pagination {
            gap: 10px;
        }

        .blog-pagination .page-item .page-link {
            background-color: #1e2028 !important;
            border-color: rgba(255, 193, 7, 0.1);
            color: #24f0ea;
            padding: 16px 24px;
            transition: 0.3s all linear;
            border-radius: 0.25rem;
        }

        .blog-pagination .page-item:hover .page-link {
            background-color: rgba(255, 193, 7, 0.2) !important;
            border-color: rgba(255, 193, 7, 0.2);
            color: #24f0ea;
        }

        .blog-pagination .page-item.active .page-link {
            background-color: #ffc107 !important;
            border-color: #ffc107;
            color: #000000;
        }

    .sidebar__widget {
        padding: 40px;
        background: #1e2028;
        border-radius: 0.5rem;
    }

    @media (max-width: 991px) {
        .sidebar__widget {
            padding: 30px 25px;
        }
    }

    .sidebar__widget-title {
        position: relative;
        display: inline-block;
        font-weight: 600;
        font-size: 22px;
        padding-left: 7px;
        margin-bottom: 30px;
        color: #FFF;
    }

        .sidebar__widget-title::after {
            position: absolute;
            content: "";
            left: 0px;
            height: 21px;
            width: 2px;
            top: 50%;
            background: #24f0ea;
            transform: translateY(-50%);
        }

    .sidebar__widget ul li {
        list-style: none;
    }

        .sidebar__widget ul li ul {
            padding-left: 1rem;
            margin-top: 10px;
        }

        .sidebar__widget ul li:not(:last-child) {
            margin-bottom: 10px;
        }

        .sidebar__widget ul li a {
            border-radius: 0.25rem;
            padding: 10px 30px;
            box-shadow: 0px 4px 20px 0px rgba(30, 22, 22, 0.06);
            background: rgba(255, 255, 255, 0.1);
            transition: 0.3s ease-in-out all;
            position: relative;
            font-weight: 700;
            font-size: 16px;
            color: #FFF;
            display: block;
        }

            .sidebar__widget ul li a span {
                float: right;
                font-size: 14px;
            }

            .sidebar__widget ul li a:hover, .sidebar__widget ul li a.active {
                background-color: #24f0ea;
                color: #000000;
            }

    .sidebar__widget-content .form-select {
        padding: 1rem 1.5rem;
        border-color: rgba(255, 193, 7, 0.1);
    }

        .sidebar__widget-content .form-select:focus {
            box-shadow: none;
            border-color: #24f0ea;
        }

    .sidebar__about {
        padding: 37px 0 38px 0;
    }

    .sidebar__thumb img {
        border-radius: 50%;
        margin-bottom: 20px;
    }

    .sidebar__content-title {
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
        color: #FFF;
        margin-bottom: 6px;
    }

    .sidebar__content-designation {
        font-weight: 400;
        font-size: 14px;
        color: #727A7D;
        display: block;
        margin-bottom: 13px;
    }

    .sidebar__content p {
        font-size: 16px;
        color: #838383;
        margin-bottom: 27px;
    }

    .sidebar__content-social a {
        height: 37px;
        width: 42px;
        line-height: 37px;
        text-align: center;
        display: inline-block;
        border: 1px solid #E8E8E8;
        margin-right: 12px;
    }

        .sidebar__content-social a i {
            transition: 0.3s;
        }

        .sidebar__content-social a:hover {
            border: 1px solid #24f0ea;
            background-color: #24f0ea;
        }

            .sidebar__content-social a:hover i {
                color: #FFF;
            }

    .sidebar__search {
        position: relative;
    }

        .sidebar__search input {
            font-size: 14px;
            width: 100%;
            height: 60px;
            line-height: 60px;
            padding: 0 25px;
            text-transform: capitalize;
            border: 1px solid rgba(255, 193, 7, 0.2);
            border-radius: 0.25rem;
            outline: none;
            padding-right: 70px;
            background: #12141d;
            color: #FFF;
        }

            .sidebar__search input:focus {
                border-color: #24f0ea;
            }

        .sidebar__search button {
            font-size: 16px;
            position: absolute;
            top: 0;
            right: 0px;
            width: 60px;
            height: 100%;
            line-height: 60px;
            color: #000000;
            background-color: #24f0ea;
            border-radius: 0 0.25rem 0.25rem 0;
        }

    .sidebar__banner::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    .sidebar__banner-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        background: #FFF;
    }

        .sidebar__banner-content h4 {
            padding: 15px 20px;
            font-size: 24px;
            color: #FFF;
            text-transform: uppercase;
            margin-bottom: 0;
        }

    .tagcloud {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

        .tagcloud a {
            font-weight: 500;
            font-size: 15px;
            text-transform: capitalize;
            padding: 0.25rem 1rem;
            background-color: rgba(255, 255, 255, 0.1);
            display: inline-block;
            border-radius: 0.25rem;
            color: #FFF;
        }

            .tagcloud a:hover {
                color: #000000;
                background-color: #24f0ea;
            }

            .tagcloud a.active {
                color: #000000;
                background-color: #24f0ea;
            }

    .rc__post {
        display: flex;
        flex-wrap: wrap;
    }

        .rc__post:hover .rc__post-thumb::after {
            opacity: 1;
            visibility: visible;
            width: 100%;
            right: auto;
            left: 0;
        }

        .rc__post ul li:not(:last-child) {
            margin-bottom: 15px;
        }

    .rc__post-title {
        font-weight: 700;
        font-size: 16px;
        margin-right: -20px;
        line-height: 22px;
        margin-bottom: 0;
        color: #FFF;
    }

    @media (max-width: 991px) {
        .rc__post-title {
            font-size: 14px;
        }

            .rc__post-title br {
                display: none;
            }
    }

    .rc__post-title a:hover {
        color: #24f0ea;
    }

    .rc__post-content {
        flex: 1;
    }

    .rc__meta span {
        font-weight: 400;
        font-size: 16px;
        display: block;
        margin-bottom: 7px;
    }

    @media (max-width: 991px) {
        .rc__meta span {
            font-size: 14px;
        }
    }

    .rc__meta span i {
        transform: translateY(-2px);
        margin-right: 3px;
        color: #24f0ea;
    }

    .rc__post-thumb {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 0.25rem;
        overflow: hidden;
    }

    @media (min-width: 768px) {
        .rc__post-thumb {
            width: 90px;
            height: 90px;
        }
    }

    .rc__post-thumb::after {
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        height: 100%;
        width: 0%;
        content: "";
        background-color: rgba(117, 121, 217, 0.7);
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .footer__widget-space {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer__widget-title {
        font-size: 24px;
        color: #FFF;
        margin-bottom: 25px;
        position: relative;
    }

    .footer__widget ul li {
        list-style: none;
        margin-bottom: 1rem;
        line-height: 1;
        color: #97a6b3;
    }

        .footer__widget ul li ul {
            padding-inline-start: 0.85rem;
            padding-block-start: 1rem;
        }

        .footer__widget ul li a {
            font-size: 16px;
            color: #97a6b3;
            position: relative;
            padding-left: 13px;
            line-height: 1.2;
        }

            .footer__widget ul li a::after {
                position: absolute;
                content: "";
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                background-color: currentColor;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                transition: 0.3s all linear;
            }

            .footer__widget ul li a:hover {
                color: #24f0ea;
            }

    .footer__widget p {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .single-contact-box {
        border-radius: 0.5rem;
        border: 2px solid transparent;
        background-color: #1e2028;
        padding: 40px;
        margin-top: 70px;
        transition: all 0.3s ease-in-out;
    }

        .single-contact-box img {
            margin-bottom: 10px;
        }

        .single-contact-box .contact-info span {
            color: #617686;
            display: block;
            margin-top: 10px;
            font-weight: 500;
            font-size: 20px;
            line-height: 1;
        }

        .single-contact-box .contact-info:hover {
            color: #FFF;
        }

        .single-contact-box:hover {
            border-color: #24f0ea;
            color: #FFF;
        }

    footer {
        background-color: #000000;
        overflow: hidden;
    }

        footer .footer-widgets-wrapper {
            padding-top: 70px;
            padding-bottom: 100px;
        }

    @media (max-width: 991px) {
        footer .footer-widgets-wrapper {
            padding-top: 50px;
            padding-bottom: 80px;
        }
    }

    footer .footer-widgets-wrapper .col-12 {
        overflow: hidden;
    }

    footer .footer-bottom-wrapper .footer-bottom-content {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 35px 0px;
    }

    @media (max-width: 767px) {
        footer .footer-bottom-wrapper .footer-bottom-content {
            padding: 20px 0px;
            text-align: center;
        }
    }

    footer .footer-bottom-wrapper .footer-bottom-content .site-copyright p {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
    }

        footer .footer-bottom-wrapper .footer-bottom-content .site-copyright p a {
            line-height: inherit;
            font-size: inherit;
            font-weight: 500;
            color: #fff;
        }

    footer .footer-bottom-wrapper .footer-bottom-content .social-links.red-color a {
        color: #fff !important;
        background: rgba(8, 15, 30, 0.3);
    }

        footer .footer-bottom-wrapper .footer-bottom-content .social-links.red-color a:hover {
            background: #F54748;
        }

    footer .footer-bottom-wrapper .footer-bottom-content .social-links.gray-bg a {
        background-color: rgba(255, 255, 255, 0.3);
        color: #fff !important;
    }

    footer .footer-bottom-wrapper .footer-bottom-content .social-links a {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff;
        font-size: 14px;
        margin-left: 15px;
        transition: all 0.3s ease-in-out;
    }

    @media (max-width: 767px) {
        footer .footer-bottom-wrapper .footer-bottom-content .social-links a {
            margin-left: 10px;
        }
    }

    footer .footer-bottom-wrapper .footer-bottom-content .social-links a:first-child {
        margin-left: 0;
    }

    footer .footer-bottom-wrapper .footer-bottom-content .social-links a:hover {
        background-color: #1fd7d1;
        color: #000 !important;
    }

    footer .about-us-widget .footer-logo {
        margin-bottom: 20px;
        text-align: center;
    }

    footer .about-us-widget p {
        font-size: 18px;
    }

    .account {
        overflow: hidden;
        background: #1e2028;
    }

    .account__wrapper {
        text-align: center;
        border-radius: 0.75rem;
        padding: 50px 40px;
        margin: 0 auto;
        background-color: #12141d;
    }

        .account__wrapper .title {
            text-transform: capitalize;
            margin-bottom: 30px;
        }

        .account__wrapper .cate {
            font-style: normal;
        }

            .account__wrapper .cate a {
                font-weight: 600;
            }

                .account__wrapper .cate a:hover {
                    color: #24f0ea;
                }

    .account__form .form-group {
        margin-bottom: 25px;
    }

        .account__form .form-group input {
            width: 100px;
            border: 1px solid rgba(255, 193, 7, 0.3);
            outline: none;
            color: #FFFFFF;
            background: #12141d;
            box-shadow: 0px 2px 2px 0px rgba(255, 193, 7, 0.1);
            padding: 0.6rem 1rem;
        }

        .account__form .form-group .checkgroup {
            display: flex;
            align-items: center;
            cursor: pointer;
            flex-wrap: nowrap;
        }

            .account__form .form-group .checkgroup input[type=checkbox] {
                width: 18px;
                height: 18px;
                margin-right: 15px;
            }

    @media screen and (max-width: 576px) {
        .account__form .form-group .checkgroup input[type=checkbox] {
            width: 14px;
            height: 14px;
            margin-right: 8px;
        }
    }

    .account__form .form-group .checkgroup label {
        margin: 0;
        color: #FFFFFF;
        cursor: pointer;
    }

    @media screen and (max-width: 576px) {
        .account__form .form-group .checkgroup label {
            font-size: 14px;
        }
    }

    .account__form .form-group a {
        color: #FFFFFF;
        text-decoration: underline;
    }

    @media screen and (max-width: 576px) {
        .account__form .form-group a {
            font-size: 14px;
        }
    }

    .account__form .form-group a:hover {
        color: #24f0ea;
    }

    .account__form .form-group button {
        width: 100%;
        box-shadow: none;
        border: none;
        background-color: #24f0ea;
    }

    @media screen and (max-width: 576px) {
        .account__form .form-group button {
            margin-top: 24px;
        }
    }

    .account__form .form-floating input {
        background: #1e2028;
        border: 1px solid rgba(255, 193, 7, 0.1);
        border-radius: 0.75rem;
        color: #FFFFFF;
    }

        .account__form .form-floating input:focus {
            border-color: rgba(255, 193, 7, 0.3);
            outline: none;
            box-shadow: none;
        }

    .gt-color {
        background: linear-gradient(to left, #bb8e001c, #000000);
    }

    .text-clr-main {
        color: #22e8e2;
    }

    .text-primary-clr {
        color: #97a6b3;
    }

    .coin-roam {
        display: inline-block;
        /* border-radius: 50%;*/
        overflow: hidden;
        perspective: 1200px; /* 3D depth */
    }

        .coin-roam img {
            width: 75%;
            height: 100%;
            /* border-radius: 50%;*/
            animation: roam360 4s ease-in-out infinite;
            transform-style: preserve-3d;
        }

    @keyframes roam360 {
        0% {
            transform: rotateY(0deg) rotateX(0deg) translateZ(0px);
        }

        25% {
            transform: rotateY(90deg) rotateX(20deg) translateZ(20px);
        }

        50% {
            transform: rotateY(180deg) rotateX(-20deg) translateZ(-20px);
        }

        75% {
            transform: rotateY(270deg) rotateX(10deg) translateZ(10px);
        }

        100% {
            transform: rotateY(360deg) rotateX(0deg) translateZ(0px);
        }
    }


    .eco-title {
        color: white;
        animation: ecoColor 2.5s ease-in-out infinite alternate;
    }

    @keyframes ecoColor {
        0% {
            color: white;
        }

        100% {
            color: #d4af37;
        }
    }




    .wallet-btn {
        display: flex;
        align-items: center;
        text-decoration: none;
        border-radius: 40px;
        padding: 0;
        overflow: hidden;
        cursor: pointer;
        height: 42px;
        width: 173px;
        font-family: sans-serif;
        font-weight: 500;
        background: linear-gradient(135deg, #131313 0%, #1a1710 50%, #131313 100%);
        margin: 1px 6px;
        font-family: "DM Sans", sans-serif !important;
    }

        /* Left side icon */
        .wallet-btn .icon {
            width: 30%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #fff;
            color: #ff3ca8;
            font-size: 20px;
        }

        /* Right side text */
        .wallet-btn .text {
            width: 70%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background: linear-gradient(90deg, #25f9f3, #10827b);
            color: white;
            font-size: 16px;
        }




    .features-card-item {
        position: relative;
        padding: 25px;
        border-radius: 18px;
        background: #0b1824;
        z-index: 1;
        overflow: hidden;
        height: 342px !important;
    }


        /* Rotating Border */
        .features-card-item::before {
            content: "";
            position: absolute;
            inset: -3px;
            border-radius: 20px;
             background: linear-gradient(90deg, #a855f7, #ec4899, #f97316, #facc15);
            animation: rotateBorder 3s linear infinite;
            z-index: -1;
        }

        /* Mask to keep inside clean */
        .features-card-item::after {
            content: "";
            position: absolute;
            inset: 3px;
            border-radius: 15px;
            background: linear-gradient(135deg, #000000 0%, #1a1710 50%, #131313 100%);
            z-index: -1;
        }

    /* Animation */
    @keyframes rotateBorder {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .features-card-item::before {
        animation: rotateBorder 8s linear infinite; /* changed from 3s → 8s */
    }

    /*# sourceMappingURL=style.css.map */
    @media (min-width: 600px) {
        .features-card-item {
            height: auto;
        }
    }

    .jump-img {
        animation: slowJump 1.5s ease-in-out infinite;
        filter: hue-rotate(229deg);
    }

    @keyframes slowJump {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-12px); /* jump height */
        }

        100% {
            transform: translateY(0);
        }
    }


    .text-justify {
        text-align: justify;
    }

    .custom-modal {
        border-radius: 12px;
        padding: 10px;
    }

        .custom-modal .modal-title {
            font-weight: 600;
        }

    .input-group .form-control {
        height: 45px;
        border-radius: 8px 0 0 8px;
    }

    .btn-preview {
        background: linear-gradient(135deg, #0e6764, #24f0ea);
        color: #fff;
        border-radius: 0 8px 8px 0;
        padding: 0 20px;
        font-weight: 500;
    }

        .btn-preview:hover {
            opacity: 0.9;
        }


    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        color: var(--bs-modal-color);
        pointer-events: auto;
        background-color: #000;
        background-clip: padding-box;
        border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
        border-radius: var(--bs-modal-border-radius);
        outline: 0;
        box-shadow: 0 0 10px 0 #ddd;
    }

    .btn-close {
        --bs-btn-close-color: #fff;
        --bs-btn-close-bg: 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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
        --bs-btn-close-opacity: 0.5;
        --bs-btn-close-hover-opacity: 0.75;
        --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        --bs-btn-close-focus-opacity: 1;
        --bs-btn-close-disabled-opacity: 0.25;
        --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: .25em .25em;
        color: var(--bs-btn-close-color);
        background: #fff var(--bs-btn-close-bg) center / 1em auto no-repeat;
        border: 0;
        border-radius: .375rem;
        opacity: var(--bs-btn-close-opacity);
    }

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    background: radial-gradient(circle at 20% 30%, #6f2cff33, transparent 40%), radial-gradient(circle at 80% 70%, #ff7b0033, transparent 40%), #0b0b16;
}

.logo {
    font-size: 70px;
    font-weight: 800;
    background: linear-gradient(90deg,#a855f7,#ff6a00,#facc15);
    -webkit-background-clip: text;
    color: transparent;
}

.tagline {
    letter-spacing: 4px;
    color: #b9c1d0;
    margin: 10px 0 20px;
}

.desc {
    max-width: 700px;
    margin: auto;
    color: #a5adbb;
}

.stats {
    margin-top: 40px;
}

    .stats h3 {
        color: #7dd3fc;
        font-weight: 700;
    }

    .stats p {
        font-size: 12px;
        letter-spacing: 2px;
        color: #9ca3af;
    }

.btn-main {
    background: linear-gradient(90deg,#a855f7,#ff6a00);
    border: none;
    padding: 12px 28px;
    border-radius: 30px;
    color: #fff;
}

.btn-outline-light {
    border-radius: 30px;
    padding: 12px 28px;
}
.text-gradient {
    background: linear-gradient(90deg, #a855f7, #ec4899, #f97316, #facc15);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 32px rgba(168, 85, 247, .6));
}
.btn-primary {
    background: linear-gradient(135deg, #a855f7, #ec4899, #f97316);
    color: #fff;
    box-shadow: 0 0 40px rgba(168, 85, 247, .45), 0 4px 20px rgba(0, 0, 0, .5);
}