body{
    background-color: #fff;
    background-repeat: no-repeat;
    text-align: right;
    direction: rtl;
    color: #607d8b;
    font-family: Tajawal, serif;
}
h1{
    --min: 2em;
    --val: 6vw;
    --max: 4em;
}
h2{
    --min: 1.5em;
    --val: 5.5vw;
    --max: 3.5em;
}
p{
    --min: 0.8em;
    --val: 2vw;
    --max: 1.5em;
}
h1,h2,p{
     font-size: clamp(var(--min), var(--val), var(--max));
 }
nav .nav-item a{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

section .section-title{
    font-weight: bold;
    text-align: center;
    color: #7D4CDC;
}

#features .card{
    background: #FFFFFF;
    box-shadow: 0 1px 5px 1px rgba(74, 74, 74, 0.1);
    border-radius: 5px;
    margin: 5px 0;
    cursor: pointer;
}

#features .card:before{
    content: " ";
    width: 15px;
    height: 15px;
    background: #7D4CDC;
    display: block;
    position: absolute;
    top: 0;
    right: -35px;
    border-radius: 100%;
}

#features .card-body{
    padding: 18px;
}
#features .card-body .card-title{
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
    text-align: right;
    color: #0B1726;
}

#features .card-body p{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #607D8B;
}

#features .card.active{
    background: #7D4CDC;
}

#features .card.active .card-body p, #features .card.active .card-body .card-title{
    color: #fff;
}
#features .border-left {
    padding-right: 25px;
}
#load-app{
    padding: 20px 0;
    margin: 20px 0;
    background: #543FE4 url("../images/bg_app.png");
    background-size: 35%;
}
.section-description{
    text-align: justify;
}
#load-app .section-title, #load-app .section-description{
    color: #fff;
}
footer{
    background: url("../media/bg/bg-footer.png") no-repeat;
    background-size: cover;
}
@media (min-width: 576px) {

}

@media (max-width: 767px) {
    body{
        background-size: 80%;
        background-position-y: 60px;
    }
    nav.navbar.navbar-expand-lg.navbar-light.bg-transparent {
        background-color: #fff !important;
    }
    section img{
        width: 100% !important;
    }
    .section-title{
          text-align: right;
      }
    section .section-description{
        text-align: center;
    }
    footer .logo{
        width: 80px !important;
        display: block;
        margin: auto;
    }
}
@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}
