/*
Theme Name: Nay Network
Theme URI: https://naynetwork.com/
Author: Pastel Promo
Author URI: https://pastel.com.iq/
Description: A custom wordpress theme for nay network.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pastelnay
*/

:root {
	--bg: #26ae99;
	--dark: #212530;
	--white: #fff;
	--black: #000;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--bg); /* or dark if your logo is white */
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.loader {
	width: 50px;
	padding: 8px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--dark);
	--_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
	-webkit-mask: var(--_m);
	mask: var(--_m);
	-webkit-mask-composite: source-out;
	mask-composite: subtract;
	animation: l3 1s infinite linear;
}
@keyframes l3 {
	to {
		transform: rotate(1turn);
	}
}
html,
body {
	overflow-x: hidden;

	scroll-behavior: smooth;
}
body {
	font-family: "Changa", sans-serif;
	font-weight: 300;
	text-align: right;
	/* background: linear-gradient(to top, #f1f6fc 30%, transparent 30%); */
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
}
header.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	color: var(--whtie);
	z-index: 9;
}
header.header.logedinuser {
	margin-top: 20px;
}
.topbar {
	text-align: right;
}
.search_form {
	padding-top: 20px;
}
.search_form a {
	font-family: "Poppins", sans-serif;
	display: inline-block;
	color: #fff;
}
.search_form a.current-lang {
	display: none;
}
.joinus_page .search_form a {
	color: var(--dark);
}
.search_form form {
	display: inline-block;
	border: 1px solid var(--bg);
	border-radius: 30px;
	overflow: hidden;
	padding: 0 10px;
	margin-left: 10px;
	vertical-align: middle;
}
.search_form form input {
	background: transparent;
	border: none;
	outline: none;
	color: var(--white);
	text-align: right;
	padding: 5px 0;
}
.search_form form input::placeholder {
	color: var(--white);
}
.joinus_page .search_form form input::placeholder {
	color: var(--dark);
}
.search_form form button {
	background: transparent;
	border: none;
	outline: none;
	color: var(--white);
}
.joinus_page .search_form form button {
	color: var(--dark);
}
.navbar > .container-fluid {
	padding: 0;
}
a.navbar-brand img {
	width: 180px;
}
.navbar-nav {
	direction: rtl;
}
.navbar-nav li a {
	color: var(--white);
	margin-left: 10px;
	padding: 5px 10px;
	border-radius: 30px;
	transition: 0.2s all linear;
	font-weight: 300;
}
.joinus_page .navbar-nav li a {
	color: var(--dark);
}
.navbar-nav li.current-menu-item a,
.navbar-nav li a:hover {
	background-color: var(--bg);
}
.top_image {
	position: relative;
	height: 50vh;
	
}
.top_image.joinus_head {
	position: absolute;
	min-height: 110vh;
	top: -20%;
	right: 0;
	left: 0;
	z-index: -1;
}
.top_image.joinus_head:before {
	content: "";
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-image: url(images/bg-lines.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 70% 110%;
}
.top_image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	z-index: -2;
}
.top_image video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50vh;
	object-fit: cover;
	z-index: -1;
	
}
.top_content {
	text-align: center;
	margin-top: 220px;
	padding-bottom: 50px;
	color: var(--white);
}
/* .top_content h1 + br {
	min-height: 100px;
} */
.home_counter {
	direction: rtl;
	overflow: hidden;
	padding: 10px 100px 0px 0px;
	border-radius: 60px;
	border: 1px solid var(--black);
	margin: 70px 0px 70px;
}
.counter_box img {
	float: right;
	margin-left: 10px;
	vertical-align: revert-layer;
	width: 80px;
}
.home_logos {
	margin: 70px 0 50px;
}
.home_logos h2 {
	font-size: 28px;
	font-weight: 300;
	text-align: center;
	margin: 30px 0;
}
.logo_box {
	aspect-ratio: 1 / 1;
	position: relative;
	border: 1px solid var(--bg);
	border-radius: 20px;
	overflow: hidden;
}
.logo_box img {
	max-width: fit-content;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.creator_need {
	direction: rtl;
	position: relative;
	margin-top: 30vh;
}
.creator_need_content {
	background: var(--bg);
	padding: 50px 30px;
	border-radius: 10px;
	color: var(--white);
}
.owl-carousel {
	direction: ltr;
}

.creator-person-img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  object-position: center 42%;       /* ترفع الصورة للأعلى */
  background-color: #f0f0f0;     /* لون خلفية رمادي فاتح */
  border-radius: 90%;
}






