/* =========================================================
LARGE DESKTOP
========================================================= */

@media (min-width:1400px){

	.container{
		max-width:1320px;
	}

	.hero-title{
		font-size:78px;
	}

	.discord-content h2{
		font-size:64px;
	}

}


/* =========================================================
DESKTOP
========================================================= */

@media (max-width:1200px){

	/* HERO */

	.hero-title{
		font-size:58px;
	}

	.hero-desc{
		font-size:16px;
	}


	/* LIVE STATS */

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


	/* WHY SECTION */

	.why-grid{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}


	/* DISCORD */

	.discord-box{
		flex-direction:column;
		align-items:flex-start;
	}

	.discord-action{
		width:100%;
	}

	.discord-btn{
		width:100%;
	}

}


/* =========================================================
TABLET
========================================================= */

@media (max-width:992px){

	/* NAVBAR */

	.nav-links{
		display:none;
	}	

	.nav-hamburger{
		display:flex;
	}


	/* HERO */

	.hero-inner{
		flex-direction:column;
		gap:32px;
		padding:32px 24px;
	}

	.hero-content{
		max-width:100%;
	}

	.hero-title{
		font-size:52px;
		line-height:1.15;
	}

	.hero-desc{
		max-width:100%;
	}	
	.hero-actions{
		flex-wrap:wrap;
	}

	.hero-live-stats{
		gap:18px;
	}


	/* TOURNAMENT */

	.game-section{
		width:100%;
	}

	.carousel-card{
		height:240px;
	}


	/* LIVE STATS */

	.live-stats-grid{
		grid-template-columns:repeat(2,1fr);
		gap:20px;
	}


	/* WHY SECTION */

	.why-grid{
		grid-template-columns:repeat(2,minmax(0,1fr));
		gap:20px;
	}

	.why-card{
		padding:30px 24px;
	}

	.why-card h3{
		font-size:22px;
	}


	/* WINNERS */

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

	/* Contact */
	.contact-wrapper{

		grid-template-columns:1fr;
	}

	.contact-left{

		max-width:100%;
	}


	/* DISCORD */

	.discord-box{
		padding:50px 40px;
	}

	.discord-content h2{
		font-size:42px;
	}


	/* FAQ */

	.faq-question{
		font-size:18px;
	}


	/* FOOTER */

	.footer-grid{
		grid-template-columns:repeat(2,1fr);
		gap:30px;
	}
	.footer-logo img{
		height: 70px;
	}
	.mt-re{
		margin-top: 50px !important;
	}

}


/* =========================================================
MOBILE LARGE
========================================================= */

