/************************
    - Media queries -
************************/

/* Small Devices */
@media only screen and (max-width:767px) {

	/* Banner */
	/* .banner-text h1 {
		font-size: 30px;
	} */

	.scenes-items {
		padding-left: 30px;
	}


	/* 移动端联系我们 */
	.contactsOne {
		display: block;
	}

	.contactsTwo {
		display: none !important;
	}

	footer {
		background: url(../images/footer/footerBg2.png) !important;
	}

	/* Copyright */
	footer .footer-copyright {
		position: relative;
		clear: both;
		padding-top: 1vw;
		/* padding-bottom:3rem; */
	}


	/* Sections */
	section .container,
	footer .footer-widgets {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	/* Services */
	.service-mobile {
		padding-top: 30px;
		margin-bottom: -100px;
	}

	/* Testimonials */
	.testimonial-carousel .carousel-text .single-box {
		width: 100%;
	}

	/* Footer */
	footer .widget {
		text-align: center;
	}

	#cases ul {
		grid-template-columns: 1.1fr 1fr !important;
	}

	/* #application .img-left {
		flex-direction: column-reverse;
	} */

}

/* Tablets */
@media (min-width:768px) {

	/* 移动端联系我们 */
	.contactsOne {
		display: none;
	}

	.contactsTwo {
		display: block;
	}

	/* Parallax video */
	.video-btn .video-text {
		font-size: 26px;
	}

	.play-btn {
		width: 100px;
		height: 100px;
		line-height: 100px;
		font-size: 30px;
	}

	/* Banner */
	.banner .banner-text {
		text-align: left;
	}
}

@media (max-width:991px) {

	/* #application .application-item .col-12,
	#application .application-item .col-lg-6 {
		padding: 0 80px;
	} */

	/* footer .contact {
		transform: scale(0.70, 0.70);

	} */

	/* html {
		font-size: 7px;
	} */

	/* Banner */
	.banner-text h1 {
		font-size: 37px !important;
	}

	.empty-80 {
		clear: both;
		height: 4rem;
	}

	/* Section header
	.section-title h3 {
		font-size: 2.25em;
	} */

	/* 
	h4 {
		font-size: 1.8em !important;
	}

	p {
		font-size: 1.4em !important;
	} */

	/* Margin */
	.res-margin {
		margin-bottom: 30px;
	}

	/* Mobile menu */
	.op-mobile-menu {
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100vh;
		background-color: #111;
		overflow-y: auto;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.op-mobile-menu .m-menu-header {
		padding: 30px 15px;
	}

	.op-mobile-menu .close-button {
		position: relative;
		width: 35px;
		height: 35px;
		background-color: #fff;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

	.op-mobile-menu .close-button:after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		width: 60%;
		height: 2px;
		margin-top: -1px;
		margin-left: -11px;
		background-color: #111;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		transform-origin: center;
	}

	.op-mobile-menu .close-button:before {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		width: 60%;
		height: 2px;
		margin-top: -1px;
		margin-left: -11px;
		background-color: #111;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		transform-origin: center;
	}

	.mobile-menu-open .op-mobile-menu {
		left: 0;
	}

	/* Banner */
	.banner {
		height: auto;
	}

	.banner-text .button-store .custom-btn {
		padding: 10px;
		min-width: 150px;
	}

	.banner-image-center {
		max-width: 100%;
	}

	.overview-img {
		position: unset;
	}

	.overview-img img {
		/* transform: scale(0.90, 0.90); */
		max-width: 100% !important;
		position: unset;
		display: none;
	}

	/* #application .img-left {
		display: flex;
		position: relative;
		flex: 0 0 100%;
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	} */

	.img-top {
		display: block !important;
	}

	.img-right {
		display: none;
	}
}

/* Medium Devices */
@media (min-width:992px) {


	/* Navigation */
	.main-menu-area .navbar-brand1 {
		padding: 0;
	}

	.nav-menu li a {
		padding: 10px 12px;
		text-align: left;
		border-bottom: none;
	}

	.nav-menu li a:hover,
	.nav-menu li a.active {
		background-color: transparent;
		color: #fff;
	}

	.nav-menu li a:hover span:after,
	.nav-menu li a.active span:after {
		left: 0;
		right: auto;
		width: 100%;
	}

	.nav-menu li.dropdown .submenu {
		position: absolute;
		display: block;
		padding-right: 0;
		min-width: 230px;
		background-color: #fff;
		left: 0;
		top: 100%;
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		transform: scaleY(0);
		transform-origin: top;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.nav-menu li.dropdown .submenu li a {
		display: block;
		padding: 13px 20px;
		color: #111;
		font-size: 80%;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.nav-menu li.dropdown .submenu li a:hover {
		background-color: #6f64e7;
		color: #fff;
	}

	.nav-menu li.dropdown .submenu li a.active-submenu {
		background-color: #6f64e7;
		color: #fff;
	}

	.nav-menu li.dropdown:hover .submenu {
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		transform: scaleY(1);
	}

	.main-menu-area.style2 .nav-menu li a {
		color: #111;
	}

	.main-menu-area.style2 .nav-menu li a span:after {
		background-color: #111;
	}

	.main-menu-area.fixed-menu {
		padding: 17px 20px;
	}

	.main-menu-area.fixed-menu .nav-menu li a {
		color: #111;
	}

	.main-menu-area.fixed-menu .nav-menu li a span:after {
		background-color: #111;
	}

	/* Search */
	.search-body .menu-search-form input {
		font-size: 36px;
	}

	/* Banner */
	.banner .banner-text {
		text-align: left;
	}

	/* #application .img-left {
		flex-direction: column-reverse;
	} */
}

@media(max-width:1200px) {
	#cases ul {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}

	/* #application .img-left {
		display: flex;
		flex-direction: column-reverse;
	} */

	#cases .nav-menu li a span:after {
		/* padding: 0 0 3px 0; */
		height: 2px;
		opacity: 1;
		bottom: 1px;
	}


	/* Banner */
	.banner-text h1 {
		font-size: 50px;
	}
}

@media (min-width:1200px) {

	/* Navigation */
	.nav-menu li a {
		padding: 10px 20px;
	}


	/* #application .img-left {
		display: flex;
		flex-direction: column-reverse;
	} */
}

/* Desktops */
@media (min-width:1500px) {

	/* Reset */
	p {
		font-size: 16px;
		line-height: 1.75;
	}
}