@font-face {
    font-family: ElMessiri-Bold;
    src: url("../../../webfonts/ElMessiri/ElMessiri-Bold.ttf");
}
@font-face {
    font-family: ElMessiri-SemiBold;
    src: url("../../../webfonts/ElMessiri/ElMessiri-SemiBold.ttf");
}
@font-face {
    font-family: ElMessiri-Regular;
    src: url("../../../webfonts/ElMessiri/ElMessiri-Regular.ttf");
}


body{
    position: relative;
    direction: rtl;
    font-family: ElMessiri-Regular,sans-serif;
    overflow-x: hidden;
}
a,a:hover{
    text-decoration: none;
}
.btn:focus{
    box-shadow: none;
}
/*.main-section-bg{*/
/*    background-color: rgb(55 139 204);*/
/*}*/
.main-title{
    font-family: ElMessiri-Bold,sans-serif;
    font-size: 34px;
    color: rgb(55 139 204);
}
.main-subtitle{
    font-family: ElMessiri-SemiBold,sans-serif;
    font-size: 27px;
    color: #141414;
    line-height: 38px;
}
.main-links{
    border-radius: 24px;
    display: flex;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    transition: 0.3s;
    /*padding-bottom: 3px;*/
}
.main-links.fb{
    border: 1px solid rgb(55 139 204);
    color: rgb(55 139 204);
    width: 105px;
}
.main-links.donate{
    color: white;
    background-color: rgb(55 139 204);
    width: 165px;
    border: 1px solid rgb(55 139 204);
}
/*.main-links:hover{*/
/*    border: 1px solid rgb(55 139 204);*/
/*    background-color: white;*/
/*    color: #082841;*/
/*    transition: 0.3s;*/
/*}*/
.main-image-div{
    background-color: #388acc45;
    border-radius: 8px;
    /* box-shadow: 0 0 8px #00000029; */
}
.main-image-div img{
    /* clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); */
}

/* .main-section-bg .img1{
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 100% 100%, 0% 100%);
}
.main-section-bg .img2{
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0 100%, 0% 50%);
}
.main-section-bg .img3{
    clip-path: polygon(0% 0%, 100% 0, 100% 50%, 75% 100%, 0% 100%);
}
.main-section-bg .img4{
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
} */

.section-title{
    font-family: ElMessiri-Bold,sans-serif;
    font-size: 24px;
}
.section-title.dark-blue{
    color: rgb(8 40 65);
}
.section-title.blue{
    color: rgb(55 139 204);
}
.section-title:after{
    content: "";
    display: block;
    width: 85px;
    height: 3px;
    margin-top: 3px;
}
.section-title.dark-blue:after{
    background-color: rgb(8 40 65);
}
.section-title.blue:after{
    background-color: rgb(55 139 204);
}
.section-text {
    font-family: ElMessiri-Regular,sans-serif;
    font-size: 18px;
    line-height: 34px;
    width: 90%;
}
.section-text.gray{
    color: rgb(93 92 92);
}
.section-text.dark-blue{
    color: rgb(8 40 65);
}
.project-box{
    font-family: ElMessiri-SemiBold,sans-serif;
    font-size: 17px;
    color: #141414;
    display: flex;
    background-color: #a9c086a1;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 200px;/*140*/
    text-align: center;
    padding: 20px;
    margin-right: 10px;
    transition: 0.5s;
    /*clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);*/
}
.project-box:hover{
    background-color: #a9c086;
    color: white;
}
.icon-div{
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
}
.project-img{
    width: 60px;
}