@media (max-width:768px){

	/* BODY */

	body{
		padding-top:74px;
	}


	/* NAVBAR */ 

	#mainNav{
		height:74px;
		padding:0 18px;
	}

	.nav-links-center{
		display:none !important;
	}
	

	.nav-toggler{
		display:flex !important;
	}

	.nav-logo{
		height:52px;
	}




	/* DRAWER */

	.drawer{
		width:280px;
	}


	/* HERO */

	#hero{
		padding:70px 0 80px;
	}

	.hero-inner{
		padding:24px 18px;
		gap:28px;
	}

	.hero-title{
		font-size:42px;
		line-height:1.2;
		margin-bottom:18px;
	}

	.hero-desc{
		font-size:15px;
		line-height:1.8;
	}

	.hero-badge{
		font-size:11px;
		padding:8px 14px;		
	}

	.hero-actions{
		gap:14px;
		margin-top:28px;
	}

	.hero-btn{
		width:100%;
		justify-content:center;
		text-align:center;
		height:56px;
		font-size:13px;
	}

	.hero-live-stats{
		flex-direction:column;
		gap:14px;
	}

	.hero-mini-stat{
		width:100%;
	}

	.hero-mini-stat strong{
		font-size:24px;
	}


	/* SECTION HEADINGS */

	.section-title{
		font-size:36px;
		line-height:1.3;
	}

	.section-subtitle{
		font-size:14px;
		line-height:1.8;
	}


	/* LIVE STATS */

	.live-stats-section{
		padding:80px 0;
	}

	.live-stats-grid{
		grid-template-columns:1fr;
		gap:18px;
	}

	.live-card{
		padding:30px 22px;
	}

	.live-card h2{
		font-size:34px;
	}


	/* TOURNAMENT */

	.game-section{
		padding:22px;
	}

	.game-title{
		font-size:18px;
	}

	.game-sub{
		font-size:12px;
	}

	.carousel-card{
		height:220px;
	}

	.card-title{
		font-size:14px;
	}

	.card-mode{
		font-size:11px;
	}

	.register-btn{
		height:52px;
		font-size:12px;
	}


	/* WHY SECTION */

	.why-section{
		padding:90px 0;
	}

	.why-grid{
		grid-template-columns:1fr;
		gap:18px;
	}

	.why-card{
		width:100%;
		min-width:0;
		padding:26px 22px;
		border-radius:20px;
	}

	.why-card h3{
		font-size:20px;
		line-height:1.4;
	}

	.why-card p{
		font-size:14px;
	}

	.why-icon{
		width:62px;
		height:62px;
		font-size:24px;
		margin-bottom:20px;
	}


	/* WINNERS */

	.winner-grid{
		grid-template-columns:1fr;
		gap:20px;
	}

	.winner-card{
		padding:24px;
	}


	/* RESULTS */

	#results{
		padding:70px 0;
	}

	.results-grid{
		grid-template-columns:1fr;
	}

	.result-card{
		border-radius:18px;
	}

	.result-body{
		gap:14px;
	}

	.result-team{
		font-size:14px;
	}


	/* DISCORD */

	.discord-section{
		padding:10px 0;
	}

	.discord-box{
		padding:40px 24px;
		border-radius:24px;
	}

	.discord-content h2{
		font-size:34px;
		line-height:1.25;
	}

	.discord-content p{
		font-size:15px;
	}

	.discord-stats{
		flex-direction:column;
		gap:14px;
	}

	.discord-stat{
		width:100%;
	}

	.discord-btn{
		width:85%;
		height:58px;
		font-size:13px;
	}

	.discord-action{
		width:100%;
	}


	/* FAQ */

	.faq-section{
		padding:0px 0;
	}

	.faq-wrapper{
		margin-top:50px;
	}

	.faq-question{
		padding:22px 20px;
		padding-right:60px;
		font-size:15px;
		line-height:1.6;
	}

	.faq-question::after{
		right:20px;
		font-size:24px;
	}

	.faq-answer p{
		padding:0 20px 22px;
		font-size:14px;
		line-height:1.8;
	}


	/* CONTACT */
	#contact{

		padding:90px 0;
	}

	.contact-title{

		font-size:38px;
	}

	.contact-desc{

		font-size:14px;
	}

	.contact-form-box{

		padding:28px 22px;

		border-radius:22px;
	}

	.contact-form-grid{

		grid-template-columns:1fr;
	}



	/* FOOTER */

	footer{
		padding:70px 0 30px;
	}

	.footer-grid{
		grid-template-columns:1fr;
		gap:30px;
	}

	.footer-col{
		text-align:center;
	}
	.footer-logo img{
		height: 70px;
	}


	/* MODALS */

	.modal{
		padding:24px 18px;
		border-radius:20px;
	}

	.modal-title{
		font-size:18px;
	}

	

	.tournament-card{

		height:200px;
	}

	.tournament-overlay{

		padding:22px;
	}

	.tournament-overlay h3{

		font-size:15px;
	}

	.tournament-meta{

		flex-direction:column;

		align-items:flex-start;

		gap:8px;
	}
	section.tournament-hero {
		padding-bottom: 35px;
	}	

    .championship-right{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }

    .winner-trophy-box,
    .winner-team-card{
        margin-left: auto;
        margin-right: auto;
    }
	.mt-re{
		margin-top: 50px !important;
	}
	.tournament-carousel .owl-item{
        margin-right:0 !important;
    }

    .tournament-carousel .owl-stage-outer{
        padding:0 !important;
    }

    .tournament-grid-card{
        width:100%;
    }

    .tournament-grid-meta{
        grid-template-columns:repeat(2,1fr);
    }
	    .tournament-meta{
        display:flex;
        flex-direction:row;
        align-items:center;
        gap:10px;
    }

    .tournament-meta span{
        display:inline-block;
        white-space:nowrap;
        width:auto !important;
    }
	.auth-input-wrap input {    
    height: 43px;    
}
	.auth-input-wrap select{
		height: 43px; 
	}
}


/* =========================================================
MOBILE SMALL
========================================================= */

@media (max-width:576px){

	.hero-title{
		font-size:34px;
	}

	.section-title{
		font-size:30px;
	}

	.hero-desc{
		font-size:14px;
	}

	.hero-btn{
		font-size:12px;
	}

	.live-card h2{
		font-size:30px;
	}

	.discord-content h2{
		font-size:28px;
	}

	.why-card h3{
		font-size:18px;
	}

	.faq-question{
		font-size:14px;
	}
	.owl-carousel.owl-theme.tournament-carousel.mt-5.owl-loaded.owl-drag {
		margin-top: 0px !important;
	}

}


/* =========================================================
EXTRA SMALL DEVICES
========================================================= */

@media (max-width:420px){

	.hero-title{
		font-size:28px;
	}

	.section-title{
		font-size:26px;
	}

	.hero-btn{
		height:52px;
	}

	.carousel-card{
		height:200px;
	}

	.discord-box{
		padding:30px 20px;
	}

	.faq-question{
		padding:20px 18px;
		padding-right:52px;
	}

	.faq-answer p{
		padding:0 18px 20px;
	}
	.contact-title{

		font-size:30px;
	}

}