
  @font-face {
    font-family:'font' ;
    src: url('fonts/font.ttf');
}
body{
      color: white;
      background: rgb(117,7,130);
      background: linear-gradient(235deg, rgba(117,7,130,1) 0%, rgba(70,10,130,1) 55%, rgba(84,15,129,1) 100%);
  font-family: font;}
  nav {
    background: rgb(33,5,85);
background: linear-gradient(235deg, rgba(33,5,85,1) 0%, rgba(107,26,26,1) 52%, rgba(73,0,93,1) 100%);
      border-radius: 8px;
      display: flex;
      flex-direction: row-reverse;
      position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%;
  left: 0;

  }
  nav img{
      width: 50px;
      height: 50px;
      display: flex;
      flex-direction: row-reverse;
     margin-top: 10px;
     padding-left: 10px;
     padding-right: 10px;
  }
  li {
    display: inline;
    margin-right: 5px;
    padding-left: 30px;
}
 a:hover{
    color: goldenrod;
}
a{
    text-decoration: none;
    font-size: 17px;
    color: white;
}

 ul{
    position:fixed;
    right: 50px;
    top: 10px;
    display: block;
    cursor: pointer;
    list-style-type:none;
    margin-right:20% ;
direction: rtl;
}
ul  img{
    display: inline;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    padding-left: 30px;
    
}
.down img{
    width: 40%;
    height: 100%;
    float: left;
}
.down h3{
    padding-top: 250px;
    padding-right:30px ;
     
}
.down a{
    color: rgb(255, 255, 255);
    display: inline-block;
    margin-right: 30px;
    padding: 10px 25px;
    border: 1px solid rgb(248, 195, 47);
    border-radius: 20px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.7s;
    
}
.down a:hover{
    padding: 10px 35px;
}
footer{
 
position: fixed;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 8%;
  direction: rtl;

}
footer h4{
    display: inline-block ;
  text-align: center;
  padding-left: 30px;
}

