@import url('https://fonts.googleapis.com/css2?family=Markazi+Text:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Faster+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sixtyfour+Convergence&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Maps&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Moo+Lah+Lah&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa+Ink:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Blaka+Ink&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lalezar&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&family=Lalezar&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap');

html {
  scroll-behavior: smooth;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}






ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  padding: 0;
  margin: 0;
}









body {
  font-family: Arial, sans-serif;
  background-color: #212121;


}









#circle {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  pointer-events: none;
  background-color: #8a8a8a74;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 9;
}




.og-image {
  width: 1200px;
  /* العرض */
  height: 600px;
  /* الطول */
  object-fit: cover;
  /* لضمان اقتصاص مناسب للصورة */
}













.padiing-xs {
  margin: 0;
  width: 250px;
  text-align: center;
  transition: all 0.4s;
}
.padiing-xss {
  margin: 0;
  width: 320px;
  text-align: center;
  transition: all 0.4s;
}










.section-1 {
  border-bottom: 2px solid white;
  padding: 10px;
  text-align: center;
  color: white;
  box-shadow: 0px 1px 10px rgb(255, 255, 255);
}








.black-container {
  background-image: linear-gradient(to right, #171717 0%, #d7d7d7 51%, #171717 100%)

}
.black-container {
  width: 100%;
  height: 50px;
  z-index: 9999;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 400% auto;
  color: white;
  box-shadow: 0 -10px 10px #ffffff20;
}

.black-container:hover {
  background-position: -30%;
}









.backgrawnd-s {
  height: 50px;

}

.backgrawnd-r {
  height: 50px;
}

.div-img {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0;
}

.backgrawnd-r a img {
  padding: 0;
  height: 25px;
}

.li-container {
  position: relative;
  cursor: pointer;
}

ul {
  font-family: 'cairo';
  font-weight: 800;

}

.ul-s {
  position: absolute;
  width: 250px;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border-radius: 0px 0px 5px 5px;
  padding: 0;
  display: none;
  z-index: 1;

}

.ul-s li {
  color: black;
  padding: 5px;
  border-bottom: 1px solid #38383870;
  display: flex;
  justify-content: center;
  transition: all 0.5s;
  font-weight: 600;
  
}

.ul-s li:hover {
  background-color: #ccc;

}

.ul-s li a {
  color: black;
}

.ul-s li a:hover {
  color: black;
}

@media (max-width: 768px) {
  h1 {
    font-size: 20px;
  }

  .black-container li {
    font-size: 12px;
  }


  .div-img img {
    height: 40%;

  }

  .backgrawnd-s {
    padding: 0;
    padding-right: 5px;
  }

  .backgrawnd-r {
    padding: 0;
    padding-left: 5px;


  }


}

.ul-sm {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.ul-sm li {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: #0000005d solid 1px;
  padding-bottom: 5px;
  transition: all 0.5s;
  font-size: 12px;
}

.ul-sm li a {
  color: black;

}


.active-s {
  background-color: #00000079;

}

.ul-sm li:hover {
  background-color: #ccc;

}




h1 {
  font-family: "Markazi Text";
  padding: 0;
  margin: 0;
}

span {
  font-family: "Cairo", sans-serif;
  margin-right: 10px;
  margin-left: 10px;

}

.section-2 {
  margin-top: 70px;
}

.position-r {
  position: relative !important;
}

.position-s {
  position: absolute !important;
  top: 105px;
  right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
}


.position-s:hover {
  background-color: #0000005d;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 1px 10px rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .position-s {
    right: 3px;
    top: 5px !important;
  
  }
  .position-s p {
   font-size: 12px;
  }
  .position-s i {
    font-size: 8px;
  }
  .position-s:hover {
    background-color: #0000005d;
    border-radius: 10px;
    padding: 2px;
    box-shadow: 0px 1px 10px rgb(255, 255, 255);
  }

  
}


.position-s p {
  margin: 2px;
  cursor: pointer;
}

.position-s i {
  margin: 2px;
  cursor: pointer;
}

.position-s i {
  font-size: 28px;
}

.container-s {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 75%;
}


h2 {
  color: white;
  font-family: "Markazi Text";
  font-weight: 900;
  margin-bottom: 20px;

}

.container-s p {
  color: white;
  font-family: "Markazi Text";
  font-weight: 900;
  margin-bottom: 20px;
  font-size: 23px;
}

.copy-button {

  padding: 5px 10px;
  font-size: 14px;

  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.5s;
  width: 100%;

}

.copy-button:hover {
  background-color: #269d68;
}

textarea {
  width: 100%;
  min-height: 0px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  resize: none;
  outline: none;
  overflow: hidden;
  margin-top: 10px;
  background-color: #212121;
  color: white;
  text-align: center;
  padding-bottom: 0px;

}

.text-ltr-s {
  direction: ltr;

}

.text-ss {
  background-color: #ccc;
  border-radius: 10px;
  color: black !important;
}

.hrr {
  border-bottom: 1px solid white;
  padding-bottom: 20px;
}

.my-s {
  margin-top: 100px;
  margin-bottom: 100px;
}














/*                             start                               */





/* From Uiverse.io by Uncannypotato69 */





.textWrapper {
  height: fit-content;
  min-width: 3rem;
  width: fit-content;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.25ch;
  position: relative;
  z-index: 0;
  color: white;

}

.invertbox {
  position: absolute;
  height: 100%;
  aspect-ratio: 1/1;
  left: 0;
  top: 0;
  border-radius: 20%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: invert(100%);
  animation: move 2s ease-in-out infinite;
}

@keyframes move {
  50% {
    left: calc(100% - 3rem);
  }
}














/*                             start                               */










#loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: #212121;
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}






























