@charset "utf-8";
@font-face { font-family:'Mv Eamaan XP';src:url('MvEamaanXP.ttf') format('truetype'); }
@font-face {
    font-family: 'MV Waheed';
    src: url('MVWaheed.woff2') format('woff2');
}

@font-face {
    font-family: 'MV Faseyha';
    src: url('MV Faseyha.otf')
}
@font-face {
    font-family: 'Farumaa';
    src: url('Faruma.otf')
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    direction: rtl;
    
}

body {
    font-family: 'Lato', sans-serif !important;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: rgb(235, 240, 244);
}

.main_inner{
    width: 1200px;
    margin: 0 auto;
}
.header_logo{
    width: 80px;
    height: 60px;
    margin: 0 auto;
    border: 2px solid #7b0000;
    border-radius: 5px;
    background-color: rgb(239, 242, 245);
}
.header_logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header_style{
    background-color: #801a1a;
    padding: 10px;
}
.main_content{
    direction: ltr;
    display: flex;
    width: 850px;
    margin: auto;
    margin-top: 40px;
}
.main_content_right{
    width: 45%;
  height: 300px;
  background-color: #cfd6dd;
  padding:10px;
}
.main_content_left{
    width: 55%;
    background-color: rgb(0, 113, 42);
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
}
.main_content_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_article a{
    text-decoration: none;
    font-family: "MV Waheed";
    color: rgb(57, 57, 57);
    font-size: 30px;
    direction: rtl;
    text-align: left;
    line-height: 300px;
}
.main_content_title{
    padding: 5px;
}
.main_content_title a{
    text-decoration: none;
    font-family: "MV Waheed";
    color: rgb(41, 41, 41);
    font-size: 22px;
    direction: rtl;
    text-align: right;
}
.article_box_title{
    height: 100%;
}
.main_article_box{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}
.main_article_elem{
    width: 250px;
    height: 300px;
    background-color: rgb(207, 214, 221);
}
.main_content_image{
    width: 100%;
    height: 200px;
}
.main_content_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article_box{
    display: flex;
    gap: 30px;
    width: 100%;
    direction: rtl;
    margin-top: 40px;
}
.main_article_left{
    width: 30%;
}
.main_article_right{
    width: 70%;

}
.article_left_ad{
    height: 400px;
    background-color: #cfd6dd;
}
.article_image{
    width: 100%;
    height: 500px;
}
.article_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article_title{
    text-decoration: none;
    font-family: "MV Waheed";
    color: rgb(41, 41, 41);
    font-size: 45px;
    direction: rtl;
    text-align: right;
}
.article_body {
    font-family: MV Faseyha;
    -webkit-font-smoothing: antialiased;
    color: rgba(51, 51, 51, 0.99);
    line-height: 2;
    font-size: 1.188rem;
    direction: rtl;
    text-align: right;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    width: 80%;
    margin-top: 40px;
    margin-right: 40px;
}
@media (max-width: 767px) {
    .main_content_title a{
        font-size: 19px;
    }
    .main_inner{
        width: 100%;
    }
    .main_content{
        width: 100%;
        display: block;
        padding: 10px;
    }
    .main_content_right{
        width: 100%;
    }
    .main_content_left{
        width: 100%;
    }
    .main_article a {
        line-height: normal;
    }
    .main_content_right{
        height: auto;
    }
    .main_article_elem{
        width: calc(50% - 25px);
        height: 313.2px;
    }
    .article_box{
        display: block;
        padding: 10px;
    }
    .main_article_right{
        width: 100%;
    }
    .main_article_left{
        width: 100%;
    }
    .article_body{
        width: 100%;
        margin-right: 0px;
    }

}