@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
*,
::after,
::before {
    box-sizing: border-box
}
 
li {
    list-style: none;
} 
.z1{    z-index: 1;}
body {
 font-family: "Rajdhani", sans-serif;
    line-height: 1.6; 
    margin: 0;    
    font-weight: 400;
      color: #fff;  
    background: #0b071a;    font-size: 16px;
     
}
  
 
.ttu{ text-transform: uppercase;}  
a {
    color: #fff;
    text-decoration: none;
}
.bg {
    position: absolute;
    inset: 0% 0% 0% auto;
}
.btn {
    background: #5951ff;
    background-image: linear-gradient(90deg, #fad02a, #00faff);
    padding: 10px 25px;
    border: 0; font-weight: 600;
    position: relative;
    color: #000000;
    border-radius: 8px;
}
 
.cart_top .btn span { 
    position: relative; 
}
p {
    margin-top: 0;  
    margin-bottom: 1rem
}
ol, ul {
    padding-left: 0;
}
.ps{ padding: 80px 0;}
 
.right_btn .btn{    margin-left: 10px;}
.navbar {
    left: 0;
    width: 100%;
    top: 0;
    z-index: 9;
    position: absolute;
     
}
.navbar.sticky{  background: #0e1313;
position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);}
.navbar-nav .nav-link {
    font-weight: 500;
    border-radius: 25px;
    padding: 7px 15px; 
    margin: 0 10px;
    color: #fff;font-size: 16px;
}
.navbar-nav .nav-link.active{    color: #1fe7d5;}
.navbar-brand img{ height:60px;}

.w100{ width: 100%;   }


.footer-area {padding: 60px 0 ; font-weight: 300;  color: #fff;} 
  
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;}
.p70{ padding: 70px 0;}
.hero-2 { 
    padding: 160px 0 70px;
    overflow: hidden;    
}
.text-gradient {
    background-image: linear-gradient(90deg, #fad02a, #00faff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
 
.alltuchtopdown {
    -webkit-animation-name: alltuchtopdown;
    animation-name: alltuchtopdown;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
} 
.hero-2, .cta_section, .packages, .choose {background: url(../img/bg.jpg)no-repeat center center;
background-size: cover;background-attachment: fixed;} 
.hero-style2 .hero-title {
    font-size: 75px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
    line-height: 75px;
    text-transform: uppercase;
}
 
.hero-style2 .hero-content {
    max-width: 900px; margin: auto;
}
.hero-style2 .hero-text {
    margin-bottom: 30px; 
    font-size: 18px;
    line-height: 30px;    font-weight: 500;
}
 
.hadding {
    font-size: 3rem;
    font-weight: 600; text-transform: uppercase;
} 
 .packages h4{ text-transform: uppercase;}

.packages h3 i{
    font-size: 27px;
    color: #fff;
    border: 1px solid #ffffff47;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: hsl(0deg 0% 0% / 14%);
}
 .packages h3 img{ height: 30px; }
.faq .card {
    background: transparent;
    font-weight: 300;
    position: relative;
    padding: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
    color: #ffffff;
    border-bottom: 1px solid hsl(0deg 0% 100% / 20%);
}
.card-body{padding: 0 0 25px; opacity: 0.8;}
.faq .card a {
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 20px 50px 20px 0;
    position: relative;
}
 
.faq .card-header a:after {
    content: "\f282";
    font-family: bootstrap-icons !important;
    transition: transform .3s;
    display: block;
    transform: rotate(360deg);
    position: absolute;
    right: 0px;
    top: 13px;
    color: #ffffff;
    border-radius: 100%;
    line-height: 35px;
    font-size: 22px;
    text-align: center;
}
.faq .card-header a.collapsed:after {
    transform: rotate(270deg);
}
.faq .card-header {
    border-bottom: 0;  padding: 0;
} 
 
.footer-widget__content {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.footer-item__title { 
    margin-bottom: 25px;
    position: relative;
    font-size: 1.4375rem;
}
.footer-menu__item, .social-list__item {
    display: block;
    padding-bottom: 16px;
}
.bottom-footer{border-top: 1px solid hsl(0deg 0% 100% / 15%);}

.cross_sec .w_box2{ display: flex; gap:20px;     align-items: center;}
 .vector-image-3 {
    z-index: 0;
    opacity: .4;
    width: 100%;
    position: absolute;
    inset: auto 0% -0%;
}
.z1{    z-index: 1;}
.about-list {
    grid-auto-columns: 1fr;
    display: grid;
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}
.list-style-item{ position: relative;}
.list-style-item:after {
    content: "\F141";
    position: absolute;
    font-family: bootstrap-icons !important;
    font-size: 22px;
    left: 0;
    top: 0;
}
.list-style-item {
    position: relative;
    padding-left: 34px; font-weight: 500;    font-size: 22px;
}
.list-style-item p{   font-size:15px; opacity: 0.8;    font-weight: 300; padding-top: 10px;

}
.bg_light {
    background: hsl(0deg 0% 100% / 3%);
}
.value_section h2{ font-size: 60px;}

.feature-left-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px; 
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    flex-flow: row;
    justify-content: flex-start;
    align-items:center;
        padding: 40px 0;
    display: flex;
}
.feature-left-item h3{        font-size: 1.8rem;}
.feature-left-item:last-child{ 
    border-bottom: 0; 
}
.feature-icon-wrap {
    border-radius: 12px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    display: flex;
    font-size: 30px;
    color: #16dee9;
    border: 1px solid hsl(168.81deg 99.21% 50.2% / 25%);
}
.feature-left-item p{ opacity: 0.8;}
.max-marquee-track {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    flex-wrap: wrap;
    gap: 20px; justify-content: center;
}
 
  

/* .cta {
    z-index: 1;
    border: 2px solid #ffffff26;
    border-radius: 50px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    text-align: center;
    padding: 100px;
    position: relative; 
} */
.vector-image-5 {
    z-index: 0;
    position: absolute;
    inset: -20% -10% auto auto;
}
.vector-image-4 {
    z-index: 0;
    position: absolute;
    inset: auto 0% -12% -17%;
}
.footer-item__logo img{ height: 80px;}
.cta_section{ padding: 90px 0;} 
.solutions_img1{ border-radius: 20px;width: 98%;}
 .navbar-toggler {color: #fff;    font-size: 30px;    padding-right: 0;}
.login_pahe .vector-image-5{max-width: 180px;inset: -16% -8% auto auto;}
.login_pahe .vector-image-4{max-width: 180px; inset: auto 0% -15% -12%;}
.login_box {
    z-index: 1;
    border: 2px solid #ffffff26;
    border-radius: 40px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    
    padding: 80px;
    position: relative; 
}
.color1{    color: #20e5e5;}
.color2{color:#f541f8fc}
.color3{     color: #4ade80;}

.border1{    border:2px solid #20e5e5;}
.border2{    border:2px solid#d98c42}
.border3{     border:2px solid #b26cff;}
.border4{     border:2px solid #e237ff;}
.border5{     border:2px solid #788cff;}
.border6{     border:2px solid #2196f3;}
.border7{     border:2px solid #009688;}
.border8{     border:2px solid #949d41;}
.border9{     border:2px solid #ab6c55;}
.border10{     border:2px solid #6c9ab1;}

.b1_co{    color: #20e5e5;}
.b2_co{    color:#d98c42}
.b3_co{     color: #b26cff;}
.b4_co{     color: #e237ff;}
.b5_co{     color: #788cff;}
.b6_co{     color: #2196f3;}
.b7_co{     color: #009688;}
.b8_co{     color: #949d41;}
.b9_co{     color: #ab6c55;}
.b10_co{     color: #6c9ab1;}


.form-control {
    background-color: rgb(255 255 255 / 5%);
    border-color: hsl(0deg 0% 100% / 26%);
    color: #fff;
}
.form-control:focus, .form-control:active{background-color: rgb(255 255 255 / 5%);
    border-color: hsl(0deg 0% 100% / 26%); color: #fff;}


.dashboard_page {
    padding: 105px 0 60px;
}
.small_hadding{ font-size: 15px; opacity: 0.8;}
.border_box{    border: 2px solid #ffffff26;     padding: 25px;    border-radius: 25px;}

.active_box {
    background-image: linear-gradient(90deg, #19ad9f, #2d5de8);
    padding: 2px 10px;
    border-radius: 10px;
    position: absolute;
    right: 16px;
    top: -13px;
}
.btn_af1::before {
    content: "";
    background: #010f1e;
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    border-radius: 25px;
}
.btn_af1 {
   background: linear-gradient(90deg,rgba(31, 231, 213, 1) 0%, rgba(45, 93, 232, 1) 100%);
    position: relative;
    padding: 25px;
    border-radius: 25px;
}
.daily_returns_box td {
    border-bottom: 2px dotted hsl(0deg 0% 100% / 18%);
    padding: 10px 0;    font-weight: 500;
}
.daily_returns_box tr:last-child td {
    border-bottom: 0; 
}
.daily_returns_box th {
     border-bottom: 2px dotted hsl(0deg 0% 100% / 40%);padding: 10px 0;
}
.nav_tab a {
    border: 2px solid rgb(255 255 255 / 30%);
    padding: 7px 20px;
    border-radius: 8px;
    color: rgb(176 184 197);    font-weight: 500;
}
.nav_tab a:hover{ color: #fff;     border: 2px solid #ffffffa9;}
.nav_tab a.active{    background-image: linear-gradient(90deg, #19ad9f, #2d5de8);
    border: 1px solid #2d5de8;
    color: #fff;}
.d_icon{position: absolute;
    right: 17px;
    top: 20%;
    width: 65px;
    height: 65px;
    background-image: linear-gradient(90deg, #19ad9f, #2d5de8);
    border: 1px solid #2d5de8;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    border-radius: 20px;}
.op_06{ opacity: 0.6;}


@media (min-width: 991px) {
.row5_991 .col-md-3{width: 20%;}
}
.row5_991>* { 
    padding-right: 7px;
    padding-left: 7px; 
}
.row5_991 { 
    margin-right: -7px;
    margin-left: -7px; 
}
.border_box2  h5 {
    font-size: 1rem;
}
.border_box2{         padding: 12px;    border-radius: 10px; font-size: 11px;}
 
.progress2 {
    background: linear-gradient(to right,  #20dedf 40%, #3f4750 30%, #3f4750 100%);
    border: 0;
    border-radius: 8px;
    height: 7px;
    width: 100%;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

.progress2::-webkit-slider-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: ew-resize;
  background: #20dedf;
}
.input_right_btn {
    position: absolute;
    right: 8px;
    top: 8px;
}
.deposit_input{ font-size: 30px; padding: 7px 50px 7px 15px;}
.input_right_btn .btn {
    padding: 8px;
    font-size: 20px;
    border-radius: 10px;
    min-width: 45px;
    display: inline-block; margin-right: 5px;
}
.btn_dp{  background: hsl(0deg 0% 100% / 15%);}
.wsn{    white-space: nowrap;}
.h100{ height: 100%;}

.social_img i {  font-size: 18px;}
.social_img a {  display: flex; gap:10px}
.coming_soon img{  height: 65px;}
.coming_soon_box{    border: 1px solid #ffffff1c;
    border-radius: 20px;
    padding: 20px;}

.ct-animate-blink {
   animation: blink 1.5s infinite;
   animation-fill-mode: both;
   }


@keyframes blink {
   0% { opacity: 0 }
   50% { opacity: 1 }
   100% { opacity: 0 }
   }
.telegram_btn{ background: #1b8cc1;}
.whatsapp_btn{ background: #3ead53;}
.support_btn{ background: #dd2f2f;}
.fix3_btn{ position: fixed; right: 20px; bottom: 20px;    z-index: 9;}
.fix3_btn a {
    width: 100%;
    padding: 12px 25px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 10px; font-size: 16px;box-shadow: 1px 1px 5px #2da3e8;
}

.modal-content {
    background: #203244;border-radius: 25px;
}
.modal_btn {
    position: absolute;
    right: 15px; background: transparent;
    top: 10px;
    color: #fff;
    opacity: 1;
    font-size: 22px;
}
.modal_btn:hover { color: #fff;}
.logo2{  height: 200px;}
.content_p{ background: url(../img/bg.jpg) no-repeat center; background-size: cover;}

#clockdiv{ 
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}
#clockdiv > div{    color: #fff;
	display: inline-block;    margin-right: 5px;
}
.content_p h2{    font-size: 50px;}
#exampleModal .modal-dialog{background-image: linear-gradient(90deg, #fad02a, #00faff);
    border-radius: 25px;
    padding: 3px;}
#clockdiv div > span {
    padding: 15px;
    border-radius: 10px;
   background-image: linear-gradient(90deg, #fad02a, #00faff);
    display: inline-block;
    width: 70px;
    font-size: 40px;
    line-height: 34px;
    font-weight: 600;color: #000;
}
.smalltext{
	padding-top: 5px;
	font-size: 16px;
}
.why_box  i {
    color: #16dee9;
    border: 1px solid #02fecf1c !important;
    border-radius: 12px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    display: flex;
    font-size: 30px;
}
.glass_box {
    border-radius: 16px;
    padding: 20px;
}
.glass {
    -webkit-backdrop-filter: blur(20px);
    background: hsl(0deg 0% 100% / 3%);
    border: 1px solid #02fecf1c !important;
    backdrop-filter: blur(5px);
}
.color4 {
    color: #ff8904;
}
.color5 {
    color: #fdc700;
}
.dr{    direction: rtl;}


.animname{
  animation: animName 50s linear infinite;
  
}

@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

.process-item2 {
    background: hsl(0deg 0% 100% / 5%);
    max-width: 310px;
    margin: 20px auto 0;
    aspect-ratio: 1/1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.process-item2 .process-step {
    width: 85px;
    height: 85px;
    position: relative;
    background: #130f21;
    border: 4px solid #1f1b2d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -20px;
    overflow: hidden;
}
.process-item2:hover .process-step { 
    color: #fff; 
}
.process-item2 .process-step:before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: -100%;
    width: 100%;
    height: 100%;
       background-image: linear-gradient(90deg, #fad02a, #00faff);
    border-radius: 50%;
    transition: all 0.3s ease-out;
}
.process-item2:hover .process-step:before {
    top: 0;
    left: 0;
}
.process-item2 .process-step span {
    position: relative;
    z-index: 1;    line-height: 30px;
}
.process-item2 .process-step span small{ display: block; font-size: 17px;}
.process-item2 .process-content {
    text-align: center;
    padding: 0 30px;
}
.process-item2 .process-content h3 {
    font-size: 22px;
    margin-bottom: 15px; text-transform: uppercase;
}
.process-item2 .process-content p {
    margin: 0;
    font-size: 14px;
}
.process-item2:after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/icon-step-right.svg) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: -78px;
    transform: translateY(-50%);
}
.process-item2 .process-content .icon-box {
    margin-bottom: 15px;
    color: #00faff;
    font-size: 20px;
}
.process-item2 .process-step img {
    height: 50px;
    position: relative;
    z-index: 1; 
}
.process-item2:hover .process-step img { 
    filter: invert(1);
}


.roadmap .row .col-lg-4:last-child .process-item2:after {
	display: none;
}

.bg_p {
    border-radius: 8px;
    border: 1px solid #02fecf1c !important;
}
.text-gray-400 {
    color: oklch(0.71 0.02 261.33 / 1)!important;
}
.fw500 {
    font-weight: 500;
}
.zoom_box {
    transition: all .3s ease-in-out;
}
.zoom_box:hover {
    transform: scale(1.05);
}
.fs16{  font-size: 16px;}

.tx-wrapper {
 
  border-radius: 12px;
  overflow: hidden;
}

.tx-header,
.tx-row {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr 1fr;
  padding: 16px 20px;
  align-items: center;
}

.tx-header {
    font-weight: 600;
    color: #aaa;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.tx-row {
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #000;
    background-image: linear-gradient(90deg, #fad02a, #00faff);
}

.amount {
  color: #2dff8f;
  font-weight: 600;
}

.hash {
  color: #ffe97c; 
  cursor: pointer;
}

.time {
  text-align: right;
  color: #aaa;
   font-weight: 600;
}

.text-right {
  text-align: right;
}
.fs20{    font-size: 20px;}

@media only screen and (max-width:991px) { 
.navbar { 
    position: fixed;
    background: #0a1824;
}
}

@media only screen and (max-width: 767px) { 
 .bg {
    position: fixed;
    inset: 0% 0% 0% auto;
}
.dr {
    direction: inherit;
}
.feature-left-item { 
    padding: 15px 0;
    display: block;  text-align: center;
}
.feature-icon-wrap { 
    width: 55px;
    height: 55px; 
    font-size: 25px;  margin:0 auto 15px;
}
.logo2 {
    height: 150px;
}
.fix3_btn a { 
    padding: 12px; 
    font-size: 14px;
}
.coming_soon img {
    height: 40px; margin-bottom: 10px;
}
.border_box { 
    padding: 16px; 
}
.navbar-brand img {
    height: 40px;
}
.step-number-wrap i {
      transform: inherit;
}
.hero-style2 .hero-title {
    font-size: 35px;
    line-height: 40px;
}
.cart_top {
    position: absolute;
    right: 52px;
    top: 15px;
}
 .process-item2:after{ display: none;}
 
.hero-2 {
    padding: 115px 0 55px;     text-align: center;
}
.hadding {
    font-size: 1.5rem;
}
.about-list { 
    grid-column-gap: 16px;
    grid-row-gap: 16px; 
    grid-template-columns: 1fr;
}
.p70 {
    padding: 45px 0;
}
.value_section h2 {
    font-size: 40px; 
}
body { 
    font-size: 14px;
}
.feature-left-item h3 {
    font-size: calc(1.1rem + .6vw);
}
 
.step-number-wrap.two, .step-number-wrap.three, .step-number-wrap.one{
       margin-left: auto;
    margin-right: auto;
    inset: auto 0% -16px;
}
.step-arrow-right, .step-arrow-top {
    transform: initial;
}
.faq .card a {
    font-size: 16px; 
    padding: 15px 35px 15px 0; 
}
.cta { 
    padding: 20px; 
}
.vector-image-4 { 
    max-width: 50%;
}
.vector-image-5 {
    max-width: 50%;
}
.footer-shape { 
    padding: 20px; 
}
.footer-item__title { 
    margin-bottom: 20px; 
    font-size: 1rem;
}
.cta_section{overflow: hidden;}
.grid-history { 
    position: inherit; 
}
.w-layout-grid { 
    display: block;
}
.history-line { 
    display: none;
}
.footer-item__logo img{height: 50px;}
.footer-widget__content { grid-template-columns: repeat(2,1fr);}
.footer-area {
    padding: 40px 0; 
}
.navbar .btn {
    padding: 10px 12px;        font-size: 13px;
}
.hero-style2 .hero-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
}
.hero-style2 h3{ font-size: 18px; line-height: 30px;}
.social_img img { height: 65px;}
.border_box2  h5 {
    font-size: 0.8rem;
}
.input_right_btn .btn { 
    font-size: 16px; 
}
.dashboard_page {
    padding: 75px 0 20px;
}
.deposit_input {
    font-size: 26px; 
}
.tx-header, .tx-row{min-width: 600px;}
.tx-wrapper { 
    overflow: auto;
}
#clockdiv div > span {
    padding: 10px; 
    width: 55px;
    font-size: 30px;
    line-height: 30px; 
}
}
