/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1449px) {

	.rankings-table th:nth-child(2) {
		min-width: 520px;
		width: 520px;
	}

}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {

	.header__navigation ul li a {
		font-size: 18px;
		padding: 5px 10px;
	}

	.theme__btn {
		font-size: 18px;
		padding: 7px 20px;
	}

	.download__area {
		height: unset;
	}

	.founder-packs-grid {
		grid-template-columns: repeat(3, 1fr);
	}


	.rankings-table th:nth-child(2) {
		min-width: 400px;
		width: 400px;
	}

}


/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {

	header {
		padding-block: 20px;
	}

	.hero__area {
		height: unset;
		padding-block: 180px;
	}

	.hero__text h1 {
		font-size: 40px;
	}

	.hero__text p {
		font-size: 25px;
	}

	.server__left {
		width: 100%;
		margin-bottom: 40px;
	}

	.server__right {
		width: 100%;
	}

	.download__area {
		height: unset;
	}

	.status-text {
		font-size: 14px;
	}

	.founder-packs-grid {
		grid-template-columns: repeat(2, 1fr);
	}





	/* 5/29/2025 */

	.expaned__content.open {
		max-height: 300px;
	}

	.download__card {
		width: calc(50% - 15px);
	}

	.rankings-table th:nth-child(2) {
		min-width: 100%;
		width: auto;
	}

	/* 5/29/2025 */
}


/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {

	header {
		padding-block: 20px;
	}

	.header__logo img {
		width: 160px;
	}

	.hero__area {
		height: unset;
		padding-block: 180px;
	}

	.hero__text h1 {
		font-size: 40px;
	}

	.hero__text p {
		font-size: 25px;
	}

	.event__flex {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.event__left a {
		font-size: 16px;
		padding: 10px 9px;
		margin-bottom: 10px;
	}

	.event__left {
		text-align: center;
	}

	.event__right {
		align-items: center;
	}

	.server__left {
		width: 100%;
		margin-bottom: 40px;
	}

	.server__right {
		width: 100%;
	}

	.server__update__title {
		flex-direction: column;
		align-items: start !important;
		gap: 20px;
	}

	.update__left a {
		padding: 10px 15px;
		margin-right: 10px;
		font-size: 16px;
	}

	.update__left .update__date {
		font-size: 14px;
	}

	.update__right a {
		font-size: 15px;
		width: 100%;
		justify-content: center;
	}

	.server__update__content {
		margin-bottom: 35px;
	}

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

	.update__right {
		width: 100%;
		text-align: center;
	}

	#pills-tab {
		justify-content: center;
	}

	.download__area {
		height: unset;
	}

	.status-text {
		font-size: 14px;
	}

	.nav-item {
		padding: 0 4px;
	}

	.dashboard-content {
		padding-left: 0;
		padding-right: 0;
	}

	.dashboard-content h1 {
		font-size: 26px;
	}

	.account-status-panel {
		flex-wrap: wrap;
		flex-direction: column;
		gap: 10px;
	}

	.account-status {
		width: 100% !important;
	}

	.founder-packs-grid {
		grid-template-columns: repeat(1, 1fr);
	}









	/* 5/29/2025 */

	.expaned__content.open {
		max-height: 630px;
	}

	.event__time__flex {
		flex-wrap: wrap;
		gap: 20px;
	}

	.download__card {
		width: 100%;
	}

	.rankings-container #pills-tab li {
		padding: 0;
		width: 100%;
	}

	.rankings-container #pills-tab {
		gap: 20px;
	}

	.rankings-table th:nth-child(2) {
		min-width: 100%;
		width: auto;
	}

	.dashboard-nav .nav-item {
		padding: 0 4px;
		width: auto;
	}

	.dashboard-header {
		padding: 0 5px;
	}

	.ranks__toggle {
		flex-wrap: wrap;
		gap: 20px;
	}

	/* 5/29/2025 */

}


/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {}