html,
body {
	padding: 0;
	margin: 0;
	background: #050d13;
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-family: Inter, sans-serif;
}

img {
	pointer-events: none;
}

a {
	cursor: pointer;
	text-decoration: none;
	transition: 0.3s;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


@font-face {
	font-family: "Tokyo 2097";
	src:  url(/fonts/tokyo.otf) format("opentype");
}


overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000000a3;
	z-index: 99;
}

.mbuttons a:hover {
	background: black;
	color: white;
}

#reverseleft {
	top: 248px;
  position: absolute;
  left: 19.5%;
	}

#reverseright {
	top: 248px;
  position: absolute;
  right: 19.5%;
}

.mcontent img {
	width: 100%;
}

modal {
	background: url(/img/modal.png);
	background-size: 100% 100%;
	position: relative;
	width: 400px;
	display: flex;
	z-index: 1;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	flex-direction: column;
	backdrop-filter: blur(5px);
	border-radius: 5px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}

.mhead {
	z-index: 5;
	position: absolute;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
}

.mlogo {
	height: 23px;
}


#modal {
	top: 30px;
	position: absolute;
	right: 0px;
	z-index: -1;
}

.mcontent {
	justify-content: center;
	align-items: center;
	padding: 20px;
	padding-top: 50px;
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	gap: 35px;
	position: relative;
	width: 100%;
}


.mtitle {
	font-size: 42px;
	width: 100%;
	text-align: center;
	color: black;
	font-weight: bold;
}

.experience {
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	text-shadow: 2px 2px 25px rgba(0,0,0,0.8);
}

.mbuttons {
	padding: 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.mbuttons a {
	width: 100%;
	height: 50px;
	background: transparent;
	font-size: 16px;
	border-radius: 16px;
	width: 100%;
	display: flex;
	background: #FFC700;
	color: black;
	font-weight: bold;
	justify-content: center;
	align-items: center;
}

.insert img {
	height: 60px;
}

._ygD8z7QIm {
	border-color: red;
}

.mcontent .insert {
	background: #FFC700;
	font-size: 24px;
	border-radius: 16px;
	width: 100%;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mcontent .insert img {
	height: 50px;
}

#chooser {
	height: 100px;
	width: auto;
}

textarea {
width: 100%;
    background: #F7941D;
    gap: 10px;
	border: 0;
	outline: none;
	border-radius: 16px;
    color: #000000;
    font-size: 16px;
    padding: 10px;
    height: 150px;
    outline: none;
	font-family: Jogan Regular, sans-serif;
}

#inserter .mcontent {
	gap: 10px;
}

.insertitle {
	font-size: 32px;
	color: #000;
	font-weight: bold;
text-align: center;
}

.whiteline {
	padding: 10px;
	color: black;
	background: #F7941D;
	width: 100%;
	font-size: 16px;
	border-radius: 16px;
}

header {
	width: 100%;
	padding: 8px 0px;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
}

.head {
	display: flex;
	width: 100%;
	max-width: 1250px;
	justify-content: space-between;
	align-items: center;
}

.head .logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.head .logo img {
	width: 60px;
	height: 60px;
}

.head nav {
	display: flex;
	align-items: center;
	gap: 20px;
}

.head nav a {
font-weight: 700;
  font-size: 12px;
  text-transform: capitalize;
  padding: 6px 0;
  min-width: 110px;
  border-radius: 50px;
  text-align: center;
  background-color: #221d10;
  border: 2px solid #ffc700;
  color: white;
}

.head nav a:hover {
	color: #ffc700;
}

.head .buttons {
	display: flex;
	align-items: center;
	gap: 20px;
}

.head .buttons .wallet {
color: #000;
  background: url(/img/button.svg) no-repeat 0 0/100%;
  padding: 0;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  text-decoration: none;
  font-size: 14px;
  min-width: 140px;
  border: none;
  min-height: 42px;
}

.banner {
	display: flex;
	flex-direction: column;
	gap: 60px;
	padding-top: 150px;
	background: url(/img/bg.webp);
	background-size: 100% 100%;
}

.heading {
	width: 100%;
	max-width: 1250px;
	display: flex;
	justify-content: space-between;
	align-items: start;
	margin: 0 auto;
}
.right {
display: flex;
  flex-direction: column;
  border: 4px solid #ffc700;
  border-radius: 24px;
  padding: 16px;
  width: 100%;
  max-width: 450px;
  background: url(/img/pay.png);
  background-size: 100% 100%;
  align-items: center;
}

