@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Space+Mono:wght@100;200;300;400;500;600;700&display=swap);

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #2b2b2b;
	color: #ffffff;
}

.container {
	width: 100%;
	min-height: 100vh;
	background-color: #2b2b2b;
	max-width: 1540px;
	margin: 0 auto;
}

.need {
	font-family: 'Space Mono', monospace;
	font-family: 'Work Sans', sans-serif;
}

nav {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 50px;
	/* position: fixed; */
	top: 0;
	left: 0;
	background-color: #2b2b2b;
	/* background: transparent; */
}

nav .navbar-logo {
	user-select: none;
	cursor: pointer;
}

nav .navbar-links {
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar-links li {
	list-style: none;
}

.navbar-links li a {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	font-family: 'Work Sans', sans-serif;
	text-decoration: none;
	padding: 12px 20px;
	user-select: none;
}

.navbar-links li i {
	display: none;
}

.navbar-links li .nav-button {
	background-color: #a259ff;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
	padding: 19px 30px;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	border-radius: 20px;
	outline: none;
	border: none;
	margin-left: 10px;
	gap: 12px;
}

.navbar-links li .nav-button i {
	display: block;
}

/* header section */

.container header {
	margin: 0;
	padding: 0;
	width: 100%;
	/* padding-top: 95px; */
}

header .bg-creator {
	width: 100%;
	height: 560px;
	object-fit: cover;
}

header .product-info {
	width: 100%;
	padding: 40px 115px;
}

.product-info .timeline-info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 100px;
	margin-bottom: 30px;
}

