@media (max-width:996px) {
	.big-title {
		font-size: 1.75rem;
	}

	.big-title-md {
		font-size: 1.75rem;
	}

	.header-logo {
		width: 2rem;
		height: 2rem;
	}

	.c-nav-r-btn span {
		display: block;
		width: 20px;
		height: 2px;
		margin-bottom: 5px;
		position: relative;
		background: #ffffff;
		border-radius: 0.1875rem;
		z-index: 1;
		-webkit-transform-origin: 20px;
		transform-origin: 20px;
		transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s;
	}

	.c-nav-r-btn {
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
	}

	.c-nav-r-btn.toggle-animate span:nth-last-child(2) {
		width: 0;
		opacity: 0;
		transform: rotate(0);
		transition: width .5s;
	}

	.c-nav-r-btn.toggle-animate span:nth-last-child(3) {
		opacity: 1;
		transform: rotate(-45deg);
	}

	.c-nav-r-btn span:last-child {
		margin-bottom: 0;
	}

	.c-nav-r-btn.toggle-animate span {
		opacity: 1;
		transform: rotate(45deg);
	}


	.big-desc {
		font-size: 1rem;
		color: #595959;
		margin: 1.5rem 0;
	}
	.section-home {
		padding-top: 9.375rem;  /* 150/16 */
		height: auto;
	}
	.banner-home {
		height: auto;
		text-align: center;
	}

	.banner-home::after {
		position: initial;
		width: 100%;
		margin: 4rem auto auto auto;
		height: 26rem;
		background-position: center;
	}
}

@media (max-width:767px) {
	html {
		font-size: 14px
	}

	.navbar-nav {
		padding-top: 1rem;
		--bs-nav-link-padding-x: 0.75rem;
		--bs-nav-link-padding-y: 0.75rem;
	}

	.navbar-nav>li:after {
		background: rgb(255 255 255 / 30%);
		top: 0;
		bottom: inherit;
		height: 1px;
		width: 100%;
	}

	.navbar-nav>.active:after {
		width: 100%;
		left: 0;
		right: 0;
		height: 1px;
		background: rgb(255 255 255 / 30%);
	}

	.navbar-nav>li {
		text-align: left;
	}

	.navbar-nav .nav-link {
		font-size: 1rem;
	}


	.news-first {
		background: transparent;
	}

	.news-first .item {
		padding: 0;
	}

	.section-playing .img-fluid{
		max-width: 80%;
	}

	.section-why .img-fluid{
		max-width: 80%;
	}
	.section-programme{
		text-align: center;
	}

}
