
*{
    box-shadow: border-box;
}
/* Main Color: #B52129 ;*/
 @font-face {
    font-family: tajawal;
    src: url(../font/Tajawal-Regular.ttf);
  }
  @font-face {
    font-family: tajawal-medium;
    src: url(../font/Tajawal-Medium.ttf);
  }
  @font-face {
    font-family: tajawal-bold;
    src: url(../font/Tajawal-Bold.ttf);
  }
  html {
    scroll-behavior: smooth;
  }
body{
    direction: rtl;
    font-family: tajawal;
    min-height: 100vh;
    color:#121212;
    background: #FFFFFF;
    position: relative;
    overflow-y: scroll;
    font-size: 0.9rem;
    line-height: 1.5;
}
a{
    text-decoration: none;
    font-family: tajawal-bold;
    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;
    margin-bottom: 0;
}
h1{
    font-size: 2rem;
}
h2{
    font-size: 1.75rem;
}
h3{
    font-size: 1.5rem;
}

p{
    margin: 0;
}
.main-title{
    display: inline-block;
    border-bottom: 1.5px dashed #B52129;
    padding-bottom: 0.5rem;
    margin-bottom: 3rem;
    margin-top: 6.5rem;
    color: #B52129;
    font-family: tajawal-medium;

}
.side-background{
    /* background-image: url('../img/decore-side.svg');
    background-repeat: no-repeat;
    background-position: left center; 
    background-size: 7%; */
}


/* Start Header Section */
header{
    /* background-image: url('../img/decore-header.svg');
    background-repeat: no-repeat;
    background-position: right top; 
    background-size: 28% 70%; */
}
.nav-sec{
    padding: 1rem 0;

        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
}
.add-header-background{
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.161);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.161);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.161);
    background: #FFFFFF;
}
.nav-sec, .nav-sec .navbar-brand{
    font-size: 0.9rem !important;
}
.nav-sec .container{
    align-items: end;
}
.nav-sec .navbar-brand{
    display: flex;
    align-items: center;
    padding: 0;
}
.nav-sec .navbar-brand img{
 height: 3.5em;
 width: auto;
}
.nav-sec .navbar-brand div{
    display: inline-block;
    margin-right: 1.5rem;
    font-family: tajawal-medium;

}

.nav-sec .navbar-nav .nav-link{
    color:#000000;
    position: relative;
    transition: color 0.3s ease-in-out;

}
.nav-sec .navbar-nav .nav-link:active, .nav-sec .navbar-nav .nav-link:hover{
    color:#B52129;
}
.nav-sec .navbar-nav .nav-link:after{
    content: "";
    position: absolute;
    top:auto;
    bottom: 0;
    right: 0;
    left: 100%;
    width: 0;
    height: 2px;
    background:#B52129;
    transition: width 0.3s ease-in-out;
}
.nav-sec .navbar-nav .nav-link:hover:after{
    width: 100%;
}
/* End Header Section */

/* Start Intro Section */
.intro-sec{
    padding-top: 10rem;
    text-align: center;
    margin-bottom: 1rem;
}
.intro-sec .logo{
    width: 100%;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}
.intro-sec h1{
    color: #7bae7f;
    line-height: 2;
    margin-bottom: 0.5rem;
}
.intro-sec h2{
    color: #7bae7f;
}
.intro-sec h3{
    color: #7bae7f;
}
.intro-sec p{
    margin: 2.5rem 0;
    font-size: 1.1rem;
    line-height: 1.7;
}
.cutom-btn{
    display: inline-block;
    margin: 0.5rem;
    border-radius: 2rem;
    width: 12rem;
    padding: 0.5rem;
}

