
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@313&family=Noto+Kufi+Arabic:wght@100..900&display=swap');
*{
    margin: 0px;
    padding: 0px;
    transition: all 0.3s ease;
    font-family: "Noto Kufi Arabic", sans-serif;
}
:root{
    --padd: 0px;
}
header{
    background-color: #FAFAFA;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 10px 150px;
    align-items: center;
    z-index: 2;

}
.ramadan{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;

}
.corner{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.corner img{
    width: 100px;
}
.logo .ramadan{
    position: absolute;
    left: 0;
    margin-top: 60px;
    top: 0;
}
.logo .ramadan img{
    width: 50px;
}
.logo {
 
    position: relative;
}
.ramadan img{
    width: 150px;
}
.nav a{
    text-decoration: none;
    padding: 10px 25px;
    color: black;
    font-family: "Noto Kufi Arabic", sans-serif;

}
.mobnav{
    text-align: end;
    display: none;
    font-size: 20px;
    border: #0E3763 1px solid;
    padding: 5px 8px;
    border-radius: 5px;

}
#currentpage{
    background-color: #0E3764;
     color: white;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    

}
#currentpage:hover{
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;

}
.body{
    width: 100%;
    background-color: #FAFAFA;

}
.main-section{
    position: relative;
    z-index: 2;
    margin-top: 50px;
    display: flex;
    align-items: center;
    text-align: end;
    justify-content: space-between;
    padding: 10px 150px;
    font-family: "Noto Kufi Arabic", sans-serif;

}
.right-side{
    width: 50%;
}
.right-side p{
    font-size: 23px;
    width: 340;
}
.right-side h3{
    color: #96C11F;
    font-size: 43px;
}
.main-btn a{
    text-decoration: none;
    color: white;
    margin: 10px 20px;


}
.main-btn {
    display: flex;
    justify-content: end;
    margin-top: 50px;

}
.btn1{
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    text-align: center;
    background-color: #96C11F;
}

