* {
  padding: 0;
  margin: 0;
}
::-webkit-scrollbar {
  width: 1px;
}

::-webkit-scrollbar-thumb {
  background-color: transparent;
}

html {
  overflow: hidden;
  font-family: 'Tajawal';
}

/* menu -----------------------*/
#menuicon{
  font-size: 30px;
  color: #88683e !important;
  margin: 35px 50px 0 0 ;
  cursor: pointer;
  transition: color 0.3s;

}
#menuicon:hover{
  color: #ab844d !important;
}

#menu{
  position: relative;
  z-index: 1000;
  float: right;
  direction: rtl;
  margin: 0 60px 0 0;
  display: none;
  opacity: 0;
  animation: fadeIn 0.2s ease-out 0.2s forwards;

}

.triangle {
  margin-bottom: -1px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 15px solid #88683e;
  z-index: 1;
}


#List{

  width: 270px;
  background-color: #88683e;
  padding: 10px;
  border-radius: 10px 0px 10px 10px ;
  z-index: 1;
  height: 170px;
}

#myList{
padding: 0 !important;
margin: 0 !important;

}

#Listbutton {
  color: #000;
  display: flex;
  text-align: end;
  transition: background-color 0.3s;
  overflow: hidden;
  justify-content: space-between;
  max-height: 30px;
  cursor: pointer;
  font-family: 'Tajawal';
  font-weight: bold;
  font-size: large;
  list-style: none;
  padding: 5px;


  

}
#Listbutton:hover {
  background-color: #9d7947;
  
}

 /* -----------------------*/
  

.wrapper > .home {
  background-size: cover;
  position: absolute;
  z-index: 1;
  color: white;
  height: 99.2%;
  width: 98.7%;
  opacity: 0;
  animation: fadeIn 0.5s ease-out 2s forwards;
  top:6px;
  text-align: center;
  scroll-behavior: smooth;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.nav  {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  margin: 50px 0 0 0 ;
}

.logonameimg{
  display: flex;
  align-items: center;
  height: 100px !important;
  margin: 0 0 0 50px ;
}

.logoname{
  display: flex;
  align-items: center;
  height: 100px;
  width: 77%;
}

.alwanohname{
  font-family: system-ui;
  color: #88683e !important;
  font-size: larger;

}



.footer  {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 75px 0 0 0 ;
}

.icons{
  height: 90%;
  margin: 0 0 60px 0 ;
}
#icon{
  color: #88683e ;
  font-size: 20px;
  margin: 0 0 0 10px ;
}

#icon:hover{
  color: #ab844d;
}

.footer .icondiv{
  margin: 0 0 0 60px ;
}


.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  top:0;
}

.wrapper > .transition {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

}

@keyframes move {
  from {top: 43%;}
  to {top: 10%;}
}

@keyframes fadeout {
to {
  opacity: 0;
}
}

.wrapper > .logo {
  max-width: 300px;
  z-index: 1;
  animation-name: move;
  animation-duration: 3s;  
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
  animation: fadeout 0.5s ease-out 1.5s forwards;
  
}

.loader{
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.spinner {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 9px solid #9c7b3b;
  animation: spinner-bulqg1 0.8s infinite linear alternate,spinner-oaa3wk 1.6s infinite linear;
}

.ifcode{
  border: none; 
  width: 100%;
  height: 100%;

}

@keyframes spinner-bulqg1 {
  0% {
      clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }

  12.5% {
      clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }

  25% {
      clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }

  50% {
      clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }

  62.5% {
      clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }

  75% {
      clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }

  100% {
      clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}

@keyframes spinner-oaa3wk {
  0% {
      transform: scaleY(1) rotate(0deg);
  }

  49.99% {
      transform: scaleY(1) rotate(135deg);
  }

  50% {
      transform: scaleY(-1) rotate(0deg);
  }

  100% {
      transform: scaleY(-1) rotate(-135deg);
  }
}