.cutom-btn-main {
    color: #FFFFFF;
    border: 3px solid #B52129;
    background-image: -webkit-linear-gradient(30deg, #B52129 50%, transparent 50%);
    background-image: linear-gradient(30deg, #B52129 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
  }
  .cutom-btn-main:hover {
    background-position: 100%;
    color: #B52129;
  }
.cutom-btn-sec {
    color: #B52129;
    border: 3px solid #f8e9e9;
    background-image: -webkit-linear-gradient(30deg, rgb(181 33 41 / 10%) 50%, transparent 50%);
    background-image: linear-gradient(30deg, rgb(181 33 41 / 10%) 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
  }
  .cutom-btn-sec:hover {
    background-position: 100%;
    color: #B52129;
  }
/* End Intr Section */

/* Start Aims Section */
.aim-item{
    border-radius: 4rem 0.5rem 4rem 0.5rem;
    background: rgb(123 174 127 / 21%);
    padding: 1.5rem 2rem;
    box-shadow: 0px 6px 12px rgb(123 174 127 / 21%);
    -webkit-box-shadow: 0px 6px 12px rgb(123 174 127 / 21%);
    -moz-box-shadow: 0px 6px 12px rgb(123 174 127 / 21%);
    margin-bottom: 2rem;
    height: calc(100% - 2rem);
}
#aims .row.justify-content-center .col-lg-3:nth-child(-n+4) .aim-item{
    /* margin-bottom: 4rem; */

}
.aim-item span{
    color: #B52129;
    font-size: 1.2rem;
    font-family: tajawal-bold;
    margin-bottom: 0.25rem;
    display: block;
}
/* End Aims Section */

/* Start Conditions Section */
.condition-item{
    padding: 1rem;
    border: 1.5px solid #7bae7f;
    border-radius: 10px;
    text-align: center;
    font-size: 1.1rem;
    font-family: tajawal-medium;
    margin-bottom: 1rem;
}
.condition-item ul{
    list-style: none;
    line-height: 2.25;
    margin: 0;
    padding: 0;
}
/* End Conditions Section */

/* Start Standards Section */
.standards .row{
    border-radius: 4rem 0.5rem 4rem 0.5rem;
    background: rgb(227 238 228 / 25%);
    padding: 3.5rem 0 0 0;
    box-shadow: 0px 0px 20px #ededed;
    -webkit-box-shadow: 0px 0px 20px #ededed;
    -moz-box-shadow: 0px 0px 20px #ededed;
    margin-bottom: 1rem;
    text-align: center;
}
.standard-item{
    display: flex;
    align-items:flex-start;
    flex-direction: column;
    margin-bottom: 4rem;
}
.standard-img{
    border-radius: 50%;
    /* border: 1px solid #b52129; */
    padding: 1.25rem;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem;
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    -webkit-box-shadow: 0px 0px 10px #ddd;
    -moz-box-shadow: 0px 0px 10px #ddd;
}
.standard-img img{
    width: 2rem;
    height: 2rem;
}
.standard-details{
    padding-right: 1rem;
    margin: 0 auto;
}
.stamdard-title{
    color:#B52129;
    font-family: tajawal-bold;
    margin-bottom: 0.5rem;
}
/* End Standards Section */

/* Start Sharing and Evaluation Section */
#evaluation ul{
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding-right: 0.5rem;
}
.eval-details{
    margin-bottom: 1rem;
}
#evaluation .row.row-cols-lg-5 .col:nth-child(-n+5) .eval-details{
    margin-bottom: 4rem;

}
.eval-details span{
    color: #B52129;
    font-size: 1.2rem;
    font-family: tajawal-bold;
    margin-bottom: 0.25rem;
    display: block;
}
.eval-details a{
    color:#227FA2;
    font-family: tajawal-medium;

}
/* End Sharing and Evaluation Section */

/* Start Prize Ranks Section */
.rank-item ul{
    font-size: 1rem;
    list-style: none;
    padding-right: 0;
}
.rank-item ul li{
    margin-bottom: 0.5rem;
}
.rank-item ul span{
    color:#121212
}
.rank-main{
    border-radius: 4rem 0rem 4rem 0.35rem;
    background: #f8fbf8;
    box-shadow: 0px 6px 12px #e3eee4;
    -webkit-box-shadow: 0px 6px 12px #e3eee4;
    -moz-box-shadow: 0px 6px 12px #e3eee4;
    margin-bottom: 1.5rem;
    overflow: hidden;
}
.rank-main-rev{
    border-radius: 0rem 4rem 0.35rem 4rem;
}
.rank-header{
    background: #7bae7f;
    text-align: center;
    padding: 1rem;
    color: #F9F9FF;
    box-shadow: 0px 40px 60px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 40px 60px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 40px 60px rgba(0,0,0,0.05);
}
.rank-header .comp-type{
    font-size: 1.2rem;
    font-family: tajawal-medium;
}
.rank-item{
    text-align: center;

}