.bulltitle {
margin-bottom: 8px;
  text-transform: uppercase;
  box-sizing: border-box;
  color: #f7ef22;
  display: block;
  font-family: badaboom-bb,sans-serif;
  font-size:16px;
  text-align: center;
  font-weight: 900;
}


.bulltitle span {
	color: rgb(255,199,0);
}

.bulltitle x {
	color: white;
}

.timer {
text-align: center;
  border: none;
  border-radius: 12px;
  font-size: large;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 800;
  background: #f7ef22;
  width: 80%;
  padding: 15px 35px;
}

.notify svg {
	margin-top: 0!important;
}

.right svg {
	width: auto;
	margin-top: 20px;
	height: 18px;
	}
	
	.left {
		width: 100%;
		position: relative;
	}
	
	.left div {
		position: absolute;
		max-width: 550px;
		bottom: 35%;
	}
	
	.timer div p {
		font-size: 12px;
	}
	
	.timer div span {
		font-size: 18px;
	}
	
	.raised {
		margin: 8px 0px;
		color: #f7941d;
		font-size: 12px;
		font-weight: bold;
	}
	
	.until {
		display: flex;
		align-items: center;
		border: 1px solid #FFC700;
		background: #f7941d;
		width: 80%;
		justify-content: center;
		font-size: 12px;
		color: #ffff2e;
		font-weight: bold;
		border-radius: 4px;
		padding: 4px 0px;
	}
	
	.notify {
		margin: 4px 0px;
		color: #f7941d;
		display: flex;
		align-items: center;
		gap: 10px;
		font-size: 12px;
	}
	
	.price {
		display: flex;
		justify-content: space-between;
		width: 100%;
		align-items: center;
		font-size: 14px;
		gap: 15px;
		color: rgb(247,239,47);
		text-wrap: nowrap;
	}
	
	.price div {
		background: #f7941d;
		height: 1px;
		width: 50%;
	}
	
	.buy {
		margin-top: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		gap: 20px;
	}
	
	.buy a:hover {
		opacity: 0.8;
	}
	
	.card {
		font-size: 14px;
  font-weight: 500;
  background-color: #f7ef22;
  border-radius: 4px;
  border: none;
  padding: 12px 15px;
  display: flex;
  justify-content: center;
  color: #000;
  align-items: center;
  text-align: center;
  min-width: 120px;
	}
	
	.crypto {
		font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  border: none;
  padding: 12px 40px;
  display: flex;
  background: rgb(247, 148, 29);
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  min-width: 120px;
  min-height: 40px;
	}
	
	.nowallet {
		margin-top: 20px;
		color: #F7EF22;
		text-decoration: underline;
		font-size: 14px;
		font-weight: bold;
	}
	
	.left div h3:before { 
	content: "";
  background: #050d13;
  filter: blur(57.0093688965px);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
	}
	
	.left div h3 {
		font-weight: 400 !important;
  color: #f7ef22;
  -webkit-text-stroke: 5px #B45107;
  background-clip: text;
  -webkit-background-clip: text;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-family: "Tokyo 2097",sans-serif;
  paint-order: stroke fill;
  letter-spacing: 2.4px;
  text-align: left;
  font-size: 40px;
	}
	
	.left div h3 span {
		-webkit-text-stroke: 5px #BD6700;
  color: #fff;
	}
	
	.left p {
		font-style: italic;
  font-weight: 400 !important;
  text-align: left;
  font-size: 18px;
  position: relative;
  z-index: 1;
	color: #fff;
	}
	
		.sponsors {
			width: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
			gap: 40px;
			position: relative;
			z-index: 1;
		}
		
		
		.line {
			overflow: hidden;
			position: absolute;
			z-index: -1;
			width: 100%;
			top: -400px;
		}
		
		.tile {
			background: url(/img/tile.svg) no-repeat 0 0/100%;
  height: 180px;
  min-width: 230px;
  max-width: 230px;
		}
		
		.tile span {
			font-size: 38px;
  width: max-content;
  color: #000;
  background: #fff;
  font-weight: 700;
  -webkit-text-stroke: 12px transparent;
  background-clip: text;
  -webkit-background-clip: text;
  position: absolute;
  text-transform: uppercase;
  font-family: "Tokyo 2097";
  padding: 49px 15px 0;
  max-width: 220px;
  text-align: center;
  transform: rotate(-7deg);
		}
		
		.memecoin {
			display: flex;
			flex-direction: column;
			position: relative;
			z-index: 2;
			justify-content: start;
			padding: 60px;
			border-radius: 52px;
border: 7px solid #FFC700;
background: rgba(5, 13, 19, 0.85);
backdrop-filter: blur(15px);
			gap: 24px;
			width: 100%;
			max-width: 1250px;
			margin: 0 auto;
		}
		
		.memecoin img {
			width: 500px;
			right: -186px;
			position: absolute;
			top: -146px;
		}
	
		
		.memetitle {
			color: #FFF;
width: max-content;
text-align: center;
font-family: "Tokyo 2097";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 48px; /* 120% */
text-transform: capitalize;
		}
		
		.memetitle span {
			color: #FFC700;
		}
		
		.btcspan {
			color: #FFF;
font-family: Ubuntu;
max-width: 850px;
font-size: 24px;
font-style: italic;
font-weight: 400;
line-height: 22.4px; /* 140% */
		}
		
		.memecoin a {
			border: 3px solid #FFC700;
  border-radius: 30px;
  padding: 12px 50px;
  font-size: 18px;
  color: white;
  font-weight: bold;
  background-color: #1f1f1f;
		width: max-content;
		}
		
		.grid {
			width: 100%;
			max-width: 1250px;
			margin: 0 auto;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
		
		.grid div {
			border-radius: 50px;
  border: 7px solid #FFC700;
  background: #000000d9;
  padding: 30px 20px;
  max-width: 320px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
		}
		
		.grid div h3 {
			font-family: "Tokyo 2097",sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: rgb(255,199, 0);
		}
		
		.grid div p {
			font-size: 15px;
			font-style: italic;
			text-align: center;
			color: white;
		}
		
		.grid div:hover {
			box-shadow: 0 0 26.7px #ffc700bf;
  opacity: 1;
  background: #000;
		}
		
		.tanks {
			width: 100%;
		}
		
*,*:before,*:after{box-sizing:border-box;}
h3,h2{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color);}
h2{font-size:calc(1.325rem + .9vw);}
@media (min-width: 1200px){
h2{font-size:2rem;}
}
h3{font-size:calc(1.3rem + .6vw);}
@media (min-width: 1200px){
h3{font-size:1.75rem;}
}
p{margin-top:0;margin-bottom:1rem;}
img{vertical-align:middle;}
.img-fluid{max-width:100%;height:auto;}
.container{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto;}
@media (min-width: 576px){
.container{max-width:540px;}
}
@media (min-width: 768px){
.container{max-width:720px;}
}
@media (min-width: 1025px){
.container{max-width:960px;}
}
@media (min-width: 1200px){
.container{max-width:1140px;}
}
@media (min-width: 1440px){
.container{max-width:1320px;}
}
.d-block{display:block!important;}
.d-flex{display:flex!important;}
.d-none{display:none!important;}
.position-relative{position:relative!important;}
.position-absolute{position:absolute!important;}
.flex-column{flex-direction:column!important;}
.justify-content-between{justify-content:space-between!important;}
.align-items-center{align-items:center!important;}
.mx-2{margin-right:.5rem!important;margin-left:.5rem!important;}
.mt-3{margin-top:1rem!important;}
.me-1{margin-right:.25rem!important;}
.mb-0{margin-bottom:0!important;}
.mb-3{margin-bottom:1rem!important;}
.mb-4{margin-bottom:1.5rem!important;}
.ps-4{padding-left:1.5rem!important;}
.gap-3{gap:1rem!important;}
.fw-bold{font-weight:700!important;}
.text-center{text-align:center!important;}
.text-secondary{--bs-text-opacity:1;color:#ffc700!important;}
.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;}
@media (min-width: 768px){
.d-md-inline{display:inline!important;}
}
@media (min-width: 1025px){
.d-lg-block{display:block!important;}
.d-lg-none{display:none!important;}
.flex-lg-row{flex-direction:row!important;}
.ps-lg-0{padding-left:0!important;}
}
.font-15{font-size:15px!important;}
.font-24{font-size:24px!important;}
@media (min-width: 1025px){
.font-lg-20{font-size:20px!important;}
}
.container{max-width:1250px;}
.section-title{font-family:"Tokyo 2097",sans-serif;font-weight:500;color:#fff;font-size:40px;text-transform:capitalize;display:inline-block;text-align:center;padding:5px 14px;position:relative;z-index:0;}
.section-title:after{content:"";position:absolute;inset:0;background:#000;z-index:-1;transform:skew(-10deg);}
@media screen and (max-width: 1024px){
.section-title:after{display:none;}
}
.section-title.no-bg:after{display:none;}
@media screen and (max-width: 576px){
.section-title{font-size:30px;}
}
@media all{
*,*:before,*:after{box-sizing:border-box;}
h3,h2{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color);}
h2{font-size:calc(1.325rem + .9vw);}
@media (min-width: 1200px){
h2{font-size:2rem;}
}
h3{font-size:calc(1.3rem + .6vw);}
@media (min-width: 1200px){
h3{font-size:1.75rem;}
}
p{margin-top:0;margin-bottom:1rem;}
img{vertical-align:middle;}
.img-fluid{max-width:100%;height:auto;}
.container{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto;}
@media (min-width: 576px){
.container{max-width:540px;}
}
@media (min-width: 768px){
.container{max-width:720px;}
}
@media (min-width: 1025px){
.container{max-width:960px;}
}
@media (min-width: 1200px){
.container{max-width:1140px;}
}
@media (min-width: 1440px){
.container{max-width:1320px;}
}
.d-block{display:block!important;}
.d-flex{display:flex!important;}
.d-none{display:none!important;}
.position-relative{position:relative!important;}
.position-absolute{position:absolute!important;}
.flex-column{flex-direction:column!important;}
.justify-content-between{justify-content:space-between!important;}
.align-items-center{align-items:center!important;}
.mx-2{margin-right:.5rem!important;margin-left:.5rem!important;}
.mt-3{margin-top:1rem!important;}
.me-1{margin-right:.25rem!important;}
.mb-0{margin-bottom:0!important;}
.mb-3{margin-bottom:1rem!important;}
.mb-4{margin-bottom:1.5rem!important;}
.ps-4{padding-left:1.5rem!important;}
.gap-3{gap:1rem!important;}
.fw-bold{font-weight:700!important;}
.text-center{text-align:center!important;}
.text-secondary{--bs-text-opacity:1;color:#ffc700!important;}
.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;}
@media (min-width: 768px){
.d-md-inline{display:inline!important;}
}
@media (min-width: 1025px){
.d-lg-block{display:block!important;}
.d-lg-none{display:none!important;}
.flex-lg-row{flex-direction:row!important;}
.ps-lg-0{padding-left:0!important;}
}
.font-15{font-size:15px!important;}
.font-24{font-size:24px!important;}
@media (min-width: 1025px){
.font-lg-20{font-size:20px!important;}
}
::-webkit-scrollbar{width:10px;}
::-webkit-scrollbar-track{border-radius:0;background:#ffc700;}
::-webkit-scrollbar-thumb{background:#1f1f1fb3;}
::-webkit-scrollbar-thumb:hover{background:#1f1f1f99;}
::-webkit-scrollbar-thumb:active{background:#1f1f1fcc;}
:focus{outline:none;}
.container{max-width:1250px;}
.section-title{font-family:"Tokyo 2097",sans-serif;font-weight:500;color:#fff;font-size:40px;text-transform:capitalize;display:inline-block;text-align:center;padding:5px 14px;position:relative;z-index:0;}
.section-title:after{content:"";position:absolute;inset:0;background:#000;z-index:-1;transform:skew(-10deg);}
@media screen and (max-width: 1024px){
.section-title:after{display:none;}
}
.section-title.no-bg:after{display:none;}
@media screen and (max-width: 576px){
.section-title{font-size:30px;}
}
}
.roadmap{position:relative;padding:80px 0 0;min-height:800px;color: white}
.roadmap:before{content:"";position:absolute;height:320px;width:100%;top:-151px;left:0;background-color:#050d13;clip-path:polygon(100% 2%,0% 50%,100% 100%);}
@media (max-width: 1700px){
.roadmap:before{height:366px;top:-170px;clip-path:polygon(100% 10%,-13% 50%,100% 100%);}
}
@media (max-width: 1500px){
.roadmap:before{height:300px;top:-145px;clip-path:polygon(100% 10%,-13% 50%,100% 100%);}
}
@media screen and (max-width: 1024px){
.roadmap{margin-top:0;padding-block:400px 50px;}
.roadmap:before{display:none;}
}
@media screen and (max-width: 576px){
.roadmap{padding:100px 0 60px;}
}
.roadmap .top-line{position:absolute;top:-32%;z-index:2;width:150%;}
@media screen and (max-width: 1600px){
.roadmap .top-line{top:-27%;}
}
@media screen and (max-width: 1024px){
.roadmap .top-line{top:-3%;}
}
.roadmap .drop-1{position:absolute;top:30px;left:0;}
.roadmap .drop-2{position:absolute;bottom:100px;right:0;top:auto;}
.roadmap .container{max-width:1100px;}
.roadmap .container .section-header{display:flex;flex-direction:column;background-color:#1f1f1f;padding:15px 55px;margin:0 auto 60px;border:7px solid #FFC700;border-radius:35px;z-index:1;}
.roadmap .container .section-header .section-title{font-weight:500;}
.roadmap .container .section-header .section-title:after{background-color:transparent;}
@media screen and (max-width: 1024px){
.roadmap .container .section-header{max-width:566px;border-width:8px;padding:30px 50px;border-radius:50px;margin-bottom:15px;}
}
@media screen and (max-width: 576px){
.roadmap .container .section-header{padding:20px;}
}
.roadmap .container .graph-arrow{right:-50px;top:-200px;max-width:166px;}
@media screen and (max-width: 1024px){
.roadmap .container .graph-arrow{display:none;}
}
.roadmap .container .project-milestones{display:flex;flex-direction:column;justify-content:center;width:38%;min-height:400px;padding-left:80px;background:transparent url(/img/border.webp);background-size:100% 100%;border:0;}
@media screen and (max-width: 1024px){
.roadmap .container .project-milestones{width:100%;max-width:500px;height:500px;}
.roadmap .container .project-milestones h3{padding-left:20px;}
}
@media screen and (max-width: 576px){
.roadmap .container .project-milestones{height:unset;min-height:85vw;padding:70px 35px;}
}
.roadmap .container .project-milestones .circle{height:13px;width:13px;border-radius:50%;}
.roadmap .container .project-milestones .circle.yellow{background-color:#ffe500;}
.roadmap .container .project-milestones .circle.orange{background-color:#ff9809;}
.roadmap .container .project-milestones > div:last-child   p{margin-left:-6px;}
@media screen and (max-width: 768px){
.roadmap .container .project-milestones > div:last-child   p{margin-left:0;}
}
.roadmap .container .project-milestones .roadmap-obj{width:13px;height:20px;}
@media screen and (max-width: 576px){
.roadmap .container .project-milestones p{font-size:14px;}
}
.roadmap .container .roadmap-graph{padding:20px;border:7px solid #FFC700;border-radius:50px;width:calc(61% - 60px);margin-right:60px;height:360px;background-image:url(/img/roadmap-graph.png);background-repeat:no-repeat;background-position:right;background-size:cover;}
@media screen and (max-width: 1024px){
.roadmap .container .roadmap-graph{background-image:url(/img/roadmap-graph.png);background-size:cover;}
}
.roadmap .container .roadmap-graph .jetpack-bull-top{position:absolute;height:50px;width:50px;top:-35px;right:45px;filter:drop-shadow(0px 0px 19px rgba(255,199,0,.4392156863));}
@media screen and (max-width: 1024px){
.roadmap .container .roadmap-graph .jetpack-bull-top{right:8vw;}
}
@media screen and (max-width: 576px){
.roadmap .container .roadmap-graph .jetpack-bull-top{right:unset;left:20px;top:20px;height:120px;width:120px;filter:drop-shadow(0px 8px 11px rgba(255,199,0,.5647058824));}
}
.roadmap .container .roadmap-graph .x-rank{position:absolute;height:100%;display:flex;flex-direction:column;justify-content:space-around;right:-75px;bottom:0;padding-top:36px;}
.roadmap .container .roadmap-graph .x-rank p{margin-bottom:0;font-weight:700;font-size:13px;}
.roadmap .container .roadmap-graph .x-rank p:first-child{margin-top:-20px;}
@media screen and (max-width: 1024px){
.roadmap .container .roadmap-graph .x-rank{right:30px;}
}
@media screen and (max-width: 768px){
.roadmap .container .roadmap-graph .x-rank{padding:13px 0;}
.roadmap .container .roadmap-graph .x-rank p{font-size:12px;}
}
@media screen and (max-width: 576px){
.roadmap .container .roadmap-graph .x-rank{padding:10px 0;right:20px;}
.roadmap .container .roadmap-graph .x-rank p{font-size:12px;z-index:0;font-weight:400;}
.roadmap .container .roadmap-graph .x-rank p:first-child{margin-top:0;}
}
@media screen and (max-width: 1024px){
.roadmap .container .roadmap-graph.roadmap-graph{width:550px;height:510px;margin-right:0;margin-top:25px;border-width:8px;}
}
.italic-font{font-style:italic;font-weight:400;opacity:.7;}
.italic-font.text-white{opacity:1;}


.earnfree {
	    position: relative;
    background: url(/img/bullish-desig-bg.png) no-repeat;
    min-height: 800px;
	display: flex;
	justify-content: start;
	align-items: start;
	margin: 0 auto;
	flex-direction: column;
	gap: 50px;
	max-width: 1250px;
	width: 100%;
    padding: 195px 0 0;
    background-size: contain;
    background-position: center;
    z-index: 1;
}

.earnfree div {
display: flex;
flex-direction: column;
gap: 10px;
}	

.earnfree div h2 {
	max-width: 500px;
	    text-align: start;
    font-size: 30px;
    padding: 0;
	    font-family: "Tokyo 2097", sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
    display: inline-block;
	width: max-content;
    position: relative;
    z-index: 0;
	
}


.earnfree div p {
	    font-size: 20px;
    color: #dfdee4;
    font-style: italic;
    margin: 20px 0;
	max-width: 450px;
}

.earnfree .more {
	    background-color: #1f1f1f;
    border: 3px solid #ffc700;
    border-radius: 30px;
    padding: 8px 24px;
	padding-right: 3rem !important;
        padding-left: 3rem !important;
		font-size: 16px;
		color: white;
		font-weight: bold;
		width: max-content;
}

.bestwallet h2 a {
	    color: #5960ff;
    text-decoration: underline;
	
}

.bestwallet {
	position: relative;
}

.bestwallet .bw {
	position: absolute;
	right: -150px;
	bottom: 50px;
}

.token-wrapper img {
	width: 100%;
}

.pad-top-lg-md {
position: relative;
}

#purchase-instructions {
	background: url(/img/roadmap.png);
	background-size: 100%;
}
@media (min-width: 576px) {
  .layout-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .layout-container {
    max-width: 720px;
  }
}
@media (min-width: 1025px) {
  .layout-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .layout-container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .layout-container {
    max-width: 1320px;
  }
}
.pad-bottom-lg {
  padding-bottom: 3rem !important;
}
.flex {
  display: flex !important;
}
.hidden-md-lg {
  display: none !important;
}
.justify-space-between {
  justify-content: space-between !important;
}
.align-start-lg {
  align-items: flex-start !important;
}
.align-center {
  align-items: center !important;
}
.margin-top-sm {
  margin-top: 1rem !important;
}
.margin-top-md {
  margin-top: 1.5rem !important;
}
.margin-top-lg {
  margin-top: 3rem !important;
}
.margin-right-xs {
  margin-right: .25rem !important;
}
.margin-right-sm {
  margin-right: 1rem !important;
}
.margin-bottom-none {
  margin-bottom: 0 !important;
}
.pad-right-lg {
  padding-right: 1.5rem !important;
}
.text-align-center {
  text-align: center !important;
}
.color-accent {
  --text-opacity: 1;
  color: #FFC700;
}
.color-light {
  --text-opacity: 1;
  color: rgba(var(--white-rgb), var(--text-opacity)) !important;
}
@media (min-width: 1025px) {
  .hidden-md-lg {
    display: block !important;
  }
  .flex-lg {
    display: flex !important;
  }
  .margin-top-lg-md {
    margin-top: 3rem !important;
  }
  .pad-top-lg-md {
    padding-top: 3rem !important;
  }
}


.font-small {
  font-size: 14px !important;
}
a {
  transition: all .25s ease-in-out;
  text-decoration: none;
  color: #fff;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: none !important;
}
.layout-container {
  margin: 0 auto;
  max-width: 1250px;
}
.token-title {
  font-family: "Tokyo 2097", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  padding: 5px 14px;
  position: relative;
  z-index: 0;
}
.token-title:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  z-index: -1;
  transform: skew(-10deg);
}
@media screen and (max-width: 1024px) {
  .token-title:after {
    display: none;
  }
}
.token-title.without-background:after {
  display: none;
}
@media screen and (max-width: 576px) {
  .token-title {
    font-size: 30px;
  }
}
.token-gap {
  padding: 80px 0;
}
@media screen and (max-width: 576px) {
  .token-gap {
    padding: 60px 5px;
  }
}
.how-to-buy {
  background: url(roadmap-bg.webp) no-repeat 0 0/cover;
  min-height: 800px;
  padding: 30px 0 0;
  position: relative;
  background-position: bottom;
}
@media screen and (max-width: 1024px) {
  .how-to-buy {
    margin-top: 0;
  }
}
.how-to-buy:before {
  content: "";
  position: absolute;
  background: linear-gradient(#050d13, #0000);
  height: 100px;
  width: 100%;
  top: -5px;
  left: 0;
}
@media screen and (max-width: 576px) {
  .purchase-instructions .token-title {
    max-width: 250px;
  }
}
.instruction-wrap {
  position: relative;
  z-index: 0;
  max-width: 355px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .instruction-wrap {
    max-width: 93%;
    margin: 0 auto 11px;
  }
}
@media screen and (max-width: 380px) {
  .instruction-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .instruction-wrap {
    margin-top: 35px !important;
  }
}
.instruction-box {
  padding: 15px 22px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .instruction-box {
    padding: 29px 19px;
    max-width: 310px;
    margin: 0 auto;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
  }
}
.instruction-box p {
  font-style: italic;
  line-height: 1.2;
  margin-top: 5px;
}
.instruction-box h3 {
  font-family: "Tokyo 2097", sans-serif;
  font-size: 22px;
  color: #ffc700;
  text-shadow: 0px 5px 4px rgba(0, 0, 0, .25);
}
.step-1 {
  transform: rotate(-9.6deg);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .step-1 {
    transform: rotate(-6.6deg);
  }
}
.step-2 {
  transform: rotate(6.64deg);
  margin-top: 205px;
}
@media screen and (max-width: 1024px) {
  .step-2 {
    transform: rotate(2.64deg);
    margin-top: -5px;
    z-index: 1;
  }
}
.step-3 {
  transform: rotate(7.22deg) translate(-40px);
}
@media screen and (max-width: 1024px) {
  .step-3 {
    transform: rotate(6.22deg) translate(0);
    margin-top: -10px;
    z-index: 1;
  }
}
.step-4 {
  transform: rotate(-7.6deg);
  margin-top: 230px;
}
@media screen and (max-width: 1024px) {
  .step-4 {
    margin-top: -10px;
    transform: rotate(-1.6deg);
    z-index: 1;
  }
}
.line-1 {
  position: absolute;
  top: -137px;
  right: -4px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .line-1 {
    top: -18px;
    right: -37px;
    z-index: 1;
  }
}
.line-2 {
  position: absolute;
  left: -140px;
  top: -70px;
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .line-2 {
    top: -13px;
    right: 11px;
    z-index: 1;
    left: auto;
  }
}
.line-3 {
  position: absolute;
  right: -29px;
  bottom: -209px;
  z-index: 0;
}
.line-4 {
  position: absolute;
  right: -240px;
  top: -46px;
  z-index: -2;
}
.line-5 {
  position: absolute;
  right: -194px;
  z-index: 1;
  bottom: -42px;
}
@media screen and (max-width: 1024px) {
  .line-5 {
    right: 0;
    bottom: -70px;
    z-index: -3;
  }
}
.step-bg {
  position: relative;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, .33));
}
@media screen and (max-width: 1024px) {
  .step-bg {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.tokenomics {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	padding: 100px 0px;
	position: relative;
}

.corner {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 1250px;
	width: 100%;
}

.token {
	border-radius: 50px;
border: 7px solid #FFC700;
background: #030102;
padding: 30px;
position: relative;
width: 100%;
z-index: 1;
}

.army {
	position: absolute;
	left: -250px;
	z-index: -1;
	top: -150px;
	width: 250px;
}

.token_grid {
	display: flex;
	position: relative;
	background: #000;
	z-index: 2;
	justify-content: space-between;
	align-items: center;
}

.token_grid div {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.token_grid div p {
	text-align: center;
	font-weight: 700;
	color: white;
}

.token_grid img {
	width: 100px;
	height: auto;
}

.totalsupply {
	margin: 1rem 0;
	text-align: center;
	font-size: 40px;
  font-family: "Tokyo 2097",sans-serif;
  font-weight: 400;
  color: #fff;
}


.totalsupply span {
	color: #FFC700;
}

.corntitle {
	margin: 1rem 0;
	text-align: center;
	font-size: 40px;
  font-family: "Tokyo 2097",sans-serif;
  font-weight: 400;
  color: #fff;
}


.corntitle span {
	color: #FFC700;
}

#left {
	position: absolute;
	bottom: 0;
	left: 0;
}

#right {
	position: absolute;
	top: 0;
	right: 0;
}


.footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 80px;
	position: relative;
	background: #000 url(/img/footer.png);
	background-size: 100%;
	background-position: bottom;
}

.bottom {
	position: absolute;
	top: -5%;
	width: 100%;
}

.faq {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding-top: 100px;
}

.footer:before {
	content: "";
  height: 70px;
  width: 100%;
  background: linear-gradient(180deg,#030912 5%,transparent 80%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.accordion {
	width: 100%;
}

.accordion a {
		background-color: #000;
  border: 2px solid #FFC700;
  color: #1f1f1f;
  padding: 20px;
  border-radius: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px !important;
	color: #fff;
	font-weight: bold;
}

.language-switcher {
    position: relative;
    font-family: 'Inter', sans-serif;
    margin-left: 20px;
    z-index: 100;
}

.selected-language {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.2s;
}

.selected-language:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.flag-icon {
    width: 20px;
    margin-right: 8px;
    border-radius: 15px;
    object-fit: cover;
}

.selected-language span {
    color: #fff;
}

.dropdown-arrow {
    margin-left: 8px;
    transition: transform 0.2s;
}

.language-switcher.active .dropdown-arrow {
    transform: rotate(180deg);
}

.language-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 160px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 8px;
    padding: 8px 0;
    display: none;
    list-style: none;
    z-index: 101;
}

.language-dropdown li {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    cursor: pointer;
    color: #333;
    transition: background-color 0.2s;
}

.language-dropdown li:hover {
    background-color: #f5f5f5;
}

.language-switcher.active .language-dropdown {
    display: block;
    animation: fadeIn 0.2s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dark-theme .language-dropdown {
    background-color: #222;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.dark-theme .language-dropdown li {
    color: #eee;
}

.dark-theme .language-dropdown li:hover {
    background-color: #333;
}

.accordion div {
	display: none;
}
	.foot {
		width: 100%;
		max-width: 1250px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		gap: 30px;
		align-items: center;
	}
	
	.foot img {
		width: 100px;
		height: 100px;
	}
	
	.links {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}
	
	.links a {
		text-decoration: underline;
		color: #fff;
		font-weight: 600;
	}
	
	.foot p {
		color: #FFF;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 19.6px; /* 140% */
	}
	
	
	.accordion div {
		margin-top: 10px;
		border: 2px solid #FFC700;
		background-color: #000;
		padding: 20px;
		color: white;
		border-radius: 30px;
	}
	
header.scrolled {
    top: 0;
    background: #161616;
    box-shadow: 0 4px 8px #0000, 0 6px 20px #0000001f;
}

@media screen and (max-width: 1920px) {
	.line {
		top: -180px;
	}
	
	.bottom {
		top: -3%;
	}
}

@media screen and (max-width: 1400px) {
	.heading {
		max-width: 1000px;
	}
	
	.left img {
		max-width: 600px;
	}
	
	.left div {
		bottom: 25%;
	}
	
	.memecoin {
		max-width: 1000px;
	}
	
	.memecoin img {
		width: 320px;
	}
	
	.btcspan {
		font-size: 18px;
	}
	
	.grid {
		max-width: 1000px;
	}
	
	.earnfree {
		max-width: 1000px;
	}
	
	.layout-container {
		max-width: 1000px;
	}
	
	.corner {
		max-width: 1000px;
	}
	
	.faq {
		max-width: 1000px;
	}
	
	.foot {
		max-width: 1000px;
	}
	
	.head {
		max-width: 1000px;
	}
}


@media screen and (max-width: 1000px) {
	nav {
		display: none!important;
	}
	
	.head {
		width: 90%;
	}
	
	.head .logo img {
		width: 40px;
		height: 40px;
	}
	
	.heading {
		width: 90%;
		flex-direction: column;
	}
	
	.left img {
		width: 100%;
	}
	
	#about {
		display: none;
	}
	
	.memecoin {
		width: 90%;
		margin: 80px auto;
	}
	
	
	.memetitle {
		font-size: 25px;
		display: flex;
  flex-direction: column;
  align-items: start;
	}
	
	.memecoin a {
		width: 100%;
		text-align: center;
	}
	
	.grid {
		flex-direction: column;
		gap: 30px;
	}
	
	.earnfree {
		width: 90%;
	}
	
	.earnfree div h2 {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: start;
	}
	
		.earnfree .more {
			width: 100%;
			text-align: center;
		}
		
		.corner {
			width: 90%;
		}
		
		.token_grid {
			display: grid;
			grid-template-columns: 1fr 1fr;
		}
		
		.bottom {
			top: 0%;
		}
		
		.faq {
			width: 90%;
		}
		
		.footer {
			background-repeat: no-repeat;
			background-size: cover;
		}
		
		.foot {
			width: 90%;
		}
		
		modal {
			width: 100%;
			height: 100%;
		}
	
	.social {
		display: none;
	}
}