*{
	margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    scroll-behavior: smooth;	
	font-family: "Poppins", sans-serif;
	background-color: #0b0c22;
}  
body a{
    text-decoration:none;
    cursor: pointer; 
    color: #001547;
    font-size: 14px; 
}
body a:hover{
	text-decoration:none !important;
    color: #4d318c !important;
}
body ul,body li  {
    list-style-type: none;
    padding: 0px !important;
    margin: 0px !important;
}
body h1,h2,h3,h4,h5,h6{
    padding:0px;
    margin:0px;
	font-family: "Poppins", sans-serif;
}
body p{
    padding:0px;
    margin:0px;
	font-family: "Poppins", sans-serif;
}


/******** scoll bar part ********/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
background: linear-gradient(180deg, #110f26 30%, #2a1d52 50%, #4e328f 100%);
}
::-webkit-scrollbar-thumb {
    background: var(--gradient_color);
	border-radius: 10px;
}


/******** scoll bar part end********/

/*---------------scroll PART START---------*/
#scrollToTopBtn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 17px 23px;
    background: #008aff;
    color: #fff;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    display: none;
    z-index: 11122
}
#scrollToTopBtn i{
    color: #fff !important;
    font-size: 20px;   
}
#scrollToTopBtn:hover {
    background-color: #0b0c22;
}