.rank-main .col .rank-item{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.rank-item img{
    width: 60%;
}
.rank-item div{
    font-size: 1.1rem;
    font-family: tajawal-medium;
    margin-top: 0.5rem;
}
.rank-item .first-rank{
    color: #7bae7f; 
}
.rank-item .second-rank{
    color: #b52129;  
 }
.rank-item .third-rank{
    color: #767676; 
}
.rank-end-text p{
    padding-right: 1.2rem;
    margin-bottom: 1rem;
    position: relative;
    font-family: tajawal-medium;
    display: inline-block;

}
.rank-end-text p::before{
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    bottom: auto;
    left: auto;
    background: #b52129;
    width: 0.6rem;
    height: 3px;
    border-radius: 3px;
}
.rank-end-text{
    margin-bottom: 1rem;
    text-align: center;
}
.rank-num {
    font-size: 3rem !important;
    display: inline-flex;
    /* padding: 10px; */
    border: 1px solid ;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    color: #fff;
    margin-bottom: 1rem;
    /* background: green; */
}
.rank-num.red{
    background: #B52129;
    font-family:tajawal-bold;
}
.rank-num.green{
    background: #7bae7f;
    font-family:tajawal-bold;
}
.rank-num.gray{
    background: #999999;
    font-family:tajawal-bold;
}
/* End Prize Ranks Section */

/* Start Timeline Section */

.inner-circle{
    border: 0.2rem solid #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5px;
    color: #FFFFFF;
    font-family: tajawal-medium;
    font-size: 1.1rem;

}
.outter-circle{
    background: #FFFFFF;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow:  0px 6px 12px rgba(0, 0, 0, 0.16);
    -moz-box-shadow:  0px 6px 12px rgba(0, 0, 0, 0.16);
    padding: 0.75rem;
    border-radius: 50%;
    width: 100%;
    position: relative;
}
.middle-circle{
    border: 0.75rem solid #227FA2;
    padding: 0.6rem;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.circle-title{
    padding-bottom: 1rem;
}
.timeline-details{
    box-shadow: 0px 6px 12px rgba(240, 247, 247, 1);
    -webkit-box-shadow:  0px 6px 12px rgba(240, 247, 247, 1);
    -moz-box-shadow:  0px 6px 12px rgba(240, 247, 247, 1);
    background: #F0F7F7;
    padding: 1rem;
    margin-right: 0.25rem;
    margin-left: 0.5rem;
    border-radius: 7px;
}
.timeline-heading{
    font-size:1.1rem;
    font-family: tajawal-medium;
    padding-bottom: 0.5rem;
}
.timeline-node:not(:last-child){
    margin-bottom: -5.15rem;
}
.timeline-container {
    margin-bottom: 4rem;
}
.timeline-container .timeline-node:nth-child(even) {
    flex-direction: row-reverse;
}
.timeline-container .timeline-node:nth-child(1) .outter-circle{
    z-index: 3;
}
.timeline-container .timeline-node:nth-child(2) .outter-circle{
    z-index: 2;
}
.timeline-container .timeline-node:nth-child(3) .outter-circle{
    z-index: 1;
}
.timeline-container .timeline-node:nth-child(1) .inner-circle{
    background: #227FA2;
}
.timeline-container .timeline-node:nth-child(2) .inner-circle{
    background: #B52129;
}
.timeline-container .timeline-node:nth-child(3) .inner-circle{
    background: #9F5AA4;
}
.timeline-container .timeline-node:nth-child(1) .middle-circle{
    border-color:#227FA2 ;
}
.timeline-container .timeline-node:nth-child(2) .middle-circle{
    border-color: #B52129;
}
.timeline-container .timeline-node:nth-child(3) .middle-circle{
    border-color: #9F5AA4;
}
.timeline-container .timeline-node:nth-child(1) .timeline-heading{
    color: #227FA2;
}
.timeline-container .timeline-node:nth-child(2) .timeline-heading{
    color: #B52129;
}
.timeline-container .timeline-node:nth-child(3) .timeline-heading{
    color: #9F5AA4;
}
/* End Timeline Section */

/* Start Footer Section */
.footer-header{
    position: relative;
}
.footer-title-sec{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
}
.footer-title-sec .main-title{
    margin-bottom: 1.5rem;
}
.footer-sec{
    background: #e3eee4;
}

.contact-us {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 4rem;
}
.contact-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    padding: 0.75rem;
    border-radius: 50%;
    margin-left: 1rem;
}
.contact-icon img {
    width: 1.2rem;
    filter: grayscale(100%);
}
.contact-us span{
    font-size: 1.1rem;
}
.contact-us a{
    color: inherit;
    font-family: tajawal;

}
/* End Footer Section */
/* Start New Timeline */
.light-green-bg, .timeline-content-green::before{
    background: #7bae7f;
}
.green-color{
    color:#7bae7f;
}
.light-gray-bg, .timeline-content-gray::before{
    background: #999999;
}
.gray-color{
    color:#999999;
}

.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: #f8fbf8;
    border-radius: 15px;
    padding: 2.5%;
    position: relative;
    text-align: center;
    font-size: 1rem;
    font-family: tajawal-medium;
}
.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.2rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}
/* End New Timeline */

