/* Main Color: #46B071 ; green
Seconday-color : #FFC543 ; yellow
 */
@font-face {
    font-family: tajawal;
    src: url(../fonts/Tajawal-Regular.ttf);
  }
  @font-face {
    font-family: tajawal-500;
    src: url(../fonts/Tajawal-Medium.ttf);
  }
  @font-face {
    font-family: tajawal-bold;
    src: url(../fonts/Tajawal-Bold.ttf);
  }
  html {
    scroll-behavior: smooth;
  }
body{
    direction: rtl;
    font-family: tajawal-500;
    min-height: 100vh;
    color:#121212;
    background: #ECECEC;
    position: relative;
    overflow-y: scroll;
}
a{
    text-decoration: none;
    font-family: tajawal-500;
    outline: unset;

}
.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
 }
.text-justify{
    text-align: justify;
}
h1, h2, h3, h4, h5, h6{
    font-family: tajawal-bold;
}
p{
    margin: 0;
}
.section-title{
    color:#121212;
    position: relative;
    display: inline-block;
    padding-top: 1.5rem;
}
.section-title::before{
    position: absolute;
    content: "";
    height: 5px;
    width: 4.5rem;
    background: #FFC543;
    top: 0;
    bottom: 0;
}

.section-title2::before{
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 0.5rem;
}
.first-white-bg{
    border-radius: 0 0 150px 150px;
}

.second-white-bg{
    border-radius: 75px 0 75px 75px;
}
.light-orange-bg, .timeline-content-orange::before{
    background: #EFB268;
}
.orange-color{
    color:#D98A29;
}
.light-orange-border {
    border-color: #EFB268;
}
.light-yellow-bg {
    background: #FFD67B;
}

.light-yellow-border {
    border-color: #FFD67B;
}
.yellow-bg, .timeline-content-yellow::before{
    background: #FDB107;
}
.yellow-color{
    color:#FDB107;
}
.yellow-color2{
    color: #FFC543;
}

.light-gray-bg, .timeline-content-gray::before{
    background: #E5E5E5;
}
.gray-bg{
    background: #999999;
}
.gray-color{
    color:#524F4F;
}

.light-green-bg{
    background: #7EC89C;
}
.green-bg, .timeline-content-green::before{
    background: #46B071;
}
.green-color{
    color:#00A650;
}
.light-green-border {
    border-color: #7EC89C;
}