footer {
  background-image: linear-gradient(to right, #171717 0%, #d7d7d7 51%, #171717 100%)
}


footer {
  padding: 10px;
  padding-bottom: 0;
  margin-top: 20px;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 400% auto;
  color: white;
  box-shadow: 0 -10px 10px #ffffff20;
  display: block;
  

}
footer a {
  color: white;
}



footer:hover {
  background-position: -30%;
  color: #fff;
  text-decoration: none;
}


footer h3 {
  font-family: "Lalezar", sans-serif;
}

footer .footer-s {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 0;
  font-family: "Lalezar", sans-serif;

}
.footer-1 p {
  font-family: "Noto Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.footer-2 a {
  transition: all 0.5s;
}
.footer-2 a:hover {
  transform: scale(1.09);
  color: #ccc;
}
.a-socil-1 , .a-socil-2 , .a-socil-3 ,.a-socil-4 {
  transition: all 0.5s;
}
.a-socil-1:hover {
  color: #ff0000;
}
.a-socil-2:hover {
  color: #c135b4 ;
}
.a-socil-3:hover {
  color: #0088cc ;
}
.a-socil-4:hover {
  color:#25D366 ;
}

@media (max-width:768px) {
  footer .footer-2 {
    padding-right: 16px;
  }
  footer .footer-3 .mt-s-phone {
    margin-top: 20px;
  }
  .div-end {
    font-size: 12px;
  }


}
@media (max-width:992px) {
  .example-2 .icon-content .tooltip {
 
    left: -220px !important;

  }
  .logo-s {
    display: flex;
    justify-content: end ;
  }
  footer {
    background-image: linear-gradient(to right, #d7d7d75c 0%, #171717 7%, #d7d7d760 50%   , #171717 100%)
  }
  
  footer {
  
    background-size: 800% auto;
 
  
  }


  footer:hover {
    transition: all 0.8s;
    background-position: -15%;

  }
}
.footer-4 img {

  width: 45%;
}

.footer-4 {

  align-items: end;


}









.div-end {
  display: flex;
  justify-content: center;
  align-items: center;

  margin-top: 20px;

}

.end-s {
  font-family: "Oi", serif;


}

.end-s span {
  font-family: "Sixtyfour Convergence";

}



/*                                                               button                                */
.button {
  --white: #ffe7ff;
  --bg: #080808;
  --radius: 100px;
  outline: none;
  cursor: pointer;
  border: 0;
  position: relative;
  border-radius: var(--radius);
  background-color: var(--bg);
  transition: all 0.2s ease;
  box-shadow:
    inset 0 0.3rem 0.9rem rgba(255, 255, 255, 0.3),
    inset 0 -0.1rem 0.3rem rgba(0, 0, 0, 0.7),
    inset 0 -0.4rem 0.9rem rgba(255, 255, 255, 0.5),
    0 3rem 3rem rgba(0, 0, 0, 0.3),
    0 1rem 1rem -0.6rem rgba(0, 0, 0, 0.8);
}

.button .wrap {
  font-size: 25px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  padding: 5px 35px;
  border-radius: inherit;
  position: relative;
  overflow: hidden;
}

.button .wrap p span:nth-child(2) {
  display: none;
}

.button:hover .wrap p span:nth-child(1) {
  display: none;
}

.button:hover .wrap p span:nth-child(2) {
  display: inline-block;
}

.button .wrap p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  transition: all 0.2s ease;
  transform: translateY(2%);
  mask-image: linear-gradient(to bottom, white 40%, transparent);
}

.button .wrap::before,
.button .wrap::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
}

