html {
	overflow-x: hidden;
}

body {
	direction: rtl;

	margin: 0px;
	padding: 0px;
	color: #69656f;
	font-size: 14px;
}

ul {
	margin: 0px;
	text-align: right;
	padding: 0px;
}

ul li {
	display: inline-block;
}

a {
	color: #69656f;

}

.main-page-part1 {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	/* background: radial-gradient(ellipse at bottom, #23272b 0%, #090a0f 100%); */
	position: relative;
	direction: ltr;
	opacity: 0.95;
	background-color: #303030;
	background-image: url(https://themes.wpmonster.co/Enfold/new/rare/wp-content/uploads/2021/11/pattern.png);
	background-repeat: no-repeat;

}

.main-page-part2 {
	background-repeat: no-repeat;
	background-image: url(../image/bg6.jpeg);
	background-position: 50% 50%;
	background-attachment: scroll;
	min-height: max-content;
	background-size: cover;
	position: relative;
	height: max-content;
	display: flex;

}

.main-page-part3 {
	background-repeat: no-repeat;
	background-image: url(../image/bg5.jpeg);
	background-position: 50% 50%;
	background-attachment: scroll;
	min-height: 60vh;
	padding-bottom: 30px;
	background-size: cover;
	display: flex;
	flex-direction: column;
}

.main-page-part3 .container {
	flex: 1;
	display: flex;
}

.main-page-part3 .title {
	color: #fff !important;
	text-align: right !important;

}

.main-page-part3 .content p {
	color: #d1d1d1 !important;
	text-align: right !important;
}

.flexbottom:after {
	width: 100%;
	height: 50px;
	/* background: url(image/index-page/image-services2.png) no-repeat; */
	right: 0;
	transform: rotate(-0.1deg);
	background-size: contain;

}

.flexbottom::after {
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	bottom: -48px;
	content: "";
}

/* new style */
.more {
	width: 100%;
	display: flex;
	justify-content: center;
}

.more h3 {
	border: 1px solid white;
	width: max-content;
	padding: 10px 30px;
	border-radius: 50px;
	font-size: 16px !important;
	color: white !important;
	margin-top: 60px;
}

.box-img-seo {
	animation: 2s spinnow infinite linear;
}



@keyframes spinnow {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

#nemone figcaption::before {
	opacity: 1 !important;
	left: 0;
}

#nemone {
	height: auto !important;
}

.figcaption {
	background-image: url(../image/123-2.jpg);
	height: 350px !important;
	position: relative;
	min-height: 275px;
	margin: 0 0px 20px;
	-webkit-transition: background-position 5s ease !important;
	transition: background-position 5s ease !important;
	border-radius: 5px;
	background-position: top;
	background-size: 100%;
	-webkit-box-shadow: 0 5px 45px -10px var(--color-black-alpha);
	box-shadow: 0 5px 45px -10px var(--color-black-alpha);
	-webkit-box-flex: 1;
	-ms-flex: 1 0 calc(33.333% - 50px);
	flex: 1 0 calc(33.333% - 50px);
	border: 1px solid #ddd;
	transition: all .3s ease;
}

.figcaption:hover {
	box-shadow: unset;
	transform: unset;
	transition: unset;
	background-position: bottom;
	background-image: url(../image/123.jpg);
	transition: all .3s ease;
}

.figcaption:hover h3 {
	display: none;
}

#f3 {
	background-image: url(../image/2-n.jpg);
}

#f3:hover {
	background-image: url(../image/2-1.jpg);
}

#f4 {
	background-image: url(../image/3-2.jpg);
}

#f4:hover {
	background-image: url(../image/3-b.jpg);
}

#f5 {
	background-image: url(../image/4-1.jpg);
}

#f5:hover {
	background-image: url(../image/4-2.jpg);
}

#f6 {
	background-image: url(../image/5-1.png);
}

#f6:hover {
	background-image: url(../image/5-2.png);
}

#f7 {
	background-image: url(../image/6-1.png);
}

#f7:hover {
	background-image: url(../image/6-2.png);
}

#f8 {
	background-image: url(../image/7-1.png);
}

#f8:hover {
	background-image: url(../image/7-2.png);
}

#f9 {
	background-image: url(../image/8-1.png);
}

