@media (max-width: 1139px) {
		.result-box {
		width: 50%;
	}

	.navbar-nav {
		gap: 0 5.5rem;
	}
}


@media (max-width: 991px) {
	.container, .result-box  {
		width: 100%;
	}

	.wrapper-logo {
		padding-bottom: 1.5rem;
		justify-content: center;
		display: block;
	}

	.logo {
		margin-top: 1rem;
		width: 75%;
	}

	#baris-result {
		background: url(../img/top-m.jpg?v=1) center;
	}

	.result-box {
		margin-bottom: 0 !important;
	}

	.navbar-toggler {
		background: #356aa2;
		position: absolute;
		top: -60px;
		right: 0;
	}

	.navbar-toggler-icon {
	filter: invert(100%);
-webkit-filter: invert(100%);		
	}

	.navbar-nav {
		/*background: rgba(0, 0, 0, 0.3);*/
		padding: 0 1rem;
	}

	.navbar-collapse {
		border-radius: 0;
	}

	#carouselExampleIndicators {
		margin-top: 1.5rem;
	}
}


@media (max-width: 767px) {
}


@media (max-width: 479px) {
	.logo {
		width: 75%;
	}

	.bola {
		font-size: 18px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.jackpot-home {
		font-size: 2.5rem;
	}

	.txt-winning-result {
		display: block;
	}

	.txt-winning-result:after {
		content: "";
	}

	.tanggal-home {
		margin-bottom: 1rem;
	}

	.navbar-toggler {
		top: -50px;
		margin:0;
		right: 0;
		margin-right: 1rem;
	}

	.copyright {
		text-align: center;
		margin-top: 1rem;
	}

	.foot-img {
		margin-top: 1rem;
		margin-right: auto;
	}
}

@media (max-width: 390px) {
	.jackpot-home {
		font-size: 2rem;
	}
	.bola {
		font-size: 18px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}