html, body {
    font-family: 'Roboto', sans-serif;
    color: #222;
    align-content: center ;
    background-color: #e8e7e4;
    overflow-x: hidden; 
    max-width: 100%;
    height: auto;
}


/* hiding the scrollingbar */
::-webkit-scrollbar { 
    display: none; 
}


.navbar {
    padding: 0.8rem;
    background-color: #e8e7e4 !important;
}


.navmenu-text{
    color: #bcb8ad !important;
    font-size: 14px !important;
    font-weight: 400;
}

.LAN-AR{
    text-decoration: none;
    color: #f8377b;
    font-weight: 600;
    font-size: 12px !important;
}

.LAN-AR:hover {
    text-decoration: none;
    color: #f8377b;
    font-weight: 600;
    font-size: 12px !important;
}

.LAN-EN{
    text-decoration: none;
    color: #3c67f1;
    font-weight: 600;
    font-size: 12px !important;
}

.LAN-EN:hover {
    text-decoration: none;
    color: #3c67f1;
    font-weight: 600;
    font-size: 12px !important;
}

.VSeperator{
    height: 20px;
    width: 2px;
    margin-left: 10px;
    margin-right: 10px;
}

.lan-sep{
    border-radius: 5px;
    background-color: #bfbebc;
}

.active-main {
    color: #616161 !important;
    font-weight: 200 !important; 
    border-bottom: 2px solid #8d8d8d;
}
.nav-link {
    font-size: 12px !important;
    margin-left: 25px;
}

.maring50-r{
    margin-right: 35px;
}

.maring50-l{
    margin-left: 35px;
}


.ltr{
    direction: ltr;
}

.rtl{
    direction: rtl
}

.marginTop{
    margin-top: 70px;
    margin-bottom: 7 0px
}


a{
        text-decoration: none;
        color: #a5a297;
}
a:hover{
    text-decoration: none;
    color: #a5a297;
}
ul{
    list-style: none;
}
  
.blog{
    margin: 3rem 1rem;
    justify-content: center;
    align-items: center;
}
.blog__header{
    text-align: center;
    }
.blog__header1{
    margin: 0;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: .2px;
    text-transform: uppercase;
    }
    .blog__header2{
    margin-top: .3rem;
    font-size: 1.4rem;
    font-weight: 500;
    }
    .blog__header2Span{
    font-weight: 400;
    font-size: 1.25rem;
    }
    
    .blog__post{
    text-align: center;
    margin: 3rem 1rem;
    width: 80%;
    }
    .blog__topImg{
    width: 100%;
    }
    .blog__content{
    padding: .8rem;
    }
    .blog__preview{
    font-size: .95rem;
    font-weight: 300;
    }
    .blog__title{
    margin-top: 0;
    font-size: 1.4rem;
    }
    .blog__intro{
    line-height: 1.5;
    }
    .blog__info{
    font-weight: 300;
    }
    .blog__author{
    font-size: .9rem;
    }
    .blog__date{
    font-size: .85rem;
    }

    .blog__counter{
    margin: 0;
    padding: 0;
    display: flex;
}

.blog__counterItem{
    height: 20px;
    width: 20px;
    margin: .5rem;
    background-color: lightgray;
    border: 1px solid lightgray;
    border-radius: 25px;
}

.blog__counterItem :hover{
    cursor: pointer;
}
.blog__counterItem-active{
    border: 1px solid lightblue;
    background-color: lightblue;
}

.blog__slider{
padding: 0;
}

.footer {
    background-color: #d3d1cc;
    margin-top: 60px;
}


.v-center h5{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 100%;
    margin-top: 60px;
    margin-bottom: 18px;
}

.v-center p{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: 400;
}


@media (max-width: 950px) {
    /* Nav Bar */

    .maring50-r{
        margin-right: 0px;
    }
    
    .maring50-l{
        margin-left: 0px;
    }


    /* Valuer */

    .valuer-sep p {
        font-weight: 100 !important;
        font-size: 60%;
        color: #e5dedb;
        text-transform: uppercase;
    }
}

@media (max-width: 900px) {
    /* Nav Bar */

    .maring50-r{
        margin-right: 0px;
    }
    
    .maring50-l{
        margin-left: 0px;
    }

    .nav-link {
        font-size: 12px !important;
        margin-left: 5px;
    }

    

    /* Valuer */

    .valuer-sep p {
        font-weight: 100 !important;
        font-size: 60%;
        color: #e5dedb;
        text-transform: uppercase;
    }
}