/* Start Custom Fonts CSS */
@font-face {
	font-family: 'Tanker';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://cartoons.io/wp-content/uploads/2022/01/Tanker-Regular.ttf')
		format('truetype');
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Tanker', sans-serif !important;
}

.h1 {
	font-size: 5rem !important;
	color: #efefef !important;
	font-family: 'Tanker', Sans-serif;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 2.4px;
	-webkit-text-stroke: 1px;
	stroke-width: 1px;
	-webkit-text-stroke-color: #2e307d;
	stroke: #2e307d;
	text-shadow: 5px 5px 0px #262262 !important;

	/* -webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff; */
}
.hero-text {
	width: 90% !important;
}
.hero-text .h1 {
	text-align: center;
}
.nft-cards {
	padding: 5rem 0;
	background-color: #b0e5e3 !important;
}
.nft-cards .card {
	overflow: hidden;
	border-radius: 14px;
}
.nft-cards .card:hover {
	background-color: #fff !important;
}

@media screen and (max-width: 991px) {
	.hero {
		min-height: 140vh !important;
	}
}
.nft-card-heading {
	font-size: 2rem !important;
}
.nft-card-description {
	line-height: 120% !important;
}
.card-disk {
	margin-top: 0rem !important;
}
.btn-card-primary {
	background-color: #cc3366 !important;
	color: #fff;
	font-weight: 500;
	margin-top: 1rem;
	min-width: 8rem;
	cursor: pointer;
	transition: 300ms;
	border: none;
}
.btn-card-primary:hover {
	background-color: #333366 !important;
}
.nft-col {
	display: flex !important;
	flex-wrap: wrap !important;
}
.nft-row {
	display: flex;
}
@media (max-width: 768px) {
	.nft-row {
		flex-wrap: wrap !important;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.nft-row .card {
		flex-basis: 30%;
		margin: 0 auto;
	}
}
.text-center {
	text-align: center !important;
	margin: 0 auto;
}
.pb-3 {
	margin-bottom: 3rem;
}
.nav-bar .btn-card-primary {
	margin: 0;
}
.nav-brand-h4 {
	color: #efefef !important;
	font-family: 'Tanker', Sans-serif;
	font-weight: 600;
	-webkit-text-stroke: 1px;
	stroke-width: 1px;
	-webkit-text-stroke-color: #2e307d;
	stroke: #2e307d;
	margin-top: 1rem !important;
	display: none;
}
@media (min-width: 768px) {
	.nav-brand-h4 {
		display: block;
	}
}
nav {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.nav-link {
	margin-left: 0;
}
.text-lowercase {
	text-transform: lowercase !important;
}
.fixed-button.timer {
	transition: 200ms;
}
.fixed-button.timer:hover {
	border-width: 1px;
	border-color: #2e307d;
	background-color: #fff;
	color: #2e307d;
	font-weight: 400;
}
.cus-btn {
	border: 0;
	color: #fff;
}
@media (max-width: 768px) {
	.fixed-button {
		display: none !important;
	}
}
@media (min-width: 768px) {
	.fixed-button {
		display: flex !important;
	}
}
.sidebar-text {
	font-size: 1rem;
}

.hero-p {
	text-align: left !important;
}

/* team members */
.member {
	width: 18rem;
}
.team-flex {
	display: flex;
	justify-content: center;
}
@media (max-width: 992px) {
	.team-flex {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 479px) {
	.button-wrap {
		display: flex !important;
	}
}

.btn-group {
	position: relative;
	height: 5rem;
	top: 1.3rem;
}
.btn-menu {
	position: absolute;
	top: 2.8rem;
	width: 15.1em;
	padding: 1.04em;
	border-radius: 6px;
	background-color: #2e307d;
	-webkit-transition: border-color 200ms ease, color 200ms ease,
		background-color 200ms ease;
	transition: border-color 200ms ease, color 200ms ease,
		background-color 200ms ease;
	font-size: 0.83em;
	line-height: 1.4;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;
	color: #fff;
}
.btn-menu-list {
	list-style: none;
	margin-left: 0.5rem;
	padding: 0;
	line-height: 2rem;
}
.btn-menu-list li {
	cursor: pointer;
	transition: 300ms;
	position: relative;
}
.btn-menu-item:hover {
	color: pink;
}

/* countdown */
.countdown .container {
	color: #333;
	margin: 0 auto;
	text-align: center;
}
.headline {
	font-size: 3.5rem !important;
}

.countdown-ul {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.countdown-ul li {
	display: grid;
	place-content: center;
	font-size: 1.5em;
	list-style-type: none;
	padding: 1em;
	text-transform: uppercase;
	background-color: #262262;
	margin: 1rem;
	width: 9rem;
	height: 9rem;
	border: 5px solid #ffffff;
	border-radius: 14px;
	color: #fff;
}

.countdown-ul li span {
	display: block;
	font-size: 4.5rem;
}

.countdown .emoji {
	display: none;
	padding: 1rem;
}

.countdown .emoji span {
	font-size: 4rem;
	padding: 0 0.5rem;
}

@media all and (max-width: 768px) {
	.countdown-ul li {
		font-size: calc(1.125rem * var(--smaller));
	}

	.countdown-ul li span {
		font-size: calc(3.375rem * var(--smaller));
	}
}
.countdown {
	background-color: #b0e5e3 !important;
}
.my-2 {
	margin-bottom: 2rem;
}