.creator_need_content h3 {
	margin: 0;
	font-size: 2.2rem;
	max-width: 50%;
}
.creator_sliders_area {
	position: absolute;
	z-index: 1;
	width: 80%;
	left: -15%;
	bottom: -20px;
}
.creator_box {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.creator_box img {
	width: 80%;
	height: 80%;
	object-fit: cover;
	border-radius: 8px;
	transition: transform 0.3s ease;
}

/* overlay */
.creator_box:before {
	content: "";
	background: rgb(0 0 0 / 70%);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 80%;
	transform: translate(-50%, -50%);
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s all linear;
}

.creator_box:hover:before {
	opacity: 1;
	visibility: visible;
}


.creator_box > a {
	position: absolute;
	z-index: 1;
	bottom: 10%;
	right: 0;
	color: var(--white);
	padding: 20px;
	left: 0;
	text-align: center;
	font-size: 24px;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s all linear;
	pointer-events: none; /* 🔒 يمنع الضغط */
  cursor: default; /* يغير شكل المؤشر ليدل أنه غير قابل للنقر */
  text-decoration: none;
}

.creator_box:hover > a,
.creator_box:hover:before {
	opacity: 1;
	visibility: visible;
}


.creator_sliders_area .owl-nav,
.about_slider .owl-nav {
	margin-top: 20px;
	margin-right: 10%;
}
.about_slider .owl-nav {
	margin-right: 0;
}
.creator_sliders_area .owl-nav button,
.about_slider .owl-nav button {
	width: 40px;
	height: 40px;
	background: var(--black) !important;
	display: inline-block;
	color: var(--white) !important;
	border-radius: 100%;
	margin: 0 5px;
	position: relative;
	transition: 0.2s all linear;
}
.creator_sliders_area .owl-nav button:hover,
.about_slider .owl-nav button:hover {
	background-color: var(--dark) !important;
}
.owl-nav button i {
	font-size: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.about_slider .owl-nav button {
	background: var(--bg) !important;
}
/* hover boxes */
section.team_home {
	padding: 150px 0 70px;
	background-image: url(images/bg-lines.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: 50px;
	background-size: 100% 150%;
}
.music_page section.team_home {
	background: none;
	padding-top: 100px;
}
.boxContainer {
	display: flex;
	width: calc(100% - 100px);
	aspect-ratio: 1 / 0.45;
	gap: 25px;
}
.userBox {
	background-color: var(--bg);
	color: white;
	flex-shrink: 0;
	flex-grow: 0;
	width: 20%;
	display: flex;
	align-items: end;
	justify-content: center;
	transition: width 0.5s ease;
	overflow: hidden;
	border-radius: 8px;
	cursor: pointer;
	position: relative;
	min-height: 550px;
}
.userBox img {
	
	width: 100%;
	height: 100%;
	object-fit: cover;


}
.userBox .userBoxMeta {
	position: absolute;
	top: -15%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 100%;
	text-align: center;
	transition: 0.2s all linear;
	opacity: 0;
}
.userBox:hover .userBoxMeta {
	opacity: 1;
	top: 10px;
}
.userBox .userBoxSocial {
	position: absolute;
	bottom: -15%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 100%;
	text-align: center;
	transition: 0.2s all linear;
	opacity: 0;
	font-size: 30px;
}
.userBox .userBoxSocial ul li a svg {
	width: 200%;
	height: 100%;
}
.userBox:hover .userBoxSocial {
	opacity: 1;
	bottom: 0px;
}
.userBox .userBoxSocial ul li {
	display: inline-block;
}
.userBox .userBoxSocial ul li a {
	color: #fff;
	font-size: 50px;
	display: inline-block;
	width: 30px;
	transition: 0.2s all linear;
}
.userBox .userBoxSocial ul li a:hover {
	color: var(--bg);
}
.userBox .userBoxSocial ul li a svg {
	fill: var(--white);
	width: 80%;
	height: 100%;
	object-fit: cover;
	transition: 0.2s all linear;
}
.userBox .userBoxSocial ul li a:hover svg {
	fill: var(--bg);
}
.userBox .userBoxMeta h4,
.userBox .userBoxSocial h5 {
	font-size: 28px;
}
.userBox .userBoxSocial:after {
	content: "";
	background: linear-gradient(to top, black, transparent);
	width: 100%;
	height: 120%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.music_page .userBox {
	background: #4a587d;
}
section.team_home h2 {
	font-weight: 300;
	margin-bottom: 30px;
}
.theme_btn {
	background: #212530;
	display: block;
	width: fit-content;
	padding: 7px 20px;
	border-radius: 30px;
	color: var(--white);
	margin-right: auto;
}
.theme_btn svg {
	fill: var(--white);
	width: 15px;
	transform: rotate(45deg);
}
/* playbtns */
section.play_btns {
	padding: 150px 0;
	background: var(--dark);
	color: var(--white);
}
section.play_btns h3 {
	color: var(--white);
	font-size: 13vw;
}
section.play_btns h3 span {
	color: var(--bg);
}
.play_boxes {
	background: var(--white);
	margin: 50px;
	color: var(--black);
	text-align: center;
}
.play_box {
	padding: 50px 0;
	transition: 0.2s all linear;
}
.play_box h4 {
	margin: 0;
}
.play_box img {
	width: 150px;
	margin: 0px auto 20px;
}
.play_box.play_borders {
	border-left: 2px solid #dbdcdb;
	border-right: 2px solid #dbdcdb;
}
.play_silver:hover {
	background: #d9dadb;
}
.play_gold:hover {
	background: #e0bc53;
}
.play_diamond:hover {
	background: linear-gradient(180deg, #fcfffd, #c7cac8);
}
section.social_circle {
	background-image: url(images/bg-lines.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 46% 70%;
	padding: 150px 0;
	/* animation: moveLines 4s linear infinite; */
}
.social_circle h3 {
	font-size: 3rem;
	color: var(--bg);
}
.social_circle .theme_btn {
	margin: 20px 0 0 auto;
}

@keyframes moveLines {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 100% 0;
	}
}
.typewriter-wrapper {
	overflow: hidden;
	transition: height 0.5s ease;
	display: inline-block;
}
.join_inner {
	padding: 150px 50px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}
.join_inner:before {
	content: "";
	background-image: url(images/music-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	z-index: -1;
	opacity: 0.3;
}
.join_inner:after {
	content: "";
	background-color: #212530;
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	width: 100%;
	z-index: -2;
	opacity: 1;
}
.music_page .join_inner:after {
	background-color: #4a587d;
}
.join_inner a {
	display: block;
	background: var(--white);
	padding: 15px 30px;
	border-radius: 50px;
	text-align: center;
	color: var(--bg);
	transition: 0.2s all linear;
	margin: 0 auto;
}
.music_page .join_inner {
	text-align: center;
}
.music_page .join_inner a {
	color: #4a587d;
	width: fit-content;
	margin: 50px auto 0;
}
.join_inner a:hover {
	background: var(--bg);
	color: var(--white);
}
.creators_page .join_inner a {
	width: fit-content;
	margin: 20px auto 0;
	padding: 15px 50px;
}
.footer {
	direction: rtl;
	position: relative;
	background: var(--dark);
	padding: 0px 50px;
	margin-top: 150px;
	color: var(--white);
	border-radius: 40px 40px 0 0;
}
.footer:before {
	content: "";
	width: 100%;
	height: 130px;
	border-radius: 300px 300px 0 0;
	position: absolute;
	left: 0;
	top: -90px;
	background: var(--dark);
	z-index: -1;
}

.footer_contact {
	text-align: left;
}
p.footer_email {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 2.5rem;
}
ul.footer_social {
	direction: ltr;
}
ul.footer_social li {
	display: inline-block;
}
ul.footer_social li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: var(--black);
	text-align: center;
	color: var(--white);
	padding-top: 4px;
	border-radius: 100%;
	transition: 0.2s all linear;
}
ul.footer_social li a:hover {
	background: var(--bg);
}
ul.footer_menu li {
	display: inline-block;
	width: 28%;
}
ul.footer_menu {
	margin-top: 30px;
}
ul.footer_menu li a {
	display: inline-block;
	margin-bottom: 10px;
	color: var(--white);
	transition: 0.2s all linear;
}
ul.footer_menu li a:hover {
	color: var(--bg);
}
p.designby {
	text-align: left;
	direction: ltr;
	margin-top: 30px;
}
p.designby img {
	display: inline-block;
	max-height: 20px;
}
p.copywrite {
	margin-top: 30px;
}
.about_head {
	background-color: #252a36;
	padding-top: 200px;
	color: var(--white);
	position: relative;
	margin-bottom: 30px;
}
.about_head:before {
	content: "";
	background-image: url(images/bg-lines.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0.06;
	transition: 0.5s all linear;
	animation: lines_animation 8s infinite linear;
}
@keyframes lines_animation {
	0% {
		top: 0%;
		right: 0%;
	}
	50% {
		top: -5%;
		right: 5%;
	}
	100% {
		top: 0%;
		right: 0;
	}
}
.about_head .top_img img {
	position: relative;
	top: 30px;
}
section.about_content {
	padding: 200px 100px 0;
	text-align: center;
}
section.about_content h2 {
	color: var(--bg);
}
.about_help_content {
	padding: 150px 0px 0;
}
.about_help h2 {
	color: var(--bg);
}
.about_slider {
	right: 100px;
}
.about_slide_box {
	background: #252a36;
	color: var(--white);
	border-radius: 15px;
	padding: 20px;
	transition: 0.2s all linear;
}
.about_slide_box.dark {
	background: #252a36;
}
.about_slide_box.red {
	background: #d82723;
}
.about_slide_box.gray {
	background: #4a587d;
}
.about_slide_box.gray2 {
	background: #a790ec;
}
.about_slide_box:hover {
	background: var(--dark);
}
section.about_join {
	padding: 100px 0 0;
}
.join_content {
	padding: 100px;
	background: var(--bg);
	border-radius: 20px;
	position: relative;
}
.join_content:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(images/bg-lines.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 60%;
}
.join_content p {
	font-size: 3rem;
	font-weight: 500;
	color: var(--white);
	z-index: 9;
}
.join_content a {
	display: block;
	width: fit-content;
	background: var(--white);
	padding: 10px 30px;
	border-radius: 30px;
	color: var(--dark);
	transition: 0.2s all linear;
}
.join_content a:hover {
	background: var(--dark);
	color: var(--white);
}
.join_now h2 {
	color: var(--white);
	margin-bottom: 16px;
}
.creators_page .join_now h2 {
	text-align: center;
}
.contact_box {
	border: 1px solid gray;
	margin-bottom: 15px;
	padding: 10px;
	text-align: center;
	border-radius: 70px;
}
.contact_box strong {
	font-weight: 300;
	font-size: 18px;
}
.contact_box p {
	margin: 0;
}
.contact_box p.phone {
	font-size: 22px;
	font-weight: 400;
}
.contact_social li {
	display: inline-block;
}
.contact_social li a {
	display: block;
	width: 30px;
	height: 30px;
	background: var(--dark);
	color: var(--white);
	font-size: 14px;
	padding-top: 5px;
	border-radius: 100%;
	text-align: center;
}
.contact_form br {
	display: none;
}
.contact_form label {
	font-size: 18px;
}
.contact_form input,
.contact_form textarea,
.contact_form select {
	display: block;
	width: 100%;
	border: none;
	outline: none;
	background: #e3e3e3;
	padding: 10px;
	border-radius: 30px;
	margin: 5px 0 10px;
	font-weight: 300;
	text-align: right;
}
.contact_form select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #e3e3e3 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" /></svg>') no-repeat;
	background-position: left 10px center;
	background-size: 16px;
}
.contact_form textarea {
	height: 150px;
	resize: none;
	border-radius: 10px;
}
.contact_form button {
	background: var(--bg);
	outline: none;
	border: none;
	border-radius: 30px;
	padding: 10px 30px;
	color: var(--white);
	display: block;
	margin-top: 20px;
}
.contact_form button i {
	margin-right: 30px;
	transform: rotate(-45deg);
}
.contact_form button svg {
	width: 22px;
	margin-right: 40px;
}
.joinus_page .about_help {
	margin-top: 100px;
}
.joinus_page h2 {
	text-align: center;
	color: var(--dark);
	line-height: 60px;
	font-size: 3rem;
}
.music_icon {
	border: 1px solid #ccc;
	border-radius: 30px;
	padding: 10px 30px;
	margin: 50px 0;
}
.music_icon img {
	margin: 0 auto;
}
.music_icons .home_logos_slider {
	padding: 0px 50px;
	border: 1px solid #707070;
	border-radius: 50px;
}
.music_page .logo_box {
	aspect-ratio: 1 / 0.5;
	border: none;
}
.music_tabs h3 {
	font-weight: 300;
	font-size: 28px;
	margin: 30px 0;
}
.music_tabs .nav-pills .nav-link {
	font-size: 4rem;
	text-align: right;
	font-weight: 500;
	color: #ccc;
}
.music_tabs .nav-pills .nav-link.active {
	background: transparent;
	color: var(--dark);
}
.music_tabs.creator_tabs .nav-pills .nav-link {
	font-size: 22px;
}
.tab_content img {
	width: 100%;
	margin-bottom: 20px;
}
.creator_images_box {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: var(--bg);
	border-radius: 100%;
}
.creator_images_box img {
	margin-top: -30px;
}
.creator_slider_outer {
	border: 1px solid #707070;
	padding: 10px 50px;
	border-radius: 30px;
	margin: 50px 0;
}
.mehbox_box_large img {
	border-radius: 40px;
	overflow: hidden;
	margin-bottom: 20px;
}
.mehboob_right ul li {
	color: #707070;
	font-size: 1.4rem;
}
.mehboob_right ul li:first-child {
	color: #000;
}
section.creator_circle {
	padding: 100px 0;
}
section.creator_circle h3 {
	font-size: 2rem;
	color: var(--bg);
}
.creator_circle_img {
	position: relative;
}
.creator_circle_img:before {
	content: "";
	height: 130%;
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(0%, -50%);
	z-index: -1;
	background: var(--bg);
	aspect-ratio: 1 / 1;
	border-radius: 100%;
}
.creator_circle_img img {
	width: 70%;
}
section.creator_main_slider {
	padding: 50px 0;
}
section.creator_main_slider h2 {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 200;
}
.creator_slider_main .owl-stage {
	padding-left: 0 !important;
}
.creator_slider_main .owl-nav {
	position: relative;
	text-align: left;
	margin-top: 30px;
	margin-left: 30px;
}
.creator_slider_main .owl-nav button {
	position: relative;
	width: 50px;
	height: 50px;
	text-align: center;
	display: inline-block;
	background: var(--bg) !important;
	color: var(--white) !important;
	border-radius: 100%;
	margin-left: 20px;
}
.creator_slide_box {
	border: 1px solid #707070;
	border-radius: 40px;
	overflow: hidden;
}
.creator_main_inner {
	padding: 50px;
}
.creator_main_inner img {
	height: 30px;
	width: auto !important;
	margin: 0 0 20px auto;
}
.creator_main_inner h3 {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 20px;
}
ul.slider_numbers {
	margin-top: 50px;
}
ul.slider_numbers li {
	display: inline-block;
	margin-left: 20px;
	direction: rtl;
}
ul.slider_numbers li span {
	font-size: 1.4rem;
	margin-left: 10px;
}
.creator_main_img {
	min-height: 500px;
	height: 100%;
	overflow: hidden;
}
.creator_main_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.faq_area {
	padding: 100px 0 50px;
}
.faq_area .col-sm-12 > h2 {
	font-size: 8rem;
	padding-bottom: 20px;
	margin: 0;
}
div#faq_accordion {
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	border-top: 1px solid #707070;
	counter-reset: accordion-counter;
}
div#faq_accordion .accordion-header {
	position: relative;
	padding-left: 40px; /* space for number */
	counter-increment: accordion-counter;
}
div#faq_accordion .accordion-header::before {
	content: "(" counter(accordion-counter, decimal-leading-zero) ")";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-weight: bold;
	color: #000;
	font-size: 16px;
	z-index: 3;
}
div#faq_accordion .accordion-header::after {
	content: "+";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 100;
	border: 1px solid #707070;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	text-align: center;
	line-height: 24px;
	font-size: 26px;
}
#faq_accordion h2 {
	background: transparent;
	text-align: right;
	display: flex;
	justify-self: center;
	border: none !important;
	box-shadow: none;
	padding: 0 !important;
	width: 100%;
}
#faq_accordion .accordion-button {
	text-align: right;
	display: block;
	background-color: transparent;
	box-shadow: none;
	margin-right: 30vw;
}

