/*@media(max-width:1199px) {
	
}*/

@media(max-width:999px) {
	
	.championship h1, .commingSoon h3, .gradient-heading {
		font-size: 5rem;
	}

}

@media(max-width:799px) {
	.championship h1, .commingSoon h3, .gradient-heading {
		font-size: 4rem;
	}

	.championship .championshipInfoLabel {
		padding: 1rem 8px;
	}
}

@media(max-width:599px) {
	.championship h1, .commingSoon h3, .gradient-heading {
		font-size: 3rem;
	}

	.championship .championshipInfoLabel {
		width: 100% !important;
		margin-bottom: 10px;
	}

	.ourPartners .sponsorImg {
		width: 50% !important;
	}

	.ourPartners .AssistDevelopments img {
		height: 280px !important;
		object-fit: cover !important;
	}

	.ourPartners .AssistDevelopments {
		width: 100% !important;
	}

	.section-padding-50 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.getInTouch .row {
		margin-bottom: 0 !important;
	}

	.site-header {
		display: none;
	}

	.mobileHeader {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 50;
		padding: 1rem 2rem;
		background-color: transparent;
		transition: all 0.3s ease;
	}

	#menuToggle {
		display: flex;
		flex-direction: column;
		position: relative;
		top: 40px;
		left: 0;
		z-index: 1;
		-webkit-user-select: none;
		user-select: none;
		width: 40px;
	}

	#listingFiltration input {
		width: 50% !important;
	}

	#menuToggle input, #listingFiltration input {
		display: flex;
		width: 40px;
		height: 32px;
		position: absolute;
		cursor: pointer;
		opacity: 0;
		z-index: 2;
	}

	#menuToggle span {
		display: flex;
		width: 29px;
		height: 2px;
		margin-bottom: 5px;
		position: relative;
		background: #fff;
		border-radius: 3px;
		z-index: 1;
		transform-origin: 5px 0px;
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
		            background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
		            opacity 0.55s ease;
	}

	#menuToggle span:first-child {
		transform-origin: 0% 0%;
	}

	#menuToggle span:nth-last-child(2) {
		transform-origin: 0% 100%;
	}

	#menuToggle input:checked ~ span {
		opacity: 1;
		transform: rotate(45deg) translate(-3px, -1px);
		background: #fff;
	}

	#menuToggle input:checked ~ span:nth-last-child(3) {
		opacity: 0;
		transform: rotate(0deg) scale(0.2, 0.2);
	}


	#menuToggle input:checked ~ span:nth-last-child(2) {
		transform: rotate(-45deg) translate(0, -1px);mobileHeader
	}

	#menu {
		position: fixed;
		background: #fff;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 70%;
		margin: -50px 0 0 -1px;
		padding: 55px 0;
		-webkit-font-smoothing: antialiased;
		transform-origin: 0% 0%;
		transform: translate(-100%, 0);
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}

	#menu li {
		transition-delay: 2s;
	}

	#menuToggle input:checked ~ ul, #listingFiltration input:checked ~ ul {
		transform: none;
	}

	.mobileHeader .logo {
		/*padding-left: 50px;*/
		margin-top: -8px;
	}

	#mobileSerachBar {
		display: none;
	}

	.mobileHeader .mobileSerachBar {
		right: 0;
		left: 0;
		z-index: 9;
	}

	#menu .megaMenuIcon {
		top: 0;
		right: 5px;
		bottom: 0;
		border-left: solid 1px #dee2e6;
		height: 100%;
		width: 50px;
		text-align: center;
		font-size: 20px;
		color: #b3b3b3;
	}
}

@media(max-width:499px) {
	.championship h1, .commingSoon h3, .gradient-heading {
		font-size: 2.2rem;
	}

	.getInTouch .socialMedia label {
	    width: 40px;
	    height: 40px;
	    font-size: 20px;
	}

	.socialMedia .col {
		padding: 0;
	}

	.ourPartners .AssistDevelopments img {
		height: 165px !important;
		object-fit: cover !important;
	}
}

@media(max-width:359px) {
	
}