:root{
	--background:#000000;
	--secondary_color:#7990f7;
	--primary_color:#0b0c22;
	--text_color:#89898c;
	--gradient_color:linear-gradient(45deg,#027fdf, #2958f4);
}

/*****header part start*****/

.nav-link{
    font-size: 14px;
    font-weight: 400;
    color:#fff;
    margin: 0px !important;
} 
.nav-link:hover{
	color: #006dc4 !important;
}
.top_but{
    display: flex;
    align-items: center;
}
.navbar{
	padding:0px 0px !important;
}
.navbar-brand {
	max-width: 200px;
}
.but1{
	position: relative;
  	display: inline-block;
	font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 8px 30px;
    border-radius: 50px;
    margin: 0px 10px;
	cursor: pointer;
	background: transparent;
	border: 2px solid transparent;
	background-image: 
	linear-gradient(#000, #000), 
	linear-gradient(90deg, #00c6ff, #0072ff);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	transition: ease-out 0.5s;
	box-shadow: inset 0 0 0 0 #ffffff;
}
.but1:hover {
  color: white !important;
  box-shadow: inset 0 -100px 0 0 #009cff;
}

.but1:active {
  transform: scale(0.9);
}
header{
	background-color: var(--background);
}
/*****header part end*****/

/*****hero banner part start*****/
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
}

.banner_section{
	/* background: url(../images/banner_bg.png); */
	background-size: 100% 100%;
}
.hero-eyebrow{
	font-size: 16px;
    font-weight: 400;
    color: var(--secondary_color);
    margin-bottom: 10px;
}
.hero-title{
	font-size: 46px;
    font-weight: 500;
	color: #fff;
    /* color: var(--primary_color); */
    line-height: 51px
}
.hero-subtitle{
    font-size: 15px;
    font-weight: 400;
    color: var(--text_color);
    margin: 11px 0px;
    width: 90%;
    line-height: 25px;
}
.btn_hero{
	background: var(--gradient_color) !important;
    padding: 8px 30px;
    display: inline-flex;
    justify-content: center;
    margin: 30px 10px 0px;
    max-width: 189px;
    width: 100%;
    text-align: center;
    border-radius: 50px;
    color: #fff;
}
.hero_banner{
	padding: 50px 0px 30px;
	min-height: 85vh;
}
.hero_banner_img{
	max-width: 500px;
    margin: auto;
    display: block;

}
/*****hero banner part end*****/

/*****widget part start*****/
.ticker-bar{
	background-color: var(--background);
	overflow: hidden;
}
/*****widget part end*****/

/*****About part start*****/
.about-section{
	padding: 50px 0px;
}
.aboutimg_card {
	position: relative;
}
.aboutimg_card::before{
    content: '';
    position: absolute;
    height: 368px;
    width: 408px;
    top: -14px;
    background: radial-gradient(circle, #0bc7f6aa, #0b0c22 70%);
    backdrop-filter: blur(36px);
    z-index: -1;
    animation: blink 13s infinite ease-in;
}
.section-heading{
	font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.about-body{
	font-size: 13px;
    font-weight: 400;
    color: #ffffffd6;
    margin: 20px 0px;
    line-height: 23px;
	text-transform: capitalize;
}
/*****About part End*****/

/*****how part start*****/
.how-section{
padding: 0px 0px 50px;
}
.how_img{
    max-width: 400px;
    width: 100%;
}
.text1{
    position: absolute;
    top: 78px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}
.text2{
	position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}
.text3{
    position: absolute;
    top: 60%;
    right: -38px;
    transform: translateY(-50%);
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;

}	
.text4{
    position: absolute;
    top: 59%;
    left: -5px;
    transform: translateY(-50%);
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
}
.text5{
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #0ab6e3;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    pointer-events: none;
}
.how_img::before{
    content: '';
    position: absolute;
    height: 65%;
    width: 63%;
    inset: 89px 23px 7px 80px;
	background: radial-gradient(circle, #0bc7f6aa, #0b0c22 70%);
    border-radius: 50%;
    backdrop-filter: blur(36px);
    z-index: -1;
	animation: blink 13s infinite ease-in;
}
@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}
/*****how part End*****/

/*****plan part start*****/
.plans-section {
	background: var(--background);
    padding: 50px 0;
}
.plan_icon {
	max-width: 50px;
    width: 100%;
}
.plan_carousel{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.plans-section .section-heading { text-align: center; }
.plans-subtitle {
	text-align: center;
	color: rgba(255,255,255,0.7);
	font-size: 0.9rem;
	margin-bottom: 40px;
}
.plan-card {
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 18px;
    padding: 28px 24px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 265px;
    width: 100%;
    margin: auto;
}
.plan-label {
	font-size: 14px;
    font-weight: 400;
    color: #94a3b8;
    margin-bottom: 4px;
}
.plan-rate {
font-size: 44px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin: 0px 0px 15px;
}
.plan-rate-label {
    font-size: 16px;
    font-weight: 500;
    vertical-align: top;
    margin-left: 5px;
    color: #fff;
    line-height: 19px;
}
.plan-duration {
	font-size: 0.72rem;
	color: #fff;
	margin-bottom: 20px;
}
.plan-feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text_color);
}
.plan-feature i { 
	color: var(--accent); 
	font-size: 1rem;
	margin-top: 2px; 
}
.plan-feature-text {
	font-weight: 400; 
	color:#64748b;
	font-size: 0.75rem;
}
.plan-feature-sub { 
	font-size: 0.8rem;
	font-weight: 600;
	color: #e2e8f0;
}
.btn-deposit{
	background: #110f26 !important;
    text-align: center;
    padding: 12px;
    border-radius: 50px !important;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin: 12px 0px 0px;
	border: 1px solid transparent;
}

/*****plan part End*****/

/*****Referal part start*****/
.referral-section {
	background: #090d1a;
	padding: 50px 0;
}
.refcard_img{
	position: relative;
}
.refcard_img::before{
	content: '';
    position: absolute;
    width: 487px;
    height: 511px;
    top: -34px;
    left: 85px;
    background: radial-gradient(circle, #0bc7f6aa, #0b0c22 70%);
    /* border-radius: 50%; */
    backdrop-filter: blur(36px);
    z-index: -1;
}
.referral-section .section-heading {
	margin-bottom: 10px;
}
.referral-tagline {
	color: var(--accent);
	font-size: 0.9rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.referral-body {
	color: #94a3b8;
	font-size: 0.9rem;
	line-height: 1.8;
	margin-bottom: 28px;
}
.referral-levels {
	display: flex;
	gap: 40px;
}
.ref-level1 h3{
	font-size:45px;
	font-weight: 600;
	color: #fff;
	line-height: 1;
}
.ref-level2 h3{
    font-size: 35px;
	font-weight: 600;
	color: #fff;
	line-height: 1;
}
.ref-level2{
	margin-top: 20px;
}
.ref-level3 h3{
	font-size:25px;
	font-weight: 600;
	color: #fff;
	line-height: 1;
}
.ref-level3{
	margin-top: 40px;
}
.ref-level1 p {
font-size: 13px;
    color: #fffffff2;
    font-weight: 400;
}
.ref-level2 p {
font-size: 13px;
    color: #fffffff2;
    font-weight: 400;
}
.ref-level3 p {
font-size: 13px;
    color: #fffffff2;
    font-weight: 400;
}

.business-section{
	padding: 0px 0px 50px;
}
.trustimg_card{
	position: relative;
}
.trustimg_card::before{
	content: '';
    position: absolute;
    width: 487px;
    height: 511px;
    top: -54px;
    left: 85px;
    background: radial-gradient(circle, #0bc7f6aa, #0b0c22 70%);
    /* border-radius: 50%; */
    backdrop-filter: blur(36px);
    z-index: -1
}
.stat-card{
	max-width: 200px;
    width: 100%;
    padding: 20px;
    text-align: center;
    border: 1px solid #5b657f;
    border-radius: 10px;
	min-height: 178px;
}
.stat-icon img{
	max-width: 45px;
    padding-bottom: 10px;
}
.stat-label{
	font-size: 13px;
    font-weight: 500;
    color: #b9baba;
    padding-top: 10px;
	border-top: 1px solid #bab9b929;
}
.stat-value{
	font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #bab9b929;
    padding-bottom: 10px;
}

.trust-section{
	padding: 50px 0px;
}
.trust-check{
    font-size: 13px;
    font-weight: 400;
    color: #fffffffa;
    margin: 10px 0px;
}
.trust-check img{
	margin-right: 10px;
}
.security_img {
	max-width: 550px;
    width: 100%;
    margin: auto;
}


.why-section {
      background: #090d1a;
      padding: 50px 0 ;
    }
	.why-section .section-heading { 
		text-align: center;
		margin-bottom: 12px; 
	}
    .feature-item {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      margin-bottom: 32px;
    }

	 .feature-desc {
		font-size: 12px;
		font-weight: 400;
		color: #94a3b8;
		line-height: 1.6;
    }
	.feature-title{
		font-size: 15px;
		font-weight: 400;
		color: #fff;
	}

    .instant-help-block {
      background: linear-gradient(135deg, #1e3a8a 0%, #312e81 100%);
      border-radius: 18px;
      padding: 30px 24px;
      text-align: center;
      margin-bottom: 20px;
    }
    .instant-help-block h4 {
      font-size: 1.4rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 10px;
    }
    .instant-help-block p {
      font-size: 0.82rem;
      color: rgba(255,255,255,0.7);
      line-height: 1.7;
    }
	.choose_img {
		max-width:500px;
		width: 100%;
		margin: auto;
		display: block;
	}
	.choosen {
		z-index: 1;
	}
	.choosen::before{
		content: '';
		position: absolute;
		height: 115%;
		width: 100%;
		inset: -21px 13px -2px -2px;
		background: radial-gradient(circle, #0bc7f6aa, #090d1a 50%);
		border-radius: 50%;
		backdrop-filter: blur(36px);
		z-index: -1;
		animation: blink 7s infinite ease-in;
	}

	.footer {
      background: #000;
      padding: 50px 0 0;
    }
	.foot_logo{
		max-width: 200px;
	}
    .footer-nav-col h6 {
      display: none;
    }
    .footer-nav-col a {
		display: block;
		color: #94a3b8;
		font-size: 14px;
		width: fit-content;
		text-decoration: none;
		padding: 4px 0;
		transition: color .2s;
    }
    .footer-nav-col a:hover { 
		color: #fff;
	}
    .footer-nav-col a.active {
      color: #fff;
      font-weight: 600;
      border-left: 3px solid var(--accent);
      padding-left: 10px;
    }
    .footer-divider {
      border-color: rgba(255,255,255,0.1);
      margin: 30px 0;
    }
    .subscribe-heading {
    color: #0180de;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
	}
    .subscribe-desc {
	color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    }
    .subscribe-form {
      display: flex;
      gap: 0;
	  position: relative;
    }
    .subscribe-input {
		background: #1a1d3f;
		border-right: none;
		color: #fff;
		font-size: 0.85rem;
		padding: 12px 18px;
		flex: 1;
		outline: none;
		border: none;
    }
	.subscribe-form::before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 3px;
		background: linear-gradient(#00c6ff, #0072ff); 
		border-radius: 2px;
	}
    .subscribe-input::placeholder { 
		color: #475569;
	 }
    .subscribe-btn {
		background: var(--gradient_color);
		color: #fff;
		border: none;
		padding: 12px 24px;
		font-weight: 400;
		font-size: 13px;
		letter-spacing: 1.5px;
		transition: background .2s;
    }
    .subscribe-btn:hover { 
		background: #2563eb;
	 }
    .crypto-icons {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    padding: 0px 0px 25px;
    justify-content: center;
    }
    .crypto-icons .pay_icon{
		padding: 10px;
		border: 1px solid #727272;
		border-radius: 10px;
		max-width: 50px;
		max-height: 50px;
    }
    .copyright {
		text-align: center;
		color: #ffffffc7;
		font-size: 12px;
		font-weight: 500;
		padding: 16px 0;
		border-top: 1px solid rgba(255, 255, 255, 0.06);
    }


	@media (max-width:1199px) {
		.nav-link{
			font-size: 13px;
		}
		.plan-card{
			max-width: 226px;
		}
		.but1{
			margin: 0px 3px;
		}
		.hero_banner_img{
    		max-width: 449px;
		}
		.hero-title {
    		font-size: 37px;
		}
		.stat-card {
    	max-width: 180px;
		}
		section{
			overflow: hidden;
		}
	}

	@media (max-width:991px){
		.hero_banner,.section-heading,.about-body,.about-section,.how-section,.referral-section{
			text-align: center;
		}
		.hero_banner_img,.about_img,.ref_img,.security_img,.choose_img  {
			display: none;
		}
		.referral-levels{
			justify-content: center;
		}
		.stat-card {
			max-width: 236px;
			margin: 5px;
		}
		.trust-check{
			width: 51%;
			margin: 10px auto;
		}
		.feature-item{
			justify-content: center;
		}
		.subscribe-heading{
			text-align: center;
		}
		.navbar-toggler {
			padding: .25rem .75rem;
			font-size: 1.25rem;
			line-height: 1;
			background: var(--gradient_color);
			color: #fff !important;
			border: 1px solid #696969 !important;
			border-radius: .25rem;
			box-shadow: unset !important;
      	}
		.navbar-nav{
			text-align: center;
		}
		.top_but{
			justify-content: center;
		}
		
	}

@media (max-width:767px){
	.foot_logo {
    	max-width: 170px;
	}
	.subscribe-desc{
		text-align: center;
	}
}

@media (max-width:576px){
	.hero-title {
        font-size: 27px;
    }
	.hero-subtitle {
		width: 100%;
	}
	.btn_hero {
		margin: 24px 0px 0px;
		max-width: 159px;	
		padding: 8px 23px;
	}
	.hero_banner {
		padding: 0px 0px 0px;
		min-height: 54vh;
	}
	.banner_section{
		background-size: cover;
	}
	.section-heading {
    	font-size: 25px;
	}
	.about-section,.plans-section,.referral-section,.trust-section,.why-section{
		padding: 35px 0px;
	}
	.stat-card {
        max-width: 328px;
	}
	.trust-check {
        width: 100%;
		display: inline-flex;
        align-items: flex-start;
	}
	.footer-nav-col{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		place-items: center;
	}
	footer .d-flex{
		justify-content: center;
	}
}