/* Start Media Query */
@media (min-width: 1400px) { 
    .side-background{
        background-size: 5%;
    }
    header{
        background-size: 17% 70%;
    }
    body{
        font-size: 1rem;
    }
    .intro-sec p, .condition-item,.rank-item div,.inner-circle,.timeline-heading{
        font-size: 1.3rem;
    }
    .contact-us span{
        font-size: 1rem;
    }

 }

@media (max-width: 1199.98px) { 
    .nav-sec .navbar-brand div {
        margin-right: 0.5rem;
    }
    .intro-sec p,.condition-item,.contact-us span{
        font-size: 1rem;
    }
 }

@media (max-width: 991.98px) {  
    .timeline-num {
        height: 3rem;
        width: 3rem;
    }
    .footer-sec .contact-us{
        justify-content: start !important;
        margin-bottom: 1.5rem;
    }
    .nav-sec{
        box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.161);
    background: #FFFFFF;
    }
    .nav-sec .navbar-collapse{
        overflow-y: scroll;
        height: 80vh;
    }
    header,.side-background{
        background-image: none;
    }
    .intro-sec{
        padding-top: 8rem;
    }
    .intro-sec .logo {
        width: 80%;
    }
    h1{
        font-size: 1.75rem;
    }
    h2{
        font-size: 1.5rem;
    }
    h3{
        font-size: 1.25rem;
    }
    .main-title {
        margin-top: 5.25rem;
    }
    .aim-item,#aims .row.justify-content-center .col-lg-3:nth-child(-n+4) .aim-item{
        margin-bottom: 2.5rem;
    }
    #evaluation .row.row-cols-lg-5 .col:nth-child(-n+5) .eval-details,.eval-details {
        margin-bottom: 2.5rem;
    }
    .standards{
        padding: 3.5rem 0.5rem 0 0.5rem;
    }
    .standard-item{
        margin-bottom: 2.5rem;
    }
    .eval-details{
        border-radius: 4rem 0.5rem 4rem 0.5rem;
        background: #e3eee4;
        padding: 1rem 2rem;
        box-shadow: 0px 6px 12px #e3eee4;
        -webkit-box-shadow: 0px 6px 12px #e3eee4;
        -moz-box-shadow: 0px 6px 12px #e3eee4;
        margin-bottom: 2rem;
        height: calc(100% - 2rem);
    }
    .rank-main,.rank-main-rev{
        border-radius: 3rem;
    }
    .timeline-container .timeline-node:nth-child(odd) {
        flex-direction: row-reverse;
    }
    .timeline-node:not(:last-child) {
        margin-bottom: -4.4rem;
    }

 }

@media (max-width: 767.98px) { 
    .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;
    }
    .intro-sec .logo {
        width: 70%;
    }
    .nav-sec, .nav-sec .navbar-brand{
        margin-left: 0;
        font-size: 0.75rem !important;
    }
    .nav-sec .navbar-brand div{
        margin-right: 0.25rem;
    }
    .nav-sec .navbar-brand img{
        height: 3rem;
    }
    .navbar-toggler{
        justify-self: end;
    }
   
  
    .intro-sec h1{
        line-height: 1.5;
        margin-top: 0.5rem;
    }
    .intro-sec h3{
        line-height: 1.5;
    }
    .cutom-btn-sec{
        background-image: none;
        background-color: #f8e9e9;
        color: #B52129;
    }
    .cutom-btn-main {
        color: #FFFFFF;
        background-image: none;
        background-color: #B52129;
    }
    
   
    
    .rank-details{
        padding-bottom: 0rem;
    }
    .rank-item img {
        width: 90%;
    }
    .timeline-container .timeline-node:nth-child(odd),.timeline-container .timeline-node:nth-child(even) {
        flex-direction: column-reverse;
    }
    .timeline-node .circle-sec{
        margin-top: 4rem;
    }
    .timeline-node:not(:last-child) {
        margin-bottom: 2rem;
    }
    .wave{
        height: 7rem !important;
    }
    .contact-us span {
        font-size: 1rem;
    }
    .contact-icon {
        margin-left: 0.5rem;
    }
   .rank-item{
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    justify-content: center;
   }
   .rank-details .col:not(:last-child) .rank-item{
    border-bottom: 1px solid #e3eee4;
   }
   .timeline-num-container{
    z-index: 1;
   }
   .timeline-content {
    padding: 0.75rem;
   }
 }

 @media (min-width: 992px) and (max-width: 1199.98px) { 
    .nav-sec, .nav-sec .navbar-brand {
        font-size: 0.75rem !important;
    }
    .nav-sec .navbar-nav .nav-link{
        font-size: 0.75rem !important;
    }
    h1{
        font-size: 1.75rem;
    }
    h2{
        font-size: 1.5rem;
    }
    h3{
        font-size: 1.25rem;
    }
  }


/* End Media Query */
