.header .header-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 500px;
	padding: 0;
	width: 100%;
	height: 100vh;
	z-index: 2;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

.header .header-content .header-content-inner {
	width: 70%;
	padding: 20px;
	text-align: center;
	margin-top: 50px;
}

.header .header-content .header-content-inner h1 {
	color: var(--text-color);
	font-size: 3.5em;
	font-weight: 700;
	margin-bottom: 0;
}

.header .header-content .header-content-inner p {
	color: var(--text-color);
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: 1em;
}

.home .custom-slider {
	background: var(--dark-gray-color);
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
}

.features-require h2 {
	font-size: 3rem;
}

.features-require .service-block-content {
	margin-top: 20px;
	background-image: linear-gradient(to bottom right,darkred, red);
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	padding: 20px;
	margin: 20px;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.1s ease-in-out;
	text-decoration: none !important;
}

.features-require .service-block-content:hover {
	transform: scale(1.05) translateY(-10px);
	opacity: 1;
}

.features-require .service-block-content .custom-hr {
	border-color: var(--light-color) !important;
}

.features-require span {
	color: var(--light-color);
	font-size: 4rem;
	margin-bottom: 10px;
}

.features-require .col-md-4 {
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.features-require img {
	border-radius: 25px;
}

.features-require ul li, .features-require ol li {
	list-style-type: none;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0;
}

.features-require ul, .features-require ol {
	padding: 0;
}

.event-title-section h2 {
	font-size: 4rem;
}

.about-masters .description-text {
	padding: 20px;
}

.about-masters:nth-of-type(even) {
	background-color: var(--dark-gray-color);
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
}

.about-masters h2 {
	font-size: 3rem;
	margin-bottom: 15px;
}

.about-masters .custom-hr {
	margin-left: 0;
}

.about-masters video {
	border-radius: 25px;
	overflow: hidden;
}

.latest-products-wrapper {
	background-color: var(--dark-color);
	border-bottom: 3px solid var(--light-color);
	padding: 20px;
}

.latest-products-wrapper h2 {
	text-align: left;
}

.latest-products-wrapper img {
	border-radius: 15px;
}

.play-icon,
.stop-icon {
	margin: 20px auto;
	display: block;
	cursor: pointer;
	width: 50px;
	background: white;
	border-radius: 50%;
	padding: 10px;
}

.stop-icon {
	display: none;
}

.music-copyright {
	position: absolute;
	bottom: 50px;
	left: 20px;
	border-left: 2px solid var(--light-color);
	padding: 10px;
	text-align: left !important;
}

.music-copyright a,
.music-copyright p {
	font-size: 1rem !important;
	margin: 0 !important;
	padding: 5px !important;
}

.music-copyright h4 {
	font-size: 1.15rem;
}

.gallery.gallery-background {
	background-image: linear-gradient(rgb(0,0,0), rgba(0,0,0,0.3)), url("https://mastersclubmyrtlebeach.com/staging/wp-content/uploads/2024/04/IMG_2208.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#main-content .faqs {
	margin-top: 100px;
}

#main-content .faq-wrap {
	margin-bottom: 50px;
}

.home .home-description-text {
	font-size: 1.5rem !important;
}

@media (max-width: 1275px) {

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	.header .video-container .header-content .header-content-inner {
		margin-top: initial;
	}

	.latest-products-wrapper .featured-merch-item h3 {
		text-align: center;
		font-size: 1.5rem;
	}

	.header.mobile {
		display: block;
		background-image: linear-gradient(transparent, rgb(0, 0, 0)), url('https://masters-gentleman-s-club.websitepro-staging.com/wp-content/uploads/2024/02/Untitled-design-9.png');
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.cart-items-mobile .cart-items {
		margin-left: -7.5px;
	}

	.header.mobile .header-content,
	.header.mobile .header-content .header-content-inner {
		width: 100%;
		max-width: 100%;
	}

	.header.mobile .header-content .header-content-inner {
		padding: 200px 20px;
	}

	/* .header {
		background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1)), url('https://masters-gentleman-s-club.websitepro-staging.com/wp-content/uploads/2024/02/Untitled-design-8.png');
	} */

	.about-masters .row h2, .about-masters .row p {
		text-align: center;
	}

	.about-masters .custom-hr {
		margin: auto;
		margin-bottom: 35px;
		display: block;
	}

	.about-masters .row .et_pb_button {
		margin: auto;
		text-align: center;
	}
}

@media (max-width: 980px) {
	.home .swiper-pagination,
	.home .swiper-button-prev,
	.home .swiper-button-next,
	.home .swiper-scrollbar {
		display: block !important;
	}

	.home-vip-call {
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.event-title-section h2 {
		font-size: 2rem;
	}

	.music-copyright {
		position: relative;
		margin-top: 25px;
		bottom: auto;
		left: auto;
		border-left: none;
		text-align: center !important;
	}

	.music-copyright a,
	.music-copyright p {
		font-size: .7rem !important;
	}

	.music-copyright h4 {
		font-size: .9rem;
	}

	.home .home-description-text {
		font-size: 1rem !important;
	}

	.about-masters:nth-of-type(odd) .row {
		flex-direction: column-reverse !important;
	}
}

@media (max-width: 992px) {
	.features-require .row .col-md-4 {
		width: 50%;
	}

	.header .header-content .header-content-inner {
		width: 100%;
	}

	.latest-products-wrapper {
		background-color: transparent;
		border: none;
		padding: initial;
	}

	.latest-products-wrapper .featured-merch-item img {
		max-width: 200px;
	}

	.latest-products-wrapper h2 {
		text-align: center;
	}

	.latest-products-wrapper .custom-hr {
		display: block;
		margin: auto;
		margin-bottom: 35px
	}
}

@media (max-width: 767px) {

	.header .header-content .header-content-inner {
		padding: 125px 20px;
	}

	.header .header-content .header-content-inner h1 {
		font-size: 2.5em;
	}
	

	.header .header-content .header-content-inner p {
		font-size: 1.25em;
	}

	.features-require h2 {
		font-size: 2.5rem;
	}

	.features-require .custom-hr {
		margin-bottom: 35px;
	}

	.about-masters h2 {
		font-size: 2.5rem;
		margin-bottom: 10px;
	}
}

@media (max-width: 576px) {

	.about-masters .description-text {
		border-left: none;
		border-right: none
	}

	.home .home-description-text {
		font-size: .8rem !important;
	}

	.features-require ul li,
	.features-require ol li {
		border-bottom: 2px solid var(--secondary-color);
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	#main-content .faqs {
		background: var(--light-color);
		margin-top: 0;
	}

	#main-content .faqs .custom-hr {
		display: none !important;
	}

	#main-content .faq-title-wrap h2 {
		margin-bottom: 0 !important;
	}

	#main-content .faqs .row {
		background-image: linear-gradient( var(--gray-color), rgb(0,0,0) );
		padding: 20px 50px;
	}

	#main-content .faq-title-wrap {
		color: var(--primary-color) !important;
		padding: 20px;
		text-align: center;
	}

	#main-content .faq-title-wrap h2 {
		color: var(--primary-color) !important;
	}
}

@media (max-width: 460px) {
	.features-require .row .col-md-4 {
		width: 100%;
	}
}

@media (max-width: 400px) {
	.header .header-content .header-content-inner h1 {
		font-size: 2em;
	}
	

	.header .header-content .header-content-inner p {
		font-size: 1em;
	}

	.features-require h2 {
		font-size: 2rem;
	}

	.features-require .custom-hr {
		margin-bottom: 20px;
	}

	.about-masters h2 {
		font-size: 2rem;
		margin-bottom: 5px;
	}
}