.button .wrap::before {
  left: -15%;
  right: -15%;
  bottom: 25%;
  top: -100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.12);
}

.button .wrap::after {
  left: 6%;
  right: 6%;
  top: 12%;
  bottom: 40%;
  border-radius: 22px 22px 0 0;
  box-shadow: inset 0 10px 8px -10px rgba(255, 255, 255, 0.8);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0) 100%);
}

.button:hover {
  box-shadow:
    inset 0 0.3rem 0.5rem rgba(255, 255, 255, 0.4),
    inset 0 -0.1rem 0.3rem rgba(0, 0, 0, 0.7),
    inset 0 -0.4rem 0.9rem rgba(255, 255, 255, 0.7),
    0 3rem 3rem rgba(0, 0, 0, 0.3),
    0 1rem 1rem -0.6rem rgba(0, 0, 0, 0.8);
}

.button:hover .wrap::before {
  transform: translateY(-5%);
}

.button:hover .wrap::after {
  opacity: 0.4;
  transform: translateY(5%);
}

.button:hover .wrap p {
  transform: translateY(-4%);
}

.button:active {
  transform: translateY(4px);
  box-shadow:
    inset 0 0.3rem 0.5rem rgba(255, 255, 255, 0.5),
    inset 0 -0.1rem 0.3rem rgba(0, 0, 0, 0.8),
    inset 0 -0.4rem 0.9rem rgba(255, 255, 255, 0.4),
    0 3rem 3rem rgba(0, 0, 0, 0.3),
    0 1rem 1rem -0.6rem rgba(0, 0, 0, 0.8);
}

/*                                                               button                                */












.example-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}

.example-2 .icon-content {

  position: relative;
}

.example-2 .icon-content .tooltip {
  position: absolute;
  top: -150px;
  left: 120%;
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}

.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: 50%;
  transform: translateY(-50%);
}

.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #4d4d4d;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.example-2 .icon-content i {

  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #4d4d4d;
  transition: all 0.3s ease-in-out;
}



.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}

.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
}

.example-2 .icon-content a:hover {
  color: white;
  transform: scale(1.2);
}

.example-2 .icon-content i:hover {
  font-weight: 500;
  color: white !important;
  z-index: 999;

}

.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #e8e8e8;
  transition: all 0.3s ease-in-out;
}

.example-2 .icon-content a:hover .filled {
  height: 100%;
}




.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"]~.tooltip {
  background: linear-gradient(45deg,
      #405de6,
      #5b51db,
      #b33ab4,
      #c135b4,
      #e1306c,
      #fd1f1f);
}

.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"]~.tooltip {
  background-color: #ff0000;
}





.example-2 .icon-content a[data-social="telegram"] .filled,
.example-2 .icon-content a[data-social="telegram"]~.tooltip {
  background-color: #0088cc;
}




.example-2 .icon-content a[data-social="discord"] .filled,
.example-2 .icon-content a[data-social="discord"]~.tooltip {
  background-color: #7289da;
}


.example-2 .icon-content a[data-social="whatsapp"] .filled,
.example-2 .icon-content a[data-social="whatsapp"]~.tooltip {
  background-color: #25D366;
}



.position-Express {
  position: relative;
  bottom: 87px;
  background-color: #212121;
  height: 90px;
  width: 95%;
  z-index: 99;
}


.text-danger-s {
  color: red;
  font-weight: 900;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: white 1px solid;
}