@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Inter', sans-serif; */


/* com-css */

html {
  scroll-behavior: auto !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  background-color: #000;
  color: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* sec-com-css */

.container {
  max-width: 1326px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

a {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

a:hover {
  color: #47e28a;
}

.btn {
  color: #12261A;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  padding: 8px 15px;
}

.btn:hover {
  background-color: #47e28a;
  color: #000;
}

.btn-b {
  --b: 3px;
  border-radius: 200px;
  border-style: solid;
  color: #FFF;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.10);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 19px 23px;
  display: inline-block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.12);
  margin-bottom: 20px;
  z-index: 0;
}

.btn-b::before {
  position: absolute;
  content: "";
  border-radius: inherit;
  inset: 0;
  padding: var(--b);
  border-radius: inherit;
  background: linear-gradient(to right, rgba(29, 207, 106, 1), rgba(20, 75, 235, 1), rgba(20, 75, 235, 1), rgba(29, 207, 106, 1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  background-size: 300% 100%;
  transition: all .3s;
}

.btn-b:hover:before {
  background-position: 100% 0;
}

.com-sec {
  padding: 100px 0;
}

.sec-head {
  margin-bottom: 20px
}

.sec-title {
  color: #FFF;
  font-size: 74px;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 20px;
}

.sec-title-lg {
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
}

.sub-title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}

.sec-title span {
  font-weight: 700;
}

.cms-con p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}

img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

main {
  overflow: hidden;
}

/* slick-slider */


.slick-slide {
  outline: none;
}

.slick-dots {
  display: block;
  text-align: center;
  margin-top: 35px;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  width: auto;
  list-style: none;
  padding: 0 5px;
}

.slick-dots li button {
  font-size: 0;
  border: none;
  background: #c5c7c2;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  outline: none;
  position: relative;
}

.slick-dots li.slick-active button {
  background: #1ece6c;
}



.homeSlider .slick-dots {
  bottom: 40px;
  margin-top: 0;
  position: absolute;
  bottom: 50px;
}

.form-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

#registrationForm {
  position: relative;
}

#registrationForm.form-loading>* {
  pointer-events: none;
  opacity: 0.2;
}

#registrationForm.form-loading:before {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 6px solid;
  border-color: #dbdcef;
  border-right-color: #1ece6c;
  animation: spinner-d3wgkg 1s infinite linear;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  margin: auto;
}

@keyframes spinner-d3wgkg {
  to {
    transform: rotate(1turn);
  }
}


.small-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  text-align: end;
  color: #fff;
}

.form-control {
  background-color: transparent !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding: 12px 10px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  border-color: #888888;

}

.form-control:focus {
  box-shadow: none;
  border-color: #1DCD6B;
}

.form-group .form-label {
  position: relative;
  top: 35px;
  left: 10px;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.40);
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  transition: 0.2s ease all;
}