/* Start Menu Section */
.bg-custom{
    /* background-color: transparent !important; */
    background: #fff;
    color:#121212;
}
.bg-custom-scroll{
    background-color: #fff !important;
    color:#121212;
}
.navbar{
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}
.navbar-cutom .navbar-nav a.nav-link{
    color:#121212 !important;
    font-family: tajawal-bold;
    font-size: 0.9rem;
    /* padding-left: 0.6rem;
    padding-right: 0.6rem; */
}
.navbar-cutom .navbar-nav a.nav-link.active, .navbar-cutom .navbar-nav a.nav-link:hover{
    color:#46B071 !important;
}
/* End Menu Section */
/* Start Main Header Section */
.main-logo{
    /* background: #46B071; */
    /* border-radius: 0 0 0 25%; */
    /* padding: 12rem 0 6rem 0; */
}
.main-logo img{
    /* height: 8rem; */
}
.palestine-logo span{
    color:#121212;
}
.palestine-logo img{
    height: 5.25rem;
    width: auto;
}
.main-title{
    line-height: 1.5;
}
.main-title span{
    color: #00A650
}
.main-section{
    padding:0 19%;
}
.btn-custom{
    width: 35%;
    border-radius: 7px;
    line-height: 1.75;
    font-family: tajawal-bold;

}
.btn-outline-custom{
    border: 2px solid #46B071;
    color: #00A650;
    background-image: linear-gradient( to right, #fff, #fff 50%, #FFC543 50%);
    transition: 0.4s all ease-in-out;
    background-size: 200% 100%;
    background-position: 0;
}
.btn-outline-custom:hover{
    border-color: #FFC543;
    background-color: #FFC543;
    color: #00A650;
    transition: 0.4s all ease-in-out;
    background-position: 100%;
}

.btn-custom-fill{
    border: 2px solid #46B071;
    background-image: linear-gradient( to right, #46B071, #46B071 50%, #FFC543 50%);
    color: #fff;
    transition: 0.4s all ease-in-out;
    background-size: 202% 100%;
    background-position: -1px;
}

.btn-custom-fill:hover{
    border-color: #FFC543;
    background-color: #FFC543;
    color: #00A650;
    transition: 0.4s all ease-in-out;
    background-position: 100%;
}



/* End Main Header Section */
/* Start Partners Section */
.partner-logo{
    border-radius: 15px;
    border: 1px solid #d7d7d7;
    height: 100%;
    padding: 7%;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 0px #d7d7d7;
    -webkit-box-shadow: 0px 0px 10px 0px #d7d7d7;
    -moz-box-shadow: 0px 0px 10px 0px #d7d7d7;

}
/* End Parteners Section */
/* Start Aims Section */
.aims{
    background: #f5fbf8;
    position: relative;
    border-radius: 75px 0px 0px 75px;
    padding: 0 3%;

}

.aims::before{
    background: #f5fbf8;
    width: 100%;
    right: -100%;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
}
.aims-details{
    background: #fff;
    border: 2px solid #7EC89C;
    border-radius: 30px;
    padding: 10%;
    height: 100%;
    /* margin: 0 10%; */
}
.aims-details i{
    font-size: 2.5rem;
    margin: 12%;
    color: #46B071;

}
/* End Aims Section */

/* Start Who Apply Section */
.who-apply ul{
    line-height: 2;
    list-style-type: none;
}
.who-apply ul li::before{
     font-family: "Font Awesome 5 Free"; 
     font-weight: 900; 
     content: '\f058';
     margin-left: 10px;
     color: #FFC543;
     font-size: 1.25rem;
}
/* End Who Apply Section */
/* Start Objective Section */
.objective{
    background: #E6F4EC;
    border-radius: 75px;
    margin-top: -4rem;

}
.objective ul{
    line-height: 2;
    list-style-type: none;
    display: inline-block;
    text-align: right;
}
.objective ul li::before{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: '\f121';
    margin-left: 10px;
    color: #FFC543;
    font-size: 1.25rem;
}
/* End Objective Section */
/* Start Timeline Section */


.timeline {
    position: relative;
}
.timeline-nodes {
        position: relative;
    }
.timeline-nodes:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-num{
    height: 4.5rem;
    width: 4.5rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: bold;
    color:#fff;
}
.timeline-nodes{
    position: relative;

}
.timeline-nodes:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 49.5%;
    left: 0;
    width: 7px;
    height: 100%;
    background: #d7d7d7;
    z-index: -1;
}
.timeline-nodes:first-child::before{
    top:50%;
    bottom: 0;
}
.timeline-nodes:last-child::before{
    bottom:50%;
    top: 0;
    height: 50%;
}
.timeline-content{
    background: #fff;
    border-radius: 15px;
    padding: 2% 3% 3%;
    position: relative;
}
.timeline-content::before{
    content: "";
    position: absolute;
    top:-0.225rem;
    right: 0;
    left: 0;
    margin: auto;
    width: 35%;
    height: 0.45rem;
    border-radius: 0.2rem;
}
.timeline-content span{
    display: block;
    width: 75%;
    margin: auto;
    position: absolute;
    bottom: -7%;
    border-radius: 5px;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 1.25rem;
    font-family: tajawal-500;
}
.timeline-content h3{
    font-size: 1.5rem;
    line-height: 1.5;
}
/* End Timeline Section */

/* Start Standards Section */
.standards h3{
    font-size: 1.5rem;
}
.standards h3 i{
    font-size: 1rem;
}
.standards ul{
    list-style-type: none;
}
.standards ul li:before{
    content: "-";
    padding-left: 5px;
}
.standards-img{
    width: 85% !important;
}
/* End Standards Section */
/* Start Award Ranks Section */
.award-rank-col{
    position: relative;
    display:inline-block;
}
.award-rank-num{
    height: 5.5rem;
    width: 5.5rem;
    padding: 10%;
    border-radius: 50%;
    position: relative;
}
.award-rank-num-yellow{
    background: #FFF7E5;
}
.award-rank-num-green{
    background: #E6F4EC;
}
.award-rank-num-orange{
    background: #FFF0DE;
}
.award-rank-num-half-circle{
    position: absolute;
    content: "";
    width: 7rem;
    height: 3.5rem;
    top: -0.75rem;
    right: -0.75rem;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border-width: 0.45rem ;
    border-style: solid;
    border-bottom: 0;
}
.award-rank-num-half-circle::before, .award-rank-num-half-circle::after{
    position: absolute;
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    top: 2.8rem;
    bottom: 0;
    border-radius: 50%;
}
.half-circle-yellow{
border-color:#FFC543 ;
}
.half-circle-yellow::before, .half-circle-yellow::after{
    background: #FFC543;
}
.half-circle-green{
    border-color:#00A650 ;
    }
    .half-circle-green::before, .half-circle-green::after{
        background: #00A650;
    }
    .half-circle-orange{
        border-color:#EFB268 ;
        }
        .half-circle-orange::before, .half-circle-orange::after{
            background: #EFB268;
        }
.award-rank-num-half-circle::before{
    right: -0.5rem;
    left: auto;
}
.award-rank-num-half-circle::after{
    left: -0.4rem;
    right: auto;
}
.award-rank-num div{
    border-width: 0.2rem;
    border-style: solid;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}
.award-rank-content{
    background: #fff;
    padding: 10%;
    border-radius: 15px;
    margin-top: -1.25rem;
    border-width: 0.5rem;
    border-style: solid;
}
.award-rank-content h3{
    font-size: 1.5rem;
}
.padding-top-8{
    padding-top: 8rem;
}
/* End Award Renks Section */

/* Start Footer Section */
.custom-footer{
    border-radius: 0 0 0 75px;
}
.footer-img{
    width: 95%;
    height: auto;
}
.footer-icon{
    width: 4rem;
    height: 4rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #46b071;
    margin-bottom: 1.5rem;
}
.social-links li{
    background: none;
    border-color: #fff;
    border-radius: 50% !important;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    margin: 0 0.5rem;
    border-width:1px !important;
}
.social-links li a{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.social-links li:hover{
    background-color: #fff;
}
.social-links li:hover a{
    color: #46B071;
}
/* End Footer Section */

/* Start Media Query */
/* Tablet */
@media (max-width: 991.98px) { 
    .main-logo{
        border-radius: 0;
    }
    .div-nav-mobile ul{
        border-top: 1px solid #46b071;
    }
    .navbar-dark .navbar-toggler{
        border-color: #46B071;
        border-radius: 5px;
    }
    .navbar-dark .navbar-toggler i{
        color: #46B071;
        font-size:28px;
    }
    .palestine-logo{
        padding-right: 14%;
    }
    .palestine-logo span{
        font-size: 0.8rem;
    }
    
   .award-rank-num-half-circle::before{
    right: -0.45rem;
   }
   .award-rank-num-half-circle::after{
    left: -0.45rem;
   }
   .btn-custom{
       width: 45%;
   }
   .first-white-bg{
    border-radius: 0 0 75px 75px;
   }
   .main-logo img {
    height: 13rem;
}
.main-section {
    padding: 0 10%;
}
.partner-logo{
    margin-bottom: 1rem;
    height: 10rem;
}
.partner-logo img{
    max-height: 100%;
    margin: auto;
}
.timeline-num {
    height: 3rem;
    width: 3rem;
}
.col-custom.row-cols-8>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.palestine-logo img {
    height: 4rem;
    width: auto;
}
 }
 /* Mobile */
 @media (max-width: 767.98px) { 
    .btn-custom {
        width: 100%;
        margin-bottom: 1rem;
    }
    .palestine-logo{
        padding-right: 7%;
    }
    .timeline-nodes:nth-child(odd) {
        flex-direction: row-reverse;
    }
    .timeline-content{
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }
    .timeline-nodes::before{
        content: unset;
    }
    .timeline-nodes{
        padding-left: 1rem;
    }
    .second-white-bg {
        border-radius: unset;
    }
    .padding-top-8 {
        padding-top: 0;
    }
    .aims{
        padding: 0 3%;
    }
    .aims-details{
        padding: 7%;
    }
    .aims-details i{
        margin: 7%;
    }
    .section-title{
        width: 100%;
        text-align: center;
    }
    .section-title::before{
        margin: 0 auto;
        right: 0;
        left: 0;
    }
    .col-custom.row-cols-8>* {
        flex: 0 0 auto;
        width: 50%;
    }
  }

  @media (min-width: 992px) and (max-width: 1199.98px) { 
      .palestine-logo span{
          font-size: 0.8rem;
      }
      .navbar-cutom .navbar-nav a.nav-link{
        font-size: 0.85rem;
      }
      .btn-custom{
        width: 45%;
      }
      h1.main-title{
          font-size: 1.75rem;
      }
   }
   /*  XX-Large devices (larger desktops, 1400px and up) */
   @media (min-width: 1400px) {
    .navbar-cutom .navbar-nav a.nav-link{
        padding-left: 0.7rem !important;
        padding-right: 0.7rem !important;
        font-size: 1rem;
    }
    
    #home{
        padding-right: 5% !important;
        padding-left: 5% !important;
    }
    }
/* End Media Query */


