

.word-build {
  background: linear-gradient(90deg, #9732E1 0%, #D484FF 24%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.word-combined {
  background: linear-gradient(90deg, #FFAD57 40%, #FF5700 100%);
  background: linear-gradient(90deg, #c1a81f 40%, gold 100% );
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.instrument-font {
	font-family: "Instrument Serif", serif;
	font-style: italic;
}
canvas {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 58;
	background: transparent !important;
}
[class^="letter"] {
	opacity: 0 ;
  -webkit-transition: opacity 3s ease;
  -moz-transition: opacity 3s ease;
  transition: opacity 3s ease;
}
            

.custom-heading-h2.transition-in {
  visibility: visible;
}
.custom-heading-h2 [class^="letter"] {
	opacity: 0;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: white;
	color: transparent;
	font-family: Arial;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	color: transparent;
	text-align: left;
	color: #000014;
	font-size: 56px;
	font-weight: 700;
	line-height: 100%;
}

@media (max-width: 576px) {
	.custom-heading-h2 [class^="letter"] {
		font-size: 28px !important;
	}
}

.custom-heading-h2.transition-in [class^="letter"] {
  opacity: 1;
}
.custom-heading-h2 span {
  transition-delay: var(--i);
}

.custom-heading-h2.transition-in [class^="letter"] {
  opacity: 1;
}

.mo-border {
	position: relative;
}
.mo-border::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 12px;
	padding: 2px;
	background: linear-gradient(90deg, #9b4dff, #ff8c00);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: add, add;
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
/* Global Styles  */
.global-title {
	text-align: center;
}
.global-title h2 {
	font-size: 2.2rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 35px auto 40px;
}
.mo-badge {
	color: var(--accent-color);
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
	font-weight: 500;
	border-radius: 2rem;
	position: relative;
	overflow: auto;
	margin: auto;
	width: fit-content;
	text-align: center;
	display: block;
	margin: auto;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: inset 2px 2px 10px 2px rgba(255, 255, 255, 0.1), inset -2px -2px 12px 2px rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
}
.gradient {
	transform: translateY(-5px);
  	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  	background: linear-gradient( 135deg, #37353E 0%, #000018 55% ), linear-gradient( 315deg, #3510B5 0%, #12ac15 35%, #000018 60%);
}
.gradient:hover {
	transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background: linear-gradient( 135deg, #37353E 0%, #000018 55% ), linear-gradient( 315deg, #3510B5 0%, #12ac15 35%, #000018 60% );

}
/* End Globbal  */
/* overwrite  */
.navmenu.mo-border::before{
	border-radius: 50px !important;
}
@media (max-width: 1199px) {
	.navmenu.mo-border::before{
		background: transparent;
	}
}
.testimonial-section .testimonial-item .mo-border {
	position: relative !important;
}
.testimonial-section .testimonial-item .mo-border {
	position: unset !important;
}

.section-test-img .swiper {
	width: 100%;
}

.section-test-img .swiper-slide {
	background-position: center;
	background-size: cover;
	box-shadow: 0 2rem 2rem -1.5rem rgba(0, 0, 0, 0.75);
	overflow: hidden;
}

.section-test-img .swiper-slide img {
	display: block;
	width: 100%;
	/* aspect-ratio: 11 / 16; */
	aspect-ratio: auto;
	object-fit: cover;
}

.section-test-img .swiper-wrapper {
	padding: 6rem 0;
}

.section-test-img .info {
	position: absolute;
	bottom: -100%;
	opacity: 0;
	left: 0;
	right: 0;
	padding: 1rem;
	background: rgba(0, 0, 0, 0.9);
	color: #dedede;
	transition: bottom 0.5s ease-in-out, opacity 0.6s ease-in-out;
}

.section-test-img .info h3 {
	font-weight: 600;
	margin: 0;
}

.section-test-img .info p {
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 100;
}

.section-test-img .info .actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: space-between;
}

.section-test-img .info .button {
	text-decoration: none;
	color: #ffffff;
	background: #6c91c2;
	padding: 0.5rem 1rem;
	border-radius: 0.25rem;
}

.section-test-img .swiper-slide.swiper-slide-active .info {
	bottom: 0;
	opacity: 1;
}
.section-test-img .swiper-pagination-bullet {
	background: white;
	opacity: .9;
}
.section-test-img .swiper-pagination-bullet-active {
	background: var(--accent-color);
	opacity: 1;
}
.section-test-img p {
	margin-top: 5%;
}

/* video thumb  */
.video-thumb {
  position: relative;
  display: inline-block;
}

.video-thumb::after {
  content: "▶";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: white;
  background: rgba(0,0,0,0.35);
  border-radius: 12px;
}
/* shaker */
.shaker i {
	display: inline-block;
	font-size: 17px;
	color: var(--accent-color);
	margin-left: -30px;
}

.shaker .shaker-big-title {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 34px;
	font-size: 2.2rem;
}
.shaker .shiker-build {
	font-size: 18px;
}
.shaker .point-container {
	padding-left: 60px;
}
.shaker .point {
	font-size: 17px;
}
@media (min-width: 567px) {
	.shaker .global-title  {
		width: fit-content;
	}
}
.shaker .global-title ,
.shaker .shaker-big-title {
	text-align: left !important;
}
@media (min-width: 567px) {
	.shaker .shaker-big-title {
		font-size: 3.5rem;
		word-spacing: -7px;
	}
}


.shaker .featured-img {
	position: relative !important;
}
@media (max-width: 576px) {	
	.shaker .row {
		margin: 10px;
	}
}
.steps p.p-desc ,
.p-desc {
	font-size: 1.3rem;
	font-family: "Plus Jakarta Sans", sans-serif;
	line-height: 1.7;
	color: color-mix(in srgb, var(--default-color), transparent 20%);
	max-width: 520px;
	margin: auto;
	margin-top: auto;
	margin-top: 31px;
	font-size: 1.4rem;
	font-family: "Plus Jakarta Sans", sans-serif;
	line-height: 1.7;
	color: color-mix(in srgb, var(--default-color), transparent 20%);
	max-width: 560px;
	margin: auto;
}


.shaker .title-2 {
	font-size: 20px;
  	margin-bottom: 20px;
	word-spacing: -5px;
  	line-height: 35px;
}
.shaker .my-mission {
	line-height: 30px;
	margin-top: 3rem;
	font-size: 17px;
}
.shaker .my-mission  span {
	font-size: 18px;
	word-spacing: -5px;
}
/* فوتر  */
.line {
	position: relative;
}
.line::before{
  content:"";
  position:absolute;
  left: 12px;
  right: 12px;
  top: 0;
  height: 2px;                  /* سمك الحافة */
  background: linear-gradient(90deg,
    transparent,
    rgba(122,162,255,.95),
    rgba(53,16,181,.95),
    transparent
  );
  filter: blur(0.5px);
  opacity: .9;
}
.line::after{
  content:"";
  position:absolute;
  left: 6%;
  right: 6%;
  top: -18px;
  height: 50px;
  background: radial-gradient(closest-side,
    rgba(122,162,255,.55),
    transparent 70%
  );
  filter: blur(14px);
  opacity: .9;
  pointer-events:none;
}



.like-cta {
	display: block;
	text-transform:capitalize;
	position: relative;
	margin-top: -2px;
	width: 15%;
	cursor: pointer;
	color: hsla(0, 0%, 55%, 1);
	background: linear-gradient( 135deg, #37353E 0%, #000018 55% ), linear-gradient( 315deg, #3510B5 0%, #12ac15 35%, #000018 60%);;
	border: 1px solid hsla(0, 0%, 25%, .5);
	text-align: center;
	font-size: 1.5vw;
	font-weight: bold;
	padding: 1.5vw 0;
	/* text-shadow: 1px 1px hsla(0,5%,5%,.3), 2px 2px hsla(0,5%,5%,.3); */
	overflow: hidden;
	transition: all 0.3s ease-in;
	position: relative;
	padding: 14px 40px;
	font-size: 46px;
	font-weight: 600;
	color: #fff;
	border-radius: 50px;
	border: none;
	cursor: pointer;
	/* text-transform: uppercase; */
	letter-spacing: 1px;
	text-wrap: nowrap;
	width: 104%;
	padding: 20px 30px;
	color: var(--accent-color);
}

.like-cta:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;

	background: linear-gradient(90deg, #9b4dff4a, #ff8c004f);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.hero .description p {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
   max-width: 560px;
  margin: auto;
}

/* testimonial  */
    :root{
      --bg:#050713;
      --card:#0b1020;
      --card2:#0a0f1e;
      --border:rgba(255,255,255,.10);
      --muted:rgba(255,255,255,.65);
      --text:rgba(255,255,255,.92);
      --accent:#ffd54a;
    }


    .mo-testimonial .card{
      width:min(720px, 100%);
      background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)) , var(--card);
      border:1px solid var(--border);
      border-radius:18px;
      padding:22px 22px 18px;
      box-shadow:
        0 16px 40px rgba(0,0,0,.55),
        inset 0 1px 0 rgba(255,255,255,.06);
      position:relative;
      overflow:hidden;
    }

    .mo-testimonial .card::before{
      content:"";
      position:absolute;
      inset:-2px;
      background:
        radial-gradient(380px 180px at 15% 0%, rgba(255,213,74,.10), transparent 60%),
        radial-gradient(420px 220px at 95% 20%, rgba(120,90,255,.14), transparent 55%);
      pointer-events:none;
    }

    .mo-testimonial .content{
      position:relative;
      z-index:1;
    }

    .mo-testimonial .stars{
      display:flex;
      gap:6px;
      margin-bottom:14px;
      color:var(--accent);
      font-size:18px;
      letter-spacing:1px;
      user-select:none;
    }

    .mo-testimonial h3{
      margin:0 0 10px;
      font-size:22px;
      line-height:1.35;
      font-weight:800;
    }

    .mo-testimonial p{
      margin:0 0 12px;
      color:var(--muted);
      font-size:15.5px;
      line-height:1.65;
    }

    .mo-testimonial .label{
      font-weight:700;
      color:rgba(255,255,255,.82);
      margin-top:10px;
      margin-bottom:8px;
    }

    .mo-testimonial ul{
      margin:0 0 14px;
      padding-left:18px;
      color:rgba(255,255,255,.78);
      line-height:1.7;
    }

    .mo-testimonial li{ margin:6px 0; }

    .mo-testimonial .result{
      margin-top:8px;
      padding:12px 14px;
      border-radius:12px;
      border:1px solid rgba(255,255,255,.10);
      background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
      color:rgba(255,255,255,.9);
      font-weight:650;
    }


/* feature-item */
.feature-item {
  padding: 1.25rem;
  background-color: var(--surface-color);
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: all 0.3s ease;
background: linear-gradient(-198deg, #37353E, #000018), linear-gradient(148deg, #3510B5, #12ac15);
}




 .feature-item:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background: linear-gradient( 135deg, #37353E 0%, #000018 55% ), linear-gradient( 315deg, #3510B5 0%, #12ac15 35%, #000018 60% );

}

 .feature-item i {
  font-size: 1.75rem;
  color: var(--accent-color);
  margin-bottom: 0.75rem;
  display: block;
}

 .feature-item h5 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

 .feature-item p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.last-icon {
	display: flex;
	justify-content: flex-end;
}

/* mobile Edit  */
@media (max-width: 576px) {
	/* القسم الاول  */
	.hero .main-heading h1 {
		font-size: 2rem !important;
	}
	.hero .description p {
		font-size: 1.2rem !important;
	}

	/* القسم الثاني  */

	/* قسم شاكر  */
	.like-cta {
		font-size: 28px !important;
  		margin-left: -6px !important;
	}
	.shaker .title-2 {
		font-size: 18px !important;
	}
	.shaker .point-container {
		padding-left: 30px;
	}
	/* قسم الاخير  */
	.contact .map-section {
		height: 10px !important;
	}
}

.one-p {
	font-size: 1.1rem !important;
	font-family: "Plus Jakarta Sans", sans-serif !important;
	line-height: 1.7 !important;
	color: color-mix(in srgb, var(--default-color), transparent 20%) !important;
	max-width: 560px !important;
	margin: auto !important;
}
.one-heading {
	font-size: 1.8rem !important;
	margin-bottom: 1.25rem !important;
	font-weight: 700 !important;
	text-align: center !important;
	max-width: 700px !important;
	margin: 35px auto 40px !important;
}
@media (min-width: 576px) {
	.one-heading {
		font-size: 2.8rem !important;
	}
}
.team-member ,
.team-member img {
	border-radius: 12px;
}