.form-group.in-focus .form-label {
  top: 0;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group label.error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.form-select {
  background-color: transparent !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-color: #888888;
  color: #fff;
  padding: 15px 10px;
  background-image: url(../img/arrow-bottom.svg);
}

.form-select:focus {
  border-color: #1DCD6B;
  box-shadow: none;
  outline: none;
}

.btn-g {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  background-color: #1DCF6A;
  padding: 22px;
  border: 0;
  border-radius: 100px;
  transition: all .3s;
  margin-top: 10px;
  color: #fff;
  text-transform: uppercase;
}

.btn-g:focus-visible {
  border: 0;
  outline: 0;
}

.btn-g:hover {
  background-color: #fff;
  color: #000;
  border: none;
}

/* header */

.header-navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.header-navbar .container {
  max-width: 1610px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.header-navbar nav {
  display: flex;
  align-items: center;
}

.header-logo {
  max-width: 20%;
  flex: 0 0 20%;
}

.header-list {
  max-width: 80%;
  flex: 0 0 80%;
}

.header-logo img {
  max-width: 200px;
}

.menu-items ul li {
  display: inline-block;
}

.menu-items ul li a {
  padding: 0 25px;
}

.menu-items {
  max-width: 67%;
  flex: 0 0 67%;
}

.header-btn {
  max-width: 33%;
  flex: 0 0 33%;
}

.header-btn .icon-mobile {
  font-size: 30px;
  line-height: 1;
  padding-right: 8px;
}

.header-btn .tel-btn {
  padding-left: 10px;
}

.header-toggler-button {
  position: relative;
  display: none;
  width: 40px;
  height: 30px;
  position: relative;
  padding: 0;
  color: #fff;
  z-index: 9;
  margin-left: 17px;
  vertical-align: middle;
}

.header-toggler-button span {
  display: block;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: currentColor;
  margin: auto;
  transition: all 0.4s ease-in-out;
}

.header-toggler-button span:before {
  content: "";
  width: 100%;
  position: absolute;
  top: -12px;
  right: 0;
  height: 3px;
  background: currentColor;
  transition: all 0.4s ease-in-out;
}

.header-toggler-button span:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -12px;
  right: 0;
  height: 3px;
  background: currentColor;
  transition: all 0.4s ease-in-out;
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: opacity 0.3s ease-in-out
}

.body-fixed .sidebar-overlay {
  opacity: .7;
  visibility: visible;
}

.header-navbar.sticky {
  position: fixed;
  background-color: #0f151c;
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
  z-index: 999;
}

@-webkit-keyframes sticky {
  0% {
    top: -120px;
  }

  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -120px;
  }

  100% {
    top: 0;
  }
}

.header-navbar.sticky .container {
  padding: 13px 20px;
}

.header-m-btn {
  position: relative;
  z-index: 3;
}

/* hero-sec */

.hero-sec.com-sec {
  /* background-image: url(../img/hero-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
  position: relative;
  padding-top: 145px;
  padding-bottom: 30px;
  height: 100vh;
}

.hero-video{
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: bottom;
  z-index: -1;
  left: 0;
  right: 0;
}
.hero-con{position: relative;z-index: 1}
.hero-sec:before{
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
}
.hero-btn .app-btn {
  margin-right: 16px;
}

.hero-m-left {
  z-index: 5;
  position: relative;
}

.hero-m-left img {
  height: 65%;
  object-fit: cover;
}

.hero-m-right img {
  height: 65%;
  object-fit: cover;
}

.hero-m-right {
  margin-left: -250px;
  position: relative;
}

.hero-mob-imgs {
  height: 75vh;
  position: relative;
  z-index: 1;
  margin-top: 80px;
}

.hero-mob-imgs img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all 1s;
  scale: 0.4;
  opacity: 0.8;
}

.isload .hero-mob-imgs img {
  scale: 1;
  opacity: 1;
}

.hero-mob-imgs img:nth-child(1) {
  left: 22%;
  height: 93%;
}

body:not(.isload) .hero-mob-imgs img:nth-child(1) {
  transform: rotate(23deg);
}

body:not(.isload) .hero-mob-imgs img:nth-child(2) {
  transform: rotate(15deg);
}

.hero-con .sec-head {
  margin-bottom: 4%;
}

.hero-btn a:hover,
.join-sec-imgs a:hover,
.footer-app a:hover {
  opacity: 0.8;
}


.three-boxs-sec{
  position: relative;
  z-index: 5;
}

/* services-sec */

.services-sec.com-sec {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}


.services-con {
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 80px;
  position: relative;
  z-index: 3;
  margin-top: 20px;
}

.services-con .cms-con p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}

.services-wrapper {
  position: relative;
  z-index: 3;
}

.h-box-title {
  color: rgba(25, 139, 174, 0.30);
  text-align: center;
  font-size: 83px;
  font-weight: 900;
  line-height: 0.8;
}

.services-box {
  border-radius: 20px;
  background: linear-gradient(116deg, rgba(51, 51, 51, 0.40) 3.32%, rgba(5, 5, 5, 0.40) 89.63%);
  padding: 75px 80px;
  margin-bottom: 15px;
  position: relative;
}

