@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@600&family=Varela+Round&display=swap');
/*font-family: 'Cairo',sans-serif;**********font-family: 'Varela Round',sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Cairo+Play:wght@600&family=Cairo:wght@600&display=swap');
/*font-family: 'Cairo',sans-serif;********font-family: 'Cairo Play',cursive;*/

body {
  background-color: rgb(28, 28, 28);
  color: rgb(255, 255, 255);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Varela Round',
    sans-serif;
}
.hssd {
  border: none;
}
.hsds{
  margin-top: 100%;
  color: blue;
}
h3 {
  letter-spacing: 3px;
  margin-top: 30px;
  margin-left: 105px;
  margin-right: 30px;
  margin-bottom: 5px;
  height: 22px;
  padding-bottom: 5px;
  padding-top: 20px;
  text-align: left;
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
  /* border: 1px solid #946161; */
}
.info {
  color: #ffffff;
  font-size: 20px;
  margin-left: 105px;
  margin-right: 10px;
  margin-top: 1px;
  padding-bottom: 3px;
  font-family: 'Cairo', 'Varela Round', sans-serif;
  text-shadow: 5px 0 20px  #ffffff;
  
  
  /* border: 2px solid red; */
}
.info-b {
  margin-top: 5px;
  margin-right: 30px;
  margin-left: 15px;
  margin-bottom: 10px;
  width: 90px;
  font-size: 12px;
  font-family: 'Cairo', 'Varela Round', sans-serif;
  color: rgb(252, 252, 252);
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 20px;
  border: 3px solid #fffffff8;
  background-color: #ededed79;
  border-inline-color: rgb(44, 135, 255);
  box-shadow: 6px 2px 12px #000000ae,
      -6px -2px 12px #000000ae;
}

.x1 {
  float: right;

  margin-top: 35px;
  margin-right: 10px;
  margin-left: 1px;

  font-size: 15px;

  text-align: center;
  font-family: 'Kanit', 'El Messiri', sans-serif;
  color: rgb(54, 102, 207);
  text-decoration: none;

  padding: 5px 15px 5px 15px;
  background-color: #fbfbfb;
  border-radius: 25px;
  border: 3px solid #666666bc;
  box-shadow: 6px 2px 12px #000000ae,
      -6px -2px 12px #000000ae;
}

  
.icon-app {
  float: left;
  width: 80px;  
  margin: 10px;
  margin-left: 9px;
  padding: 3px;
  display: inline-block;
  width: 70px;
  border: 5px solid #00000032;
  border-radius: 25px;
  box-shadow: 6px 6px 12px #000000ae,
    -6px -6px 12px #000000ae;
}
.artc{
  text-align: center;
  padding: 10px 10px;
  margin: 40px 100px;
  border: 4px solid #5a5aff;
  background-color: #7b9cfe37;
  border-radius: 22px;
}


/* **************************** */



/* Wrapper */
.icon-button {
  background-color: white;
  border-radius: 3.6rem;
  cursor: pointer;
  display: inline-block;
  font-size: 2.0rem;
  height: 3.6rem;
  line-height: 3.6rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3.6rem;
}

/* Circle */
.icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
}

.icon-button:hover span {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 3.6rem;
  margin: -1.8rem;
}

.twitter span {
  background-color: #4099ff;
}

.facebook span {
  background-color: #3B5998;
}

.google-plus span {
  background-color: #db5a3c;
}

/* Icons */
.icon-button i {
  background: none;
  color: white;
  height: 3.6rem;
  left: 0;
  line-height: 3.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 3.6rem;
  z-index: 10;
}

.icon-button .icon-twitter {
  color: #4099ff;
}

.icon-button:hover .icon-twitter
{
  color: white;
}


/* **************************** */

.artc img{
  width: 100px;
  border: 5px solid #5a5aff;
  border-radius: 20pc;
}

.artc .dev{
  text-align: center;
  font-size: 19px;
}
.devc{
  font-size: small;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
/*الشريط العلوي*/

header {
  position: fixed;
  top: 0;
  width: 100%;
}

.navigation {
  display: flex;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: space-around;
  background-color: black;
}

.navigation ul {
  display: flex;
  gap: 40px;
}

.navigation ul,
li,
a {
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  text-transform: uppercase;
}

h1 {
  text-transform: uppercase;
  color: white;
  font-size: 40px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-shadow: #76a6ff;
}

h1:hover {
  color: #c4d6f9;
}

.navigation ul,
li,
a:hover {
  color: rgb(96, 192, 255);
}
/*POPI INFO*/

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 300ms ease-in-out;
  border: 1px solid black;
  border-radius: 20px;
  z-index: 10;

  width: 600px;
  max-width: 70%;
  border: none;
}

.modal.active {
  transform: translate(-50%, -50%) scale(1);
}

.modal-header {

  padding: 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  
  background-color: rgba(51, 51, 51, 0.945);
  border: 3px solid rgba(255, 255, 255, 0.612);

  color: white;
  font-family: 'Cairo', 'Cairo Play';

}

.modal-header .title {
  font-size: 1.25rem;
  font-weight: bold;
}

.modal-header .close-button {
  margin-right: 1px;
  margin-bottom: 10px;
  outline: none;
  background: none;
  font-size: 25px;
  font-weight: bold;
  color: white;
  border: none;

}

.modal-body {
  padding: 10px 15px;
  font-family: 'Cairo', 'Cairo Play';
  font-size: 15px;
  background-color: #7d9fe23f;
  color: white;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.612);
  box-shadow: 0 8px 42px 0 rgba(0, 0, 0, .57);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#overlay {
  position: fixed;
  opacity: 0;
  transition: 200ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.286);
  pointer-events: none;
}

#overlay.active {
  opacity: 1;
  pointer-events: all;
}

.acnt {

  text-align: center;
  text-decoration: none;
  float: left;
  margin-top: 1px;

  margin-left: 5px;
  margin-right: 5px;

  padding: 10px 10px 10px 10px;

  width: 100px;
  font-size: 14px;
  font-family: 'Kanit', 'El Messiri', sans-serif;
  color: #76a6ff;
  border-radius: 20px;
  border: 2px solid #76a6ff;
  background-color: #e8e8e8;
}

.acnt2 {
  text-align: center;
  text-decoration: none;
  color: #76a6ff;

  float: right;

  padding: 10px 10px 10px 10px;

  font-size: 14px;
  font-family: 'Kanit', 'El Messiri', sans-serif;

  border-radius: 20px;
  border: 2px solid #76a6ff;
  background-color: #e8e8e8;
}

/* logo */
.loader {
  position: relative;
  font-family: Arial,  Helvetica,  sans-serif;
}

.loader span {
  position: absolute;
  color: #fff;
  transform: translate(-50%, -50%);
  font-size: 35px;
  margin-left: 35px;
  letter-spacing: 3px;
}

.loader span:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 0.3px rgb(128, 198, 255);
}

.loader span:nth-child(2) {
  color: rgb(128, 198, 255);
  -webkit-text-stroke: 1px rgb(128, 198, 255);
  animation: uiverse723 3s ease-in-out infinite;
}

@keyframes uiverse723 {

  0%,
  100% {
    clip-path: polygon(0% 45%, 15% 44%, 32% 50%,
        54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }

  50% {
    clip-path: polygon(0% 60%, 16% 65%, 34% 66%,
        51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
  }
}