@media only screen and (max-width: 1499px) {
	.side-navbar {
		display: none;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.hero-section .intro_text svg text {
		font-size: 260px;
	}
}

/* Extra Large Devices */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tj-header-area .header-button {
		margin-left: 35px;
	}
	.tj-header-area .header-menu ul {
		gap: 30px;
	}

	/* hero section */
	.hero-title {
		font-size: 60px;
	}
	.hero-section .funfact-area {
		margin-top: 70px;
	}

	/* contact */
	.contact-widget .contact-item {
		max-width: 165px;
	}
	.contact-widget .contact-inner {
		padding: 30px 15px 25px;
	}
}

/* Large Devices */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-section {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.tj-header-area {
		padding: 30px 0 15px;
	}
	.tj-header-area .logo-box {
		margin-right: 15px;
	}
	.tj-header-area .header-button {
		margin-left: 20px;
	}
	.tj-header-area .header-menu ul {
		gap: 20px;
	}

	/* hero section */
	.hero-section {
		padding: 160px 0 50px;
	}
	.hero-sub-title {
		margin-bottom: 0;
	}
	.hero-wrrapper .hero-title,
	.hero-title {
		font-size: 50px;
	}
	.hero-section .funfact-area {
		margin-top: 60px;
	}
	.funfact-item .number {
		font-size: 55px;
	}

	/* popup */
	.popup_content_area {
		max-width: 900px;
	}

	/* about */
	.contact-section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.contact-widget .contact-item {
		max-width: 165px;
	}
	.contact-widget .contact-inner {
		padding: 30px 15px 25px;
	}

	/* games */
	.game-section {
		padding-top: 100px;
		padding-bottom: 70px;
	}
	.game-item .game-content {
		bottom: 10px;
		width: calc(100% - 20px);
	}
}

/* Tablet Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 25px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 16px;
	}
	.about-section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.section-header .section-title {
		font-size: 35px;
	}

	.tj-header-area {
		padding: 20px 0 15px;
	}
	.tj-header-area .logo-box {
		margin-right: 15px;
	}
	.tj-header-area .header-button {
		margin-left: auto;
	}
	.tj-header-area .header-menu {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		min-height: 90vh;
		overflow-y: auto;
		background-color: var(--tj-theme-secondary);
		transform-origin: top;
		transform: scaleY(0);
		transition: all 0.4s ease-in-out 0s;
	}
	.tj-header-area .header-menu.opened {
		transform: scaleY(1);
	}
	.tj-header-area .header-menu ul {
		flex-direction: column;
		padding: 20px 0;
	}
	.tj-header-area .header-menu ul li {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.tj-header-area .header-menu ul li a {
		justify-content: center;
		width: 100%;
		text-transform: uppercase;
		line-height: 1;
		padding: 15px 0;
		letter-spacing: 1px;
		font-size: 25px;
	}
	.tj-header-area .header-menu ul li a::before {
		display: none;
	}

	/* hero section */
	.hero-section {
		padding: 130px 0 30px;
	}
	.hero-section .intro_text svg {
		top: 40%;
	}
	.hero-section .intro_text svg text {
		font-size: 280px;
		opacity: 0.6;
	}
	.hero-sub-title {
		margin-bottom: 0;
		font-size: 25px;
	}
	.hero-wrrapper .hero-title,
	.hero-title {
		font-size: 38px;
	}
	.hero-content-box .button-box {
		margin-top: 30px;
		gap: 30px;
	}
	.hero-section .funfact-area {
		margin-top: 60px;
	}
	.funfact-item {
		justify-content: center;
		margin-bottom: 20px;
	}
	.funfact-item .number {
		font-size: 55px;
	}

	/* about section */
	.about-widget .about-item {
		padding: 0px 15px;
	}
	.about-widget .about-item .left-box {
		gap: 10px;
	}
	.about-widget .about-item .left-box .about-title {
		font-size: 25px;
	}
	.about-widget .about-item .right-box {
		padding: 20px 0;
		padding-right: 5%;
	}
	.about-widget i {
		right: 20px;
	}

	/* contact */
	.contact-section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.contact-widget .skill-item {
		max-width: 165px;
	}
	.contact-widget .skill-inner {
		padding: 30px 15px 25px;
	}

	/* games */
	.game-section {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.game-item .game-content {
		bottom: 10px;
		width: calc(100% - 20px);
	}
}

