@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital@0;1&display=swap');
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: content-box;
    outline: 0;
}
body{
    overflow-x: hidden;
    font-family: 'EB Garamond', serif;
}
html{
    font-size: 62.5%;
}
::selection{
    color: #fff;
    background-color: black;
}






.heading{
    font-size: 2.5rem;
    font-weight: bold;
    font-family: 'EB Garamond', serif;
}

/*------------------------home-------------------*/

.btns .btn{
    font-size: 1.7rem;
    margin-right: 1rem;
    font-family: 'EB Garamond', serif;
}
.contenu{
    margin-top: 7rem;
}
.d-flex .contenu h1{
    font-family:'Reem Kufi', sans-serif ;
    font-size: 6rem;
    font-weight: bold;
}
.content .contenu h2{
    font-family: 'Reem Kufi', sans-serif;
    font-size: 2.2rem;
    
}
.social-link i{
    font-size: 2.3rem;
    margin-right: 1rem;

}



/*---------------services------------------*/

.icon{
    font-size: 3.5rem;
}
.card-text{
    font-size: 1.5rem;
    margin-top: 1rem;
    font-family: 'EB Garamond', serif;
}
.card-title{
font-size: 1.8rem ;
font-weight: bold;
color: #141414;
margin: .5rem 0;
font-family: 'EB Garamond', serif;
}
.card-body .btn{
    font-size: 1.5rem;
    font-family: 'EB Garamond', serif;
}
.card-body{
    cursor: pointer;
}

/*--------------------------avis---------------------*/

.caption .h1{
    font-weight: bold;
    font-size: 2.5rem;
    font-family: 'EB Garamond', serif;
}
.caption .comment{
    font-size: 2rem;

}
.caption .nom{
    font-size: 1.5rem;
}
.caption .stars i{
    font-size: 1.5rem;
    color: gold;
    cursor: pointer;
}

/*-------------------------boxes-------------------*/
.boxes .arabic{
    font-family: 'Amiri Quran', serif;
}

/*----------------------faq-----------------------*/

.faq{
    font-size: 2.5rem;
    text-transform: capitalize;
    font-family: 'EB Garamond', serif;
}
.answrs{
    font-size: 1.7rem;
    font-family: 'EB Garamond', serif;
    margin-top: 10px;
}

.review{
    margin: 50px auto;
}
.review .container .row .col-md-4 .card {
    width: 30rem;
}
.review .card img{
    height:300px;
    
}
.videos{
    margin-top: 100px;
}


@media (max-width:576px){
    html{
        font-size: 50%;
    } 
    .review .container .row .col-md-4  .card {
        width: 40rem;
    }
    
} 