#faq_accordion .accordion-body {
	width: calc(100% - 30vw);
}
#faq_accordion .accordion-item {
	border-bottom: 1px solid #707070;
	padding: 20px;
	position: relative;
	background: transparent;
}
section.play_btns h4 span {
	display: none;
}
/* .wave-container {
	background: #ccc;
	height: 400px;
	margin: 50px 0;
	overflow: hidden;
	position: relative;
}
.wave {
	position: absolute;
	width: 20%;
	height: 300%;
	border: 2px solid #26ae99;
	border-radius: 60% 60%;
	top: 60%;
	left: 50%;
	transform: translate(-50%, 0%) rotate(10deg);
	animation: lines_animation 6s infinite linear;
}
.wave.wave2 {
	width: 25%;
	top: 50%;
	animation: lines_animation 5s infinite reverse linear;
}
.wave.wave3 {
	width: 30%;
	top: 40%;
}
.wave.wave4 {
	width: 35%;
	top: 30%;
	animation: lines_animation 5s infinite reverse linear;
}
.wave.wave5 {
	width: 40%;
	top: 20%;
}
.wave.wave6 {
	width: 45%;
	top: 10%;
	animation: lines_animation 5s infinite reverse linear;
}
.wave.wave7 {
	width: 50%;
	top: 0%;
}

@keyframes lines_animation {
	0% {
		border-radius: 50% 60%;
	}
	25% {
		border-radius: 70% 60%;
	}
	50% {
		border-radius: 80% 60%;
	}
	75% {
		border-radius: 70% 60%;
	}
	100% {
		border-radius: 50% 60%;
	}
} */
button.navbar-toggler {
	border: none;
	outline: none;
	box-shadow: none;
}
button.navbar-toggler svg {
	width: 30px;
	fill: var(--white);
}
@media (max-width: 767px) {
	.top_image {
		height: 600px;
	}
	.navbar-nav {
		width: 100%;
		background: #000000ba;
		padding: 20px;
	}
	.navbar-nav li a {
		display: block;
		text-align: center;
		padding: 10px;
	}
	.home_logos {
		margin: 20px 0 20px;
	}
	.home_counter {
		padding: 20px;
		border-radius: 40px;
		margin-bottom: 0;
	}
	.counter_box {
		text-align: center;
	}
	.counter_box img {
		float: unset;
		margin: 0 auto 10px;
	}
	.counter_box p {
		font-size: 20px;
		font-weight: bold;
	}
	.creator_need {
		margin-top: 50px;
	}
	.creator_need_content h3 {
		max-width: 100%;
		margin-bottom: 180px;
	}
	section.team_home {
		background-size: 100% 100%;
		padding: 50px 0;
	}
	section.play_btns,
	section.social_circle,
	section.faq_area {
		padding: 50px 0;
	}
	.join_inner {
		padding: 50px 50px;
	}
	.social_circle h3 {
		font-size: 2.5rem;
	}
	.boxContainer {
		display: flex;
		width: calc(100% - 40px);
		aspect-ratio: 1 / 0.45;
		gap: 10px;
		margin-top: 20px;
	}
	/* .boxContainer {
		display: flex;
		width: calc(110% - 100px);
		aspect-ratio: 1 / 0.45;
		gap: 25px;
		margin-top: 20px;
	}
	.userBox {
		width: 24% !important;
	} */
	section.play_btns h3 {
		font-size: 16vw;
	}
	.play_boxes {
		margin: 20px;
	}
	.join_inner a {
		margin: 10px 0;
	}
	.faq_area .col-sm-12 > h2 {
		font-size: 6rem;
	}
	#faq_accordion .accordion-button {
		width: 82%;
		margin: 0 auto;
	}
	.footer {
		padding: 0 10px;
	}
	.footer:before {
		border-radius: 150px 150px 0 0;
	}
	p.footer_email {
		font-size: 1.5rem;
		text-align: center;
		margin-top: 10px;
	}
	ul.footer_social {
		text-align: center;
	}
	ul.footer_social li a {
		width: 50px;
		height: 50px;
		padding-top: 14px;
	}
	p.designby {
		text-align: center;
	}
	.music_tabs .nav-pills .nav-link {
		font-size: 1.6rem;
	}
	.creator_main_img {
		min-height: 250px;
	}
	.creator_main_inner {
		padding: 10px;
	}
	.joinus_page button.navbar-toggler svg {
		fill: var(--black);
	}
	.top_image.joinus_head:before {
		background-size: 70% 50%;
	}
	.joinus_page .navbar-nav li a {
		color: var(--white);
	}
	.about_head .top_img img {
		top: 0;
	}
	.about_page .top_image {
		height: 420px;
		padding-top: 150px;
	}
	.about_page .top_img h1 {
		margin-top: 20px;
		text-align: center;
	}
	section.about_content {
		padding: 100px 10px 0;
		text-align: center;
	}
	.join_content {
		padding: 50px 20px;
	}
	.join_content p {
		font-size: 2rem;
		margin-top: 20px;
	}
	#faq_accordion .accordion-body {
		width: calc(100% - 0vw);
	}
	.userBox {
		min-height: 220px;
		height: 220px;
	}
	.userBox .userBoxMeta {
		top: -30%;
		transition: 0.5s all linear;
	}
	.userBox .userBoxSocial {
		bottom: -30%;
		transition: 0.5s all linear;
	}
	.userBox .userBoxMeta h4,
	.userBox .userBoxSocial h5 {
		font-size: 12px;
	}
	.userBox .userBoxSocial ul li a {
		font-size: 12px;
		width: 12px;
		margin: 0 -2px;
	}
	.userBox .userBoxSocial ul li a svg {
		width: 90%;
	}
}
.userBox .userBoxMeta span {
	display: none;
}
.join_content a {
	position: relative;
	z-index: 5;
}