#f9:hover {
	background-image: url(../image/8-2.png);
}

#main-about .b-header h3 {
	text-align: right;
}

#main-about .b-header p {
	text-align: right;
}

#main-about .content p {
	max-width: 100%;
}

.b-img img {
	filter: drop-shadow(2px 4px 6px black);
	filter: 2;
	width: 100%;
	max-width: 300px;
	height: 100%;
	object-fit: contain;
}

.b-img {
	position: relative;
}

.b-img ::before {
	transition: all .3s ease;
	background: url(https://themes.wpmonster.co/Enfold/new/rare/wp-content/uploads/2021/11/sprit-2-w.png) no-repeat center top, url(https://themes.wpmonster.co/Enfold/new/rare/wp-content/uploads/2021/11/downsign-3.png) center bottom no-repeat !important;
	background-size: 47px !important;
	position: absolute;
	content: "";
	bottom: 0;
	width: 100%;
	height: 100%;
	filter: hue-rotate(45deg);
}

figcaption {
	background-image: url(../image/SP1.jpeg);
	box-shadow: 0 5px 25px -1px rgb(95 95 95 / 70%);
	border-radius: 12px;
	height: 470px ;
	transition: all .3s ease;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex !important;
	flex-direction: column-reverse;
	padding: 10px;
	position: relative;
}

figcaption::before {
	transition: all .3s ease;
	background: url(https://themes.wpmonster.co/Enfold/new/rare/wp-content/uploads/2021/11/sprit-2-w.png) no-repeat center top, url(https://themes.wpmonster.co/Enfold/new/rare/wp-content/uploads/2021/11/downsign-3.png) center bottom no-repeat !important;
	background-size: 47px !important;
	position: absolute;
	content: "";
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: hue-rotate(45deg);

}

figcaption:hover:before {
	opacity: 1;
	transition: all .3s ease;
}

figcaption:hover {
	box-shadow: 0 5px 25px -1px #9cc84e96;
	transform: translateY(-25px);
	transition: all .3s ease;
}

#f1 {
	background-image: url(../image/SP2-min.jpeg);
}

#f2 {
	background-image: url(../image/SP3.jpeg);
}

#f0 {
	background-image: url(../image/SP2-min.jpeg);
}

figcaption h3 {
	text-align: center;
	color: white;
	font-size: 16px;
	line-height: 33px;

}

figcaption .title1 {
	color: #9cc84e;
}

