
/* html{
    overflow-x: hidden;
    width: 100vw;
} */

body{
    overflow-x: hidden;
    /* width: 100vw; */
}

body a{
    color: unset;
    text-decoration: unset;
}


/* ---------------  Startmenu  ---------------*/


.menu_container{
    width: calc(100% - 50px );
    height: 60px;
    /* background-color: violet; */
    margin: 26px auto 0 auto;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.logo_container_link{
    width:200px;
    height: 100%; 
}

.logo_container{
    width:200px;
    height: 100%;
    /* background-color: yellowgreen; */
    background-image: url(../images/header_logo.svg);
    background-size: 95%;
    background-position: right;
    background-repeat: no-repeat;
}

.header_icons_container{
    width: 111px;
    height: 25px;
    /* background-color: yellowgreen; */
    margin-bottom: 8px;
    margin-left: 16px;

    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    align-items: center;
    
}

.menu_icon{
    width:23px ;
    height:23px ;
    /* background-color: saddlebrown; */

    background-image: url(../icons/menu.svg);
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.search_icon{
    width:23px ;
    height:23px ;
    /* background-color: saddlebrown; */

    background-image: url(../icons/search.svg);
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.login_icon{
    width:23px ;
    height:23px ;
    /* background-color: saddlebrown; */

    background-image: url(../icons/login.svg);
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
}

.line{
    width:1px ;
    height:10px ;
    background-color: black;
    border-radius: 2px;
}







/* ---------------  Endmenu  ---------------*/


/* ---------------  Start Head  ---------------*/



.header_branch{
    width: 100%;
    /* background-color: #8068e7; */
    position: relative;
}






.header_section_back_1{
    width: 658px;
    height: 658px;
    background-color: #e893c566;

    border-radius: 100%;

    position: absolute;
    left: -146px;
    top: -354px;
    filter: blur(135px);
}

.header_section_back_2{
    width: 881px;
    height: 881px;
    background-color: #1e0f744D;

    border-radius: 100%;

    position: absolute;
    right: -450px;
    top: -650px;
    filter: blur(135px);
}




.header_section_back_3{
    width: 814px;
    height: 814px;
    background-color: #7aa3e680;

    border-radius: 100%;

    position: absolute;
    left: -246px;
    top: 798px ;
    filter: blur(161px);
}


.header_section_back_4{
    width: 699px;
    height: 699px;
    background-color: #c08ce199;

    border-radius: 100%;

    position: absolute;
    right: -270px;
    top: 544px ;
    filter: blur(175px);
}



.header_section_content{
    position: relative;
    z-index: 100;
}





.head_container{
    width: 1500px;
    /* background-color: yellowgreen; */
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: auto;
}



.title_container{
    width:746px ;
    height: 571px;
    /* background-color: turquoise; */
    margin-top: 250px;


    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}


.title{
    width:711px ;
    
    background: -webkit-linear-gradient(126deg ,#8068e7, #ba7fa4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.title h1{
    font-family: hodhod;
    font-size: 133px;
    line-height: 115px;
    margin-top: 5px;
    font-weight: unset;
}


.head_desc{
    width: 647px;
    /* background-color: aquamarine; */
    text-align: justify;

    font-family: Vazirmatn;
    font-size: 16px;
    font-weight: 400;

    color: #1d1d1d;

    margin-top: 20px;


}





.all_reports_container{
    
    width: 587px;
    height: 199px;
    /* background-color: #8068e7; */


    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;

    display: none;
}



.image_reports{

    width: 179px;
    height: 199px;
    background-color: #826ae7;
    border-radius: 21px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;

}


.reports_content_container{
    width:99px ;
    height:138px ;
    /* background-color: #ba7fa4; */

    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;


}


.img_report_icon{
    width: 99px;
    height: 103px;
    background-image: url(../icons/pastel/camera.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.reports_content_container h6{
    font-family: peyda;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}









.video_reports{
    width: 179px;
    height: 199px;
    background-color: #826ae7;
    border-radius: 21px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}



.video_report_icon{
    width: 99px;
    height: 103px;
    background-image: url(../icons/pastel/handicam.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}




.voice_reports{
    width: 179px;
    height: 199px;
    background-color: #826ae7;
    border-radius: 21px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}



.voice_report_icon{
    width: 99px;
    height: 103px;
    background-image: url(../icons/pastel/mic.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}






.head_picture_container{
    width: 815px;
    height:832px;

    background-image: url(../images/category_character_with_back_and_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    position: relative;     
}






/* ---------------  End Head  ---------------*/


/* ---------------  Start content  ---------------*/




.content_branch{
    width: 100%;
    /* background-color: #8068e7; */
    position: relative;
}




.content_section_back_1{
    
    width: 881px;
    height: 881px;
    background-color: #8068e74d;

    border-radius: 100%;

    position: absolute;
    right: -215px;
    top: 365px;
    filter: blur(182px);

}

.content_section_back_2{
    width: 715px;
    height: 715px;
    background-color: #e893c580;

    border-radius: 100%;

    position: absolute;
    left: 85px;
    top: 878px;
    filter: blur(175px);
}


.content_section_back_3{
    width: 790px;
    height: 790px;
    background-color: #7aa3e6B3;

    border-radius: 100%;

    position: absolute;
    left: 703px;
    top: 261px;
    filter: blur(187px);
}



.content_container{
    width: 1456px;
    /* background-color: tomato; */
    margin: 120px auto 0 auto;


    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-end;

    position: relative;
    z-index: 100;
    
}


.news_container{
    width: 330px;
    height: 330px;
    border-radius: 26px;
    /* background-color: skyblue; */
    margin-bottom: 34px;
    margin-right: 17px;
    margin-left: 17px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    
    position: relative;
    overflow: hidden;

}


.news_container img{
    width: 100%;
    height: 100%;
    object-fit: cover;

    position: absolute;
}



.content_news_container{
    width: 311px;
    height: 107px;
    /* background-color: rgb(110, 21, 21); */
    margin-bottom: 10px;

    display: flex;
    flex-flow: column ;
    justify-content: space-between;
    align-items: flex-end;

    position: relative;
}


.icons_container{
    /* width: 65px; */
    height: 30px;
    /* background-color: #826ae7; */
    

    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    position: relative;
}



.news_icon{
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 12.5px;
    background-color: white;
    background-image: url(../icons/news.svg);
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
}


.img_icon{

    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 12.5px;
    background-color: white;
    background-image: url(../icons/image.svg);
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
}

.vid_icon{

    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 12px;
    background-color: white;
    background-image: url(../icons/video.svg);
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
}



.news_desc_container{
    width: 100%;
    height: 68px;
    background-color: white;
    border-radius: 17px;

    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;    
}


.news_content_desc h2{
    width: 283px;
    font-family: peyda;
    font-weight: unset;
    font-size: 16px; 
    
    
    height: 50px;
    overflow: hidden;
}



/* ---------------  End content  ---------------*/




    /* ------------ start page counter ------------ */
    .page_counter_container{
        max-width: 1170px;
        /* height: 44px; */
        /* overflow: hidden; */
        margin: auto;
        margin-top: 70px;

        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        
        position: relative;
    }


    .page_counter_container .current{
        opacity: 0.5;
    }

    

    .page_next{
        width: 101px;
        height: 40px;
        border-radius: 5px;
        border: 2px solid #4c3b8f;
        cursor: pointer;
        
        font-family: vazirmatn;
        font-size: 16px;
        font-weight: bold;
        line-height: 23px;
        color: #4c3b8f;

        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;

        margin-left: 2px;
        margin-right: 2px;
    }

    /* .page_counter{
        max-width: 500px;
        height: 44px;
        margin: 0 4px;
        overflow: hidden;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    } */

    .counter{
        width: 40px;
        height: 40px;
        border-radius: 5px;
        /* margin: 1px 4px; */
        margin-left: 2px;
        margin-right: 2px;
        border: 2px solid #4c3b8f;
        cursor: pointer;

        font-family: vazirmatn;
        font-size: 16px;
        font-weight: bold;
        line-height: 23px;
        color: #4c3b8f;

        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
    }

    .page_perivous{
        width: 101px;
        height: 40px;
        border-radius: 5px;
        border: 2px solid #4c3b8f;
        cursor: pointer;

        font-family: vazirmatn;
        font-size: 16px;
        font-weight: bold;
        line-height: 23px;
        color: #4c3b8f;

        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;

        margin-left: 2px;
        margin-right: 2px;
    }

    .page_counter_container .dots{
        line-height: 30px;
        font-size: 30px;
        color: #4c3b8f;
        font-weight: 400;
        font-family: vazirmatn;


        margin-left: 5px;
        margin-right: 5px;
    }


/* ------------ end page counter ------------ */








/* -----------------------------------  Responsive  -----------------------------------*/


@media (max-width: 1440px){
    
    .head_container{
        width: 90%;
    }

    .title_container{
        width: 600px;
        margin-top: 110px;
        /* height: 519px; */
    }


    .title{
        width: auto;
    }

    .head_desc{
        width: unset;
    }


    .head_picture_container {
        width: 600px;
        height: 599px;
    }


    .all_reports_container{
        transform-origin: right;
        transform: scale(90%);
    }

    .title h1{
        font-size: 120px;
    }




    .news_container{
        margin-bottom: 20px;
        margin-right: 10px;
        margin-left: 10px;

        width: 299px;
        height: 300px;
    }


    .content_news_container{
        width: 272px;
        margin-right: 1px;
    }

    .news_content_desc h2{
        width: 244px;
    }
    .content_container{
       width: 1280px;
    }


}  

@media (max-width: 1200px ) {

    html{
        overflow-x: hidden;
    }

    .head_container{
        flex-flow: column-reverse nowrap;
        align-items: center;
        width: 95%;
    }

    .head_picture_container{
        width: 553px;
        height: 553px;
    }

    .title_container{
        width: 100%;
        margin-top: 20px;
    }


    .title h1 {
        font-size: 90px;
        line-height: 85px;
       
    }

    .title_container{
        justify-content: flex-start;
        height: unset;
    }

    .all_reports_container{
        display: none;
    }

    .head_desc{
        margin-top: 20px;
    }



    .content_container{
        width: 95%;
        margin-top: 50px;

        justify-content: center;
    }

}


@media (max-width: 480px ) {

   

    .menu_container{
        margin-top: 17px;
    }

    .logo_container_link{
        width:144px ;
        height: 46px; 
    }
    .logo_container{
        width: 144px;
        height: 46px;
        background-image: url(../images/header_logo_mobile.svg);

        
    }

    .header_icons_container .line,.header_icons_container .search_icon,.header_icons_container .login_icon{
        display: none;
    }


    .head_picture_container{
        width: 350px;
        height: 350px;

        margin-left: -10px;
    }

    .header_icons_container{
        margin-left: 5px;
        width: unset;
    }


    .title h1 {
        font-size: 60px;
        line-height: 60px;
       
    }




    .header_section_back_1 {
        width: 400px;
        height: 400px;
        left: -171px;
        top: -256px;
    }

    .header_section_back_2 {
        width: 400px;
        height: 400px;
        right: -184px;
        top: -133px;

    }

    .header_section_back_3 {
        width: 400px;
        height: 400px;

        left: -201px;
        top: 330px;
    }

    .header_section_back_4 {
        width: 400px;
        height: 400px;

        right: -134px;
        top: 394px;
    }

}


