body {
	font-family: 'Poetsen One', cursive;
	user-select: none;
}

.boxxx {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	transition: all 0.2s ease;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	cursor: pointer;
}

.boxxx:hover {
	transform: scale(0.97);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.text-kush-green {
	color: #17763c !important;
	font-weight: 700;
	text-shadow:
	-1px -1px 0 #fff,
	1px -1px 0 #fff,
	-1px  1px 0 #fff,
	1px  1px 0 #fff;      
}

.kush1 {
	text-shadow:
	-1px -1px 0 #17763c,
	1px -1px 0 #17763c,
	-1px  1px 0 #17763c,
	1px  1px 0 #17763c;      
}

.btn-kush-green {
	background-color: #17763c;
	color: white;
}

.btn-kush-green:hover {
	background-color: #145d30;
	color: white;
}

.text-kush-green-outline {
	color: #17763c !important;
	border: 2px solid #17763c;
}

.text-kush-green-outline:hover {
	background-color: #17763c;
	color: white !important;
}

@media (max-width: 576px) {
	.carousel-caption .container {
	padding-left: 50px;
	padding-right: 50px;
	}

	.carousel-control-prev,
	.carousel-control-next {
	width: 30px;
	height: 30px;
	}

	.carousel-control-prev-icon,
	.carousel-control-next-icon {
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	}
}

.social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 2px solid #17763c;
	border-radius: 50%;
	color: #17763c;
	text-decoration: none;
	transition: all 0.2s ease;
	font-size: 25px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.social-icon:hover {
	background-color: #17763c;
	color: white;
	transform: scale(0.94);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
}


.social-icon img {
	width: 45px;
}

.presale-box {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 450px;
	background-color: #1f1f1f;
	color: white;
	border: 2px solid #17763c;
	border-radius: 10px;
	padding: 12px;
	text-align: center;
	box-shadow: 0 0 20px rgba(0,0,0,0.6);
	z-index: 1030;
}

.presale-box h2 {
margin: 0 0 4px 0;
font-size: 18px;
}

.presale-box > div:nth-child(2) {
margin-bottom: 4px;
font-size: 14px;
}

.countdown {
font-size: 13px;
font-weight: bold;
margin: 4px 0;
}

.raised {
color: #17763c;
font-weight: bold;
}

.bar {
background: #333;
border-radius: 5px;
height: 8px;
margin: 8px 0;
overflow: hidden;
}

.progress {
background: #17763c;
height: 100%;
width: 0%;
transition: width 2s ease-in-out;
}

.payment-section {
margin-top: 16px;
text-align: left;
}

.step-title {
color: white;
font-size: 16px;
font-weight: bold;
margin-bottom: 12px;
text-align: center;
}

.step-number {
color: #17763c;
}

.payment-option {
	background: #2a2a2a;
	border: 1px solid #444;
	border-radius: 10px;
	padding: 8px 12px;
	margin-bottom: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.payment-option:hover {
	border-color: #17763c;
	background: #333;
}

.payment-option.active {
	border-color: #17763c;
	background: #333;
}

.payment-option.card-option {
	background: #2a2a2a;
	border: 1px solid #444;
	max-width: 280px;
	margin: 0 auto 10px auto;
}

.payment-option.card-option:hover {
	border-color: #17763c;
	background: #333;
}

.payment-option.card-option.active {
	border-color: #17763c;
	background: #333;
}

.payment-option.send-option {
	background: #17763c;
	border: 1px solid #444;
	max-width: 280px;
	margin: 0 auto 10px auto;
}

.payment-option.send-option:hover {
	border-color: #17763c;
	background: green;
}
.payment-option.close-option {
	background: red;
	border: 1px solid #444;
	max-width: 280px;
	margin: 0 auto 10px auto;
}

.payment-option.close-option:hover {
	border-color: #17763c;
	background: red;
}


.payment-left {
display: flex;
align-items: center;
gap: 10px;
}

.payment-icon {
width: 28px;
height: 28px;
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}

.payment-icon img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 6px;
}

.payment-info h4 {
margin: 0;
color: white;
font-size: 13px;
font-weight: bold;
}

.payment-info p {
margin: 1px 0 0 0;
color: #aaa;
font-size: 11px;
}

.dropdown-arrow {
color: #888;
font-size: 10px;
}

.crypto-section {
margin-top: 12px;
}

.crypto-title {
color: #888;
font-size: 12px;
margin-bottom: 8px;
text-align: center;
}

.crypto-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 6px;
margin-bottom: 8px;
}