.main-page-part2.flexbottom::before {
	text-align: center;
	z-index: 9;
	position: relative;
	display: block;
	content: url(https://themes.wpmonster.co/Enfold/new/rare/wp-content/uploads/2021/11/hdr.png);
	filter: hue-rotate(45deg);
	position: absolute;
	left: 47%;
	top: -19px;
}

.main-page-part2.flexbottom::after {
	text-align: center;
	z-index: 9;
	position: relative;
	display: block;
	margin-top: 84px;
	content: url(https://themes.wpmonster.co/Enfold/new/rare/wp-content/uploads/2021/11/sprit3.png);
	filter: hue-rotate(45deg);
	position: absolute;
	left: 47%;
	bottom: -25px;
}

.white {
	color: rgba(255, 255, 255, 0.875) !important;
}

.b-header h2 {
	text-align: center;
	font-size: 25px;
	color: #9cc84e;
}

.b-header p {
	font-size: 20px;
	color: #4a4a4a;
	text-align: center;
	margin-top: 17px !important;
}

.content {
	max-width: 100%;
	display: flex;
	justify-content: center;
}

.content p {
	font-size: 16px;
	text-align: center;
	color: #646464;
	line-height: 28px;
	max-width: 70%;
	margin-top: 0 !important;
}

#box-arrow {
	width: 80px;
	text-align: center;
	font-size: 30px;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	animation: avia_fade_move_down 2s ease-in-out infinite;
	color: #97c645 !important;
	z-index: 1000;
	cursor: pointer;
}

@keyframes avia_fade_move_down {
	0% {
		transform: translate(0, -20px);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translate(0, 20px);
		opacity: 0;
	}
}


.social-header span {
	color: #d6d6d6;
	font-size: 14px;

}

.social-header i {
	color: #97c645;
}

.Social-networks {
	text-align: right;
	display: flex;
	justify-content: center;
}

.footer-contact-item a {
	color: #d6d6d6;
}

/* new style */

header {
	z-index: 3;
}

.header .logo {
	text-align: right;
}

.header .logo span img {
	width: 110px;
}

.mt-22- {
	margin-top: -22px;
}

.header {
	padding-top: 80px;
}

.header .logo span {
	color: #ffd700;
	color: #92c33c;
	font-weight: bold;
	font-size: 20px;
}

.header .menu {
	line-height: 35px;
}

.header .menu ul {
	padding: 0px;
}

.header .menu ul li {}

.header .menu ul li a {
	padding: 5px 15px;
	color: white !important;
}

a:hover {
	text-decoration: none;
}

.header .menu ul li a:hover {
	color: #ffd700;
	color: #92c33c;

}

.header .header-top-left {}

.header .header-top-left ul {
	padding: 0px;
	text-align: left;
}

.header .header-top-left ul li {
	color: #ffffff;
}

.header .header-top-left ul li a {
	color: #ffffff;
}

.header .header-top-left ul .data-contact-header-top {
	margin-right: 20px;
}

.header-top-left {
	color: #ffffff;
}

.data-contact-header-top div {
	display: inline-block;
	text-align: right;
	margin-right: 5px;
	vertical-align: middle;
}

.data-contact-header-top div .title-contact {
	display: block;
	margin-bottom: 10px;
}

.header-top-left i {
	line-height: 26px;
	width: 30px;
	border-radius: 50%;
	height: 30px;
	text-align: center;
	border: 1px solid #595959;

}

.padding-top-150 {
	padding-top: 150px;
}

.padding-top-100 {
	padding-top: 100px;
}

.description-team {
	text-align: center;
}

.description-team h1 {
	color: #ffffff;
	font-size: 25px;
}

.description-team h1 span {
	color: #ffd700;
	color: #92c33c;
}

.description-team h2 {
	font-size: 18px;
	color: #ffffff;
	line-height: 40px;
}

.description-team p {
	color: #ffffffa8;
	line-height: 30px;
	text-align: justify;
}

.social-header {
	border-top: 1px solid #61ce703b;
	margin-top: 120px;
	padding-bottom: 15px;


}



.description-team .Social-networks {}

.description-team .Social-networks ul,
.footer-main-page .Social-networks ul {
	text-align: center;
}

.description-team .Social-networks ul li,
.footer-main-page .Social-networks ul li {
	margin-left: 10px;
}

.Social-networks ul li a {
	width: 40px;
	line-height: 34px;
	height: 40px;
	border-radius: 50%;
	font-size: 15px;
	display: block;
	border: 1px solid #d6d6d6;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.description-team .Social-networks ul li a:hover,
.footer-main-page .Social-networks ul li a:hover {
	color: #ffd700;
	color: #92c33c;
	border: 1px dashed #ffd700;
	border: 1px dashed #92c33c;
}

.Further-details {}

.flexbottom {}



.main-page-part1:after {
	contain: paint;
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	bottom: -35px;
	content: "";
	z-index: 2;
	width: 100%;
	height: 80px;
	/* background: url(image/index-page/mainpage-1bef-af.png) no-repeat; */
	/* background: url(../image/index-page/part-one-b-green.png) no-repeat; */
	right: 0;
	background-size: contain;
	transform: rotate(180deg);
}


.main-page-part2 .service-part {}

.main-page-part2 .service-part .img-se-- {
	display: inline-block;
	padding: 20px;
	border-radius: 50%;
	border: 1px solid #9d9d9f;
}

.main-page-part2 .service-part h3 {
	font-size: 20px;
	color: #ffffff;
}

.main-page-part2 .service-part p {
	color: #999999;
	line-height: 25px;
}



.main-page-part3 .details-digital h4 {
	font-size: 25px;
	padding-bottom: 20px;
	color: #23272b;
	text-align: center;
	overflow: hidden;
}

.main-page-part3 .details-digital .description-digital {
	text-align: right;
	background: linear-gradient(to right, #e6e6e6, #ffd700, #e6e6e6);
	background: linear-gradient(to right, #e6e6e6, #92c33c, #e6e6e6);
	padding: 2px 2px 1px 2px;
	height: 49px;
	border-radius: 4px;
}

.main-page-part3 .details-digital .description-digital .create-border-di {
	background: #ffffff;
	height: 44px;
	padding: 2px 5px;
	/*line-height: 45px;*/
	display: flex;
	align-items: center;
}

.main-page-part3 .details-digital .description-digital .number-di {
	width: 35px;
	background: #fff;
	height: 35px;
	margin-left: 10px;
	font-weight: 700;
	/*line-height: 35px;*/
	font-size: 18px;
	text-align: center;
	border-radius: 50%;
	border: 1px dashed #9d9d9d;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-page-part3 .details-digital .description-digital p {
	display: inline-block;
	margin-bottom: 0;
}

/*.main-page-part3 .pt-74{*/
/*    margin-top: -74px;*/
/*}*/
.main-page-part3 .center-digital {
	text-align: center;
}

.main-page-part3 .center-digital p {
	padding: 10px;
	line-height: 25px;
	text-align: justify;
	text-align-last: center;
}

.main-page-part3 .center-digital img {

	width: 110px;
}

.main-page-part4 {
	min-height: 400px;
	background: #f6f3fc
}

.main-page-part4 h5 {
	font-size: 25px;
}

.main-page-part4 .title-samples span {
	color: #ffd700;
	color: #92c33c;
}

.main-page-part4 .work-samples {
	text-align: center;
}

.main-page-part4 .work-samples .sample-box-image {
	position: relative;
	overflow: hidden;
	height: 317px;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.main-page-part4 .work-samples .sample-box-image a {
	width: 100%;
	height: 100%;
	display: block;
}

.main-page-part4 .work-samples .sample-box-image a:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;

}

.main-page-part4 .work-samples img {
	max-width: 100%;
	position: absolute;
	top: 0;
	transition: all 7s;
	-moz-transition: all 7s;
	-webkit-transition: all 7s;
	left: 0%;
}

.main-page-part4 .work-samples .sample-box-image:hover img {
	top: 100%;
	transform: translateY(-100%);
}

.main-page-part4 .work-samples p {
	margin-top: 10px;
}

.show-more {
	background: #ffffff;
	color: #23272b;
	color: #82b22e;
	padding: 5px 10px 8px 10px;
	border-radius: 5px;
	line-height: 40px;
	border: 1px dashed #69656f;
	border: 1px dashed #82b22e;
	text-decoration: none;
}

.show-more {}

.main-page-part4 {
	position: relative;
}

.footer-main-page {
	display: block;
	min-height: 335px;
	background: #1b1c1e;
	position: relative;
	color: #999999;
}

.footer-main-page:before {
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0px;
	content: "";
	width: 100%;
	height: 50px;
	/* background: url(../image/index-page/image-top-footer.png) no-repeat; */
	background-size: contain;
	right: 0;
}

.footer-main-page .fot-center .logo-footer {
	text-align: center;
}

.footer-main-page .fot-center .logo-footer span {
	color: #ffd700;
	color: #92c33c;
	font-weight: bold;
	font-size: 20px;
	padding: 0px 10px 5px 10px;
	border-bottom: 1px dashed #999999;
	display: inline-block;
}

.footer-main-page .fot-center p {
	color: #999999;
	text-align: justify;
}

.footer-main-page .contact-footer {}

.footer-main-page .contact-footer .title-contact-footer {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 35px;
	display: block;
}

.footer-main-page .contact-footer .footer-contact-item {
	margin-bottom: 15px;
}

.footer-main-page .contact-footer .footer-contact-item .footer-contact-item-text {
	color: #999999;
}

.footer-main-page .contact-footer .footer-contact-item .footer-contact-item-icon {
	font-size: 15px !important;
	line-height: 24px !important;
	margin-left: 10px;
	text-align: center;
}

.footer-main-page .link-access {}

.footer-main-page .link-access .title-access-footer {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 35px;
	display: block;
}

.footer-main-page .link-access ul {
	padding: 0;
}

.link-access li a::before {
	position: absolute;
	content: "";
	background-color: #92c33c;
	width: 5px;
	height: 5px;
	right: -15px;
	top: 10px;
	border-radius: 50%;
}

.link-access li a {
	position: relative;
}

.footer-main-page .link-access ul li {
	display: block;
	margin-bottom: 8px;
}

.footer-main-page .link-access ul li a {
	color: #999999;
}

.footer-main-page .newsletter-footer {}

.footer-main-page .newsletter-footer span {
	display: block;
	padding-bottom: 10px;
}

.footer-main-page .newsletter-footer .newsletter-email {
	background: #23272b;
	padding: 4px 5px;
	border-radius: 4px;
	outline: unset;
	width: 170px;
	font-size: 13px;
	color: #999999;
	border: 1px solid #595959;
}

.footer-main-page .newsletter-footer .newsletter-button {
	background: #23272b;
	outline: unset;
	border: unset;
	padding: 3px 20px;
	border-radius: 4px;
	color: #999999;
	border: 1px solid #595959;
	font-size: 14px;
}

.description-part-one-web img {
	max-width: 100%;
}

@media (max-width: 992px) {

	.brands-icon img {
		max-width: 150px !important;
	}

	.main-page-part3 .content p{
		width: 100%;
		flex: 1;
		max-width: unset;
	}

	figcaption{
		height: 300px !important;
		background-size: cover;
		background-position: center;
	}

	.description-team h1{
		font-size: 21px;
		line-height: 2rem;
	}

	.description-team h2 {
		line-height: 2rem;
		font-size: 17px;
	}

	.padding-top-80-s992 {
		padding-top: 50px !important;
	}

	.header .logo {
		text-align: center !important;
		margin-bottom: 20px;
	}

	.header .menu ul {
		margin-bottom: 20px;
		text-align: center !important;
	}

	.header .header-top-left ul {
		text-align: center !important;
	}

	.main-page-part1 {
		height: auto !important;
		min-height: unset !important;
		padding-bottom: 20px;
	}

	.main-page-part1:after {
		bottom: -22px !important;
	}
}


@media (min-width: 1200px) {
	.flexbottom::after {
		display: block;
		margin: auto;
		position: absolute;
		left: 50% !important;
		bottom: -48px;
		transform: translateX(-50%) !important;
		content: "";
		right: unset !important;
	}

	.flexbottomfooter:after {
		width: 100%;
		height: 52px;
		/* background: url(../image/index-page/image-services2.png) no-repeat; */
		transform: rotate(-0.1deg);
		background-size: contain;
	}
}

.main-page-part5 {
	background: #f6f3fc;
}

.main-page-part5 .title-related-posts h6 {
	font-size: 25px;
	color: #23272b;
}

.main-page-part5 .title-related-posts h7 {
	font-size: 18px;
}

.main-page-part5 .box-content-related-posts {
	margin-bottom: 15px;
	border: 1px solid #eaeaea;
	background: #fefefe;
	border-radius: 4px;
	border-right: 2px solid #ddd;
	padding: 10px 10px 10px 10px;
	transition: transform 0.5s ease-in-out;
}

.main-page-part5 .box-content-related-posts:hover .img-related-posts img {
	transform: scale(1.12);
}

.main-page-part5 .box-content-related-posts:hover {
	box-shadow: 0px 0px 7px #ddd;
	border-bottom: 2px solid #ddd;
}

.main-page-part5 .box-content-related-posts .img-related-posts {
	display: inline-block;
	width: 112px;
	height: 112px;
	border-radius: 5px;
	vertical-align: top;
	overflow: hidden;
}

.main-page-part5 .box-content-related-posts .img-related-posts img {
	border-radius: 5px;
	width: 112px;
	height: 112px;
	border: 1px solid #ddd;
	transition: transform 0.5s ease-in-out;
}

.main-page-part5 .box-content-related-posts .des-related-posts {
	padding-right: 10px;
	display: inline-block;
	width: calc(100% - 128px);
}

.main-page-part5 .box-content-related-posts .des-related-posts h6 {
	font-size: 14px;
	color: #23272b;
}

.main-page-part5 .box-content-related-posts .des-related-posts .content-related-posts-box {}

.main-page-part5 .box-content-related-posts .des-related-posts .content-related-posts-box p {
	text-align: justify;
	height: 45px;
	font-size: 13px;
	overflow: hidden;
	padding-top: 5px;
	margin-bottom: 10px;
}

canvas {
	display: block;
	position: absolute;
	left: 0%;
	top: 0%;
}

.convac-p-1 {
	position: relative;
	overflow: hidden;
}

.error-validate-newsletters {
	border: 1px solid #e71010 !important;
}

.Success-message {
	color: #92c33c;
}

.description-digital:hover {
	background: #fff !important;
	box-shadow: 0px 0px 5px #8bda00;
}

.description-digital .create-border-di:hover {
	transition: 0.5s all;
	color: #92c33c;
}

.show-more:hover {
	color: #23272b !important;
}

.logout-web {
	margin-right: 10px;
	border-right: 2px solid #ddd;
}

.logout-web input {
	background: unset;
	border: none;
}

.demo.one {
	background-image: url(image/sites/humyasa.png);
}

.demo.two {
	background-image: url(image/sites/40dozd.jpg);
}

.demo.three {
	background-image: url(image/sites/amlak11.jpg);
}

.demo.four {
	background-image: url(image/sites/shop.png);
}

.demo {
	position: relative;
	/* min-width: 230px; */
	height: 45.5vh;
	min-height: 275px;
	margin: 0 0px 20px;
	-webkit-transition: background-position 2s ease;
	transition: background-position 2s ease;
	border-radius: 5px;
	background-position: top;
	background-size: 100%;
	-webkit-box-shadow: 0 5px 45px -10px var(--color-black-alpha);
	box-shadow: 0 5px 45px -10px var(--color-black-alpha);
	-webkit-box-flex: 1;
	-ms-flex: 1 0 calc(33.333% - 50px);
	flex: 1 0 calc(33.333% - 50px);
	border: 1px solid #ddd;
}

.demo:hover {
	background-position: bottom;
}

.global-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.demo small {
	font-size: 17px;
	position: absolute;
	bottom: -40px;
	width: 100%;
	text-align: center;
	/*pointer-events: none;*/
	left: 0;
}

.icon_menu {
	display: none;
}

@media (max-width: 992px) {
	.header {
		padding-top: 20px !important;
	}

	.row_mobile .col-5,
	.row_mobile .col-7 {
		padding: 0;
	}

	.row_mobile .col-7 {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.header .logo {
		text-align: right !important;
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 10px;
	}

	.header .header-top-left ul .data-contact-header-top {
		margin-right: 0;
	}

	.data-contact-header-top div .title-contact {
		display: none;
	}

	.header .logo span img {
		width: 100px;
	}

	.icon_menu {
		color: #ffffff;
		font-size: 18px;
		margin-bottom: 10px;
		/* margin-left: auto; */
		/* margin-right: auto; */
		border: 1px solid #4c4c4c;
		border-radius: 2px;
		padding: 3px 10px;
		/* padding-left: 0; */
		/*width: calc(100% - 20px);*/
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row-reverse;
		width: 100px;
		margin-right: auto;
		z-index: 999;
		position: relative;
	}

	.icon_menu span {
		margin-right: 10px;
		font-size: 16px;
		vertical-align: middle;
		display: flex;
		align-items: center;
	}

	.row_mobile {
		margin: 0px;
	}

	.header .header-top-left {
		display: flex;
		justify-content: end;
	}
}


.main-aside {
	position: fixed;
	top: 0;
	left: unset;
	right: 0;
	z-index: 999999999;
	width: 270px;
	height: 100%;
	background-color: #f6f3fc;
	-webkit-box-shadow: 0 2px 32px rgb(0 0 0 / 15%);
	box-shadow: 0 2px 32px rgb(0 0 0 / 15%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	/*padding: 20px 0;*/
	-webkit-transform: translateX(300px);
	-ms-transform: translateX(300px);
	transform: translateX(300px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.main-aside.open {
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}

.main-aside .aside-title {
	/*padding: 0 15px;*/
}

.main-aside .aside-scroll {
	position: relative;
	overflow-y: auto;
	width: 270px;
}

.main-aside .aside-controls {
	display: flex;
	align-items: center;
	justify-content: end;
	border-bottom: 2px solid #92c33c;
	background-color: #3c3c3c;
	padding: 15px;
}

.close-btn {
	left: 10px;
	position: absolute;
	border: 0;
	background-color: transparent;
	padding: 0;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	outline: none;
}

.main-aside ul {
	margin: 0;
	width: 100%;
	list-style: none;
	padding: 0;
}

.main-aside .menu-section-title {
	font-weight: 700;
	text-transform: uppercase;
	/* font-family: 'Roboto', serif; */
	color: #533cb4;
	/*margin: 10px 15px 0px;*/
	/* height: 28px; */
	/* width: 100%; */
	position: relative;

}

.main-aside .menu-section-title>i {
	/*margin-left: 20px;*/
	position: absolute;
	left: 20px;
	top: 15px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	/*display: none;*/
	cursor: pointer;
	border-radius: 5px;
}

.main-aside .menu-section-title>i:hover {
	background-color: #533cb4;
	color: white;
}

.main-aside .menu-section-title>ul>li>i {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 2px;
}

.main-aside .menu-section-title>ul>li>i:hover {
	background-color: #533cb4;
	color: white;
}

.main-aside ul .menu-item a {
	padding: 5px 15px 5px;
	;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	color: #000;
	/* font-weight: 400; */
	transition: 0s;
}

.main-aside ul .menu-item .submenu {
	display: none;
}

.main-aside ul .menu-item .submenu a {
	text-align: right;
	/*padding-right: 30px;*/
}

.close-btn {
	left: 10px;
	position: absolute;
	border: 0;
	background-color: transparent;
	padding: 0;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	outline: none;
}

.close-btn span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.close-btn.close-dark span {
	background-color: #fff;
}

.close-btn span {
	position: absolute;
	width: 2px;
	height: 15px;
	display: block;
	background-color: #fff;
	opacity: 0.6;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.logo_menu_mobile {
	margin-right: auto;
	margin-left: auto;
	width: 85px;
}

.menu_fixed {
	margin: 20px 0px 10px 0px;
	/*border-bottom: 1px solid #e1bc7a;*/
	/*padding-bottom: 20px;*/
}

.menu_fixed ul {
	text-align: right;
}

.main-aside ul {
	margin: 0;
	width: 100%;
	list-style: none;
	padding: 0;
}

.app {
	display: none;
}

a.enamad {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
}

a.enamad img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.firstSection {
	flex: 1;
	display: flex;
}

.myswiper .swiper-button-next svg,
.myswiper .swiper-button-prev svg {
	width: 50% !important;
}

.myswiper .swiper-button-prev,
.myswiper .swiper-button-next {
	width: 50% !important;
}

.footer-main-page .Social-networks ul li a:hover .baletick {
	fill: #92c33c;
}

.Social-networks ul {
	display: flex;
}


/* کانتینر اصلی */
.brands-section {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 2rem 1rem;
	position: relative;
}

/* هدر بخش */
.brands-header {
	text-align: center;
	margin-bottom: 2.5rem;
}

.brands-header h2 {
	font-size: 1.8rem;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 0.5rem;
}

.brands-header p {
	color: #64748b;
	font-size: 0.9rem;
}

/* سوییپر اصلی */
.brands-swiper {
	width: 100%;
	overflow: hidden;
	padding: 0.5rem 0.25rem;
}

/* اسلایدها */
.brands-swiper .swiper-slide {
	height: auto;
}

/* کارت برند */
.brands-card {
	background: #ffffff;
	border-radius: 7px;
	padding: 1.5rem 0.75rem;
	text-align: center;
	transition: all 0.3s ease;
	border: 1px solid #c6c6c6;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.brands-card:hover {
	border-color: #cbd5e1;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
	transform: translateY(-2px);
}

/* آیکون */
.brands-icon {
	font-size: 3rem;
	margin-bottom: 0.75rem;
}

/* نام برند */
.brands-name {
	font-weight: 600;
	font-size: 1rem;
	color: #0f172a;
	margin-top: 0.5rem;
}

/* دکمه‌های ناوبری */
.brands-swiper .swiper-button-next,
.brands-swiper .swiper-button-prev {
	background: #ffffff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border: 1px solid #e2e8f0;
	transition: all 0.2s;
	background-image: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.brands-swiper .swiper-button-next i,
.brands-swiper .swiper-button-prev i {
	font-size: 20px;
}


.brands-swiper .swiper-button-next:after,
.brands-swiper .swiper-button-prev:after {
	font-size: 0.9rem;
	font-weight: bold;
	color: #334155;
}

.brands-swiper .swiper-button-next:hover,
.brands-swiper .swiper-button-prev:hover {
	background: #f1f5f9;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.brands-swiper .swiper-button-next:hover:after,
.brands-swiper .swiper-button-prev:hover:after {
	color: #0f172a;
}

/* پیجینیشن */
.brands-swiper .swiper-pagination {
	bottom: -0.5rem !important;
}

.brands-swiper .swiper-pagination-bullet {
	background: #cbd5e1;
	opacity: 1;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	transition: all 0.2s;
}

.brands-swiper .swiper-pagination-bullet-active {
	background: #3b82f6;
	width: 20px;
	border-radius: 10px;
}

/* ریسپانسیو */
@media (max-width: 768px) {
	.brands-section {
		padding: 1.5rem 0.75rem;
	}

	.brands-card {
		padding: 1rem 0.5rem;
	}

	.brands-icon {
		font-size: 2.2rem;
	}

	.brands-name {
		font-size: 0.85rem;
	}
}






.brands-swiper1 {
	width: 100%;
	overflow: hidden;
	padding: 0.5rem 0.25rem;
}

/* اسلایدها */
.brands-swiper1 .swiper-slide {
	height: auto;
}

/* دکمه‌های ناوبری برای سوییپر شماره 1 */
.brands-swiper1 .swiper-button-next,
.brands-swiper1 .swiper-button-prev {
	background: #ffffff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border: 1px solid #e2e8f0;
	transition: all 0.2s;
	background-image: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.brands-swiper1 .swiper-button-next i,
.brands-swiper1 .swiper-button-prev i {
	font-size: 20px;
}

.brands-swiper1 .swiper-button-next:after,
.brands-swiper1 .swiper-button-prev:after {
	display: none;
}

.brands-swiper1 .swiper-button-next:hover,
.brands-swiper1 .swiper-button-prev:hover {
	background: #f1f5f9;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* پیجینیشن برای سوییپر شماره 1 */
.brands-swiper1 .swiper-pagination {
	bottom: -0.5rem !important;
}

.brands-swiper1 .swiper-pagination-bullet {
	background: #cbd5e1;
	opacity: 1;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	transition: all 0.2s;
}

.brands-swiper1 .swiper-pagination-bullet-active {
	background: #3b82f6;
	width: 20px;
	border-radius: 10px;
}


.brands-icon img {
	max-width: 120px;
}


.background-part1 img {
	width: 40px;
}



@media (max-width: 992px) {



	.b-header p {
		font-size: 17px;
	}

	.main-page-part2.flexbottom::before {
		left: 37%;
	}

	.main-aside {
		-webkit-transform: translateX(300px);
		-ms-transform: translateX(300px);
		transform: translateX(300px);
	}

	.main-aside.open {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.menu_mobile li {
		display: flex;
		height: 45px;
		justify-content: end;
		align-items: center;
	}

	.menu_mobile {
		padding: 0px 15px !important;
	}
}

@media (max-width: 768px) {

	.background-part1 img {
		display: none;
	}

	.b-img img {
		width: max-content;
	}

	.main-page-part2 {
		height: max-content;
	}

	.app {
		display: block;
	}

	.dec {
		display: none !important;
	}
}

@media (min-width:1800px) {
	.firstbox-content {
		padding-top: 100px;
	}

	.description-team h1 {
		font-size: 33px !important;
	}
}

@media (min-width:992px) and (max-width:1600px) {

	.b-header h2 {
		font-size: 30px;
	}

	.description-team {
		padding-top: 30px;
	}

	.social-header {
		margin-top: 10px;
	}

	.description-team h1 {
		font-size: 30px !important;
	}

}


/* .main-page-part1:before {
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0px;
	content: "";
	width: 100%;
	height: 40px;
	background: url(../image/index-page/mainpage-1bef-af-green.png) no-repeat;
	right: 0;
	background-size: contain;
	z-index: 2;
} */