@import url(https://fonts.googleapis.com/css?family=Tajawal:400,500,800);
.snip1226 {
  font-family: 'Tajawal', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
position: relative;
}
#xx{
   display: none;
    z-index: 99999;
    margin-top: 180px;
margin-left: 50%;
}

@media (max-width: 480px) {

.menu.active {
    width: 100vw;
    height: 100vh;
    
    position: fixed;
    top: 0;
    z-index: 99999999;
}


#xx{
   display: none;
    z-index: 99999;
    margin-top: 180px;
}

.snip1226 li {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    font-size: 17px;
}

.snip1226 a {
    padding: 0;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    display: inline-block;
    letter-spacing: 0;
    margin: 0;
    text-decoration: none;
}

.langH {
    font-family: 'egyfont';
    position: fixed;
    bottom: 0;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

}


.snip1226 * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1226 li {
  list-style: outside none none;
 /*  margin: 20px 1.5em;*/ 
  overflow: hidden;
    font-size: 17px;
text-align: right;
    margin-right: 40%;
    /* padding: 20px; */
    margin-top: 10px;
}
.snip1226 a {
  padding: 0.3em 0;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
}
.snip1226 a:before,
.snip1226 a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1226 a:before {
  bottom: 100%;
  display: block;
  height: 3px;
  width: 100%;
  content: "";
  background-color: #e67e22;
}
.snip1226 a:after {
  padding: 0.3em 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: attr(data-hover);
  color: white;
  white-space: nowrap;
}
.snip1226 li:hover a,
.snip1226 .current a {
  transform: translateY(100%);
}
/* Demo purposes only */
body {
  background-color: #fff;
    



 
}












#main {
  width: 100%;
  height: 100%;
  border: 0px solid black;
  display: flex;
    text-align: center;
}

#main div {
  -ms-flex: 1;  /* IE 10 */  
  flex: 1;
}


.menu{

  position: fixed;
    top: 0;
    z-index: 99999999;
    
      transition: all 200ms;
}


.menu.active{
  width: 100vw;
  height: 100vh;
clip-path: polygon(100% 0, 100% 100%, 66% 100%, 32% 0);
  position: fixed;
    top: 0;
    z-index: 9999999;
}





.nav ul {

}

.nav-tgl {
  display: inline-block;
  cursor: pointer;
  position: fixed;
  z-index: 100;
  right: 30px;
  top: 30px;
  width: 70px;
  height: 70px;
  border: none;
  border-radius: 50%;
  padding: 0;
  background: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.24);
  line-height: 0.6;
  text-align: center;
    z-index: 1;
    border: 2px solid #9e9e9e;
}
.nav-tgl > span {
  display: inline-block;
  position: relative;
  height: 2px;
  width: 34px;
  border-radius: 1px;
  background: #293335;
  vertical-align: middle;
    z-index: 999;
}
.nav-tgl > span:before, .nav-tgl > span:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 2px;
  border-radius: 1px;
  background: #293335;
  transition: all 200ms;
}
.nav-tgl > span:before {
  top: -11px;
  left: 3px;
  width: 28px;
}
.nav-tgl > span:after {
  top: 11px;
  left: 6px;
  width: 22px;
}
.nav-tgl:focus {
  outline: none;
}
.nav-tgl:hover > span:after, .nav-tgl:hover > span:before {
  width: 34px;
  left: 0;
}

#db{
    width: 400px;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    top: 2%;
    padding: 150px 2% 2% 1%;
        padding-top: 150px;
    font-family: "Open Sans", sans-serif;
}

.nav:before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95); 
  transition: all 500ms ease-in-out;
  clip-path: circle(30px at calc(100% - 65px) 65px);
  visibility: hidden;
    border-bottom: 4px solid orange;
  
 -webkit-box-shadow: -8px 3px 5px 0px rgba(0,0,0,0.48);
-moz-box-shadow: -8px 3px 5px 0px rgba(0,0,0,0.48);
box-shadow: -8px 3px 5px 0px rgba(0,0,0,0.48);
}

.menu.active .nav:before {
  visibility: visible;
  clip-path: circle(100%);
}
.menu.active .nav-tgl > span {
  height: 0;
}
.menu.active .nav-tgl > span:after, .menu.active .nav-tgl > span:before {
  top: 0px;
  left: 0;
  width: 34px;
}
.menu.active .nav-tgl > span:after {
  transform: rotate(-45deg);
}
.menu.active .nav-tgl > span:before {
  transform: rotate(45deg);
}


.banner{
    width: 100%;
    height: 650px;
    border: 1px solid #ccc;
    background: #fff;
}







