

/* اساسيات  */
body,head{
    overflow-x: hidden;
    width: 100%;
    font-family: "cairo";
    background-color: white;
    position: relative;
   text-align: right;
    direction: rtl;
}
h1{
    font-size: xx-large;
}
h2{
    font-size: x-large;
}
h3{
    font-size: larger;
    line-height: 40px;
}
/* Bootsrap Override  */
a{
    text-decoration: none !important;
}

.navbar{
    position: fixed;
    z-index: 1;
    width: 100%;
}
/*   الألوان ---- */

.text-dark{
    color: #262335;
}
.bg-dark{
    background-color: #262335 !important;
}
.text-purple{
    color: #8A3AB9;
}
.text-blue{
    color: #7175e7;
}
.text-gold{
    color: #f9a81a;
}
.bg-gold{
    background-color: #f9a81a;
}
.bg-purple{
    background-color: #8A3AB9;
}
.bg-sec{
    background: #37385b;
    background-color: #37385b;
}
.text-white{
    color: white;
}
.bg-white{
    background-color: white;
}
.bg-light{
    background-color: #e2e1e1;
}
.text-grey{
    color: #8D8D8D;
}
.bg-gradiant{
    background-image: linear-gradient(to left ,#8A3AB9,#6C50C7,#4C68D7);
}
.bg-grey{
    background-color: #8D8D8D;
}
.text-light{
    color: #E9E5FF;
}
.bg-light{
    background-color: #E9E5FF;
}
.bg-light-blue{
  background-color:  #E9E5FF;
}


.fixed-bg{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
    position: relative;
}
.fixed-bg .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #251f42cc;
}
.fixed-bg .caption{
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    text-align: center;
}

/*   الخطوط ---- */

.f-bold{
    font-weight: bold;
}
.f-bolder{
    font-weight: bolder;
}
.cairo-lt{
    font-family: "Cairo", Arial, sans-serif;
    font-weight: 200;
}
.cairo-bold{
    font-family: 'Cairo', Arial, sans-serif;
    font-weight: bold;
}
.hat-lt{
    font-family: "Red Hat Display", Arial, sans-serif;
    font-weight: 200;
}
.hat-bold{
    font-family: "Red Hat Display", Arial, sans-serif;
    font-weight: bold;
}


/* Border Radius */
.radius-10{
    border-radius: 10px;
}
.radius-20{
    border-radius: 20px;
}
.radius-40{
    border-radius: 40px;
}
.radius-50{
    border-radius: 50px;
}
.radius-100{
    border-radius: 100px;
}
.radius-circle{
    border-radius: 50%;
}




   .addons-list img{
    height: 130px;
    width: auto;
    margin-bottom: 1rem;
   }