<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
* {
	box-sizing: border-box;
}
body{
	margin: 0;
	--blue-light:#9ED6FF;
	--blue-dark:#77A1C0;
	--celeste:#D9EAFA;
	--green-light:#87FF87;
	--green-dark:#66C066;
	--clear: #f0f0f0;
	font-family: "Noto Sans";
	background-color: #f0f0f0;
}

.video-desktop {
	display: block;
}
.video-mobile {
	display: none;
}

@media (max-width: 30em) {
	.video-desktop {
		display: none;
	}
	.video-mobile {
		display: block;
	}
}

video {
	width: 100%;
	height: auto;
	max-width: 1197px;
	position: relative;
	left: 1px;
}

.video-crop {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.video-crop video{
	width: 100%;
	position: relative;
	left: 0;
}

@media (max-width: 30em) {
	.video-crop {
		width: 100%; /* crop 100px from each side */
		margin: 0 auto; /* center the cropped container */
	}

	.video-crop video {
		width: 250%;
		left: -75%; /* shift video left so the center stays visible */
	}
}

.buy_buttons_container{
	margin-bottom: 3%;
}

.buy_button{ 
	background-size: cover; /* or 'contain' depending on fit */
	background-repeat: no-repeat;
	background-position: center;

	cursor: pointer;
	border:none;
	width: 194px;
	height: 56px;
	margin: 1% 1% 1% 1%;
	transition: transform 0.3s ease, filter 0.3s ease;
}
.buy_button:hover{
	transform: scale(1.05);
	filter: brightness(1.2);
	/* filter: brightness(0.7); /* Darkens the image */ */
}

.content{
	min-height: 93vh;
}
.header__title {
	text-align: center;
	margin: auto;
	background-color: #f0f0f0;
	width: 75%;
	max-width: 500px;
	container-type: inline-size;
}
.header__title h1{
	font-size: 30cqw;
	font-weight: 300;
	margin-bottom: 3%;
	margin-top: 0px;
}
.header__title h2{
	@media (min-width: 30em) {
		font-size: 150%;
	} 
	@media (max-width: 30em) {
		font-size: 100%;
	}
	font-weight: 500;
	margin-top: 0%;
}
.header__fretboard {
	text-align: center;
	background-color: #f0f0f0;
}

.header__fretboard_img {
	width: 100%;
	height: auto;
	max-width: 1400px;
}
.header__desc {
	@media (min-width: 30em) {
		font-size: 130%;
		text-align: center;
	} 
	@media (max-width: 30em) {
		font-size: 100%;
		text-align: left;
	}
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 6%;
	padding-right: 6%;
	margin-inline: auto;
	width: 100%;
	max-width: 900px;
	color: black;
}
.hero__buy {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-inline: auto;
	text-align: center;
	width: 100%;
	max-width: 900px;
	font-size: 135%;
	font-weight: 500;
	color: white;
	margin-top: 50px;
}
/*
.hero{
display: flex;
flex-direction: column;
justify-content: center;
}*/
	.hero__buttons{
		display: flex;
		justify-content:center;
		width: 100%;
		margin-inline: auto;
	}
	.big_button {
		width: 162px;
		height: 48px;
		margin-right: 2%;
		margin-left: 2%;
		border:none;
		cursor: pointer;
		background-size: cover; /* or 'contain' depending on fit */
		background-repeat: no-repeat;
		background-position: center;
		transition: transform 0.3s ease, filter 0.3s ease;
	}

	.big_button:hover{
		transform: scale(1.05);
		filter: brightness(1.2);
	}

	.big_button_windows{
		width: 48px;
		height: 48px;

	}
	.big_button:hover{
		background-color: var(--blue-light);
		border-color: var(--blue-light);
	}
	.hero__video{
		width: 100%;
		height: 100%;
		max-width: 960px;
		min-height: 480px;
		box-shadow:0px 0px 32px #444;
	}
	.subtitle{
		text-align: center;
		font-size: 200%;
	}
	.title{
		text-align: center;
		font-size: 300%;
	}
	.feature{
		display: flex;
		justify-content: center;
		column-gap: 5%;
		align-items: center;
	}
	.features h3{
		text-decoration: underline;
	}
	.banner{
		background-color: var(--blue-dark);
	}
	.banner h3{
		padding-top: 20px;
		padding-bottom: 20px;
		margin-inline: auto;
		text-align: center;
		width: 100%;
		max-width: 900px;
		font-size: 135%;
		font-weight: 500;
		color: white;
		margin-top: 50px;
		text-decoration: none;
	}
	.main_feature{
		padding-top: 20px;
		padding-bottom: 20px;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.main_feature_content{
		width: 90%;
		text-align: left;
	}
	.main_feature_content h2{
		font-size: 200%;
		font-weight: 500;
	}
	.main_feature_content p{
		max-width: 750px;
		font-size: 120%;
		text-align: left;
	}
	.feature_color_dark{
		background-color: var(--celeste);
		color: black;
	}
	.feature_color_light{
		background-color: var(--clear);
		color: black;
	}
	footer{
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: var(--celeste);
		display: flex;
		justify-content: center;
		align-items:center;
		column-gap: 8px;
		height: 7vh;
	}
	footer a{
		color: var(--blue-dark);
		text-decoration: none;
	}
	footer a:hover{
		color: black;
	}