/* Mobile Devices */
@media only screen and (max-width: 767px) {
	.progress-wrap {
        right: 20px;
        bottom: 20px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 15px;
    }

    .about-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-header {
        margin-bottom: 40px;
    }
    .section-header .section-title {
        font-size: 30px;
    }

    .tj-header-area {
        padding: 20px 0 15px;
    }
    .tj-header-area .logo-box {
        margin-right: 15px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .tj-header-area .header-button {
        margin-left: auto;
    }
    .tj-header-area .header-menu {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        min-height: 90vh;
        overflow-y: auto;
        background-color: var(--tj-theme-secondary);
        transform-origin: top;
        transform: scaleY(0);
        transition: all 0.4s ease-in-out 0s;
    }
    .tj-header-area .header-menu.opened {
        transform: scaleY(1);
    }
    .tj-header-area .header-menu ul {
        flex-direction: column;
        padding: 20px 0;
    }
    .tj-header-area .header-menu ul li {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .tj-header-area .header-menu ul li:not(:last-child) {
        margin-bottom: 20px;
    }
    .tj-header-area .header-menu ul li a {
        justify-content: center;
        width: 100%;
        text-transform: uppercase;
        line-height: 1;
        padding: 10px 0;
        letter-spacing: 1px;
        font-size: 22px;
    }
    .tj-header-area .header-menu ul li a::before {
        display: none;
    }

    /* hero section */
    .hero-section {
        padding: 200px 0 40px; /* Adjusted padding for better centering */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .hero-image-box {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0;
    }

    .hero-image-box img {
        max-width: 80%;
        display: block;
    }

    .hero-content-box .button-box {
        margin-top: 20px;
        gap: 30px;
    }

    .hero-section .funfact-area {
        margin-top: 60px;
    }

    .funfact-item {
        justify-content: center;
        margin-bottom: 30px;
    }

    .funfact-item .number {
        font-size: 45px;
    }

    .funfact-item .text {
        margin-top: -15px;
    }

    .logo-box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .header-info-list {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
    }

	/* about section */
	.about-widget .about-item {
		padding: 20px 15px;
		gap: 15px;
		transition: all 0.5s ease;
	}
	.about-widget .about-item .left-box {
		width: 100%;
		gap: 10px;
		padding: 0 25px 0 0;
	}
	.about-widget .about-item .left-box .about-title {
		font-size: 20px;
	}
	.about-widget .about-item .right-box {
		width: 100%;
		padding: 0;
	}
	.about-widget i {
		right: 20px;
		top: 20%;
		font-size: 15px;
	}
	.about-widget .active-bg {
		display: none;
	}
	.about-widget .about-item.current {
		background: linear-gradient(
			260deg,
			var(--tj-theme-secondary) 0%,
			var(--tj-theme-primary) 100%
		);
	}

	/* contact */
	.contact-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.contact-widget .contact-item {
		max-width: 165px;
	}
	.contact-widget .contact-inner {
		padding: 25px 15px 25px;
	}
	.contact-widget .contact-item .icon-box {
		margin: 0 auto 20px;
	}

	/* games */
	.game-section {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.game-item .game-content {
		bottom: 10px;
		width: calc(100% - 20px);
	}
	.game-item .game-content .game-title {
		font-size: 18px;
	}

	/* footer */
	.tj-footer-area {
		padding: 60px 0 20px;
	}
	.footer-menu ul {
		margin: 0 0 25px;
		gap: 10px 15px;
	}
	.copy-text p {
		font-size: 14px;
	}
}