.youtube-frame-opacity {
    background-color: rgb(0 0 0 / 29%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.test{*/
/*    background-color: rgb(55 139 204);*/
/*    padding: 20px;*/
/*}*/

/*.curve-box-div{*/
/*    background-color: rgb(55 139 204 / 38%);*/
/*    width: 27%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    border-radius: 50% 0 0 50%;*/
/*    z-index: -1;*/
/*}*/


.more-link,.more-link:hover{
    font-family: ElMessiri-SemiBold,sans-serif;
    text-align: center;
    background-color: rgb(8 40 65);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 40px;
    margin: auto;
    border-radius: 24px;
    color: rgb(255 255 255);
}
.img-vid-section{
    background-color:rgb(177 181 183);
}
.mt-14{
    margin-top: 14px;
}
.radius-img.top-right{
    border-radius: 0 25px 0 0;
}
.top-right img{
    border-radius: 0 25px 0 0;
}
.radius-img.bottom-right{
    border-radius: 0 0 25px 0;
}
.bottom-right img{
    border-radius: 0 0 25px 0;
}

.radius-img.left{
    border-radius: 25px 0 0 25px;
}
.left img{
    border-radius: 25px 0 0 25px;
}
.image-div{
    position: relative;
    display: block;
}
.image-opacity{display: none;}
.image-opacity.active{
    position: absolute;
    background-color: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    top: 0;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-opacity.tr{
    border-radius: 0 25px 0 0;
}
.image-opacity.br{
    border-radius: 0 0 25px 0;
}
.image-opacity.left{
    border-radius: 25px 0 0 25px;
}
.text-above-img{
    font-family: ElMessiri-SemiBold, sans-serif;
    font-size: 23px;
    color: white;
    text-align: center;
    line-height: 38px;
}
.card-style{
    background-color: rgb(177 217 248);
    border-radius: 24px;
    border: 0 !important;
    box-shadow: -3px 6px 15px #e0e0e0a0;
    height: 100%;
}
/*.radius-div{*/
/*    width: 6px;*/
/*    height: 35px;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    border-radius: 10px 0 0 10px;*/
/*    background-color: rgb(8 40 65);*/
/*}*/
.card-philastine-title{
    font-family: ElMessiri-Bold, sans-serif;
    font-size: 16px;
    color: rgb(8 40 65);
    display: inline-block;
    position: relative;
    top: 9px;
    right: 12px;
}
.card-img-div{
    display: flex;
    color: white;
    background:  rgb(8 40 65);
    width: 50px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0 0 20px;
    position: absolute;
    top: 0;
    right: 0;
}
.card-img-div img{
    width: 23px;
    position: relative;
    left: 3px;
}
.card-philastine-text{
    font-family: ElMessiri-Regular, sans-serif;
    font-size: 15px;
    color: rgb(93 92 92);
    line-height: 30px;
}

/*rgb(1 105 163)*/


.story-bg{
    background-image: url("../../images/Path 50011.svg");
    background-repeat: no-repeat;
    background-size: 45% 100%;
    width: 100%;
    height: 480px;
    background-position: right;
}
.iframe-div{
    height: 400px;
}
.youtube-frame-div{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    /* box-shadow: 0 0 8px #00000029; */
    cursor: pointer;
    transition: 0.4s;
    /* padding: 10px; */
    /* background-color: #388acc45; */
}
.youtube-frame-opacity{

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.youtube-frame-div.video-page,.video-page .youtube-frame-opacity{
    background-color: unset
}

.play-vid{
    width: 60px;
}
.youtube-frame-div img{
 border-radius: 5px;
}

.modal{
    background-color: rgba(0,0,0,0.4);
}
.modal-header{ border-bottom: 0;}
.video-modal-dialog{
    max-width: 750px;
}
.video-modal-content{
    border: none !important;
    background: none !important;
    height: 100%;
}
.video-modal-close,.video-modal-close:hover{
    opacity: 1 !important;
    color: white;
    font-size: 28px;
}
.article-txt{
    font-family: ElMessiri-SemiBold,sans-serif;
    font-size: 18px;
    color: rgb(255 255 255);
    padding: 9px;
    background: rgb(8 40 65 / 50%);
    border-radius: 24px;
    text-align: center;
    line-height: 28px;
    display: none;
    transition: 0.7s;
    max-height: 70px;
    overflow: hidden;
}
.article-txt.active{
    display:block;
    transition: 0.7s;
}

.banner-bg{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 160px;
}
.banner-bg{
    background-color:rgb(56 138 204);
}
.banner-title{
    font-family: ElMessiri-Bold,sans-serif;
    font-size: 30px;
    color: white;
}
.section-inside-title{
    font-family: ElMessiri-Bold,sans-serif;
    font-size: 20px;
    color: rgb(8 40 65);
}
.section-inside-text{
    font-family: ElMessiri-Regular,sans-serif;
    font-size: 18px;
    line-height: 34px;
    color: rgb(93 92 92);
}



/* Pagination Style */

.page-link {
    font-family: ElMessiri-Bold,sans-serif;
    font-size: 17px;
    position: relative;
    display: flex;
    padding: 0.5rem 0.75rem;
    margin-right: 7px;
    line-height: 1.25;
    color: rgb(8 40 65);
    background-color: rgb(255 255 255);
    border: 1px solid rgb(222 226 230);
    border-radius: 50% !important;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
.page-item.disabled .page-link {
    color: rgb(108 117 125);
    pointer-events: none;
    cursor: auto;
    background-color: rgb(255 255 255);
    border-color: rgb(222 226 230);
    border-radius: 50%;
}
.page-item.active .page-link {
    z-index: 3;
    color: rgb(255 255 255);
    background-color: rgb(8 40 65);
    border-color: rgb(8 40 65);
}
.page-item:last-child .page-link{
    border-radius: 50%;
}
.page-link:hover {
    z-index: 2;
    color: rgb(8 40 65);
    text-decoration: none;
    background-color: rgb(233 236 239);
    border-color: rgb(222 226 230);
}
.page-link span {
    font-size: 15px;
    position: relative;
    top: 2px;
    color: rgb(8 40 65);
}


/* End Pagination Style */





@media(max-width:900px){
    .section-text{
        width: 100% !important;
    }
    .section-title:after{
        margin: 3px auto;
    }
    /*.section-title.white{*/
    /*    color: rgb(8 40 65);*/
    /*}*/
    /*.section-title.white:after{*/
    /*    background-color: rgb(8 40 65);*/
    /*}*/
    .curve-box-div{display: none;}
    .story-bg,.banner-bg{
        height: auto;
    }
    .article-txt{
        display: block !important;
        font-size: 13px;
        padding: 7px;
        line-height: 25px;
        max-height: 60px;
    }
    .flex-reverse{
        flex-direction: column-reverse;
    }
}


