/* Import Google Fonts */
/*@import 'https://fonts.googleapis.com/css?family=Amiri|Droid+Arabic+Kufi|Roboto:400+500'; */

@import url('https://fonts.googleapis.com/css?family=Heebo|Heebo:700,200,300');

/* Set a unified style */
* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	border: 0px;
}

a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

input[type='submit'] {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

body {
	font-size: 13px;
	font-family: 'Heebo', sans-serif;
	background: #F8F8F8;
	color: #424242;
}

p {
	font-family: 'Heebo', sans-serif;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

*::-webkit-scrollbar {
	width: 10px;
}

*::-webkit-scrollbar-track {
	background: #F8F8F8;
}

*::-webkit-scrollbar-thumb {
	background: #929292;
}

/* Set a clear fix */
.lx-clear-fix {
	clear: both;
}

/* Color Setting */
.lx-settings {
	position: fixed;
	z-index: 11;
	top: 100px;
	left: -111px;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
}

.lx-settings>i {
	display: block;
	float: right;
	width: 40px;
	padding: 10px 0px;
	font-size: 20px;
	text-align: center;
	background: #424242;
	color: #FFFFFF;
	cursor: pointer;
}

.lx-colors {
	float: right;
	width: 111px;
	padding: 10px;
	padding-bottom: 5px;
	background: #424242;
}

.lx-colors>a span {
	display: inline-block;
	min-width: 20px;
	min-height: 20px;
}

.lx-yellow {
	background: #FFA500;
}

.lx-green {
	background: #00b159;
}

.lx-purple {
	background: #e86af0;
}

.lx-pink {
	background: #d11141;
}

.lx-blue {
	background: #00aedb;
}

.lx-gray {
	background: #242424;
}

.lx-orange {
	background: #f37735;
}

.lx-red {
	background: #cc181e;
}

/* Set the layouts */
.lx-g1 {
	position: relative;
	width: 100%;
	padding: 15px;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g1-f {
	position: relative;
	width: 100%;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g2 {
	float: left;
	position: relative;
	width: 50%;
	padding: 15px;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g2-f {
	float: left;
	position: relative;
	width: 50%;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g3 {
	float: left;
	position: relative;
	width: 33.33%;
	padding: 15px;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g3-f {
	float: left;
	position: relative;
	width: 33.33%;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g3-2 {
	float: left;
	position: relative;
	width: 66.66%;
	padding: 15px;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g3-2-f {
	float: left;
	position: relative;
	width: 66.66%;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g4 {
	float: left;
	position: relative;
	width: 25%;
	padding: 15px;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g4-f {
	float: left;
	position: relative;
	width: 25%;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g4-3 {
	float: left;
	position: relative;
	width: 75%;
	padding: 15px;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g4-3-f {
	float: left;
	position: relative;
	width: 75%;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g5 {
	float: left;
	position: relative;
	width: 20%;
	padding: 15px;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g5-f {
	float: left;
	position: relative;
	width: 20%;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g5-2 {
	float: left;
	position: relative;
	width: 40%;
	padding: 15px;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g5-2-f {
	float: left;
	position: relative;
	width: 40%;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g5-3 {
	float: left;
	position: relative;
	width: 60%;
	padding: 15px;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g5-3-f {
	float: left;
	position: relative;
	width: 60%;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g5-4 {
	float: left;
	position: relative;
	width: 80%;
	padding: 15px;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g5-4-f {
	float: left;
	position: relative;
	width: 80%;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g6 {
	float: left;
	position: relative;
	width: 16.66%;
	padding: 15px;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g6-f {
	float: left;
	position: relative;
	width: 16.66%;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g6-5 {
	float: left;
	position: relative;
	width: 83.33%;
	padding: 15px;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g6-5-f {
	float: left;
	position: relative;
	width: 83.33%;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g8 {
	float: left;
	position: relative;
	width: 12.5%;
	padding: 15px;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g8-f {
	float: left;
	position: relative;
	width: 12.5%;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g8-7 {
	float: left;
	position: relative;
	width: 87.5%;
	padding: 15px;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.lx-g8-7-f {
	float: left;
	position: relative;
	width: 87.5%;
	opacity: 1.0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

@media(max-width:768px) {
	.lx-g1 {
		width: 100%;
	}

	.lx-g1-f {
		width: 100%;
	}

	.lx-g2 {
		width: 100%;
	}

	.lx-g2-f {
		width: 100%;
	}

	.lx-g3 {
		width: 100%;
	}

	.lx-g3-f {
		width: 100%;
	}

	.lx-g3-2 {
		width: 100%;
	}

	.lx-g3-2-f {
		width: 100%;
	}

	.lx-g4 {
		width: 100%;
	}

	.lx-g4-f {
		width: 100%;
	}

	.lx-g4-3 {
		width: 100%;
	}

	.lx-g4-3-f {
		width: 100%;
	}

	.lx-g5 {
		width: 100%;
	}

	.lx-g5-f {
		width: 50%;
	}

	.lx-g5-2 {
		width: 100%;
	}

	.lx-g5-2-f {
		width: 100%;
	}

	.lx-g5-3 {
		width: 100%;
	}

	.lx-g5-3-f {
		width: 100%;
	}

	.lx-g5-4 {
		width: 100%;
	}

	.lx-g5-4-f {
		width: 100%;
	}

	.lx-g6 {
		width: 100%;
	}

	.lx-g6-f {
		width: 100%;
	}

	.lx-g6-5 {
		width: 100%;
	}

	.lx-g6-5-f {
		width: 100%;
	}

	.lx-g8 {
		width: 100%;
	}

	.lx-g8-f {
		width: 100%;
	}

	.lx-g8-7 {
		width: 100%;
	}

	.lx-g8-7-f {
		width: 100%;
	}
}

/* Gallery effects */
.lx-col-hide {
	width: 0%;
	margin: 0%;
	padding: 0%;
	opacity: 0.0;
	transform: scale(0.0);
}

.wide-ratio-box {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	background: black;
}

.medium-ratio-box {
	width: 30%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	background: black;
}

.wide-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wide-ratio-box-large {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	position: relative;
	background: black;
}

.wide-ratio-box-56 {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	background: black;
}

.wide-ratio-box {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	background: black;
}


.wide-video-large {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

.img-zoom {
	cursor: zoom-in;
}

/* campaign css */
.banner {
	width: 100%;
	background: #024778;
	position: relative;
}

.BackBtn {
	position: absolute;
	top: 50px;
	right: 50px;
	background: #fff;
	border-radius: 32px;
	font-size: 16px;
	line-height: normal;
	color: #000;
	box-shadow: 0 0 10px #000;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner video {
	width: 100%;
}

.banner .banner-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	font-size: 110px;
	color: #fff;
	cursor: pointer;
	text-shadow: 0 0 20px #000;
	transition: all 0.3s ease;
	opacity: 0.9;
}

.banner .banner-icon:hover {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.1);
	color: #ffd700;
}

/* Campaign Intro Text Section */
.campaign-intro-text {
	background: #024778;
	padding: 40px 20px 50px;
	direction: rtl;
}

.campaign-intro-text .intro-wrapper {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 0;
}

.campaign-intro-text .intro-text-side {
	flex: 1;
	padding: 20px 40px 20px 80px;
	font-size: 18px;
	line-height: 1.85;
	color: #ffc161;
	text-align: right;
}

.campaign-intro-text .intro-divider {
	width: 2px;
	align-self: stretch;
	margin: 10px 0;
	background: linear-gradient(180deg, transparent 0%, #ffc161 15%, #ffc161 85%, transparent 100%);
	position: relative;
}

.campaign-intro-text .intro-divider::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 100%;
	background: linear-gradient(180deg, transparent 0%, rgba(255, 193, 97, 0.6) 15%, rgba(255, 193, 97, 0.6) 85%, transparent 100%);
	filter: blur(15px);
	pointer-events: none;
}

.campaign-intro-text .intro-video-side {
	flex: 1;
	padding: 20px 30px 20px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.campaign-intro-text .intro-video {
	width: 100%;
	max-width: 480px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.campaign-intro-text .intro-donate-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 50px;
	gap: 40px;
}

.campaign-intro-text .intro-donate-section .campaign-banner-button {
	padding: 12px 25px;
	text-decoration: none;
	background-color: #FFC161;
	color: #024778;
	border-radius: 10px;
	font-weight: bold;
	font-size: 17px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 15px rgba(255, 193, 97, 0.5);
	transition: all 0.3s ease;
}

.campaign-intro-text .intro-donate-section .campaign-banner-button:hover {
	transform: scale(1.05);
	box-shadow: 0 6px 20px rgba(255, 193, 97, 0.6);
}

.campaign-intro-text .intro-banner-image {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	width: 100%;
	max-width: 400px;
}

.campaign-intro-text .intro-banner-image img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

.campaign-intro-text .intro-banner-image:hover img {
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.campaign-intro-text p {
	margin: 0 0 14px 0;
}

.campaign-intro-text .intro-main {
	font-size: 19px;
}

.campaign-intro-text .intro-main strong {
	color: #ffcf87;
}

.campaign-intro-text .intro-opportunity strong {
	color: #ffcf87;
}

.campaign-intro-text .intro-details {
	opacity: 0.95;
}

.campaign-intro-text .intro-call {
	opacity: 0.95;
}

.campaign-intro-text .intro-highlight {
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 193, 97, 0.3);
}

.campaign-intro-text .highlight-text {
	font-weight: bold;
	color: #ffcf87;
	font-size: 19px;
}

.campaign-intro-text .highlight-price {
	display: block;
	margin-top: 8px;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	text-shadow: 0 0 10px rgba(255, 193, 97, 0.5);
}

@media (max-width: 900px) {
	.campaign-intro-text .intro-wrapper {
		flex-direction: column;
	}
	
	.campaign-intro-text .intro-text-side {
		padding: 20px;
		text-align: center;
	}
	
	.campaign-intro-text .intro-divider {
		width: 80%;
		height: 3px;
		min-height: auto;
		margin: 20px auto;
		background: linear-gradient(90deg, transparent 0%, #ffc161 15%, #ffc161 85%, transparent 100%);
	}
	
	.campaign-intro-text .intro-video-side {
		padding: 20px;
	}
	
	.campaign-intro-text .intro-video {
		max-width: 100%;
	}
	
	.campaign-intro-text .intro-donate-section {
		margin-top: 15px;
	}
	
	.campaign-intro-text .intro-banner-image {
		max-width: 100%;
	}
}

/* English version - LTR */
.campaign-intro-text.campaign-intro-text-en {
	direction: ltr;
}

.campaign-intro-text.campaign-intro-text-en .intro-text-side {
	text-align: left;
	padding: 20px 50px 20px 40px;
}

.campaign-intro-text.campaign-intro-text-en .intro-video-side {
	padding: 20px 40px 20px 30px;
}


@media (max-width: 768px) {
	.campaign-intro-text {
		padding: 25px 15px;
	}
	
	.campaign-intro-text .intro-text-side {
		font-size: 16px;
	}
	
	.campaign-intro-text .intro-main {
		font-size: 17px;
	}
	
	.campaign-intro-text .highlight-text {
		font-size: 17px;
	}
	
	.campaign-intro-text.campaign-intro-text-en .intro-text-side {
		text-align: center;
		padding: 20px;
	}
	
	.campaign-intro-text .highlight-price {
		font-size: 19px;
	}
}

.about-campaign {
	background-color: #024778;
	margin: auto;
}

.about-campaign-container {
	display: flex;
	justify-content: center;
	gap: 30px;
	padding: 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.about-campaign-right {
	flex: 0 1 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 500px;
}

.about-campaign .about-content,
.about-campaign .video-content,
.about-campaign .service-price {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0px;
}

.about-campaign .video-content {
	margin-top: 0;
}

.campaign-banner-content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0px;
	width: 100%;
	margin-top: -20px;
	margin-bottom: 15px;
}

.campaign-banner-content .btn-link {
	padding: 12px 25px;
	text-decoration: none;
	background-color: #FFC161;
	color: #024778;
	border-radius: 10px;
	font-weight: bold;
	font-size: 17px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 15px rgba(255, 193, 97, 0.5);
	animation: pulse 2s ease-in-out infinite;
	transition: all 0.3s ease;
	display: inline-block;
}

.campaign-banner-content .btn-link:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(255, 193, 97, 0.6);
	background-color: #ffd180;
}

@keyframes pulse {
	0%, 100% {
		transform: scale(1);
		box-shadow: 0 2px 8px rgba(255, 193, 97, 0.4);
	}
	50% {
		transform: scale(1.1);
		box-shadow: 0 4px 16px rgba(255, 193, 97, 0.6);
	}
}

.campaign-banner-image {
	width: 100%;
	max-width: 480px;
	padding: 0 15px;
}

.campaign-banner-image img {
	width: 100%;
	border-radius: 10px;
}

.about-campaign .about-content .btn-link {
	padding: 6px 15px;
	text-decoration: none;
	background-color: #FFC161;
	color: #024778;
	border-radius: 10px;
}

.about-campaign .video-content .video-link {
	max-width: 480px;
	width: 100%;
}

.about-campaign .service-price {
	gap: 20px;
	overflow: auto;
}

.about-campaign .service-price .price-items {
	width: 200px;
	/* height: 174px; */
	padding: 5px 10px;
	transition: all 0.5s;
	min-width: 150px;
}

.about-campaign .service-price .price-items:hover {
	cursor: pointer;
	background-color: rgb(178, 131, 60);
}

.about-campaign .service-price .price-items .price-box {
	/* width: 70%; */
	/* width: calc(100% - 150px); */
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.about-campaign .service-price .price-items .price-box img {
	width: 100%;
}

.about-campaign .service-price .price-items .price-text {
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.section-fund-raised {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background-color: #eefcff;
	gap: 15px;
	padding-bottom: 10px;
	text-align: center;
}

.fund-raised {
	padding: 50px 0;
	margin-bottom: 60px;
}

.section-fund-raised .title-fund {
	color: #32444b;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.section-fund-raised .arrow-goal {
	width: 260px;
	max-width: 60vw;
	overflow: hidden;
	display: block;
	/* vertical-align: middle; */
	margin: auto;
}

.section-fund-raised .arrow-goal .arrow-top {
	border: 0 solid #e5e7eb;
	stroke: #e5e7eb;
	fill: #e5e5e5;
}

.section-fund-raised .arrow-goal .arrow-path {
	stroke: #e5e5e5;
	outline-style: none;
	border: 0 solid #e5e7eb;
	box-sizing: border-box;
}

.section-fund-raised .arrow-goal .arrow-stroke-default {
	stroke-dasharray: 44.6, 223;
	stroke: #213b7f;
}

.section-fund-raised .price-fund {
	color: #213b7f;
	font-size: 45px;
	font-weight: 200;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.section-fund-raised .price-total {
	color: rgb(165, 129, 48);
	font-weight: bold;
	font-size: 45px;
}

.section-fund-raised .price-goal {
	color: rgb(165, 129, 48);
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
}

.fund-share-options {
	padding-bottom: 40px;
	margin-bottom: 3rem !important;
}

.fund-share-options .btn-fund {
	background-color: #024778;
	color: #fff;
	border-radius: 34px;
	padding: 15px 20px;
	letter-spacing: 0.25em;
	font-size: 14px;
	font-weight: 900;
	border: 1px solid #213b7f;
	cursor: pointer;
	text-transform: uppercase;
}

.campaign-contact {
	width: 100%;
	text-align: center;
	margin: 25px 0;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px 25px;
}

.campaign-contact .contact-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.campaign-contact .contact-item .item-label {
	color: #555;
	font-size: 15px;
	font-weight: 500;
}

.campaign-contact .contact-item .item-value a {
	color: #024778;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	transition: color 0.2s ease;
}

.campaign-contact .contact-item .item-value a:hover {
	color: #a68130;
}

.campaign-contact .contact-whatsapp a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #128C7E;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 16px;
	background: rgba(37, 211, 102, 0.12);
	border-radius: 20px;
	transition: all 0.2s ease;
}

.campaign-contact .contact-whatsapp a:hover {
	background: rgba(37, 211, 102, 0.22);
}

.campaign-contact .contact-call {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 16px;
	font-weight: 600;
	color: #024778;
}

.campaign-contact .contact-call i {
	color: #a68130;
}

@media (max-width: 600px) {
	.campaign-contact {
		flex-direction: column;
		gap: 12px;
	}
}

.section-scroll {
	width: 90%;
	max-width: 1200px;
	margin: 30px auto;
	padding: 20px 0;
}

.section-scroll .owl-theme .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	margin: 0 6px;
	display: inline-flex;
	border: 2px solid #024778;
	border-radius: 100%;
	transition: all 0.3s ease;
}

.section-scroll .owl-theme .owl-dots .owl-dot.active {
	background: #024778;
	transform: scale(1.2);
}

.section-scroll .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0;
}

.section-scroll .owl-nav {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.section-scroll .owl-nav button {
	pointer-events: auto;
	background: rgba(2, 71, 120, 0.8) !important;
	color: #fff !important;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	font-size: 24px !important;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.section-scroll .owl-nav button:hover {
	background: #024778 !important;
	transform: scale(1.1);
}

.section-scroll .owl-dots {
	position: relative;
	bottom: auto;
	left: auto;
	transform: none;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.section-scroll .item {
	margin: 0px 10px;
	max-width: 280px;
}

.section-scroll .item .video-campaign {
	width: 100%;
	object-fit: cover;
	height: 380px;
	border-radius: 15px;
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
	transition: all 0.3s ease;
	cursor: pointer;
}

.section-scroll .item .video-campaign:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

.section-auto-scroll {
	width: 95%;
}

.section-auto-scroll .item-img {
	width: 100%;
}

.section-data-card {
	background-color: #eefcff;
	padding-bottom: 60px;
	width: 100%;
}

.section-data-card .nav-pills .nav-link {
	color: #8a8b8c;
	font-weight: 400;
	font-size: 18px;
	padding: 20px 40px;
	background-color: transparent;
	border: none;
	border-bottom: 3px solid transparent;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
	border-radius: 0px;
	position: relative;
}

.section-data-card .nav-pills .nav-link:hover {
	color: #32444b;
}

.section-data-card .nav-pills .nav-link.active {
	color: #32444b;
	font-weight: 900;
	border-bottom-color: #a68130;
}

.section-data-card .nav-pills .nav-link::after {
	border: 8px solid transparent;
	border-top: 8px solid #a68130;
	bottom: -18px;
	content: "";
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: all .2s ease-in-out;
}

.section-data-card .nav-pills .nav-link.active::after {
	opacity: 1;
}

.section-data-card .tab-content .tab-pane .display-item {
	/* display: flex;
	justify-content: center;
	width: 100%; */
}

.about-item {
	background: linear-gradient(135deg, #024778 0%, #0a5a8a 25%, #a68130 75%, #d4a84b 100%);
	height: auto;
	min-height: auto;
	padding: 50px 30px;
	text-align: center;
	border-radius: 20px;
	margin: 0 auto 30px;
	max-width: 900px;
	box-shadow: 0 10px 40px rgba(2, 71, 120, 0.3);
	position: relative;
	overflow: hidden;
}

.about-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.1) 0%, transparent 50%);
	pointer-events: none;
}

.about-item__moto {
	margin-bottom: 15px;
}

.about-item__moto b {
	color: rgba(255, 255, 255, 0.9);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.about-item__title {
	color: #fff;
	font-weight: 900;
	font-size: 48px;
	text-shadow: 0 3px 6px rgba(0,0,0,0.25);
	line-height: 1.3;
	margin: 0;
}

.w-70 {
	width: 70%;
}

.section-data-card .tab-content .tab-pane .display-item .doner-option-content,
.modal-body .display-item .doner-option-content {
	text-align: center;
	font-size: 18px;
	color: #333;
	background-color: transparent;
	padding: 50px;
}

.data-card-video {
	background-color: transparent;
	display: grid;
	gap: 25px;
	padding: 20px 0;
}

.data-card-video .ql-video {
	text-align: center;
	margin: auto;
	max-width: 700px;
	width: 100%;
	height: 400px;
	border-radius: 15px;
	overflow: hidden;
}

.section-data-card .tab-content .tab-pane .display-item .doner-option-content p,
.modal-body .display-item .doner-option-content p {
	/* font-size: 1.5em;
	margin-bottom: 22px; */
	text-align: center;
	font-size: 1.5rem;
	color: #333;
	font-family: "VitoExtended-Bold", "Open Sans Hebrew";
	font-weight: bolder;
	margin: 0;
	padding: 0;
}

.section-data-card .tab-content .tab-pane .display-item .community-content {
	text-transform: uppercase;
	display: flex;
	/* flex-direction: column; */
	justify-content: flex-start;
	text-align: left;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .number {
	color: #a68130;
	font-size: 45px;
	font-weight: 200;
	line-height: 1;
	margin-bottom: 10px;
	text-align: left;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .tab-title {
	color: #32444b;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .filter-items {
	background: transparent;
	border: none;
	color: #8a8b8c;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin: 5px 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

.section-data-card .tab-content .tab-pane .display-item .search-content .search-input {
	background: transparent;
	border: none;
	border-bottom: 1px solid #32444b;
	outline: none;
	padding-left: 15px;
	width: 150px;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .card-content {
	width: 100%;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card {
	background: #fff;
	box-shadow: 0 0 14px 1px rgba(0, 0, 0, .13);
	margin: 8px 0;
	padding: 20px;
	position: relative;
	border-radius: 10px;
}
.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-cardHeight {
	height: 100%;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .top {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .top .tab-cardContent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
}
.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .top .tab-cardContent .cardContent {
	width: 100%;
	text-align: right;
}
.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .top .tab-cardContent .cardContent .cardContentheader {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.section-data-card .tab-content .tab-pane .display-item .community-content
 .card-content .tab-card .top .tab-cardContent .cardContent .cardContentheader .card-title, .section-data-card .tab-content .tab-pane .display-item .community-content
 .card-content .tab-card .top .tab-cardContent .cardContent .cardContentheader .amoutText {
	font-size: 18px;
	line-height: 22px;
	color: #000;
	font-weight: 700;
	margin: 0px;
 }
 .card-content .tab-card .top .tab-cardContent .cardContent .comment {
	font-size: 14px;
    font-weight: 400;
    line-height: 20px;
	padding: 10px 0;
	margin: 0;
	color: #000;
 }
 .card-content .tab-card .top .tab-cardContent .cardContent .timetext {
	font-size: 14px;
    font-weight: 400;
    line-height: 20px;
 }
 .card-content .tab-card .top .tab-cardContent .cardContent .timetext  a {
	color: #a68130;
 }
 .card-content .tab-card .top .tab-cardContent .cardContent .timetext  a:hover {
	color: #024778;
 }
.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .top .logo {
	width: 42px;
	height: 42px;
	min-width: 42px;
	border-radius: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
    color: #fff;
	background-color: #024778;
	font-size: 18px;
    font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	border: solid 1px #e5e7eb;
}
.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .top .logo  span {
	color: #fff;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .top .logo img {
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .top .card-content {
	width: calc(100% - 75px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .top .card-content .content-link {
	color: #a68130;
	font-size: 18px;
	font-weight: 700;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .top .card-content .btn-copy {
	background-color: #a68130;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .progress {
	margin-bottom: 10px;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .progress .progress-bar {
	background-image: linear-gradient(90deg, #024778, #a68130) !important;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .progress .progress-bar.progress-bar-label {
	align-items: flex-end;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .price-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .price-content .price-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .price-content .price-box.border-left {
	border-color: #333 !important;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .price-content .price-box .number {
	color: #a68130;
	font-size: 45px;
	font-weight: 200;
	line-height: 1;
	white-space: nowrap;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .price-content .price-box .desc {
	color: #8a8b8c;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .button-content .button-square,
.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .button-content .button-rounded {
	padding: 20px 10px;
	border: 1px solid #024778;
	color: #024778;
	margin-right: .25rem;
	background-color: #fff;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
	border-radius: 8px;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .button-content .button-square:hover,
.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .button-content .button-rounded:hover {
	background-color: #024778;
	color: #fff;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .button-content .button-rounded {
	border-radius: 7px;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .see-more-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0px;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .see-more-container .button-see-more {
	background-color: #024778;
	border-color: #000;
	border-color: #024778;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.33;
	padding: 10px 16px;
	transition: all .2s ease-in-out;
	text-transform: uppercase;
	font-size: 18px;
	cursor: pointer;
}

.section-data-card .tab-content .tab-pane .display-item .community-content .see-more-container .button-see-more:hover {
	background-color: #a68130;
	border-color: #a68130;
}

.main-wrapper {
	display: flex;
}

.aboutModel .close {
	cursor: pointer;
	left: 10px;
	position: absolute;
	top: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	opacity: 1;
	text-shadow: none;
	display: flex;
	align-items: center;
	gap: 5px;
}

.aboutModel .close span {
	font-size: 33px;
	line-height: 30px;
}

.aboutModel .modal-body {
	padding: 0;
}

.aboutModel .doner-option-content {
	padding: 15px !important;
}

.aboutModel .doner-option-content p {
	margin-bottom: 22px;
	font-size: 1.5em;
}

#bannerVideoModalCLose {
	z-index: 9999;
}

.org-titles {
	align-items: center !important;
	color: white;
	background-color: #a68130;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 10px;
	min-height: 210px;
	padding: 30px 15px;
	text-align: center;
}

.org-titles h4 {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.org-titles h3 {
	color: #fff;
	font-size: 55px;
	font-weight: 900;
	text-align: center;
}

/* @media only screen and (min-width: 575px) {
	.about-campaign {
		max-width: 540px;
	}
}

@media only screen and (min-width: 768px) {
	.about-campaign {
		max-width: 720px;
	}
}

 @media only screen and (min-width: 991px) {
	.about-campaign {
		max-width: 960px;
	}
}

 @media only screen and (min-width: 1199px) {
	.about-campaign {
		max-width: 100%;

	}
} */

@media only screen and (max-width: 1199px) {
	.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .price-content {
		justify-content: flex-end;
		flex-wrap: wrap;
		gap: 12px;
	}
}

@media only screen and (max-width: 991px) {
	.banner .banner-icon {
		font-size: 85px;
	}

	.w-70 {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.about-campaign-container {
		flex-direction: column;
		padding: 15px;
		gap: 20px;
	}

	.about-campaign-right {
		width: 100%;
		max-width: 100%;
	}

	.about-item {
		padding: 35px 20px;
		margin: 0 15px 25px;
		border-radius: 15px;
	}
	
	.about-item__moto b {
		font-size: 16px;
	}
	
	.about-item__title {
		font-size: 28px;
	}

	.section-scroll .item {
		margin: auto;
	}

	.section-data-card .container {
		max-width: 100%;
	}

	.section-data-card .nav-pills {
		flex-wrap: nowrap;
		overflow-x: auto;
		height: 71px;
		justify-content: unset !important;
		align-items: unset !important;
	}

	.section-data-card .nav-pills::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		background-color: transparent;
	}

	.section-data-card .nav-pills::-webkit-scrollbar {
		height: 6px;
		background-color: transparent;
	}

	.section-data-card .nav-pills::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
		background-color: #ccc;
	}

	.section-data-card .nav-pills .nav-link {
		padding: 10px 15px;
		white-space: nowrap;
	}

	.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .price-content {
		justify-content: space-between;
	}

	.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .price-content .price-box .number {
		font-size: 22px;
	}

	.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .progress {
		margin: 10px 0 15px;
	}

	.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-card .button-content {
		margin: .5rem 0 !important;
	}

	.banner .carousel-item img {
		min-height: 325px;
	}

	.about-campaign .service-price {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		padding: 15px;
		align-items: start;
	}

	.about-campaign .service-price .price-items {
		width: 100%;
		min-width: unset;
	}

	.org-titles h3 {
		font-size: 34px;
	}

	.section-scroll {
		width: 95%;
		padding: 15px 0;
	}
	
	.section-scroll .item .video-campaign {
		height: 320px;
	}
	
	.section-scroll .owl-nav {
		display: none;
	}

	.owl-carousel .owl-stage-outer {
		/* max-width: 225px;
		margin: auto; */
	}
}
@media only screen and (max-width: 767px) {
	.section-data-card .tab-content .tab-pane .display-item .community-content .card-content .tab-cardHeight {
		height: auto;
	}

}



/* css for iframe */

.model-frame {
	text-align: center;
	width: 100%;
	height: 70vh;
}
/* .plate-main{
	width: 100%;
	padding: 15px;
	max-width: 100%;
} */

/* css for pop-up model */
.modal-body.popupForm{
	padding: 0;
}

.modal-body.popupForm span{
	position: absolute;
	left:20px;
	/* top: 10px; */
	font-size: 33px;
    line-height: 30px;
    /* color: white; */
	font-weight: 400;
	z-index: 1;
}

.navbar-nav {
	margin-left: auto;
	align-items: center;
}

.navbar-nav .nav-link {
	background-color: transparent;
	border: none;
	color: #414359 !important;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 0 !important;
	text-transform: capitalize;
	transition: all .2s ease-in-out;
}

.header-live-campaigns {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f26e66;
	border-radius: 18px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	height: 36px;
	margin-left: 10px;
	margin-right: 10px;
	min-width: 140px;
}

.header-live-campaigns:hover {
	color: #fff;
}

.navbar-brand {
	text-align: center;
	width: 150px;
	max-height: 127px;
	margin: 0;
	padding: 0;
}

.navbar-brand img {
	height: 80px;
}

li.nav-item {
	margin-right: 20px;
}

.navbar {
	padding: 0;
}

.navbar .container {
	height: 60px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1750px;
	padding: 0 15px;
}

li.language-dropdown {
	margin: 0px !important;
}

.language-dropdown a.nav-link {
	background-color: transparent;
	border: none;
	color: #414359 !important;
	cursor: pointer;
	font-size: 16px;
	text-transform: capitalize;
	transition: all .2s ease-in-out;
	display: inline-flex;
	font-size: 16px;
	gap: 10px;
	font-weight: 400;
	line-height: 1.5;
	padding: .375rem .75rem !important;
	align-items: center;
}

.org-logo-wrapper {
	display: block;
	flex-shrink: 0;
	margin-left: 10px;
	position: relative;
	width: 128px;
}

.org-logo-wrapper img {
	width: 100%;
}

html[lang="he"] {
	direction: rtl;
}

html[lang="he"] .navbar-nav {
	margin-left: 0;
	margin-right: auto;
}

html[lang="he"] .header-live-campaigns {
	margin-right: 10px;
	margin-left: 00;
}

/* LTR (default) */
.ltr .modal-header {
direction: ltr;
text-align: left;
}

/* RTL */
.rtl .modal-header {
direction: rtl;
text-align: right;
}

.rtl .modal-header .close {
margin-left: 0;
margin-right: auto;
}

.ltr .modal-header .close {
margin-left: auto;
margin-right: 0;
}

.rtl .control-label , .rtl .price-label , .rtl .error-text{
	text-align: right;
	display: block;
}
  
.ltr .control-label, .ltr .price-label , .ltr .error-text{
	text-align: left;
	display: block;
}

.ltr .form-control.is-invalid,
.ltr .was-validated .form-control:invalid {
    background-position: center right 0.5rem;
	padding-left: 11px !important;
}

@media (max-width: 991px) {
	.navbar-collapse {
		position: absolute;
		z-index: 9;
		background: #fff;
		top: 100%;
		left: 0;
		right: 0;
	}
	/* .navbar-collapse {
		background-color: #fff;
        bottom: 0;
        left: -270px;
        min-width: 270px;
        padding: 72px 16px 10px;
        position: fixed;
        top: 0;
        transition: all .2s ease-in-out;
        width: 270px;
        z-index: 1000;
	}
	.navbar-collapse.show {
		left: 0;
	} */
	ul.navbar-nav {
		align-items: flex-start;
		padding: 15px;
	}
	.navbar-brand {
		width: auto;
		max-height: 70px;
	}
	.navbar-brand img {
		height: auto;
	}
    .navbar-brand {
        margin-right: auto !important;
    }
	.navbar .container {
		justify-content: flex-end;
	}
	html[lang="he"] .navbar .container {
        justify-content: flex-end;
    }
	html[lang="he"] .navbar-brand {
        margin-left: auto;
        margin-right: 0 !important;
    }
	html[lang="he"] .header-live-campaigns {
		margin-right: 0;
		margin-left: 10px !important;
	}
}

.artical-content img {
	width: 75% !important;
	float: none !important;
	display: block !important;
margin-left: auto !important;
margin-right: auto !important;
}


.artical-content iframe {
	width: 75% !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	aspect-ratio: 16 / 9 !important;
	height: auto !important;
	border: none !important;
	overflow: hidden !important;
}

.artical-content video {
	width: 75% !important;
	float: none !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	aspect-ratio: 16 / 9 !important;
	height: auto !important;
}