.timeline-info .p-name {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.p-name h1 {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	font-family: 'Work Sans', sans-serif;
}

.p-name p {
	font-size: 22px;
	font-weight: 400;
	color: #858584;
	font-family: 'Work Sans', sans-serif;
}

header .auction-timer {
	width: 300px;
	background: #3b3b3b80;
	display: flex;
	flex-direction: column;
	padding: 30px;
	font-family: 'Space Mono', monospace;
	border-radius: 20px;
	height: max-content;
}

.auction-timer p {
	font-weight: 400;
	font-size: 12px;
	color: #fff;
}
.auction-timer > h2 {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
}

.auction-timer .timer {
	display: flex;
	align-items: center !important;
	gap: 10px;
}

.auction-timer .timer h3 {
	font-weight: 700;
	font-size: 38px;
	color: #ffffff;
}

.auction-timer .timer p {
	font-weight: 700;
	font-size: 28px;
	color: #ffffff;
	margin: 0;
}

.auction-timer .timer-info {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 30px;
}

.auction-timer button {
	background-color: #a259ff;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Work Sans', sans-serif;
	padding: 19px 80px;
	border-radius: 20px;
	border: none;
}

.product-info .more-info {
	width: 605px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.more-info h3 {
	font-size: 22px;
	font-weight: 700;
	color: #858584;
	font-family: 'Space Mono', monospace;
	padding-bottom: 10px;
}

.more-info p {
	font-size: 22px;
	font-weight: 400;
	color: #ffffff;
	font-family: 'Work Sans', sans-serif;
	line-height: 160%;
}

.more-info .created-by {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.created-by div {
	display: flex;
	align-items: center;
	gap: 12px;
}

.created-by div h5 {
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
	font-family: 'Work Sans', sans-serif;
}

.more-info .details {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.details h3 {
	padding-bottom: 0;
}

.details div {
	display: flex;
	gap: 10px;
}

.details div i {
	font-size: 25px;
	color: #858584;
}

.details div a {
	color: #ffffff;
	text-decoration: none;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Work Sans', sans-serif;
}

.more-info div .tags {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.more-info div .tags h4 {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	font-family: 'Work Sans', sans-serif;
	padding: 12px 30px;
	border-radius: 20px;
	background-color: #3b3b3b;
	text-transform: uppercase;
}

/* main section */

.container main {
	width: 100%;
	display: flex;
	flex-direction: column;
}

main .discover-more {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 80px 115px;
	gap: 60px;
}

.discover-more .theme {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'Work Sans', sans-serif;
}

.discover-more .theme h2 {
	font-size: 38px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
}

.discover-more .theme a {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 19px 50px;
	text-decoration: none;
	border: #a259ff 2px solid;
	border-radius: 20px;
}

.discover-more .more-nfts {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.more-nfts .nfts {
	width: 400px;
	display: flex;
	flex-direction: column;
	background-color: #3b3b3b;
	border-radius: 20px;
}

.nfts > img {
	width: 100%;
	height: 300px;
	border-radius: 20px 20px 0px 0px;
	object-fit: cover;
}

.nfts .nft-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 30px 30px 25px 30px;
	gap: 27px;
}

.nfts .nft-content .name-creator {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.nfts .nft-content .name-creator h3 {
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
	font-family: 'Work Sans', sans-serif;
}

.nfts .nft-content .name-creator div {
	display: flex;
	align-items: center;
	gap: 12px;
}

.nfts .nft-content .name-creator div h4 {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	font-family: 'Space Mono', monospace;
}

.nfts .nft-content .price {
	width: 100%;
	display: flex;
	flex-direction: column;
	font-family: 'Space Mono', monospace;
	/* gap: 8px; */
}

.nfts .nft-content .price div {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nfts .nft-content .price div h3 {
	font-size: 12px;
	font-weight: 400;
	color: #858584;
}

.nfts .nft-content .price div h4 {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}

#see-all-nft {
	display: none;
}

/* footer section */

footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 40px 115px;
	background-color: #3b3b3b;
	border-top: #2b2b2b 2px solid;
}

footer .info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-family: 'Space Mono', monospace;
	border-bottom: #858584 1px solid;
	padding-bottom: 20px;
}

footer #authority {
	font-size: 12px;
	font-weight: 400;
	color: #cccccc;
	text-decoration: none;
	padding-top: 20px;
	font-family: 'Work Sans', sans-serif;
}

footer .info ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

footer .info ul li {
	display: flex;
	align-items: center;
	list-style: none;
}

footer .info h3 {
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 5px;
}

footer .info ul:nth-child(1) {
	width: 320px;
}

footer .info img {
	margin-bottom: 10px;
	user-select: none;
	cursor: pointer;
}

footer .info ul:nth-child(1) p {
	font-size: 16px;
	font-weight: 400;
	color: #cccccc;
	line-height: 140%;
	font-family: 'Work Sans', sans-serif;
}

footer .info ul:nth-child(1) li:nth-child(4) {
	gap: 10px;
}

footer .info ul:nth-child(1) li:nth-child(4) i {
	font-size: 28px;
	color: #cccccc;
	user-select: none;
	cursor: pointer;
}

footer .info ul:nth-child(2) li a {
	font-size: 16px;
	font-weight: 400;
	color: #cccccc;
	font-family: 'Work Sans', sans-serif;
	text-decoration: none;
	cursor: pointer;
}

footer .info .footer-digest {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 420px;
}

footer .info .footer-digest p {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Work Sans', sans-serif;
	color: #cccccc;
	width: 330px;
	line-height: 140%;
}

footer .footer-digest form {
	width: max-content;
	display: flex;
	border-radius: 20px;
	align-items: center;
	background-color: #fff;
}

footer .footer-digest form input {
	padding: 20px;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Work Sans', sans-serif;
	outline: none;
	border: none;
}

footer .footer-digest form button {
	font-size: 17px;
	font-weight: 600;
	color: #ffffff;
	padding: 20px 50px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background-color: #a259ff;
	outline: none;
	border: none;
	cursor: pointer;
	user-select: none;
}


/* modal backdrop */

.modal-backdrop{
	display: none;
	width: 100%;
	min-height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-backdrop .modal {
	width: 100%;
	max-width: 448px;
	background-color: #2b2b2b;
	display: flex;
	flex-direction: column;
	padding: 50px 30px;
	gap: 40px;
	min-height: 100vh;
	position: relative;
}

.modal img{
	width: 80%;
}

.modal #close-modal{
	font-size: 24px;
	color: #ffffff;
	position: absolute;
	top: 20px;
	right: 20px;
	user-select: none;
	cursor: pointer;
	transition: .5s;
}

#close-modal:hover{
	scale: 1.3;
	color: #f00;
}

.modal .modal-links{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.modal-links li{
	list-style: none;
}

.modal-links li a{
	text-decoration: none;
	color: #ffffff;
	font-family: 'Work Sans', sans-serif;
	font-size: 22px;
}

.modal-links li .modal-button{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #a259ff ;
	gap: 12px;
	padding: 20px;
	border-radius: 20px;
	margin-top: 50px;
}

@media (max-width: 447px) {
	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	.container {
		width: 100%;
		max-width: 447px;
		margin: 0;
		padding: 0;
	}

	.container nav {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0;
		padding: 15px 30px;
	}

	nav .navbar-logo {
		width: 180px;
		object-fit: cover;
	}

	nav ul li a {
		display: none;
	}

	nav .navbar-links li .nav-button {
		display: none;
	}

	#bars {
		display: block;
		width: 24px;
		height: 24px;
		color: #ffffff;
	}

	/* header section */

	.container header {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	header > .bg-creator {
		height: 320px;
	}

	header .product-info {
		width: 100%;
		margin: 0;
		padding: 40px 30px;
	}

	.product-info .timeline-info {
		flex-direction: column;
		height: max-content;
		gap: 20px;
	}

	.timeline-info h1 {
		font-size: 28px;
		font-weight: 600;
	}

	.timer-info p {
		font-size: 16px;
		font-weight: 400;
	}

	.timeline-info .auction-timer .timer-info {
		gap: 15px;
	}

	.product-info .more-info {
		width: 100%;
		margin: 0;
		margin: 0;
	}

	.more-info h3 {
		font-size: 16px;
		font-weight: 400;
		padding-bottom: 10px;
	}

	.more-info .created-by {
		gap: 0;
	}

	.created-by div h5 {
		font-size: 16px;
		font-weight: 400;
	}

	.more-info div p {
		font-size: 16px;
		font-weight: 400;
	}

	.more-info .details div i {
		font-size: 20px;
	}

	.more-info .details div a {
		font-size: 16px;
		font-weight: 400;
	}

	.more-info div .tags {
		flex-direction: column;
	}

	.more-info div .tags h4 {
		width: max-content;
	}

	.discover-more #see-all-nft {
		font-size: 16px;
		font-weight: 600;
		color: #ffffff;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 19px 50px;
		text-decoration: none;
		border: #a259ff 2px solid;
		border-radius: 20px;
		font-family: 'Work Sans', sans-serif;
	}

	/* main section */

	.container main {
		width: 100%;
		margin: 0;
		padding: 0;
		gap: 0;
	}

	main .discover-more {
		width: 100%;
		margin: 0;
		padding: 40px 30px;
		gap: 30px;
	}

	.discover-more .theme h2 {
		font-size: 28px;
		font-weight: 600;
	}

	.discover-more .theme a {
		display: none;
	}

	.discover-more .more-nfts {
		width: 100%;
		margin: 0;
		padding: 0;
		gap: 30px;
	}

	.more-nfts .nfts > img {
		height: 230px;
	}

	.nfts:nth-child(3),
	.nfts:nth-child(4),
	.nfts:nth-child(5),
	.nfts:nth-child(6),
	.nfts:nth-child(7),
	.nfts:nth-child(8),
	.nfts:nth-child(9),
	.nfts:nth-child(10),
	.nfts:nth-child(11),
	.nfts:nth-child(12) {
		display: none;
	}

	/* footer section */

	.container footer {
		width: 100%;
		margin: 0;
		flex-direction: column;
		padding: 40px 30px;
	}

	footer .info {
		width: 100%;
		flex-direction: column;
		margin: 0;
		padding: 0;
		gap: 30px;
		border-bottom: #858584 solid 1px;
		padding-bottom: 30px;
	}

	footer .info .footer-digest {
		width: 100%;
	}

	footer .footer-digest form {
		width: 100%;
		gap: 16px;
		flex-direction: column;
		background-color: transparent;
	}

	.footer-digest form button,
	.footer-digest form input {
		width: 100% !important;
		border-radius: 30px !important;
	}

	footer ul{
		width: 100% !important;
	}

	.footer-digest p{
		width: 100% !important;
	}

	footer #authority {
		font-size: 12px;
		font-weight: 400;
		color: #cccccc;
		text-decoration: none;
		padding-top: 20px;
		font-family: 'Work Sans', sans-serif;
	}
}

@media (min-width: 448px) and (max-width: 990px) {
	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	.container {
		width: 100%;
		max-width: 992px;
		margin: 0;
		padding: 0;
	}

	.container nav {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0;
		padding: 15px 50px;
	}

	nav .navbar-logo {
		width: 180px;
		object-fit: cover;
	}

	nav ul li a {
		display: none;
	}

	nav .navbar-links li .nav-button {
		display: none;
	}
	nav ul li #bars {
		display: block;
		width: 24px;
		height: 24px;
		color: #ffffff;
	}

	/* header-section */

	.container header {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	header > img {
		height: 420px;
	}

	header .product-info {
		width: 100%;
		margin: 0;
		padding: 40px 70px;
	}

	.product-info .timeline-info .p-name h1 {
		font-size: 38px;
		font-weight: 600;
	}

	.product-info .timeline-info .p-name p {
		font-size: 16px;
		font-weight: 400;
	}

	.product-info .more-info {
		width: 365px;
		margin: 0;
		padding: 0;
	}

	.more-info h3 {
		font-size: 16px;
		font-weight: 400;
		margin: 0;
	}

	.more-info h3:nth-child(2),
	.more-info h3:nth-child(4) {
		padding-bottom: 10px;
	}

	.more-info p {
		font-size: 16px;
		font-weight: 400;
	}

	.more-info .details div i {
		font-size: 20px;
	}

	.more-info .details div a {
		font-size: 16px;
		font-weight: 400;
	}

	.more-info div .tags {
		flex-direction: column;
	}

	.more-info div .tags h4 {
		width: max-content;
	}

	.timeline-info .auction-timer {
		width: 300px;
		background: #3b3b3b80;
		display: flex;
		flex-direction: column;
		padding: 30px;
		height: max-content;
		font-family: 'Space Mono', monospace;
		border-radius: 20px;
	}

	.auction-timer p {
		font-weight: 400;
		font-size: 12px;
		color: #fff;
	}
	.auction-timer > h2 {
		font-size: 14px;
		font-weight: 400;
		color: #ffffff;
	}

	.auction-timer .timer {
		display: flex;
		align-items: center !important;
		gap: 10px;
	}

	.auction-timer .timer h3 {
		font-weight: 700;
		font-size: 38px;
		color: #ffffff;
	}

	.auction-timer .timer p {
		font-weight: 700;
		font-size: 28px;
		color: #ffffff;
		margin: 0;
	}

	.auction-timer .timer-info {
		width: 100%;
		display: flex;
		align-items: center;
		gap: 30px;
	}

	.auction-timer button {
		display: flex;
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 19px 50px;
		font-size: 16px;
		font-weight: 600;
	}

	/* main section  */

	.container main {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	main .discover-more {
		width: 100%;
		margin: 0;
		padding: 40px 72px;
	}

	.discover-more .theme h2{
		font-size: 28px;
		font-weight: 600;
	}

	main .discover-more .more-nfts {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.more-nfts .nfts {
		width: 300px;
	}

	.nfts:nth-child(7),
	.nfts:nth-child(8),
	.nfts:nth-child(9),
	.nfts:nth-child(10),
	.nfts:nth-child(11),
	.nfts:nth-child(12) {
		display: none;
	}

	/* footer section */

	.container footer {
		width: 100%;
		margin: 0;
		flex-direction: column;
		padding: 40px 72px;
	}

	footer .info {
		width: 100%;
		flex-direction: column;
		margin: 0;
		padding: 0;
		gap: 30px;
		border-bottom: #858584 solid 1px;
		padding-bottom: 30px;
	}

	footer .info .footer-digest {
		width: 100%;
	}

	footer .footer-digest form {
		width: 420px;
		gap: 16px;
		flex-direction: row;
		background-color: #ffffff;
	}

	footer #authority {
		font-size: 12px;
		font-weight: 400;
		color: #cccccc;
		text-decoration: none;
		padding-top: 20px;
		font-family: 'Work Sans', sans-serif;
	}
}
