@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@500;700;800;1000&display=swap");
* {
  font-family: "Cairo", sans-serif;

  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}

:root {
  --tow: #3490de;
  --boxshadow: rgb(0 0 0 / 10%);
  --theborder: rgba(54, 57, 60, 0.1);
  --button-order: #673de6;
}

body {
  direction: rtl;
}

#headers {
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: #fff;
    justify-content: space-between;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    z-index: 1;
  }
  .login {
    width: 100px;
    height: 50px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
    background-color: #3490de;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
  }
  .mob {
    background-color: #fff;
    position: absolute;
    left: 5px;
  }

  
  .h1head {
    position: absolute;
    right: 20px;
    color: #728fce;
  }

  #headers ul {
    display: flex;
    padding-top: 20px;
  }
  
  #headers li {
    list-style: none;
    padding-left: 50px;
  }
  #headers a {
    text-decoration: none;
    position: relative;
  }
  
  #headers a::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    bottom: 0;
    background-color: black;
    left: 0;
    transition: transform 0.3s ease;
  }
  #headers a:hover::before {
    transform: scaleX(1);
  } 
   .span {
    display: none;
   }

   mob{
   left: 2px;
   position: absolute;
}


   /* about */
#about {
    padding-top: 100px;
margin-right: 5px;
}
.aboutH1 {
    text-align: center;
}
   /* about */



   /* features */
   .features {
       display: grid;
       text-align: center;
       gap: 10px;
    }
    
.features-h3 {
    margin-top: 100px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #2f1c6a;
  }
  #features {
    display: flex;
    flex-wrap: wrap;
    margin-left: 3%;
    margin-right: 3%;
    gap: 30px;
    margin-top: 80px;
    justify-content: center;
  }
  @keyframes features {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0%);
    }
  }
  
  .features-sngle {
    flex: 0 0 30%;
    background-color: #fff;
    box-shadow: 0 4px 8px rgb(81 85 88 / 10%);
    border: solid 1px var(--theborder);
    border-radius: 5px;
    transition: all 0.3s;
    margin-bottom: 40px;
    min-height: 330px;
    max-width: 300px;
  }
  .features-sngle:hover {
    transform: translateY(-10px);
  }
  .features-sngle img {
    width: 100px;
    height: 80px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -20px;
  }
  
  .h4features {
    text-align: center;
  }
  
  .pfeatures {
    margin-left: 5%;
    margin-right: 5%;
  }  
    
    /* features */



    /* footer */

 
/* footer */
#isfooter {
    width: 100%;
    padding-bottom: 60px;
    background-color: #2d2e47;
    box-shadow: 0px -2px 6px 2px var(--boxshadow);
  }
  .footers-vps {
    display: flex;
    width: 100%;
  }
  .h2vpsfooter {
    color: #fff;
    margin-right: 2%;
  }
  
  .nav1-vps,
  .nav2-vps,
  .nav3-vps {
    flex: 0 0 auto;
    width: 32%;
    margin-top: 2%;
  }
  .nav1-vps {
    padding-right: 2%;
  }
  
  .nav1-vps > p,
  .nav2-vps > p {
    color: #fff;
  }
  .nav1-vps > ul,
  .nav2-vps > ul,
  .nav3-vps > ul {
    list-style: none;
  }
  .nav1-vps a,
  .nav2-vps a {
    color: #fff;
    text-decoration: none;
  }
  
  .nav3-vps {
    width: auto;
  }
  
  .nav3-vps > ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    color: #fff;
  }
  .by {
    text-align: center;
    background-color: #2d2e47;
    color: #fff;
  }
  .by a {
    color: #fff;
    font-weight: 600;
  
  }
  
 
      

   @media screen And (max-width: 768px) {
    .span {
      position: absolute;
      top: 25px;
      left: 2%;
      cursor:pointer;
    }
  
    .navhid2 {
        display: none;
      }
    
      .h1head,
      .span {
        position: fixed;
        z-index: 3;
      }
      .nav-mob {
        position: absolute;
        width: 100%;
        height: 100vh;
        padding-top: 100px;
        z-index: 2;
        background-color: #fff;
        position: fixed;
        left: 0;
        transition: 400ms ease-in-out;
      }
      
  .nav-mob ul {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    text-align: center;
  }

  .nav-mob li {
    list-style: none;
    margin-top: 60px;
    font-size: 25px;
  }
  .mobopen,
  .uls {
    transform: translateY(-500px);
  }
  .mob {
    transform: translateY(0);
    background-color: #fff;
    position: relative;
    left: 5px;
  }

.span {
        display: block;
      }
      .ri-2x {
        transition: 1s ease;
      }
      .span {
        display: block;
    }


    /* features */
    #features {
        display: flex;
        flex-wrap: wrap;
        margin-left: 3%;
        margin-right: 3%;
        gap: 30px;
        margin-top: 80px;
        justify-content: center;
    }
    .features-sngle {
        flex: 0 0 100%;
        background-color: #fff;
        box-shadow: 0 4px 8px rgb(81 85 88 / 10%);
        border: solid 1px var(--theborder);
        border-radius: 5px;
        transition: all 0.3s;
        margin-bottom: 40px;
        min-height: 330px;
        max-width: 300px;
    }

    /* features */
    


}




@media screen And (max-width: 480px) {
    
    .nav2-vps {
        width: auto;
        margin-right: 90px;
      }
      .nav3-vps {
        width: auto;
        margin-right: auto;
        margin-left: auto;
      }
      .nav2-vps {
        width: auto;
        margin-right: 90px;
      }
      .nav3-vps {
        width: auto;
        margin-right: auto;
        margin-left: auto;
      }
    
      .nav1-vps,
      .nav2-vps {
        display: block;
        flex: 0 0 100%;
        width: 100%;
        margin-top: 2%;
      }
      .nav3-vps > ul {
        color: #fff;
        justify-content: space-around;
        gap: 20%;
      }
    
      .nav3-vps i {
        color: #fff;
        text-decoration: none;
      }
      .nav1-vps li,
      .nav2-vps li {
        margin-top: 2%;
      }
    
      .h2vpsfooter {
        margin-right: 0;
        text-align: center;
      }
    
      .footers-vps {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        text-align: center;
        gap: 30px;
      }
      .nav2-vps {
        width: auto;
        margin-right: 0;
      }
      .nav1-vps {
        padding-right: 0;
      }
}
  