.join_content p {
	position: relative;
	z-index: 2;
	margin-top: 30px;
}


@keyframes bgMove {
  0% {
    background-position: right center;
  }
  50% {
    background-position: calc(100% + 20px) center;
  }
  100% {
    background-position: right center;
  }
}

section.social_circle {
  animation: bgMove 8s ease-in-out infinite;
}


.number_counter {
  display: inline-block;
  font-weight: 400;
  font-size: 2em;
  perspective: 80px; /* لتفعيل العمق */
}

.number_counter span {
  display: inline-block;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform-origin: center;
  transform-style: preserve-3d;
}

.number_counter span.spin {
  transform: rotateX(360deg);
  opacity: 0.9;
}


/* تقليل حجم الحقول والمسافات */
.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form input[type="url"],
.contact_form select,
.contact_form textarea {
  font-size: 14px;
  padding: 8px 12px;
  height: auto;
}

.contact_form label {
  font-size: 13px;
  margin-bottom: 4px;
  display: block;
}

.contact_form .form-group {
  margin-bottom: 12px;
}

/* زر الإرسال */
.contact_form .cf7-submit-custom {
  padding: 8px 16px;
  font-size: 14px;
}

/* لتقليل عرض النموذج بالكامل */
.contact_form {
  max-width: 90%;
  margin: auto;
}

.contact_form select {
  font-size: 14px;
  padding: 8px 12px;
  height: auto;
  border-radius: 6px;
  max-width: 100%;
  width: 100%;
  appearance: none;
  
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20,50 70,100 120,50' stroke='%23666' stroke-width='15' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}

.wpcf7-not-valid-tip {
  font-size: 13px !important;
  color: #e74c3c; /* أحمر واضح */
  margin-top: 4px;
}