.step2-section {
margin-top: 12px;
padding-top: 12px;
border-top: 1px solid #333;
}

.conversion-container {
	background: #2a2a2a;
	border: 1px solid #333;
	border-radius: 8px;
	padding: 12px;
	margin-top: 8px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.input-column {
	background: #1a1a1a;
	border: 1px solid #333;
	border-radius: 25px;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
}

.input-column input {
	background: transparent;
	border: none;
	color: white;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	outline: none;
	text-align: left;
}

.currency-in-column {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: auto;
	cursor: pointer;
}

.currency-in-column img {
	width: 20px;
	height: 20px;
}

.currency-in-column span {
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.equals-divider {
color: white;
font-size: 18px;
font-weight: bold;
}

.output-column {
background: #1a1a1a;
border: 1px solid #333;
border-radius: 25px;
padding: 12px 20px;
display: flex;
align-items: center;
gap: 12px;
flex: 1;
}

.output-column .amount {
font-size: 16px;
font-weight: bold;
color: white;
}

.kush-in-column {
display: flex;
align-items: center;
gap: 8px;
margin-left: auto;
}

.kush-in-column .kush-icon {
width: 20px;
height: 20px;
background: linear-gradient(45deg, #6366f1, #8b5cf6);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
font-weight: bold;
color: white;
}

.kush-in-column span {
font-size: 14px;
font-weight: bold;
color: white;
}

.crypto-row {
display: contents;
}

.note {
font-size: 10px;
color: #aaa;
margin-top: 8px;
text-align: center;
}

.audits {
margin-top: 8px;
font-size: 10px;
color: white;
}

.audits div {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
margin-top: 6px;
}

.audits img {
height: 18px;
}

.wallet-popup {
display: none;
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0, 0, 0, 0.75);
justify-content: center;
align-items: center;
z-index: 10000;
}

.wallet-box {
background: #1f1f1f;
padding: 25px;
border-radius: 12px;
width: 300px;
text-align: left;
}

.wallet-box h3 {
margin-bottom: 20px;
color: white;
text-align: center;
}

.wallet-option {
background: #17763c;
color: black;
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 6px;
padding: 8px 12px;
margin-bottom: 10px;
font-weight: bold;
cursor: pointer;
}

.wallet-option img {
width: 24px;
height: 24px;
margin-right: 10px;
}

.wallet-option span {
flex: 1;
text-align: right;
}

.wallet-close {
background: #444;
color: white;
width: 100%;
padding: 10px;
border: none;
border-radius: 6px;
font-weight: bold;
cursor: pointer;
margin-top: 10px;
}

.loading-msg {
text-align: center;
font-size: 13px;
color: #ffcc00;
margin-top: 10px;
}

@media (max-width: 768px) {
.presale-box {
	position: relative;
	top: auto;
	right: auto;
	width: 90%;
	margin: 20px auto;
	padding: 16px;
	box-sizing: border-box;
}

.crypto-grid {
	grid-template-columns: 1fr 1fr;
}

.payment-option {
	padding: 10px 12px;
}



.wallet-box {
	width: 90%;
}

.countdown {
	font-size: 16px;
	word-wrap: break-word;
}

.audits img {
	height: 20px;
}
}

.modal-content{
	background-color : #13131e;
}