* {
  padding: 0;
  margin: 0;
}

html {
  overflow: hidden;
}

/* 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;

}

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

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

 /* -----------------------*/
  
@keyframes move1 {
  from {top: 110%;}
  to {top: 30%;}
}

.video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

video {
  width: 99.2%;
  height: 98.7%;
  object-fit: cover;
}

.content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  padding: 20px;
}

.wrapper > .home {
  background-size: cover;
  overflow: hidden;
  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;
}

@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: 10vh !important;
  margin: 0 0 0 50px ;
}

.logoname{
  display: flex;
  align-items: center;
}

.alwanohname{
  font-family: sans-serif;
  color: #88683e !important;
}



.footer  {
  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 ;
}

.enter{
  position: absolute;
  right: 4vh;
  position: fixed;
  bottom: 15vh;
  align-content: center;
  text-align: center;
  margin: 15px 60px 0 0 ;

}

.welcom{
  font-family: 'Tajawal', sans-serif;
  font-weight: bold;
  font-size: 7vh;
}

.welcom1{
  font-family: 'Tajawal';
  font-weight: lighter;
  font-size: 2.5vh;
}

.store{
  margin-top: 20px;
  width: 200px;
  height: 50px;
  background-color: #88683e;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: #000;
  font-family: 'Tajawal';
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;

}

.storecode{
  margin-top: 20px;
  width: 200px;
  height: 50px;
  background-color: #88683e;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: black;
  font-family: 'Tajawal';
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;

}

.storecode:hover{
  background-color: #ab844d;
}

.store:hover{
  background-color: #ab844d;
}


.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 {
  overflow: hidden;
  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;
  
}