.btn2{
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    text-align: center;
    background-color: #0E3763;
}
.btn2:hover{
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.btn1:hover{
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
#carouselExampleInterval{
    width: 100%;
}

.news-section{
    padding: 10px 150px;
    margin-bottom: 100px;
    margin-top: 150px;
    position: relative;
    display: flex;
    justify-content: center;

}
.carousel-item img{
    border-radius: 20px;
    height: 700px;
}
.carousel-item{
    z-index: 0;

    position: relative;

}
.about-news{
    z-index: 1;
    padding: 25px 30px;
    bottom: 0;
    position: absolute;
    margin-left: 10%;
    bottom: 0;
    width: 80%;
    font-size: 20px;
    text-align: end;
    display: flex;
    flex-direction: column;
    align-items: start;

}
.about-news-description{
    background: white;
    padding: 25px 30px;
    width: 100%;

    font-size: 20px;
    height: 110px;
    margin-bottom: 30px;
    text-align: end;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.about-news a{
    text-decoration: none;
    color: #96C11F;
}
.about-news-title {
    background-color: #96C11F;
    color: white;
    padding: 15px 25px 48px 20px;
    width: 100%;
    border-top-left-radius: 50px;
    margin-bottom: -50px;
}
.about-news-title p{
    font-size: 25px;}

.circles{
    
    position: absolute;
    width: 40%;
    top: 0;
    right: 0;
    padding-right: 50px;
    margin-top: -100px;
}
.circles-main{
    display: none;
    z-index: 0;
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    
    margin-left: -50px;
    margin-top: 150px;
}
.values-section{
    padding: 50px 0px;
    margin-bottom: 70px;
    margin-top: 150px;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    background: #FCFFF3;
}
.values-section p{
    font-size: 20px;
    color:  #00000099;
    
}
.values{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

.vesion-section{
    padding: 10px 150px;
    margin-bottom: 100px;
    margin-top: 150px;
}
.vesion-box{
    width: 100%;
    height: 439;
    display: flex;
    justify-content: end;
    text-align: end;
}
.vesion-box-tablet{
    width: 100%;
    height: 439;
    display: none;
    flex-direction: column;
    justify-content: end;
    text-align: end;
}
.left-vesion{
    padding: 0px 30px;
}
.left-vesion p{
    font-size: 25px;
    font-weight: 300;
}
.vesition-items{
    display: flex;
    justify-content: end;
    margin-bottom: 30px;
}
.vesition-items h3{
    margin: 10px;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 20px;
    border: #0E3763 1px solid;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;

}
.readmore{
    text-decoration: none;
    padding: 10px 45px;
    margin: 10px;
    color: black;
    font-family: "Noto Kufi Arabic", sans-serif;
    background-color: #0E3764;
    color: white;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
   
}
.our-service-image{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;

}
.our-service-image img{
    width: 50%;
}
.values img{
    margin: 10px 20px;
}

.last-news-section{
    padding: 10px 150px;
    margin-bottom: 100px;
    margin-top: 150px;
}
.news-items{
    display: flex;
    margin: 50px 0px;
}
.left-side-news{
    text-align: end;
    padding: 0px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.right-side-news img{
    width: 400px;
    border-radius: 20px;
}
.title-news{
    width: 60%;
    margin: 10px;
    padding: 10px 25px;
    font-weight: 400;
    font-size: 20px;
    border: #96C11F 1px solid;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    text-align: center;
}
.about-news-section{
    padding: 10px 20px;
    font-size: 20px;
    font-weight:350;
}

.about-news-section span, span a{
    text-decoration: none;
    color: #96C11F;
}

.values-section2{
    margin-bottom: 70px;
    margin-top: 100px;
    position: relative;
  
    
}
.values-section2 p{
    font-size: 20px;
    color:  #00000099;
    
}
.values2{
    color: #646464;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    padding: 0px 20%;
}
.ana img{
    margin: 30px 0px
}
.ana {
    margin: 30px 0px
}

.left-vesion-iraq{
    padding: 0px 100px;
    text-align: end;
}
.iraq-title{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 40px;
    margin-top: 40px;

}
.iraq-title h3{
    color: #96C11F;
    margin-right: 10px;
}

.vesition-items2{
    display: flex;
    justify-content: end;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.vesition-items2 h4{
    margin: 10px;
    padding: 10px 30px;
    font-weight: 300;
    font-size: 20px;
    border: #96C11F 1px solid;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;

}
footer {
    display: flex;
    text-align: end;
    justify-content: space-between;
    width: 100%;
    background-image: url('/style/images/Footer.svg'); /* Background image path */
    background-size: cover; /* Scale the background image to cover the entire footer */
    background-position: center; /* Center the background image */
    color: white; /* Text color */
    padding: 50px 100px; /* Add padding to create some space around the content */
}

.footer-item h4, .footer-item h5{
    font-weight: 300;
    font-size: 20px;
}

.footer-border{
   margin: 0px 0px 50px 10px;
    padding: 10px 30px;
    font-weight: 300;
    font-size: 20px;
    border: #96C11F 1px solid;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.footer-center{
    margin-top: 50px;
    display: flex;
}
.footer-center-left{
    margin-right: 70px;
}
.footer-location{
    display: flex;
}
#media{
    margin-top: 150px;
}
.media i{
    font-size: 30px;
    margin: 20px;
}
.copyright{
    width: 100%;
    margin-top: 100px;
    text-align: center;
}
.fast-links{
    margin-top: 50px;
    width: 100px;
}
.fast-links h4{
    margin-bottom: 50px;
    text-decoration: none;

}
.fast-links h4 span{

    margin-left: var(--padd);
}
.fast-links h4:hover{
    --padd: 10px;

}
.fast-links a{
    text-decoration: none;
    color: white;
}

#mediatablet{
    display: none;
}

.nav-box{
    background: #f5ffd7;
    width: 80%;
    height: 100vh;
    position: fixed;
    z-index: 3;
    padding: 50px 50px;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.nav-box a{
    margin-top: 10px;
    text-decoration: none;
    padding: 10px 20px;
    color: black;
    font-family: "Noto Kufi Arabic", sans-serif;
}
.nav-box .logo img{
    margin-bottom: 20px;
}
.nav-box i{
    position: absolute;
    
}
.nav-back{
    width: 100%;
    height: 200vh;
    top: 0;
    right: 0;
    background-color: #858585a9;

    position: fixed;
    z-index: 2;
}
.media a{
    color: #FAFAFA;
}
.ramadan-section2{

    padding: 0px 0px;
    display: flex;
    z-index: 9;
    justify-content: center;
    width: 100%;
    top: 0;
    margin-top: 70px;
   
 
}
.ramadan-section2 img{ 
    border-radius: 20px;
}
.arrow-up{
    position: fixed;
    right: 0;
    bottom: 0;
    margin-right: 20px;
    margin-bottom: 50px;
    font-size: 40px;
    z-index: 100;
    width: 60px;
    background-color: #283849;
    color: #96C11F;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;

}

