@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;
	/* border: 1px solid #fff; */
}

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;
	justify-content: center;
	padding: 19px 30px;
	text-decoration: none;
	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 */

header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 80px 115px;
}

header .header-content {
	width: 510px;
	display: flex;
	flex-direction: column;
}

.header-content h1 {
	font-size: 67px;
	font-weight: 600;
	color: #ffffff;
	line-height: 110%;
	font-family: 'Work Sans', sans-serif;
	margin-bottom: 20px;
}

.header-content p {
	font-size: 22px;
	font-weight: 400;
	color: #ffffff;
	line-height: 160%;
	font-family: 'Work Sans', sans-serif;
	margin-bottom: 30px;
}

.header-content button {
	width: 220px;
	font-family: 'Work Sans', sans-serif;
	background-color: #a259ff;
	border-radius: 20px;
	padding: 19px 50px;
	border: none;
	outline: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	user-select: none;
	cursor: pointer;
	margin-bottom: 30px;
}

.header-content .number-info {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.number-info div {
	width: 150px;
	display: flex;
	flex-direction: column;
}

.number-info div h2 {
	font-size: 28px;
	font-weight: 700;
	color: #ffffff;
	font-family: 'Space Mono', monospace;
}

.header-content .mobil-content {
	display: none;
}

.number-info div p {
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	font-family: 'Work Sans', sans-serif;
}

header .header-rcmd {
	width: 510px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.header-rcmd .rcmd-info {
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #3b3b3b;
	border-radius: 0px 0px 20px 20px;
	height: 110px;
	padding: 20px;
	gap: 10px;
}

.rcmd-info h3 {
	font-size: 22px;
	font-weight: 600;
	font-family: 'Work Sans', sans-serif;
	color: #ffffff;
}

.rcmd-info .creator {
	display: flex;
	align-items: center;
	gap: 12px;
	user-select: none;
}

.creator h4 {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	font-family: 'Work Sans', sans-serif;
}

/* main section */

main {
	width: 100%;
	padding: 0px;
	margin: 0;
}

main .trending-collection {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 80px 115px;
}

.trending-collection h2 {
	font-size: 38px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 10px;
	font-family: 'Work Sans', sans-serif;
}

.trending-collection p {
	font-size: 22px;
	font-weight: 400;
	color: #ffffff;
	font-family: 'Work Sans', sans-serif;
	margin-bottom: 60px;
}

.trending-collection .collections {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 70px;
	padding-bottom: 80px;
}

.collections .content {
	width: 380px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.content .content-images {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 25px;
}

.content-images .more {
	width: 110px;
	height: 110px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	background-color: #a259ff;
	font-family: 'Space Mono', monospace;
}

.content .creator-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

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

.creator-content .creator {
	display: flex;
	align-items: center;
	gap: 12px;
}
.creator-content .creator img {
	width: 24px;
	height: 24px;
}

.creator-content .creator h5 {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	font-family: 'Work Sans', sans-serif;
}

/* top creators  */

main .top-creators {
	width: 100%;
	padding: 80px 115px;
	/* border: #a259ff 1px solid; */
	display: flex;
	flex-direction: column;
	gap: 0;
}

.top-creators .theme {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
}

.top-creators .theme h2 {
	font-size: 42px;
	font-weight: 600;
	color: #ffffff;
	font-family: 'Work Sans', sans-serif;
}

.top-creators .theme .rank-view {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	font-family: 'Work Sans', sans-serif;
	justify-content: space-between;
}

.top-creators .theme .rank-view p {
	font-size: 25px;
	font-weight: 400;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.rank-view .responsive-creators {
	display: none;
}

.theme .rank-view a {
	text-decoration: none;
	color: #fff;
	padding: 19px 50px;
	border: #a259ff 2px solid;
	background: transparent;
	border-radius: 20px;
	font-size: 16px;
	user-select: none;
	font-weight: 600;
}

.rank-view i {
	color: #a259ff;
	margin-right: 12px;
	transform: rotate(-45deg);
}

.top-creators .creators-ranks {
	width: 100%;
	display: flex;
	gap: 35px;
	flex-wrap: wrap;
}

.creators-ranks .creator {
	width: 290px;
	height: 290px;
	background-color: #3b3b3b;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 20px;
	padding: 30px;
	cursor: pointer;
	position: relative;
	text-align: center;
}

.creators-ranks .creator h3 {
	font-size: 25px;
	font-weight: 600;
	color: #ffffff;
	margin: 20px 0px 5px 0px;
	font-family: 'Work Sans', sans-serif;
	text-transform: capitalize;
	user-select: none;
}

.creators-ranks .creator p {
	font-size: 20px;
	font-weight: 400;
	color: #858584;
	font-family: 'Work Sans', sans-serif;
	user-select: none;
}

.creators-ranks .creator p span {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	font-family: 'Space Mono', monospace;
	padding-left: 5px;
}

.creators-ranks .creator .rank {
	position: absolute;
	background-color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	color: #858584;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0px;
	left: 20px;
}

/* browse categories */

main .browse-categories {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 60px;
	padding: 80px 115px;
	/* border: #a259ff 1px solid; */
}

.browse-categories > h2 {
	font-size: 68px;
	font-weight: 600;
	color: #ffffff;
	font-family: 'Work Sans', sans-serif;
}

.browse-categories .categories {
	width: 100%;
	display: flex;
	gap: 42px;
	flex-wrap: wrap;
}

.browse-categories .categories .category {
	width: 290px;
	display: flex;
	flex-direction: column;
	height: 320px;
	height: 380px;
}

.category .category-info {
	width: 100%;
	background-color: #3b3b3b;
	padding: 30px;
	border-radius: 0px 0px 20px 20px;
	font-size: 22px;
	font-weight: 600;
	font-family: 'Work Sans', sans-serif;
	color: #ffffff;
}

/* more nfts */

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

.discover-more .theme {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}

.discover-more .theme .theme-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}

.discover-more .theme .theme-info h2 {
	font-size: 38px;
	font-weight: 600;
	color: #ffffff;
	font-family: 'Work Sans', sans-serif;
}

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

.discover-more .theme a {
	text-decoration: none;
	color: #ffffff;
	font-family: 'Work Sans', sans-serif;
	padding: 19px 50px;
	border-radius: 20px;
	border: #a259ff 2px solid;
	user-select: none;
}

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

.discover-more #see-all-nft {
	display: none;
}

.discover-more .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;
}

/* magic shrooms  */

main .magic-shrooms {
	width: 100%;
	height: 700px;
	background: linear-gradient(180deg, rgba(162, 89, 255, 0) 0%, #a259ff 100%);
	background-image: url(../images/bg-shroom.png);
	background-position: center;
	background-size: cover;
}

.magic-shrooms .bg-line {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(162, 89, 255, 0) 0%, #a259ff 100%);
	display: flex;
	align-items: end;
}

.magic-shrooms .bg-line .content {
	width: 100%;
	padding: 80px 115px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.magic-shrooms .bg-line .content .content-info {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.magic-shrooms .bg-line .content .content-info .creator {
	background-color: #3b3b3b;
	padding: 10px 20px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
	gap: 12px;
	width: 170px;
}

.magic-shrooms .bg-line .content .content-info > h2 {
	font-size: 51px;
	font-weight: 600;
	color: #ffffff;
	font-family: 'Work Sans', sans-serif;
}

.magic-shrooms .bg-line .content .content-info > a {
	text-decoration: none;
	font-family: 'Work Sans', sans-serif;
	color: #2b2b2b;
	padding: 19px 50px;
	background-color: #ffffff;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 600;
}

#see-nft {
	display: none;
}

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

.magic-shrooms .bg-line .content .auction-timer > h2 {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
}

.magic-shrooms .bg-line .content .auction-timer .timer {
	display: flex;
	align-items: center;
	gap: 10px;
}

.magic-shrooms .bg-line .content .auction-timer .timer h3 {
	font-weight: 700;
	font-size: 38px;
	color: #ffffff;
}

.magic-shrooms .bg-line .content .auction-timer .timer p {
	font-weight: 700;
	font-size: 28px;
	color: #ffffff;
}

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

.magic-shrooms .bg-line .content .auction-timer p {
	font-weight: 400;
	font-size: 12px;
	color: #ffffff;
}

/* how it works section */

main .how-it-works {
	width: 100%;
	padding: 80px 115px;
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.how-it-works .theme {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.how-it-works .theme h2 {
	font-size: 42px;
	font-weight: 600;
	color: #ffffff;
	font-family: 'Work Sans', sans-serif;
}

.how-it-works .theme p {
	font-size: 25px;
	font-weight: 400;
	color: #fff;
	font-family: 'Work Sans', sans-serif;
}

.how-it-works .cards {
	width: 100%;
	display: flex;
	gap: 35px;
}

.how-it-works .cards .card {
	width: 400px;
	background-color: #3b3b3b;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border-radius: 20px;
	height: 510px;
	gap: 10px;
}

.how-it-works .cards .card img {
	margin-bottom: 10px;
}

.how-it-works .cards .card h3 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 26px;
	color: #ffffff;
}

.how-it-works .cards .card p {
	width: 100%;
	font-family: 'Work Sans', sans-serif;
	padding: 0px 34px;
	font-weight: 400;
	color: #ffffff;
	font-size: 20px;
	line-height: 140%;
}

/* join our digest section*/

main .join-our-digest-bg {
	width: 100%;
	padding: 80px 115px;
}

.join-our-digest-bg .join-our-digest {
	width: 100%;
	border-radius: 20px;
	height: 470px;
	background-color: #3b3b3b;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 80px;
}

.join-our-digest-bg .join-our-digest img {
	object-fit: cover;
	border-radius: 20px;
}

.join-our-digest-bg .join-our-digest .content {
	width: 500px;
	display: flex;
	flex-direction: column;
	height: 320px;
	gap: 10px;
}

.join-our-digest-bg .join-our-digest .content h2 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 120%;
	text-transform: capitalize;
	color: #fff;
}

.join-our-digest-bg .join-our-digest .content p {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 160%;
	width: 425px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 30px;
}

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

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

.join-our-digest-bg .join-our-digest .content 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;
}

/* footer */

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

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;
}

/* mobile version */

@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 */

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

	header .header-rcmd {
		display: none;
	}

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

	.header-content h1 {
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 28px;
		font-weight: 600;
		line-height: 140%;
	}

	.header-content > p {
		width: 100%;
		margin: 0 0 40px 0;
		padding: 0;
		font-size: 16px;
		font-weight: 400;
		line-height: 140%;
	}

	.header-content .mobil-content {
		display: flex;
		width: 100%;
		flex-direction: column;
		margin-bottom: 40px;
	}

	.header-content .mobil-content a img {
		width: 100%;
	}

	.mobil-content img {
		object-fit: cover;
	}

	.mobil-content .content {
		background-color: #3b3b3b;
		border-radius: 0px 0px 20px 20px;
		padding: 20px;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.mobil-content .content h3 {
		font-family: 'Work Sans', sans-serif;
		font-weight: 600;
		font-size: 22px;
		text-transform: capitalize;
		color: #ffffff;
	}

	.mobil-content .content .creator {
		display: flex;
		align-items: center;
		gap: 12px;
	}

	.header-content button {
		width: 100%;
	}

	.header-content .number-info {
		width: 100%;
	}

	.header-content .number-info div h2 {
		font-size: 20px;
		font-weight: 700;
	}

	.header-content .number-info div p {
		font-size: 16px;
		font-weight: 400;
	}

	/* main section */

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

	main .trending-collection {
		width: 100%;
		margin: 0;
		padding: 40px 30px;
	}

	.trending-collection > h2 {
		font-size: 28px;
		font-weight: 600;
		margin: 0;
		padding: 0;
	}

	.trending-collection > p {
		font-size: 16px;
		font-weight: 400;
		line-height: 140%;
		margin: 0;
		padding: 10px 0 40px 0;
	}

	.trending-collection .collections {
		width: 100%;
		flex-direction: column;
		margin: 0;
		padding: 0;
	}

	.trending-collection .collections .content {
		display: none;
	}

	.trending-collection .collections .content:nth-child(1) {
		display: flex;
		width: 100%;
	}

	.trending-collection .collections .content:nth-child(1) > img {
		width: 100%;
		height: 300px;
		object-fit: cover;
		border-radius: 20px;
	}

	.trending-collection .collections .content:nth-child(1) .content-images {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0;
		padding: 0;
	}

	.trending-collection .collections .content:nth-child(1) .content-images img,
	.trending-collection
		.collections
		.content:nth-child(1)
		.content-images
		.more {
		width: 90px;
		height: 90px;
	}

	/* top creator section */

	main .top-creators {
		width: 100%;
		margin: 0;
		padding: 40px 30px;
	}

	.top-creators .theme {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.top-creators .theme h2 {
		font-size: 28px;
		font-weight: 600;
	}

	.top-creators .theme .rank-view {
		width: 100%;
		flex-direction: column;
	}

	.top-creators .theme .rank-view #parag {
		width: 100%;
		font-size: 16px;
		font-weight: 400;
		line-height: 140%;
		padding: 10px 0 30px 0;
		margin: 0;
	}

	.top-creators .theme .rank-view .responsive-creators {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin-bottom: 40px;
	}

	.responsive-creators .creator {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: start;
		position: relative;
		background-color: #3b3b3b;
		border-radius: 20px;
		padding: 20px;
		gap: 20px;
	}

	.responsive-creators .creator .rank {
		position: absolute;
		font-size: 16px;
		font-weight: 400;
		color: #858584;
		background-color: #2b2b2b;
		width: 30px;
		height: 30px;
		display: flex;
		font-family: 'Space Mono', monospace;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		top: 13px;
		left: 12px;
	}
	.responsive-creators .creator img {
		width: 60px;
		height: 60px;
		border-radius: 50%;
	}

	.responsive-creators .creator div {
		display: flex;
		flex-direction: column;
		gap: 5px;
	}

	.responsive-creators .creator div h3 {
		font-family: 'Work Sans', sans-serif;
		font-weight: 600;
		font-size: 22px;
		color: #ffffff;
	}

	.responsive-creators .creator div small {
		font-size: 16px;
		font-weight: 400;
		color: #858584;
		font-family: 'Work Sans', sans-serif;
	}

	.responsive-creators .creator div small span {
		font-size: 16px;
		font-weight: 400;
		color: #ffffff;
		font-family: 'Space Mono', monospace;
	}

	.top-creators .rank-view a {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.top-creators .creators-ranks {
		display: none;
	}

	/* browse categories section */
	main .browse-categories {
		width: 100%;
		margin: 0;
		gap: 40px;
		padding: 40px 30px;
	}

	.browse-categories h2 {
		font-size: 28px;
		font-weight: 600;
		margin: 0;
		padding: 0;
	}

	.browse-categories .categories {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0;
		gap: 20px;
		padding: 0;
	}

	.browse-categories .categories .category {
		width: 140px;
		margin: 0;
		padding: 0;
		height: 220px;
	}

	.browse-categories .categories .category img {
		width: 100%;
		height: 150px;
	}

	.browse-categories .categories .category .category-info {
		width: 100%;
		padding: 0;
		height: 65px;
		display: flex;
		align-items: center;
	}

	.browse-categories .categories .category .category-info h3 {
		font-size: 16px;
		font-weight: 600;
		padding-left: 20px;
		display: flex;
		flex-wrap: wrap;
	}

	/* discover more section */

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

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

	.discover-more .theme {
		width: 100%;
		gap: 0;
		margin: 0;
		padding: 0;
	}

	.discover-more .theme .theme-info {
		width: 100%;
		gap: 10px;
		margin: 0 0 40px 0;
		padding: 0;
	}

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

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

	.discover-more .more-nfts {
		gap: 20px;
		margin-bottom: 40px;
	}

	.nfts > img {
		width: 100%;
		height: 230px;
	}

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

	/* magic shroom section */

	main .magic-shrooms {
		margin: 0;
		padding: 0 0;
	}

	.magic-shrooms .bg-line {
		width: 100%;
		margin: 0;
		padding: 40px 0;
	}

	.magic-shrooms .bg-line .content {
		margin: 0;
		padding: 0 40px;
		display: flex;
		flex-direction: column;
	}

	.magic-shrooms .bg-line .content .content-info {
		margin: 0;
		padding: 0;
	}

	.magic-shrooms .bg-line .content .content-info h2 {
		font-size: 38px;
		font-weight: 600;
		line-height: 140%;
		margin-bottom: 30px;
	}

	.magic-shrooms .bg-line .content .content-info a {
		display: none;
	}

	.magic-shrooms .bg-line .content #see-nft {
		text-decoration: none;
		font-family: 'Work Sans', sans-serif;
		color: #2b2b2b;
		padding: 19px 50px;
		background-color: #ffffff;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		border-radius: 20px;
		font-size: 16px;
		font-weight: 600;
		margin-top: 30px;
	}

	/* how it works section */

	main .how-it-works {
		width: 100%;
		margin: 0;
		padding: 40px 30px;
	}

	.how-it-works .theme {
		width: 100%;
		padding: 0;
		gap: 10px;
		margin: 0;
	}

	.how-it-works .theme h2 {
		font-size: 28px;
		font-weight: 600;
		text-transform: capitalize;
		margin: 0;
		padding: 0;
	}

	.how-it-works .theme p {
		font-size: 16px;
		font-weight: 400;
		margin: 0;
		padding: 0;
	}

	.how-it-works .cards {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin: 0;
		padding: 0;
	}

	.how-it-works .cards .card {
		width: 100%;
		height: max-content;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding: 20px;
	}

	.how-it-works .cards .card img {
		width: 100px;
		height: 100px;
	}

	.how-it-works .cards .card div {
		width: 160px;
		display: flex;
		flex-direction: column;
		align-items: start;
		gap: 10px;
		text-align: left;
	}

	.how-it-works .cards .card div h3 {
		font-size: 16px;
		font-weight: 600;
	}

	.how-it-works .cards .card div p {
		font-size: 12px;
		font-weight: 400;
		margin: 0;
		padding: 0;
	}

	/* join our digest section */

	main .join-our-digest-bg {
		width: 100%;
		margin: 0;
		padding: 40px 30px;
		height: max-content;
	}

	.join-our-digest-bg .join-our-digest {
		flex-direction: column;
		background-color: transparent;
		height: max-content;
		gap: 30px;
	}

	.join-our-digest-bg .join-our-digest img {
		width: 100%;
		height: 255px;
	}

	.join-our-digest-bg .join-our-digest .content {
		width: 100%;
		margin: 0;
		padding: 0;
		height: max-content;
	}

	.join-our-digest-bg .join-our-digest .content h2 {
		font-size: 28px;
		font-weight: 600;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.join-our-digest-bg .join-our-digest .content p {
		width: 100%;
		font-size: 16px;
		font-weight: 400;
		margin: 0;
		padding: 0;
	}

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

	.join-our-digest-bg .join-our-digest .content form input,
	.join-our-digest-bg .join-our-digest .content form button {
		width: 100%;
		border-radius: 30px;
	}

	/* 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 */

	.container header {
		width: 100%;
		margin: 0 0 10px 0;
		display: flex;
		flex-direction: row;
		padding: 80px 72px;
		align-items: flex-start;
	}

	header .header-rcmd {
		display: flex;
		width: 330px;
	}

	.header-rcmd a img {
		width: 330px;
	}

	header .header-content {
		width: 330px;
		margin: 0;
		padding: 0;
	}

	.header-content h1 {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 38px;
		font-weight: 600;
		line-height: 120%;
	}

	.header-content > p {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 16px;
		font-weight: 400;
		line-height: 140%;
	}

	.header-content .mobil-content {
		display: none;
	}

	.header-content button {
		width: 220px;
	}

	.header-content .number-info {
		width: 100%;
	}

	.header-content .number-info div h2 {
		font-size: 22px;
		font-weight: 700;
	}

	.header-content .number-info div p {
		font-size: 16px;
		font-weight: 400;
	}

	/* main section */

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

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

	.trending-collection .collections {
		width: 100%;
		margin: 0;
		padding: 0;
		justify-content: space-between;
		gap: 20px;
	}

	.trending-collection .collections .content {
		width: 320px;
	}

	.trending-collection h2 {
		font-size: 28px;
		font-weight: 600;
		margin: 0;
		padding: 0;
	}

	.trending-collection > p {
		font-size: 16px;
		font-weight: 400;
		margin: 0;
		padding: 10px 0px 40px 0px;
	}

	.trending-collection .collections .content > img {
		width: 100%;
		height: 330px;
	}

	.trending-collection .collections .content:nth-child(3) {
		display: none;
	}

	.trending-collection .collections .content .content-images {
		width: 100%;
		gap: 10px;
	}

	.trending-collection .collections .content .content-images img,
	.trending-collection .collections .content .content-images .more {
		width: 100px;
		height: 100px;
	}

	/* top creator section */

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

	.top-creators .theme {
		width: 100%;
		margin: 0;
		padding: 0;
		gap: 0;
	}

	.top-creators .theme > h2 {
		font-size: 28px;
		font-weight: 600;
		margin: 0;
		padding: 0;
	}

	.top-creators .theme .rank-view {
		width: 100%;
		margin: 0px 0 40px 0;
		padding: 0px;
		gap: 0;
	}

	.top-creators .rank-view > #parag {
		font-size: 16px;
		font-weight: 400;
		margin: 0;
		padding: 0;
	}

	.top-creators .rank-view > a {
		width: 260px;
		margin: 0;
		padding: 19px 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		font-weight: 600;
	}

	.top-creators .creators-ranks {
		width: 100%;
		margin: 0;
		padding: 0;
		gap: 20px;
		flex-direction: row;
		justify-content: space-between;
	}

	.top-creators .creators-ranks .creator {
		width: 47%;
		display: flex;
		flex-direction: row;
		margin: 0;
		padding: 20px;
		gap: 20px;
		text-align: left;
		height: max-content;
		align-items: center;
		position: relative;
	}

	.top-creators .creators-ranks .creator .rank {
		position: absolute;
		top: -8px;
		left: 12px;
	}

	.top-creators .creators-ranks .creator div {
		display: flex;
		flex-direction: column;
		width: 210px;
		gap: 5px;
	}

	.top-creators .creators-ranks .creator div h3 {
		font-size: 22px;
		font-weight: 600;
		margin: 0;
		padding: 0;
	}

	.top-creators .creators-ranks .creator div p {
		width: 100%;
		margin: 0;
		padding: 0;
		font-weight: 400;
		font-size: 16px;
	}

	.top-creators .creators-ranks .creator > img {
		width: 60px;
		height: 60px;
	}

	.top-creators .creators-ranks .creator:nth-child(7),
	.top-creators .creators-ranks .creator:nth-child(8),
	.top-creators .creators-ranks .creator:nth-child(9),
	.top-creators .creators-ranks .creator:nth-child(10),
	.top-creators .creators-ranks .creator:nth-child(11),
	.top-creators .creators-ranks .creator:nth-child(12) {
		display: none;
	}

	/* browse categories section */

	main .browse-categories {
		width: 100%;
		margin: 0;
		padding: 40px 72px;
		gap: 40px;
	}

	.browse-categories > h2 {
		font-size: 28px;
		font-weight: 600;
		margin: 0;
		padding: 0;
	}

	.browse-categories .categories {
		width: 100%;
		margin: 0;
		padding: 0;
		gap: 30px;
	}

	.browse-categories .categories .category {
		width: 140px;
		margin: 0;
		padding: 0;
		height: max-content;
	}

	.browse-categories .categories .category img {
		width: 100%;
		height: 140px;
	}

	.browse-categories .categories .category .category-info {
		width: 100%;
		height: 70px;
		margin: 0;
		padding: 20px;
	}

	.browse-categories .categories .category .category-info h3 {
		font-size: 16px;
		font-weight: 400;
		margin: 0;
		padding: 0;
	}

	/* discover more section */

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

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

	.discover-more .theme .theme-info {
		margin: 0;
		padding: 0;
		gap: 10px;
	}

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

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

	.discover-more .more-nfts {
		width: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-between;
	}

	.discover-more .more-nfts .nfts {
		width: 320px;
	}

	.discover-more .more-nfts .nfts:nth-child(3) {
		display: none;
	}

	/* magic shroom seection */

	main .magic-shrooms {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.magic-shrooms .bg-line {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.magic-shrooms .bg-line .content {
		width: 100%;
		margin: 0;
		padding: 60px 82px;
		align-items: end;
		justify-content: space-between;
		gap: 10px;
	}

	.magic-shrooms .bg-line .content .content-info > h2 {
		font-size: 34px;
		font-weight: 600;
	}

	/* how it works section */

	main .how-it-works {
		width: 100%;
		margin: 0;
		padding: 40px 72px;
		gap: 40px;
	}

	.how-it-works .theme {
		width: 100%;
	}

	.how-it-works .theme h2 {
		font-size: 28px;
		font-weight: 600;
	}

	.how-it-works .theme p {
		font-size: 16px;
		font-weight: 400;
	}

	.how-it-works .cards {
		width: 100%;
		gap: 30px;
		justify-content: space-between;
	}

	.how-it-works .cards .card {
		width: 200px;
		height: 300px;
		padding: 10px 20px;
		gap: 20px;
	}

	.how-it-works .cards .card img {
		width: 130px;
		height: 130px;
	}

	.how-it-works .cards .card div {
		width: 100%;
		height: max-content;
		margin: 0;
		padding: 0;
	}

	.how-it-works .cards .card div h3 {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.how-it-works .cards .card div p {
		font-size: 12px;
		font-weight: 400;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	/* join our weekly digest section */

	main .join-our-digest-bg {
		width: 100%;
		margin: 0;
		padding: 40px 60px 80px 60px;
	}

	.join-our-digest-bg .join-our-digest {
		width: 100%;
		margin: 0;
		padding: 40px 30px;
		align-items: center;
		justify-content: center;
		gap: 30px;
	}

	.join-our-digest-bg .join-our-digest img {
		width: 300px;
		height: 280px;
	}

	.join-our-digest-bg .join-our-digest .content {
		width: 300px;
		margin: 0;
		padding: 0;
		gap: 0;
	}

	.join-our-digest-bg .join-our-digest .content h2 {
		font-size: 28px;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.join-our-digest-bg .join-our-digest .content p {
		font-size: 16px;
		font-weight: 400;
		margin: 0 0 40px 0;
		padding: 0;
		width: 300px;
	}

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

	.join-our-digest-bg .join-our-digest .content form input,
	.join-our-digest-bg .join-our-digest .content form button {
		width: 100%;
		border-radius: 30px;
	}

	/* 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;
	}
}