.services-box::before {
  position: absolute;
  content: "";
  border-radius: inherit;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(116deg, rgb(255 254 254 / 90%) 3.32%, rgb(255 255 255 / 30%) 89.63%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.services-box .number {
  color: #1DCF6A;
  font-size: 124px;
  font-weight: 200;
  line-height: 1.2;
  margin-bottom: 0;
}

.services-box .box-head {
  color: #ECECEC;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 6px;
}

.services-box .cms-con p {
  color: #ccc;
}

/* why-sec */
.three-boxs-sec{position: relative;z-index: 7;}

.services-sec {
  position: relative;
}

.services-sec::before {
  position: absolute;
  content: "";
  top: -32%;
  left: 0%;
  transform: translateX(-50%);
  background-image: url(../img/why-bg.png);
  background-position: bottom 0;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
  animation: circleScale 6s infinite;
}

@keyframes circleScale {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.why-sec .why-con {
  max-width: 84%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 85px;
  position: relative;
  z-index: 5;
}

.why-sec .why-con .cms-con p {
  line-height: 1.6;
  font-size: 20px;
}

.why-box {
  padding: 23px 0;
  position: relative;
  transition: all .3s;
}

.why-box:last-child {
  padding-bottom: 0;
}

.why-box::after,
.why-box::before {
  position: absolute;
  content: "";
  top: -4px;
  left: 0;
  border-top: 4px solid #1DCF6A;
  border-radius: 4px;
  width: 0%;
  transition: all .5s ease;
  opacity: 0;
  z-index: 11;
}

.why-box::after {
  border-top: 4px solid #2F2E2E;
  width: 100%;
  opacity: 1;
  z-index: 1;
}

.why-box:hover::before {
  width: 50%;
  opacity: 1;
}

.why-banner img {
  max-width: 600px;
  object-fit: cover;
}

.why-box-head {
  margin-bottom: 12px;
}

.w-box-img {
  max-width: 12%;
  flex: 0 0 12%;
}

.w-box-con {
  max-width: 88%;
  flex: 0 0 88%;
}

.w-box-con .box-title {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 8px;
  transition: all .2s ease;
}

.w-box-img img {
  filter: hue-rotate(45deg) brightness(100);
}

.why-box:hover .box-title {
  color: #1DCF6A;
}

.why-box:hover .w-box-img img {
  filter: none;
}

.why-boxs {
  position: relative;
  z-index: 5;
}

.why-box .cms-con p {
  color: #ccc;
}

/* partners-sec */

.partners-con {
  margin-bottom: 50px;
}

.partners-sec .partner-box {
  border-radius: 20px;
  background: linear-gradient(116deg, rgba(51, 51, 51, 0.40) 3.32%, rgba(5, 5, 5, 0.40) 89.63%);
  padding: 45px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 11/5;
}

.partners-sec .partner-box::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0px;
  background: linear-gradient(180deg, #1DCD6B 0%, #165ED8 100%);
  filter: blur(25px);
  width: 35px;
  height: 50px;
  margin: 0 20px;
  border-radius: 100%;
  pointer-events: none;
}
.partner-box .box-img{pointer-events: none}
.partner-box .box-img img {
  max-height: 45px;
  margin: 0 auto;
  object-fit: contain;
}
.partnerUrl{position: absolute;left: 0;top: 0;width: 100%;height: 100%}
.partners-sec .partner-box::before {
  position: absolute;
  content: "";
  border-radius: inherit;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(120.51deg, #FFFFFF -0.65%, rgba(255, 255, 255, 0.2) 79.5%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  -webkit-animation: animatedgradient 2s ease alternate infinite;
  animation: animatedgradient 2s ease alternate infinite;
  background-size: 400%;
  pointer-events: none;
}


@-webkit-keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.wrapper-partner-box {
  padding: 0 10px;
}

.partner-boxs {
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
}

/* testimonial-sec */
.testimonial-sec .slick-track {
  display: flex;
}

.testimonial-sec .slick-track .slick-slide {
  display: flex;
  height: auto;
}

.testimonial-sec.com-sec {
  padding-bottom: 140px;
  position: relative;
}

.testimonial-sec::before {
  position: absolute;
  content: "";
  left: 0;
  top: -170px;
  background-image: url(../img/aesthetic-bg.png);
  background-position: center;
  background-size: cover;
  width: 719px;
  height: 585px;
  mix-blend-mode: lighten;
}

.testimonial-img img {
  max-width: 214px;
  object-fit: cover;
  margin: 0 auto;
}

.testimonial-sec .sec-head .sub-title-sm {
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
}

.testimonial-sec .sec-head .sub-title {
  font-weight: 400;
}

.testimonial-img {
  margin-bottom: 35px;
  text-align: center;
}

.testimonial-box {
  border-radius: 20px;
  border: 1px solid #242424;
  background: linear-gradient(180deg, rgba(58, 58, 58, 0.40) 4.17%, rgba(33, 33, 33, 0.00) 134.43%);
  padding: 25px 31px;
}

.wrapper-name .name {
  color: #FFF;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.short-name span {
  color: rgb(255 255 255 / 20%);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.short-name {
  background-color: #1B1A1A;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper-name {
  padding-left: 15px;
  max-width: 80%;
  flex: 0 0 80%;
}

.testimonial-box .cms-con {
  margin-bottom: 30px;
}

.testimonial-box .cms-con p {
  color: #ccc;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

.wrapper-name span {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.testimonial-box-wrapper {
  padding: 0 10px;
}

.testimonial-slider-main {
  margin-top: 50px;
}

.testi-box {
    display: inline-flex;
    padding: 10px 0;
    border-radius: 50px;
    width: 228px;
    position: relative;
}
.testi-box span{
  position: relative;
  border-radius: 50%;
  box-shadow: 0 0 2px 1px #000;
  transition: all 1s;
  z-index: 11;
}
.lineanimation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: calc(50% + 3px);
  transform: translateX(-50%);
  width: 70px;
  z-index: 1;
  overflow: hidden;
  border-radius: 60px;
  
}
.testi-box.active .lineanimation{
  animation: lineanimation 1s both;
  left: 50%
}
.lineanimation::after {
  left: 0;
  content: '';
  background: #1f1f1f;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  position: absolute;
  border-radius: 60px;
  z-index: 1;
}

.lineanimation:before{
  position: absolute;
  content: '';
  width: 200%;
  height: auto;
  aspect-ratio: 1;
  left: -50%;
  top: 0%;
  bottom: 20%;
  margin: auto;
  transform-origin: center;
  background-image: conic-gradient(from 90deg at 60% 50%, rgb(29, 207, 6), rgb(20, 75, 235));
  animation: rotateBorder 3s infinite linear;
  transition: all .3s ease-in-out;
}
/*
.testi-box.active::after {
  position: absolute;
  content: '';
  border-radius: 50px;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  animation: delayBgcolor 0.5s 1s both;
  z-index: 1;
  transition: all .3s ease-in-out;
}
@keyframes delayBgcolor{
  to{
    background: #1f1f1f;
  }
}*/
@keyframes lineanimation{
  to{
    width: 220px;
  }
}
@keyframes rotateBorder{
  to{
    transform: rotate(360deg);
  }
}
.testi-box span:nth-child(3){position: relative;z-index: 11;}
.testi-box span:nth-child(1){right: -20px;transform: translateX(75px);}
.testi-box span:nth-child(2){right: -10px;z-index: 11;transform: translateX(38px);}
.testi-box span:nth-child(4){right: 10px;z-index: 11;transform: translateX(-35px);}
.testi-box span:nth-child(5){right: 20px;transform: translateX(-70px);}


.testi-box.active span{transform: translate(0);}

/* crypto-sec */
.crypto-sec {
  background-image: url(../img/form-bg.png);
  background-position: right -10px;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 125px;
}

.section-prlx {
  position: relative;
  display: flex;
}

.phone-app-sec {
  width: 40%;
  position: relative;
}

.phone-app {
  position: absolute;
  top: 0;
  right: 0;
}


.crypto-right-con {
  width: 60%;
  margin-left: auto;
  padding-bottom: 145px;
}

.crypto-form-wrapper {
  max-width: 76%;
  margin-left: auto;
  border: 1px solid #138B4F;
  /* height: 670px; */
  padding: 30px 30px;
  border-radius: 30px;
  background-color: rgb(0 0 0 / 84%);
}

select option {
  background: #000;
  color: #fff;
}

/* footer-sec */

.footer-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px;
}

.footer-app img {
  max-width: 155px;
  object-fit: cover;
}

.footer-links ul li a {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  color: #ccc;
  margin-bottom: 25px;
} 
.footer-links ul li a:hover {
  color: #1DCD6B;
}

.address {
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  color: #ccc;
}

.number a,
.t-skygain a {
  color: #CCCCCC;
  font-weight: 300;
}

.number a:hover,
.t-skygain a:hover {
  color: #1DCD6B;
}

.address i,
.number i {
  font-size: 24px;
  color: #1DCE6B;
}

.address-icon,
.number-icon {
  max-width: 30px;
  flex: 0 0 30px;
  margin-right: 18px;
}

.address,
.number {
  margin-bottom: 30px;
}


.t-skygain a {
  display: flex;
  align-items: center;
}

.t-skygain img {
  object-fit: contain;
  height: 24px;
}

.footer-main {
  padding-top: 60px;
  background: linear-gradient(0deg, #0D0D0D 0%, #07160E 100%);
  border-top: 2px solid #5AF19C;
}

/* .footer-main::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 84%;
  height: 2px;
  background-color: #5AF19C;
} */

.footer-main::before {
  position: absolute;
  content: "";
  top: -10px;
  left: -2px;
  background-image: url(../img/shap-f.svg);
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 325px;
  height: calc(100% + 6px);
  z-index: 1;
}

.footer-app a:nth-child(1) {
  margin-bottom: 15px;
}

.footer-links {
  padding-left: 80px;
}

.footer-wrapper {
  padding-bottom: 50px;
}

.copy-right-con p,
.copy-right-con p a {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3;
}

.copy-right-con p {
  color: #666666;
}

.copy-right-con p a {
  font-weight: 400;
  color: #1DCE6B;
}

.copy-right-con p a:hover {
  color: #fff;
}

.footer-app {
  flex: 0 0 50%;
  max-width: 50%;
}

.footer-qr {
  flex: 0 0 40%;
  max-width: 40%;
}

.footer-dec {
  padding-left: 70px;
}

.footer-social-media a {
  font-size: 24px;
  line-height: 1;
  padding: 0 8px;
  color: #1DCF6A;
  transition: all .3s;
}

.footer-social-media .facebook:hover {
  color: #316FF6;
}

.footer-social-media .twitter:hover {
  color: #1DA1F2;
}

.footer-social-media .telegram:hover {
  color: #0088cc;
}

.footer-social-media .discord:hover {
  color: #5562ea;
}

.copy-right-wrapper {
  border-top: 1px solid rgb(217 217 217 / 20%);
  padding: 15px 0;
}

.copy-right-con {
  padding-left: 30px;
}

.footer-qr img {
  max-width: 120px;
  object-fit: cover;
}

/* back-to-top */

.back-to-top {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #fff;
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.back-to-top.active {
  bottom: 60px;
  opacity: 1;
  z-index: 99;
}

.back-to-top>div {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.back-to-top>.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top>.arrow svg {
  fill: #fff;
  height: 20px;
  width: 100%;
}

.back-to-top>.text {
  font-size: 8px;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.back-to-top:hover {
  transform: scale(1.1);
  bottom: 60px;
  cursor: pointer;
  background: #1dcf6a;
}

.back-to-top:hover>.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.back-to-top:hover>.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.hidden {
  width: 0;
  height: 0;
  display: none;
}

.iti{display: block;}
.iti__country-list{background-color: #000}

.crypto-form-wrapper .form-control::-ms-input-placeholder {
  color: #555;
  opacity: 1;
}

.crypto-form-wrapper .form-control::placeholder {
  color: #555;
  opacity: 1;
}


#p_result{display: flex;position: relative;overflow: hidden;height: 55px;}
.header-navbar.sticky #p_result{height: 50px;}
#p_result:after{position: absolute;left: 0;top: 0;height: 100%;content: '';width: 100%;
  background: linear-gradient(90deg, #029BE9 42.35%, #29C66D 100%);
  mix-blend-mode: color-dodge;opacity: 0.3;}
#p_result .p_item{display: flex;align-items: center;margin: 0 17px;}
#p_result .p_icon{min-width: 32px;margin-right: 10px;}
#p_result .p_content{white-space: nowrap;font-size: 14px;}
#p_result .p_name{font-weight: 700}

.marquee-animate,
.marquee-inner{display: flex;position: relative;z-index: 1;}
.marquee-animate{display: flex;width: 100000px;margin-left:0;animation: 10s linear 0s infinite normal none running myMarquee;animation-direction: reverse;
  padding: 8px;}
.marquee-animate:hover{animation-play-state: paused;}
@keyframes myMarquee {
  100% {margin-left: 0px;}
}

#p_result .p_icon{min-width: 24px;margin-right: 8px;}
#p_result .p_icon img{max-width: 24px;}
#p_result:before {
  width: 50px;
  height: 100%;
  background: url(../img/loader.svg) no-repeat;
  background-size: 30px;
  background-position: center;
  left: 50%;
  margin-left: -25px;
  top: 0;
  content: '';
  z-index: 9;
  position: absolute;
  animation: 2s loader infinite cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#p_result.done:before{
  display: none;
}
@keyframes loader {
  0%,100%{
    transform: scale(0.6);
  }
  50%{
    transform: scale(1);
  }
}

.cms-con {
  display: inline-block;
  width: 100%;
  color: #fff;
  clear: both;
}

.cms-con p {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.6;
  font-weight: 300;
  font-size: 16px;
}

.cms-con p:last-child {
  margin-bottom: 0;
}

.cms-con p a {
  text-transform: initial;
}

.cms-con ul {
  list-style: none;
  font-size: 0;
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

.cms-con ul li {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

.cms-con ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  background: #47e28a;
}

.cms-con ul li:last-child {
  margin-bottom: 0;
}

.cms-con ul li ul {
  margin-bottom: 0;
}

.cms-con ul li ul li {
  padding-left: 16px;
}

.cms-con ul li ul li:before {
  width: 0.8rem;
  height: 2px;
  border-radius: 0;
  top: 10px;
}

.cms-con h3 {
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  display: block;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-top: 0;
  position: relative;
}

.cms-con iframe {
  width: 100%;
  height: 500px;
}

.cms-con ol {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  counter-reset: cmscon-counter;
  list-style-type: none;
  margin-bottom: 30px;
}

.cms-con ol li {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  list-style: none;
  margin-bottom: 15px;
  padding-left: 0;
}

.cms-con ol li:last-child {
  margin-bottom: 0;
}

.cms-con ol li:before {
  counter-increment: cmscon-counter;
  content: "" counter(cmscon-counter) ".";
  line-height: 1.4;
}

.cms-con ol li ul {
  margin-top: 30px;
  margin-left: 15px;
}

.cms-con ol li ul li {
  padding-left: 24px;
  position: relative;
}

.cms-con ol li ul li:before {
  counter-increment: none;
  content: no-close-quote;
}

.cms-con a {
  display: inline-block;
  transition: color 0.4s ease-in-out;
  color: #47e28a;
}

.cms-con a:hover {
  color: #fff;
}

.cms-con p a {
  transition: color 0.4s ease-in-out;
  color: #47e28a;
  font-weight: 300;
}

.cms-con p a:hover {
  color: #fff;
}

.cms-con p a.btn:hover {
  color: #fff;
}

@media only screen and (max-width: 600px) {
  #p_result .p_content{font-size: 13px;}
  #p_result .p_item{margin: 0 10px;}
  #p_result .p_icon{margin-right: 6px;}
  .cms-con h3 {
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .cms-con p {
    margin-bottom: 10px;
}
}
