.banner {
    width: 100vw;
    height: 100vh;
    text-align: center;
    color: #CCC;
    position: relative;
}

.section{
    display: flex;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.banner-image {
    top: 0;
    position: absolute;
    width: 100%;
    background-color: black;
    height: 100vh;
    z-index: 1;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/language/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10%;
    margin-bottom: 2rem;
}

.content {
    text-align: center;
    direction: rtl;
    
}

.content p {
    font-size: 21px;
    color: black;
    line-height: 33px;
    direction: rtl;
    text-align: center;
}

.content h2 {
    color: #3d5afe;
    font-family: 'LineIcons';

}

.card {
    box-shadow: 0 0.5rem 1rem -0.25rem rgb(0 0 0 / 24%);

}

.card h4 {
    font-size: 40px;
}

.card p {
    font-size: 25px;
    padding-bottom: 20px;
}

.prices h1 {
    color: #3d5afe;
    font-family: 'LineIcons';
}