@charset "utf-8";
/* CSS Document */
body{
    background-color: #000000;
    right: auto;
	color: #FFFFFF;
	font-size: 16px;
}

.navbar ul{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.navbar ul a{
	color: #fff!important;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}
.navbar ul a:hover{
	color: #D41DE4!important;
}
.navbar ul active a{
	color: #D41DE4!important;
}
.container{
	max-width: 1255px;
	padding: 0px;
}
.center-Icon{
	width: 96px; height: 96px; text-align: center;padding-top: 8px;
}
.Btn1{
    background-image: linear-gradient(to right,#E42FE6 , #3D6FF6);
    height: 48px;
    width: 100%;
    border-radius: 24px;
    border: 0px;
    color: #fff;
    font-size: 16px;
    font-family: "Montserrat-SemiBold", Verdana, "sans-serif";
    max-width: 180px;
    text-transform: uppercase;
    letter-spacing: 0.02em;

}
.Btn2{
    background-image: linear-gradient(to right,#E42FE6 , #3D6FF6);
    height: 60px;
    width: 100%;
    border-radius: 30px;
    border: 0px;
    color: #fff;
    font-size: 16px;
    font-family: "Montserrat-SemiBold", Verdana, "sans-serif";
    max-width: 250px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.Btn3{
    background-image: linear-gradient(to right,#E42FE6 , #3D6FF6);
    height: 60px;
    width: 100%;
    border-radius: 30px;
    border: 0px;
    color: #fff;
    font-size: 16px;
    font-family: "Montserrat-SemiBold", Verdana, "sans-serif";
    max-width: 250px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.socialIcon{
    width: 40px;
    height: 40px;
    background-image: url("../images/EllipseForSocial.png");
    padding-top: 6px;
    padding-right: 9px;
    float: right;
    margin-left: 10px;

}
.socialIcon svg{
	color: #fff;
	width: 20px;
	height: 20px;
	margin-left: 10px;
}
.gradnt-line{
	background-image: linear-gradient(to right,#D41DE400 , #D41DE4, #D41DE400 );
	height: 1px;
}
.mainImgMdl img{
	z-index: -1;
}
/*bg items*/
.BgCurcle1{
    z-index: 99;
    position: absolute;
    margin-left: 0;
    margin-top: 15%;
	background-image: url("../images/BgCurcle1.png");
	width: 365px;
	height: 584px;	
}
.BgCurcle2{
    z-index: 99;
    position: absolute;
    margin-right: 0px;
    margin-top: 15%;
    right: 0;
	background-image: url("../images/BgCurcle2.png");
	width: 289px;
	height: 369px;	
}
.BgCurcle3{
	z-index: -2;
    position: absolute;
    margin-right: 0px;
    margin-top: 3400px;
    right: 0;
	background-image: url("../images/BgCurcle1Full.png");
	width: 350px;
	height: 550px;		
}
.BgCurcle2Small{
    z-index: 99;
    position: absolute;
    margin-right: 0px;
    margin-top: 2300px;
    right: 0;
	background-image: url("../images/BgCurcle2Small.png");
	width: 338px;
	height: 336px;
}
.BgWave1{
    z-index: -1;
    position: absolute;
    margin-right: 0px;
    margin-top: 50%;
    right: auto;
    background-image: url("../images/BgWave1.png");
    width: 100%;
    height: 1717px;
    background-repeat: no-repeat;
}
.BgWave2{
    z-index: -1;
    position: absolute;
    margin-right: 0px;
    margin-top: 100%;
    right: 0;
    background-image: url("../images/BgWave2.png");
    width: 100%;
    height: 1219px;
    background-position: right top;
    background-repeat: no-repeat;
}
.BgWave3{
    z-index: -1;
    position: absolute;
    margin-right: 0px;
    margin-top: 4100px;
    right: auto;
    width: 100%;
    height: 1219px;
    background-image: url("../images/BgWave3.png");
    background-repeat: no-repeat;
}
.BgWave4{
    z-index: -1;
    position: absolute;
    margin-right: 0px;
    margin-top: 4700px;
    right: 0;	
	width: 782px;
	height: 992px;
	background-image: url("../images/BgWave4.png")
}
.BgWave5{
    z-index: -1;
    position: absolute;
    margin-right: 0px;
    margin-top: 5400px;
    right: 0;	
	width: 782px;
	height: 992px;
	background-image: url("../images/BgWave4.png")
}
.curcleRadient{
	background: radial-gradient(50% 50% at 30% 50%, #4D0F8A 0, #4D0F8A00 100%);
    width: 1000px;
    height: 1000px;
    position: absolute;
    top: 1200px;
    opacity: 0.6;
}
.curcleRadient2{
	background: radial-gradient(40% 50% at 40% 40%,#3730A3 0,#3730A300 100%);
	width: 700px;
	height: 700px;
	position: absolute;
	top:1950px;
	opacity: 0.6;
	right: 0;
}
.curcleRadient3{
	background: radial-gradient(40% 50% at 40% 40%,#4D0F8A 0,#4D0F8A00 100%);
	width: 800px;
	height: 800px;
	position: absolute;
	top:2500px;
	opacity: 0.6;
}
.curcleRadient4{
	background: radial-gradient(40% 50% at 40% 40%,#6F07A1 0,#6F07A100 100%);
	width: 800px;
	height: 800px;
	position: absolute;
	top:3390px;
	opacity: 0.6;
}

.curcleRadient5{
	background: radial-gradient(40% 50% at 60% 40%,#722AB6 0,#722AB600 100%);
	width: 800px;
	height: 800px;
	position: absolute;	
	top:3750px;
	opacity: 0.3;
	right: 0;
}
.curcleRadient6{
	background: radial-gradient(50% 50% at 50% 50%, #6e47e3 0, #722AB600 100%);
    width: 800px;
    height: 1000px;
    position: absolute;
    top: 3200px;
    opacity: 0.6;
    right: 0;
}
.curcleRadient7{
	background: radial-gradient(40% 50% at 60% 50%,#722AB6 0,#722AB600 100%);
	width: 800px;
	height: 800px;
	position: absolute;	
	top:4050px;
	opacity: 0.6;
	right: 0;
}
.curcleRadient8{
	background: radial-gradient(40% 50% at 40% 40%,#3730A3 0,#3730A300 100%);
	width: 800px;
	height: 800px;
	position: absolute;
	top:4300px;
	opacity: 0.6;
}
.curcleRadient9{
	background: radial-gradient(40% 50% at 60% 50%,#3730A3 0,#3730A300 100%);
	width: 800px;
	height: 800px;
	position: absolute;	
	top:4800px;
	opacity: 0.6;
	right: 0;
}
.curcleRadient10{
    background: radial-gradient(40% 50% at 40% 40%,#6F07A1 0,#6F07A100 100%);
    width: 800px;
    height: 800px;
    position: absolute;
    top: 5620px;
    opacity: 0.6;
}

.mainText1{
    font-family: "Montserrat-Bold", Verdana, "sans-serif";
    color: #00FBFE;
    font-size: 56px;
    line-height: 70px;
}
.mainTextLit{
	font-family: "Montserrat-Regular", Verdana, "sans-serif";
	color: #00FBFE;
	font-size: 40px;
}
.mainText2{
    font-family: "Montserrat-Bold", Verdana, "sans-serif";
    color: #00FBFE;
    font-size: 48px;
	line-height: 45px
}
.mainText3{
	font-family: "Montserrat-Regular", Verdana, "sans-serif";
	color: #00FBFE;
	font-size: 30px;
}
.mainText3 b{
	font-family: "Montserrat-Bold", Verdana, "sans-serif";
}
.content-text{
    font-family: "Montserrat-Regular", Verdana, "sans-serif";
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}
.meta11Diamond img{
    margin-left: -50px;
	
}

.tokenBox{
    width: 100%;
    max-width: 496px;
    height: 292px;
    border-radius: 12px; /*1*/
    border: 1px solid transparent; /*2*/
    background: linear-gradient(150deg,#00FEDF, #00FEDF05,#D41DE4) border-box; /*3*/
  
}
.tokenBox section{
    background-color: #000;
    border-radius: 11px;
}
.tokenBox div{
    background-image: linear-gradient(150deg,#00FEDF40 , #9A16D940 )!important;
    width: 100%;
    height: 290px;
    border-radius: 10px;
    padding: 35px;

}
.tokenBox div img{
	margin-left: 10px;
	margin-bottom: 10px;
}
.tokenBox div text{
    color: #fff;
    float: left;
	font-family: "Montserrat-Regular", Verdana, "sans-serif";
	font-size: 16px;
	line-height: 24px;
	padding-left: 5px;
	padding-right: 5px;
}
.tokenBox div text b{
    width: 100%;
    font-family: "Montserrat-Bold", Verdana, "sans-serif";
    font-size: 24px;
    float: left;
    margin-bottom: 15px;
    padding-left: 0px;
}

/* tokenbox right*/

.tokenBoxR{
    width: 100%;
    max-width: 496px;
    height: 292px;
    border-radius: 12px; /*1*/
    border: 1px solid transparent; /*2*/
    background: linear-gradient(320deg,#00FEDF, #00FEDF05,#D41DE4) border-box;
   
}
.tokenBoxR section{
    background-color: #000;
    border-radius: 11px;
}
.tokenBoxR div{
    background-image: linear-gradient(150deg,#00FEDF40 , #9A16D940 )!important;
    width: 100%;
    height: 290px;
    border-radius: 10px;
    padding: 35px;

}
.tokenBoxR div img{
	margin-left: 10px;
	margin-bottom: 10px;
}
.tokenBoxR div text{
    color: #fff;
    float: left;
	font-family: "Montserrat-Regular", Verdana, "sans-serif";
	font-size: 16px;
	line-height: 24px;
	padding-left: 5px;
	padding-right: 5px;
}
.tokenBoxR div text b{
    width: 100%;
    font-family: "Montserrat-Bold", Verdana, "sans-serif";
    font-size: 24px;
    float: left;
    margin-bottom: 15px;
    padding-left: 0px;
}

/* SPRTS Box*/

.Sprts-Box{
    width: 100%;
    max-width: 496px;
    border-radius: 12px; /*1*/
    border: 1px solid transparent; /*2*/
    background: linear-gradient(150deg,#00FEDF, #00FEDF05,#D41DE4) border-box; /*3*/
   
}
.Sprts-BoxImg{
    margin-left: auto;
    margin-bottom: -50px;
    width: 112px;
    height: 112px;
    margin-right: auto;
}
.Sprts-Box section{
    background-color: #000;
    border-radius: 11px;
}
.Sprts-Box div{
    background-image: linear-gradient(150deg,#00FEDF40 , #9A16D940 )!important;
    width: 100%;
    height: 396px;
    border-radius: 10px;
    padding: 35px;
	padding-top: 75px;

}
.Sprts-Box div ul {
	padding-left: 20px;
}
.Sprts-Box div ul li{
    color: #fff;
    float: none;
    font-family: "Montserrat-Regular", Verdana, "sans-serif";
    font-size: 16px;
    line-height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}
.Sprts-Box div  b{
    width: 100%;
    font-family: "Montserrat-Bold", Verdana, "sans-serif";
    font-size: 24px;
    float: left;
    margin-bottom: 15px;
    padding-left: 0px;
	 color: #fff;
}


.tokenText{
	color: #FFFFFF;
}
.tokenText .text1{
    color: hsla(0,0%,100%,1.00);
    text-decoration: none;
    border-bottom: 1px dashed #E42FE6;
    font-size: 16px;
    margin-top: 5px;
    height: 27px;
	margin-bottom: 5px;
}
.tokenText .text2{
    color: hsla(0,0%,100%,1.00);
	font-family: "Montserrat-Bold", Verdana, "sans-serif";
	font-size: 24px;
	text-align: left;
}


/*tokenBox*/
.Token-Box{
    width: 50%;
    border-radius: 12px; /*1*/
    border: 1px solid transparent; /*2*/
    background: linear-gradient(150deg,#00FEDF, #00FEDF05,#D41DE4) border-box; /*3*/
    height: auto;
   
}
.Token-Box section{
    background-color: #000;
    border-radius: 11px;	
}
.Token-Box .divPart{
    background-image: linear-gradient(150deg,#00FEDF40 , #9A16D940 )!important;
    width: 100%;
    border-radius: 10px;
    height: auto;
	padding: 30px 25px;
	z-index: 2;
}
.getInImg img{
	width: 468px;
}
.checkLine{
	width: 100%;
	text-align: right;	
	margin-top: -55px
}
.timeline{
    overflow-y: auto;
    overflow-x: auto;
}
.inputMain{
    border: 1px solid #A7A7A7;
    height: 60px;
    border-radius: 30px 0 0 30px;
    background-color: #1a183800;
    font-size: 16px;
    color: #fff;
    padding: 0 30px;
    width: 50%;
    margin-right: -40px;		
}

.footerText{
    color: #A7A7A7;
    font-size: 16px;
    text-transform: uppercase;	
	font-family: "Montserrat-SemiBold", Verdana, "sans-serif";
	text-align: center;
	padding: 40px 0 10px 0;
}
.footerText ul{
padding-left: 0px;
}
.footerText ul li{
	width: auto;
	 display: inline-block;	
	padding: 0 20px 0 20px
}
.footerText ul li a{
	color: #A7A7A7;
	cursor: pointer;
}
.footerText ul li a:hover{
    color: #D41DE4;
    margin-left: 0px;
}

.footer{
    width: 100%;
    color: #A7A7A7;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Montserrat-Regular", Verdana, "sans-serif";
    text-align: center;
    padding: 20px;
	
}
.roadMapBg{
    background-image: url("../images/links.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding-right: 0px;
    padding-left: 0px;
}
.saleTerm{
	height: 90px;
}
::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}

::placeholder {
  color: #fff;
}
.TokenImg img{
	width: 136px;
	height: 136px;
}

.GrupImg img{
	max-width: 454px;
	width: 100%;
}
.topLogo img{
	width: 80px;
	margin-right: -39px;

}

.navbar-dark .navbar-toggler-icon{
	background-image:url("../images/hamburgerMenuIcon.png");
	width: 24px;
	height: 24px;
}

.clickBtn{
			width: 225px;
			height: 48px;
			border-radius: 24px;	
            background-image: linear-gradient(150deg, #00FEDF, #D41DE4) !important;
            padding: 1px;
        }
        .clickBtn .inside{
            background-image: linear-gradient(180deg, #042d2c, #180e2b) !important;
            width: 223px;
			height: 46px;
			border-radius: 23px;
        }
		.clickBtn p{
			float: left;
			width: 150px;
			overflow: hidden;
			display: block;
			white-space: nowrap;
			text-overflow: ellipsis;
			padding-left: 10px;
			margin: 10px 15px;
			font-weight: 600
		}
.copy-to-clip{
    background-image: url("../images/Icon-Copy.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-width: 0px;
    margin-top: 12px;
    margin-right: 10px;
}
.toast-container{
	position: absolute;
	right: 0;
	z-index: 9999;	
}
.toast{
    
    background-color: #191919;
	border:1px solid #818181;
	margin: 10px;
}
.toast-header{
	color: #fff;
	font-size: 16px;
	
}

@media screen and (max-width:992px){
	.MobileScialIcon{
		width: 150px;
		margin-left: auto;
		margin-right: auto;
	}	
	.mainText1{
    font-size: 36px;
    line-height: 40px;
    margin-top: 0px;
		
	}
	.mainTextLit{
		font-size: 24px;
		line-height: 24px;
	}
	.mainText2{
		font-size: 32px;
	}
	.Btn2{
		height: 56px;
	}
	.Btn3{
    max-width: 220px;

}
	.tokenBox div{
		padding: 20px;
	}
	.tokenBoxR div{
		padding: 20px;
	}
	.tokenBox div text b{
		font-size: 20px;
	}
	.tokenBoxR div text b{
    	font-size: 20px;
	}
	.tokenBox div img{
		margin-left: 5px;
		margin-bottom: 5px;
		width: 80px;
	}
	.tokenBoxR div img{
		margin-left: 5px;
		margin-bottom: 5px;
		width: 80px;
	}
	.Token-Box section{
    background-color: #000;
    border-radius: 11px;
		width: 100%;
	}
	.roadMapBg{
		background-image: none;
	}
	.tokenBox{
		max-width: none;
	}
	.tokenBoxR{
		max-width: none;
	}
	.Sprts-Box{
		height: auto;
   		float: left;
		max-width: none;
}
	.Sprts-BoxImg{
		margin-left: auto;
		margin-bottom: -40px;
		width: 80px;
		height: 80px;
		margin-right: auto;
	}
	.Sprts-Box div{
		height: auto;
		border-radius: 10px;
		padding: 25px;
		padding-top: 55px;
		float: left;

}
	.Sprts-Box section{
    	background-color: #000;
    	border-radius: 11px;
		height: auto;
		float: left;
		width: 100%;
}

	.tokenText .text2{
	font-size: 20px;
}
	.Token-Box{
    width: 100%;   
	}

	.checkLine{
	width: 100%;
	text-align: center;	
	margin-top: -25px
}
	.saleTerm{
	height: auto;
}
	.getInImg img{
	width: 308px;
}
	.inputMain{
    border: 1px solid #A7A7A7;
    height: 60px;
    border-radius: 30px ;
    background-color: #1a183800;
    font-size: 16px;
    color: #fff;
    padding: 0 30px;
    width: 100%;
    margin-right: -40px;
		
}
	.Btn2{
    background-image: linear-gradient(to right,#E42FE6 , #3D6FF6);
    height: 60px;
    width: 100%;
    border-radius: 30px;
    border: 0px;
    color: #fff;
    font-size: 16px;
    font-family: "Montserrat-SemiBold", Verdana, "sans-serif";
    max-width: none;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-top: 20px;
}
	.footerText{
	padding: 40px 0 00px 0;
}
	.footer{
		padding: 0 20px 20px 20px
	}
	.footerText ul li{
    width: auto;
    display: block;
    padding: 10px 0 15px 0
}
	/*bg items*/
	.BgCurcle1{
    z-index: 99;
    position: absolute;
    margin-left: 0;
    margin-top: 230px;
    background-image: url("../images/BgCurcle1.png");
    width: 150px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
	.BgCurcle2{
    z-index: 99;
    position: absolute;
    margin-right: 0px;
    margin-top:320px;
    right: 0;
	background-image: url("../images/BgCurcle2.png");
	width: 130px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}	
	.TokenImg img{
	width: 80px;
	height: 80px;
}
	.BgWave1{
    z-index: -1;
    position: absolute;
    margin-right: 0px;
    margin-top: 950px;
    right: auto;
    background-image: url("../images/BgWave1.png");
    width: 100%;
    height: 1717px;
    background-repeat: no-repeat;
}
	.BgWave2{
    z-index: -1;
    position: absolute;
    margin-right: 0px;
    margin-top: 1700px;
    right: 0;
    background-image: url("../images/BgWave2.png");
    width: 100%;
    height: 1219px;
    background-position: right top;
    background-repeat: no-repeat;
}
	.BgWave3{
    z-index: -1;
    position: absolute;
    margin-right: 0px;
    margin-top: 5000px;
    right: auto;
    width: 100%;
    height: 1219px;
    background-image: url("../images/BgWave3.png");
    background-repeat: no-repeat;

}
	.BgWave4{
    z-index: -1;
    position: absolute;
    margin-right: 0px;
    margin-top:6100px;
    right: 0;	
	width: 782px;
	height: 992px;
	background-image: url("../images/BgWave4.png")
}
	.BgCurcle2Small{
    z-index: 99;
    position: absolute;
    margin-right: 0px;
    margin-top: 2600px;
    right: 0;
    background-image: url("../images/BgCurcle2Small.png");
    width: 200px;
    height: 200px;
    background-size: 100%;
    background-position: 60px 0%;
    background-repeat: no-repeat;
}
	.GrupImg img{
	max-width: 304px;
	width: 100%;
}	
	.curcleRadient{
	width: 100%;
}
.curcleRadient2{
	width: 100%;
}
.curcleRadient3{
	width: 100%;
}
.curcleRadient4{
	width: 100%;
}
.curcleRadient5{
	width: 100%;
}
.curcleRadient6{
	width: 100%;
}
.curcleRadient7{
	width: 100%;
}
.curcleRadient8{
	width: 100%;
	z-index: -2;
}
.curcleRadient9{
	width: 100%;
}
.curcleRadient10{
	width: 100%;
}
	.BgCurcle3{
    margin-right: 0px;
    margin-top: 4200px;
    width: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;	
}
	.zIndex{
		z-index: 10;
	}
	.navbar{  
		margin-top: -65px;
        position: absolute;
        width: 100%;        
		z-index: 999;
		padding: 0px;		
}
	.Btn1{
    height: 40px;
    width: 100%;
    border-radius: 20px;
    border: 0px;
    color: #fff;
    font-size: 12px;
    font-family: "Montserrat-SemiBold", Verdana, "sans-serif";
    max-width: 132px;
    min-width: 132px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    z-index: 9999;
	position: relative;
}
	.topLogo img{
		width: 70px;
		padding: 5px;		
	
	}
	.navbar ul{
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		background-color: #000;
		margin-top: -65px;
}
	.navbar-collapse{
		margin-top: 25px;
	}
	.navbar-dark .navbar-toggler{
		z-index: 9999;
	}
	.navbar-dark .navbar-toggler{
		border-color: black;	
		padding-left: 15px;
        padding-top: 16px;
	}
	.navbar-toggler{
		border: 0px;

	}
	.button:focus{
		border: 0px;
	}
	.navbar-dark .navbar-toggler-icon:focus{
		background-image:url("../../site/images/IconPrecnt.png");
		
	}
	.mainText3{
		font-size: 20px;
		line-height: 28px;
}
	button:focus{
		outline: none;
	}
	.toast-container{
	
	right: 0;
	z-index: 9999;	
}
}


/*//*/

	.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 2px;
  width: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}



.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
    z-index: 0;
}
	



	
